Jump to content
Sign in to follow this  
Jester983

Multiple custom sound files

Recommended Posts

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

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

hehehe

*cough* newbie mission builder *cough*

Just messing with you man, don't take it badly smile_o.gif

Need anyother mission building help dude, perhaps........

you want to learn how to do scripted cutscenes?

They are easy as hell biggrin_o.gif

Share this post


Link to post
Share on other sites
*cough* newbie mission builder *cough*

Hey we all have to start somewhere. smile_o.gif

ty red that really helps.

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  

×