View Single Post
foo bar
AlliedModders Donor
Join Date: Dec 2012
Location: Canada
Old 04-17-2013 , 18:49   Re: quake sounds [Revamped] (Version 2.7.5 / Updated July 18, 2009)
Reply With Quote #796

Quote:
Originally Posted by Nairdaa View Post
I can't get it to work after the update.

All the sounds are being downloaded just fine, but no sounds will be played on the event.
Game console outputs an error: Failed to load sound "some-sound-name.wav", file probably missing from disk/repository"


Where exactly do I have to put my server custom sounds now to be played on events correctly?...
Sounds should go into custom/<something>/sound/ and should be referenced in your quakesounds cfg as sound/some-sound-name.wav.

ie:

PHP Code:
   "killsound"
        
{
                
"4"
                
{
                        
"standard"              "quake/dominating.mp3"
                        "female"                "quake/female/dominating.mp3"
                        "config"                "9"
                
}
        } 
and the sound files are in: custom/<whatever>/sound/quake
__________________
[foo] bar
foo-games.com Game Mods, Plugins and Tools for Game Masters | My Github

Last edited by foo bar; 04-17-2013 at 18:50.
foo bar is offline