Jump to content
Sign in to follow this  
lonesoldier

Making a sound come from

Recommended Posts

where do you place the sound?

in codemasters/users/tibby/missions/3rd crap one/

or in descript (plz say first one!)

and does that have to be a .ogg sound file?

Share this post


Link to post
Share on other sites

try find a tutorial for adding sounds and music

you can add .ogg and .wav  i know.

mostly sounds or placed in a special directory in your maps directory:

users/tibby/missions/3rd crap one/sounds

you have to add some text to desciption.ext  file. which if you don't have , you have to make...in wordpad for instance!

Add this:

class CfgSounds

{

sounds[] =

{

yoursoundfilename

};

class yoursoundfilename

{

name = "yoursoundfilename";

sound[] = {"yoursoundfilename.ogg",db+1, 1.0};

titles[] = { };

};

};

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×