Jump to content
Sign in to follow this  
Door a jar

Adding Sounds

Recommended Posts

Hey Merry Christmas everyone,

Just a little question for you all.

How do I add new voices, sound effects, and music that will show up in the corresponding effects boxes for triggers and waypoints. You'll probably need to break this down Barney style for me, I'm just starting out in the meat and potatos of programing.

Thanks

-Door_a_jar

Share this post


Link to post
Share on other sites

well i would say take a look at my tutorials but, the server is down at the moment, so your best bet will be to take a look at the ofpeditingcenter.

RED

Share this post


Link to post
Share on other sites

Ok, first you'll need to convert the sound to Ogg-Vorbis. You can get an exelent converter at: http://www.dbpoweramp.com And use these settings:

Bit Rate: 56 kbps is a good quality, uses less quality, but then its not very big.

Encoding: Constant bit rate

Set the channel to Mono

44100 Hz

Preserve Id tags needs to be checked

Volume Normalize may be checked

Now make a directory called Sounds in you Users ==> Username ==> Missions ==> Missionname Folder

Put the ogg file there.

Next, you need a description.ext-file. the easisest way to do this is to make a notepad-file in C:\ and put this in it and change the names to your filename where it says rep

class CfgSounds

{

sounds[] =  {

rep

};

class rep

{

 name = "rep";

 sound[] = {"rep.ogg", db+290, 1.0};

 titles[] =

 {

 };

};

Now go to DOS and type this: rename filename.txt description.ext

Ofcourse filename is the name of your text-file.

Now place this description.ext - file in your Users ==> Username ==> Missions ==> Missionname folder.

that should do it, u can now select the sound from a Trigger/Waypoint.

Hope this works for you.

Merry Christmas to you too!

(Edited by DestroyerX at 8:01 pm on Dec. 25, 2001)

(Edited by DestroyerX at 9:52 pm on Dec. 25, 2001)

Share this post


Link to post
Share on other sites

No, you mailed this once to me. Thx for that smile.gif Merry Christmas RED and everyone! wink.gif

(Edited by DestroyerX at 8:03 pm on Dec. 25, 2001)

(Edited by DestroyerX at 8:03 pm on Dec. 25, 2001)

Share this post


Link to post
Share on other sites

oh right, u 2 m8 and every one else !

RED

Share this post


Link to post
Share on other sites

Hey thanks a lot for your fast reply guys, I'll give it a try after the holidays.

Merry Christmas again.

-Door_a_jar.

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  

×