Cyper 18 Posted October 13, 2011 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
SRS 0 Posted October 17, 2011 I found this thread doing a quick search in the forum for 'firedirection'. Maybe it will be of some help? http://forums.bistudio.com/showthread.php?t=72153&highlight=sound+firedirection Share this post Link to post Share on other sites