Blockland Forums > Modification Help

Needing help with sounds so I don't forget up...

Pages: << < (2/2)

SPooK:

You guys, he wants SOUNDS like event sounds. Not music loops. I'm going to make tutorials for Music, Sounds, and Brick making after I am done with my homework. ;D

Talent74:

Long ass bump. I need a tutorial for sounds.

Demian:

It's really basic stuff. All you need is namecheck.txt, description.txt, your sound in .wav and server.cs. In server.cs, put this.

--- Code: ---datablock AudioProfile(MySound)
{
filename = "./MySound.wav";
description = AudioClosest3d;
preload = false;
};

--- End code ---
Seriously now. I got all that by extracting a sound add-on and looking at it for 5 seconds.

Talent74:


--- Quote from: Demian on December 22, 2010, 09:08:30 AM ---It's really basic stuff. All you need is namecheck.txt, description.txt, your sound in .wav and server.cs. In server.cs, put this.

--- Code: ---datablock AudioProfile(MySound)
{
filename = "./MySound.wav";
description = AudioClosest3d;
preload = false;
};

--- End code ---
Seriously now. I got all that by extracting a sound add-on and looking at it for 5 seconds.

--- End quote ---
Now I feel like a massive moron. Thanks.

Pages: << < (2/2)

Go to full version