Blockland Forums > Modification Help
Sound (.wav) Problem
ScratchTehEPICSpaceDude:
--- Quote from: Boomerangdog on November 26, 2011, 05:54:18 PM ---Your filename is wrong. It should be Sound_Star, not Sounds_Star. Change this in namecheck.txt as well, and Server.cs should be
--- Code: ---datablock AudioProfile(Star_Death_Sound)
{
filename = "Star_Death.wav";
description = AudioClosest3d;
preload = false;
};
--- End code ---
--- End quote ---
Thanks, I will try that
ScratchTehEPICSpaceDude:
This is gonna sound so annoying, but it is still not working. I really need help!
Boomerangdog:
Did you change it in Namecheck and the Filename?
ScratchTehEPICSpaceDude:
Yes. Is there a size limit for sounds in events?
ScratchTehEPICSpaceDude:
Bump.