Raised This Month: $ Target: $400
 0% 

[Solved] Sounds won't play


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
wtfaatp
Senior Member
Join Date: Jul 2010
Old 07-22-2010 , 14:33   [Solved] Sounds won't play
Reply With Quote #1

I'm having a problem with my server playing sounds....

The server is downloading the sounds to the clients computer but when the server calls for the sound i get this message
"
Failed to load sound "gungame\gungame2.wav", file probably missing from disk/repository"

I get this problem with any sound i try playing that would be downloaded....
these are the downloaded sound bits
http://www.drinkdank.com/cstrike/sound/

Also this is my Gungame song list:
Code:
    "Sounds"
    {
        "IntroSound" "gungame/gungame2.wav"
        "KnifeLevel" "gungame/knife_level.wav"
        "NadeLevel" "gungame/nade_level.wav"
        "LevelSteal" "gungame/smb3_1-up.wav"
        "LevelUp" "gungame/smb3_powerup.wav"
        "LevelDown" "gungame/smb3_powerdown.wav"
        "Triple" "gungame/smb_star.mp3"
        "Autoff" "gungame/smb_warning2.mp3"
        "MultiKill" "common/stuck1.wav"
        /* Put each song filename in this list seperated by commas */
        "Winner" "gungame/chariotsoffire.mp3,gungame/cliclboom.mp3,gungame/dontsay.mp3,gungame/fly.mp3,gungame/ggwin1playa.mp3,gungame/ggwin2playa.mp3,gungame/ggwin3playa.mp3,gungame/ggwin4playa.mp3,gungame/ggwin5playa.mp3,gungame/hit.mp3,gungame/lambofgod.mp3,gungame/prodmult.mp3,gungame/tnb1.mp3,gungame/wearethechampions.mp3"
        "WarmupTimerSound" "ambient/tones/floor1.wav"
    }
And Knifefight sound list:
Code:
// Songs to play during the fight, comma delimited. (example: knifefight/song1.mp3,knifefight/song2.mp3,knifefight/song3.mp3) (max: 20)
// -
// Default: ""
sm_knifefight_fightsongs "knifefight/fireman.mp3,knifefight/ftw.mp3,knifefight/khaos.mp3,knifefight/pla_the_game_long.mp3,knifefight/r22tnt.mp3,knifefight/sandstorm.mp3,knifefight/song1.mp3,knifefight/song2.mp3,knifefight/song3.mp3,knifefight/song4.mp3,knifefight/song5.mp3,knifefight/song6.mp3,knifefight/song7.mp3,knifefight/thisiswhyimhot.mp3"
I have also tried changing all the "/" to "\".. same thing....
If I type "play gungame\ggwin1playa.mp3" The file plays fine...


I'm Running:
MetaMod:Source v1.8.2V
SourceMod v1.3.4
Sm_Gungame v1.0.9.4
sm_Knifefight v1.3.7
sm_noblock v1.3.0
Supercommands v0.6
Botoverseer v0.9

Last edited by wtfaatp; 07-23-2010 at 10:15. Reason: [Solved]
wtfaatp is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 07-23-2010 , 05:14   Re: Sounds won't play
Reply With Quote #2

Have you set server cvar sv_pure 1 and looked pure_server_whitelist.txt ??
pure_server_whitelist.txt you found one folder up from game-root folder.
Code:
...Hl2/pure_server_whitelist.txt
Bacardi is offline
wtfaatp
Senior Member
Join Date: Jul 2010
Old 07-23-2010 , 07:41   Re: Sounds won't play
Reply With Quote #3

I currently have
"add" "sound/..."
In my white list should i have it set to something else?
wtfaatp is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 07-23-2010 , 07:47   Re: Sounds won't play
Reply With Quote #4

Quote:
Originally Posted by wtfaatp View Post
I currently have
"add" "sound/..."
In my white list should i have it set to something else?
- Maybe if you read again my previous post...
- If you didn't find that file, try temporary set server sv_pure 0, make sure you have this cvar on server.cfg
And look again will it play those sounds.

