Author Topic: Sound pack not working?  (Read 536 times)

I checked all of the files in my successful sound pack that worked but I have no clue what went wrong with this one. The sounds either don't show up on the "playSound" event or it just lags up BL and I have to quit.
Download: http://www.mediafire.com/?v3x13irgd1l6bf6

your server.cs is empty.

put this inside.
Code: [Select]
datablock AudioProfile(Rubber_Ducky)
{
filename = "./Rubber_Ducky.wav";
description = AudioClosest3d;
preload = false;
};

datablock AudioProfile(Squeak_Pronounced)
{
filename = "./Squeak_Pronounced.wav";
description = AudioClosest3d;
preload = false;
};

datablock AudioProfile(Squeaky-Toy)
{
filename = "./Squeaky-Toy.wav";
description = AudioClosest3d;
preload = false;
};

datablock AudioProfile(Squee)
{
filename = "./Squee.wav";
description = AudioClosest3d;
preload = false;
};

Pony squee ;D

I tried that but it didn't work. I then tried disabling all my add-ons except the sounds but it didn't work either.

I had this problem does it not load the sounds or they load but you cant hear them ingame?