Jester983 0 Posted September 21, 2003 Just before someone says that someone has posted about what im about to ask, i did search for it and nothing came up. My apologies if this has been discussed before. I want to know how i would make multiple custom sound files. Im not sure how to rename that description.ext. do i make another one or do i add on to the current one? my apologies again. Im not the best at mission making. Share this post Link to post Share on other sites
RED 0 Posted September 21, 2003 This adds two sounds to the game: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> class CfgSounds { sounds[] = {s1,s2}; class s1 { name = "s1"; sound[] = {"s1.ogg", db+0, 1.0}; titles[] = {}; }; class s2 { name = "s2"; sound[] = {"s2.ogg", db+0, 1.0}; titles[] = {}; }; } RED Share this post Link to post Share on other sites
bmgarcangel 0 Posted September 21, 2003 hehehe *cough* newbie mission builder *cough* Just messing with you man, don't take it badly Need anyother mission building help dude, perhaps........ you want to learn how to do scripted cutscenes? They are easy as hell Share this post Link to post Share on other sites
Jester983 0 Posted September 21, 2003 *cough* newbie mission builder *cough* Hey we all have to start somewhere. ty red that really helps. Share this post Link to post Share on other sites
bmgarcangel 0 Posted September 21, 2003 I know. I did too you know so ya......want to know more about mission building, ask me anything Share this post Link to post Share on other sites
Jester983 0 Posted September 21, 2003 alright thanks. Share this post Link to post Share on other sites