I'm trying to package a sound pack for my server, but it's not working even though the report for this is flawless..
Any help?
datablock AudioProfile(Bloko_Sounds)
{
filename = "./bloko_beforerace.wav";
description = AudioClosest3d;
preload = true;
};
datablock AudioProfile(Bloko_Intro : Bloko_Sounds)
{
filename = "./bloko_intro.wav";
};
Not working as in, you can't put them on when you wrench a brick?
Or like in, other people can't hear it.
Also, check if you have a description.txt in the zip file & that that piece of code is in server.cs and last, if the sound itself is situated in the zip file.
If all of these things are ok, then it is weird if it still doesn't pop-up.