Page 1 of 1

end sound not working...

PostPosted: Fri Mar 27, 2009 12:46 am
by freeday
Got GunGame5 loaded today with ELIMINATION on it. All I want to do now is have end music when someone wins the game. I've uploaded both .mp3 files to the server and my redirect server. The error I get in console is:


"Failed to load sound "cstrike\sound\gungame\endsong.mp3", file probably missing from disk/repository"

"Failed to load sound "cstrike\sound\gungame\endsong1.mp3", file probably missing from disk/repository"

File Locations

gameserver:

/cstrike/sound/gungame/endsong.mp3
/cstrike/sound/gungame/endsong1.mp3

webserver:

/cstrike/sound/gungame/endsong.mp3
/cstrike/sound/gungame/endsong1.mp3

My config:

//----------------------------------------------------------------------------
// random_winner_sounds.txt -- Random winner sound file definitions.
//
// This file contains a list of sound files that will be used when a player
// wins.
//
// A sound file will be randomly picked from the list of files below and
// played instead of just having a static winner sound.
//
// In the soundpack file, "winner" or "roundwinner" MUST be set to @random
// for this to work.
//
// All files are relative to "./cstrike/sound/".
//
// Example: gungame/winner.mp3 would be ./cstrike/sound/gungame/winner.mp3
//          on the server.
//
// Note: Any alteration of this file requires a server restart or a reload of
//       GunGame (well, just a map change).
//----------------------------------------------------------------------------

cstrike/sound/gungame/endsong.mp3
cstrike/sound/gungame/endsong1.mp3


Not really sure what else to do, I'm pretty sure everything is setup correctly yet no luck. I have restarted the server with no change.

Re: end sound not working...

PostPosted: Fri Mar 27, 2009 1:17 am
by kkrazyykkidd
Are you sure your server.cfg is listing the redirect properly?

I.E.

sv_allowdownload 1
sv_allowupload 1
sv_downloadurl "http://www.yourURL.com/cstrike/server1"

(Make sure your folder is matching up, etc..)

PostPosted: Fri Mar 27, 2009 1:28 am
by freeday
Yep, on gungame4 it worked fine, but it seems like 5 doesn't want to work...