end sound not working...
Posted: Fri Mar 27, 2009 12:46 am
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:
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.
"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
// 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.