*edit
Here you find it
Code:
...orangebox\bin
...orangebox\cstrike\addons
...orangebox\hl2\pure_server_whitelist.txt
...orangebox\platform
...orangebox\srcds.exe
*second edit
Here I attach pure_server_whitelist.txt where have added gungame sounds, knifefight and other sounds what you have from FTP.
Install this file in Hl2-folder or alternative cstrike-folder (it works here too)
Code:
    //
    // Allow custom sounds from plugins
    //
    sound\gungame\...                    allow_from_disk
    sound\knifefight\...                allow_from_disk
    sound\admin_plugin\...                allow_from_disk
    sound\dogz\...                        allow_from_disk
    sound\ql\...                        allow_from_disk
    sound\schu\...                        allow_from_disk
*updated pure list
Attached Files
File Type: txt pure_server_whitelist.txt (2.1 KB, 625 views)

Last edited by Bacardi; 07-23-2010 at 08:13.
Bacardi is offline
wtfaatp
Senior Member
Join Date: Jul 2010
Old 07-23-2010 , 08:49   Re: Sounds won't play
Reply With Quote #5

OO I'm srry i miss read i thought you were talking about the one in the cstrike folder... :d i will try and update you further.. Thnx for the help....


Edit Nope still nothing

I tried with sv_pure 0 and 1

Code:
Failed to load sound "gungame\gungame2.wav", file probably missing from disk/repository
Vladimir connected.
Ivan connected.
You are on level 1 :: m249
] sv_pure
--------------------------------------------------------
sv_pure:

If set to 1, the server will force all client files except the whitelisted ones (in pure_server_whitelist.txt) to match the server's files. 

If set to 2, the server will force all client files to come from Steam (and it will not load pure_server_whitelist.txt).


The server is using sv_pure = 1.
materials\...                             	from_steam
models\...                                	from_steam
sound\...                                 	from_steam
models\player\...                         	allow_from_disk
materials\models\player\...               	allow_from_disk
materials\temp\...                        	allow_from_disk
materials\vgui\...                        	allow_from_disk
materials\vgui\logos\ui\...               	allow_from_disk
materials\vgui\replay\thumbnails\...      	allow_from_disk
sound\gungame\...                         	allow_from_disk
sound\knifefight\...                      	allow_from_disk
sound\admin_plugin\...                    	allow_from_disk
sound\dogz\...                            	allow_from_disk
sound\ql\...                              	allow_from_disk
sound\schu\...                            	allow_from_disk
--------------------------------------------------------

Last edited by wtfaatp; 07-23-2010 at 09:36.
wtfaatp is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 07-23-2010 , 09:42   Re: Sounds won't play
Reply With Quote #6

Quote:
Originally Posted by wtfaatp View Post
OO I'm srry i miss read i thought you were talking about the one in the cstrike folder... :d i will try and update you further.. Thnx for the help....


Edit Nope still nothing
Check your steam-account have you even download those files ? ou didn't see this
Quote:
If I type "play gungame\ggwin1playa.mp3" The file plays fine...
...steam/steamapps/ACCOUNT/counter strike soure/cstrike/sound/gungame/

check you have
cl_downloadfilter all
cl_allowdownload 1


and server have
sv_downloadurl "www.drinkdank.com/cstrike"
sv_allowdownload 1


*edit
and you have installed same sound files in server but not zipped

Last edited by Bacardi; 07-23-2010 at 09:51.
Bacardi is offline
wtfaatp
Senior Member
Join Date: Jul 2010
Old 07-23-2010 , 10:02   Re: Sounds won't play
Reply With Quote #7

Yes i have the files downloaded in cstrike/sound/...
I have deleted that directory every time i tried something new...
Also in my other server the sounds work...
the quake sounds that is.....

This is my server cfg
Code:
// server name
hostname "   dankGaming -- Gun Game Server -- Knife Fight --" 

// rcon passsword
rcon_password "********"  

