Author Topic: "Eating"sound  (Read 3002 times)

Could someone make an "eating" sound i need it to make food that you can eat and heal thanks =)


You're making a food mod, but you can't find a sound?
No.


now we need a stomach digestion sound and a craping sound

i just wanted an eating sound so i could make it play when i eat a sandwitch by the command disspear





download an eating sound.

datablock AudioProfile(NAMEOFSOUNDGOESHERE)
{
   filename = "./NAMEOFSOUNDGOESHERE.wav";
   description = AudioClosest3d;
   preload = true;
};

Save it as a .cs
Make a server.cs file with the exec("./NAMEOFSOUNDGOESHERE");
then save it.

Zip both of them together in one .zip file and tick it through the add-ons menu.

I could be missing a step or be wrong entirely, this is just hypothetical.