Author Topic: can someone package a sound for me?  (Read 477 times)

please?

You can do it yourself in about a minute.

First: Make server.cs, in it, put
Code: [Select]
datablock AudioProfile([NAMEOFYOURSOUNDHERE]Sound)
{
filename = "./[NAMEOFYOURFILEHERE].wav";
description = AudioClosest3d;
preload = false;
};
Second: Make description.txt, in it, put
Quote
Title: title
Author: Tango
more information goes here
Third: select both files, right click and click send to>compressed zip, name it sound_soundname


You can do it yourself in about a minute.

First: Make server.cs, in it, put
Code: [Select]
datablock AudioProfile([NAMEOFYOURSOUNDHERE]Sound)
{
filename = "./[NAMEOFYOURFILEHERE].wav";
description = AudioClosest3d;
preload = false;
};
Second: Make description.txt, in it, putThird: select both files, right click and click send to>compressed zip, name it sound_soundname

i love you