Raised This Month: $32 Target: $400
 8% 

REMusic [Round End Music | End Round Sounds]


Post New Thread Reply   
 
Thread Tools Display Modes
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 05-19-2017 , 04:37   Re: REMusic [Round End Music | End Round Sounds]
Reply With Quote #21

There's cvar to switch between random and sequent. Random means random, so I won't change that.
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
chaves
Senior Member
Join Date: Oct 2011
Old 05-19-2017 , 07:46   Re: REMusic [Round End Music | End Round Sounds]
Reply With Quote #22

Quote:
Originally Posted by OciXCrom View Post
There's cvar to switch between random and sequent. Random means random, so I won't change that.

Yes, it exists and remains ("remusic_random", "1") but there are many repetitions of the same audio followed, I think you should take a look if you can help with this if it can not be okay.
chaves is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 05-19-2017 , 09:47   Re: REMusic [Round End Music | End Round Sounds]
Reply With Quote #23

Dude, it's random... That's how it's supposed to work. If there are only a few songs added, of course it will often repeat them. Even if there are 1000, there's still a chance to repeat.
__________________

Last edited by OciXCrom; 05-19-2017 at 09:48.
OciXCrom is offline
Send a message via Skype™ to OciXCrom
chaves
Senior Member
Join Date: Oct 2011
Old 05-19-2017 , 09:51   Re: REMusic [Round End Music | End Round Sounds]
Reply With Quote #24

Quote:
Originally Posted by OciXCrom View Post
Dude, it's random... That's how it's supposed to work. If there are only a few songs added, of course it will often repeat them. Even if there are 1000, there's still a chance to repeat.

15 sounds and only 1 or 2 play often right? OK

Going back to using this, thank you.
Https://forums.alliedmods.net/showthread.php?p=499872
chaves is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 05-19-2017 , 10:30   Re: REMusic [Round End Music | End Round Sounds]
Reply With Quote #25

And that is my fault because?... Blame it on who invented randomizing, not me. I told you that you can disable the option.
__________________

Last edited by OciXCrom; 05-19-2017 at 10:31.
OciXCrom is offline
Send a message via Skype™ to OciXCrom
tarsisd2
Veteran Member
Join Date: Feb 2016
Location: brazil
Old 05-25-2017 , 09:20   Re: REMusic [Round End Music | End Round Sounds]
Reply With Quote #26

nice plugin

but there are a lot of simple round end sound plugin

you could add some new stuff like

1 - show name of track + artist
"Playing now - David Guetta - Bad"

2 - type /last in say to see name of last payed track

3 - add a menu with few options like
*enable or disable
*Play last track
**Show tracks on the Server**

and it could open in nice motd example

PHP Code:
public show_list_musics(id)
{
    static const 
Header[] = "<center><body>EXAMPLE<br>By: Alliedmodders<br><tr><th>%s"
    
    
static motd[3650], g_string[64], lenlen 0
    len 
+= formatex(motd[len], charsmax(motd) - len"<meta charset=UTF-8><style>body{background:#000000;font-family:Tahoma;color:#ffffff;}th{background:#1E1E1E;color:#ffffff;padding:2px;text-align:left;}td{padding:2px 10px}table{color:#AAC0AA;background:#424242;font-size:10px}h2,h3{color:#C2C2C2;font-family:Tahoma}#c{background:#323232}img{height:3px;background:#B4DA45;margin:0 3px}#r{height:3px;background:#6F9FC8}#clr{background:none;color:#FFF;font-size:20px}</style>")
    
    
len += formatex(motd[len], charsmax(motd) - len"<body><table width=100%% border=0 align=center cellpadding=0 cellspacing=1>")
    
len += formatex(motd[len], charsmax(motd) - lenHeader"# MUSIC NAME")
    
    for (new 
0ArraySize(music_precache); i++) // new Array:music_precache
    
{
        
ArrayGetString(music_nameig_stringcharsmax(g_string)) // add new Array:music_name
        
        
len += formatex(motd[len], charsmax(motd) - len"<body><tr><th>%s^n"g_string)
    }
        
    
show_motd(idmotd"MUSIC")
    
    
menu_roundsounds(id// if you take the opinion on the menu :)

tarsisd2 is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 05-25-2017 , 09:39   Re: REMusic [Round End Music | End Round Sounds]
Reply With Quote #27

Thanks for the suggestons, but this is not a music player. The point is to keep it simple.
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
ZEDD_Intensity
Senior Member
Join Date: Jun 2016
Old 11-09-2017 , 19:44   Re: REMusic [Round End Music | End Round Sounds]
Reply With Quote #28

Holy cow, it is exactly what I wanted it to be. It doesn't overlay the sound tracks and cuts sound_1 off before starting sound _2.
This plugin deserves approval. This is some Excellent stuff right here!

Last edited by ZEDD_Intensity; 05-08-2018 at 10:43. Reason: Don’t quote this.
ZEDD_Intensity is offline
Godofwar
AlliedModders Donor
Join Date: Dec 2015
Location: Germany
Old 05-08-2018 , 05:44   Re: REMusic [Round End Music | End Round Sounds]
Reply With Quote #29

Oxi i have a problem with ur Plugin.

my ini:

Code:
;Add music here
;Example: If the music file is in cstrike/sound/iplay/justlikefire.mp3, add just 

iplay/justlikefire.mp3

misc/ctwinnar2.wav
misc/ctwinnar3.wav
misc/ctwinnar4.wav
misc/blabla.wav
misc/ctwin.wav
misc/ghostbusters.wav
misc/endtechno.wav
misc/roundendsound.wav
misc/twinnar.wav
misc/twinnar2.wav
misc/twinnar3.wav
misc/blabla.wav
misc/ghostbusters.wav
misc/endtechno.wav
misc/roundendsound.wav
misc/terwin.wav
i added new wav files with namens:

Code:
misc/blabla.wav
misc/ghostbusters.wav
misc/endtechno.wav
misc/roundendsound.wav
Server downloaded the new files but the server dont play the new wav files. Why it dont work? I should add maybe this as MP3 better or what is the problem?

In Attachment are the sounds, maybe anything wrong there? i dont think so.

Second Problem:

The sound dont play every end round...
Attached Files
File Type: zip misc.zip (4.55 MB, 167 views)

Last edited by Godofwar; 05-08-2018 at 05:53.
Godofwar is offline
tarsisd2
Veteran Member
Join Date: Feb 2016
Location: brazil
Old 05-08-2018 , 09:56   Re: REMusic [Round End Music | End Round Sounds]
Reply With Quote #30

Quote:
Originally Posted by ZEDD_Intensity View Post
Greetings,

Is the plugin set to overlay sounds if the round finishes earlier than the sound timestamp?

For example, if my music file is 28 seconds long and all the players die/round finishes before 28 seconds, will it mash the already playing sound with the second sound of the recently ended round? Or it will cut the first sound off before blasting out another? I really hope that's what it is, or it'll be a huge mess.

PS, using it on a Deathrun server, so it can be even more messy in 2017.

Regards,
ZEDD

EDIT : Holy cow, it is exactly what I wanted it to be. It doesn't overlay the sound tracks and cuts sound_1 off before starting sound _2.
This plugin deserves approval. This is some Excellent stuff right here!
OciXCrom plugins are always the best, but this one there's thousands of plugins around that does the same, i wish he made new features, but he wants it simple, it's his plugin so be it!
tarsisd2 is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 19:57.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode