| Blockland Forums > Modification Help |
| Sound pack not working? |
| (1/1) |
| Boston Terrier:
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 |
| Aware:
your server.cs is empty. put this inside. --- Code: ---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; }; --- End code --- Pony squee ;D |
| Boston Terrier:
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. |
| MonkeyFunkyMonkey:
I had this problem does it not load the sounds or they load but you cant hear them ingame? |
| Navigation |
| Message Index |