Jump to content
Sign in to follow this  
whiteruck437

On screen message when sound plays?

Recommended Posts

Hey all I’m in need of some help. I’ve been trying to place my own custom sound and when I reach the waypoint I keep getting this message

No entry “D:\Documents and settings \my name\ My Documents\ ArmA\ missions\ Mission name_Island_Skye\ description.ext/ CfgSounds/ Hello.titles

And when I click OK the sound still plays.

What does this warning mean because I can’t find the problem, and it’s a little off putting when your playing a mission and I keep messages?

Share this post


Link to post
Share on other sites

Please post your .ext it's hard to figure out what causes the message without having a look at it.

cheers

Share this post


Link to post
Share on other sites

this is the .ext

//=== Sounds================================================>

class CfgSounds

{

sounds[]={Hello};

class Hello

{

name="Hello";

sound[]={\sounds\Hello.ogg, db+10, 1.0};

};

};

Share this post


Link to post
Share on other sites
this is the .ext

//=== Sounds================================================>

class CfgSounds

{

sounds[]={Hello};

class Hello

{

name="Hello";

sound[]={\sounds\Hello.ogg, db+10, 1.0};

titles[] = {0, "Put your text here"};

};

};

Ok thanks. Now add the red text of code in your .ext. That should work.

cheers

Share this post


Link to post
Share on other sites

More info about it here :).

HAZ

Share this post


Link to post
Share on other sites

thanks alot sorry for my late response I've bin really busy with work.

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  

×