Jump to content
Sign in to follow this  
tsean

Adding a texture above a unit & looping sounds

Recommended Posts

EDIT: I accidentally posted this with the wrong title, sorry about that. If it's not too much trouble I'd be thankful if a moderator could change the title to "Sound not found error?"

Hey,

I'm having an issue in which I keep getting the "sound x not found" error.

Error when trigger activates:

2fa281ef6945b39225122e7bdc6855f5.png

Trigger:

http://i.gyazo.com/dd6d6c96f19c02f0598f882e45476c55.png (230 kB)

Mission folder:

445f6194044c696a1f74d086556de964.png

description.ext:

class CfgMusic
{
 tracks[]={};
 class pant1
 {
   name = "pant1";
   sound[] = {"pant1.ogg", db+1, 1.0}; //I've also tried the pant1.ogg without quotation marks, but it made no difference
 };
};

I've done this before and it worked, but it just doesn't in this mission. I'm kind of stumped so I'd like to ask you guys if you could point out to me what I'm doing wrong so I can continue my mission. :)

Thanks,

Sean

Edited by TSean

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  

×