Author Topic: Sound addon isn't working  (Read 536 times)

After many attempts of trying to figure out what's going wrong, I've decided to post a thread on the forums. I have converted some of the sounds to mono, but after that didn't work, I stopped doing that. Can someone help figure out what I did wrong?


http://www.mediafire.com/download/xhkc5wqqx16iq48/Sound_WOWSounds.zip <--sounds


Loading Add-On: Sound_WOWSounds (CRC:343170264)
Executing Add-Ons/Sound_WOWSounds/server.cs.
WARNING: AudioProfile::preload() - Bad file extension ".wav " on file Add-Ons/Sound_WOWSounds/Humanfemalehurt1.wav , ignoring
19 datablocks added.


...

*shrugs loudly*

oh. There's an error in your server.cs
There's a space after .wav and before the "

datablock AudioProfile(Humanfemalehurt1_Sound : Fleshimpact_Sound)
{
    filename = "./Humanfemalehurt1.wav ";
};


but fleshimpact, at the very least, should work... it's not making any sound.

I don't know what to tell you.
« Last Edit: June 05, 2016, 10:36:43 PM by Teneksi »

I've had a similar problem before, if you're using Audacity, try exporting at 16-bit WAV

I've had a similar problem before, if you're using Audacity, try exporting at 16-bit WAV
ok, I'll use audacity to export them to 16bit
« Last Edit: June 05, 2016, 11:04:26 PM by Hawt »