// Advanced RCON
sv_rcon_banpenalty 10 
sv_rcon_maxfailures 10 
sv_rcon_minfailures 5 
sv_rcon_minfailuretime 30 

// Bot Commands
bot_chatter off
bot_defer_to_human 0
bot_difficulty 2
bot_join_after_player 1
bot_join_team any
bot_quota 4
bot_quota_mode fill
bot_auto_vacate 1
bot_auto_follow 1
bot_allow_rogues 1
bot_all_weapons 1

// SV Settings Performance
sv_client_cmdrate_difference 30
sv_client_interp 0.01
sv_client_max_interp_ratio 1
sv_client_min_interp_ratio 1
sv_client_predict 1
sv_lan 0
sv_maxcmdrate 100
sv_maxrate 25000
sv_maxunlag .5
sv_maxupdaterate 100
sv_mincmdrate 30
sv_minrate 5000
sv_minupdaterate 20
sv_pausable 0
sv_pure 1
sv_unlag 1
sv_voiceenable 1

// SV GamePlay Settings
sv_nowinpanel 1
sv_nomvp 0
sv_nostats 0
sv_nonemesis 0

// MP Settings
mp_allowspectators 1
mp_autocrosshair 0
mp_autokick 0
mp_autoteambalance 1
mp_buytime .25
mp_c4timer 35
mp_fadetoblack 0
mp_flashlight 1
mp_footsteps 1
mp_forcecamera 0
mp_freezetime 2
mp_friendlyfire 0
mp_hostagepenalty 0
mp_limitteams 0
mp_maxrounds 99
mp_playerid 0
mp_roundtime 3
mp_startmoney 800
mp_timelimit 999
mp_tkpunish 0

// SV Settings Gameplay
sv_accelerate 5
sv_airaccelerate 10
sv_alltalk 1
sv_cheats 0
sv_consistency 1
sv_friction 4
sv_gravity 800
sv_logbans 1
sv_maxspeed 320
sv_minrate 0
sv_stepsize 18
sv_stopspeed 75
sv_timeout 65
sv_voicecodec vaudio_speex

//zBlock Settings
zb_allowcashcalling 1   
zb_crouchfix 1		
zb_bunnyfix 1	

//Fastdownload setting
sv_downloadurl "http://drinkdank.com/cstrike/"
sv_allowdownload 1
sv_allowupload 1
net_maxfilesize 64

// Other commands
decalfrequency 60
host_framerate 0
log on
mp_logdetail 3
setpause 0
exec banned_user.cfg 
exec banned_ip.cfg
I have no idea any more i have tried everything I know and everything you have suggested and still nothing...
wtfaatp is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 07-23-2010 , 10:07   Re: Sounds won't play
Reply With Quote #8

Try one more time change temporary server to sv_pure 0 and change this in server.cfg and change map to take effect.
Want to be sure is it pure_server_whitelist or gungame-plugi.
Bacardi is offline
wtfaatp
Senior Member
Join Date: Jul 2010
Old 07-23-2010 , 10:13   Re: Sounds won't play
Reply With Quote #9

Lol wow okay slap me if you like The server.cfg i posted was from when I first created the server so from my desktop.....
I looked at the one on the server and i had missed a "T" in http://......
Althou the pure_server_whitelist.txt was needed and a big help THANK YOU VERY MUCH

+ HUDOS x3 my man THANK YOU AGAIN
wtfaatp is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 07-23-2010 , 10:20   Re: [Solved] Sounds won't play
Reply With Quote #10

Glad you find it, it's better if remove those http:// from URL-paths but it's up to you.
But valve wiki say other.. http://developer.valvesoftware.com/wiki/Sv_downloadurl



*edit
This part I didn't understand
Q. Sounds does not work after css update in june 2010?
A. If you are running css server on windows platform, then you need to change paths to sound files:
replace slashes "/" with double backslashes "\\"
. And of course don't forget to restore your pure_server_whitelist.txt and sv_pure 1 in config.

Last edited by Bacardi; 07-23-2010 at 10:56.
Bacardi is offline
Reply



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 10:58.


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