Door a jar 0 Posted December 25, 2001 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
RED 0 Posted December 25, 2001 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
DestroyerX 0 Posted December 25, 2001 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
RED 0 Posted December 25, 2001 Hehe is that off my site ? RED Share this post Link to post Share on other sites
DestroyerX 0 Posted December 25, 2001 No, you mailed this once to me. Thx for that Merry Christmas RED and everyone! (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
RED 0 Posted December 25, 2001 oh right, u 2 m8 and every one else ! RED Share this post Link to post Share on other sites
Door a jar 0 Posted December 26, 2001 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
DestroyerX 0 Posted December 26, 2001 No problem, if you just follow these steps it will work. Share this post Link to post Share on other sites