Jump to content
Sign in to follow this  
Cyper

Sound firedirection not found

Recommended Posts

I am currently working with arty scripts. It seems to work but when I assign a target on the map I get this message: Sound firedirection not found.

The sound obviously have to be defined in the .ext file by using this from the arma editor:

class CfgSounds

{

// List of sounds (.ogg files without the .ogg extension)

sounds[] = {Name_Of_Sound};

// Definition for each sound

class BHD_Still

{

name = "Name_Of_Sound"; // Name for mission editor

sound[] = {\sound\Name_Of_Sound.ogg, db + 0, 1.0};

titles[] = {0, ""};

};

};

The problem is: I don't know what the sound is called.

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  

×