Author Topic: Help with making a sound  (Read 666 times)

So I'm trying to make a sound for BL, and when I look at the other files to help make mine, I see these files:



do I need those, or do they go in there automatically if I were to upload to RTB?


Need desc, rtb when uploaded to rtb, I think namecheck the game makes.

and how would I go about doing the server.cs thing?

You only need a server.cs and a description.txt.

You only need a server.cs and a description.txt.
and how would I go about doing the server.cs thing?

Make datablocks in there to make the sounds. Look at the default sound's server.cs for examples.

Make datablocks in there to make the sounds. Look at the default sound's server.cs for examples.
how do I do that though? I'm new to all this :P

how do I do that though? I'm new to all this :P
Open up a sound add-on, read it's server.cs, and copy it. Just make sure to replace the file names and datablock names.

Open up a sound add-on, read it's server.cs, and copy it. Just make sure to replace the file names and datablock names.
just in a text document? I can't type or delete any of the text