Author Topic: How do I a server.cs for sounds.  (Read 456 times)

I was trying to make a sound.  I tryed looking off of other people's scripts.  I made it, but when I opne Blockland the file does not come up.  Here's the code. 
Code: [Select]
datablock AudioProfile(Leroy_Jenkins)
{
filename = "./Leroy_Jenkins.wav";
description = AudioClosest3d;
preload = false;
};
Yes I know Leroy Jenkins -_-

If thats ok, then I probably messed it up somehow while exporting it. 

1. Is it in a folder with <category>_<name>?
2. Is it actually named server.cs?
3. Is there a description.txt?

1. Is it in a folder with <category>_<name>?
2. Is it actually named server.cs?
3. Is there a description.txt?
That was the problem, along with some packaging errors.  I'll perfect it, then realise it.  Also Thx.