Page 1 of 1

Win sounds not working/downloading

PostPosted: Tue Mar 31, 2009 7:49 pm
by CyriusG
Hi! I just got gungame 5 for my server and everything is working except for the winsounds. I have looked through this forum but i didnt find anything. I have my winsounds to the randon winsounds txt file where all my sounds are listed. It looks like this
//----------------------------------------------------------------------------
// 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).
//----------------------------------------------------------------------------

s1/winsongs/winsong1.mp3
s1/winsongs/winsong2.mp3
s1/winsongs/winsong3.mp3
s1/winsongs/winsong4.mp3
s1/winsongs/winsong5.mp3
s1/winsongs/winsong6.mp3
s1/winsongs/winsong7.mp3
s1/winsongs/winsong8.mp3
s1/winsongs/winsong9.mp3
s1/winsongs/winsong10.wav
s1/winsongs/winsong11.mp3
s1/winsongs/winsong12.mp3
s1/winsongs/winsong13.mp3


And another problem that is also about the winsounds is that all my winsounds arent downloading.

PostPosted: Fri Apr 03, 2009 8:34 pm
by Cisco
Few questions here:

Are you using a fast download server?
Is the cstrike/sound/s1/winsongs folder on both the main and the fast dl servers, with that exact path, and all the files present?
In cstrike/cfg/gungame5/sound_packs/default.ini, do you have the following set:

roundwinner = @random
winner = @random

If the answer to all of those is yes, then I have no idea what's causing your issues.