tony86 2 Posted August 31, 2015 Hello! I create own sound in ogg, and put script into the Description.ext - LOOK - http://pastebin.com/kwgDGVy1 In next step I create Trigger, and in the field "Activation" I put the command - playsound "sound1"; Everything works fine. I going to field of trigger and sound is heard, but I want to hear it only in the trigger. After activation is heard everywhere. What should I add? Thank you in advance for your answer! Share this post Link to post Share on other sites
SavageCDN 231 Posted August 31, 2015 I think you need to use playSound3D instead of playSound https://community.bistudio.com/wiki/playSound3D (see KK's notes at bottom as well) Share this post Link to post Share on other sites
davidoss 552 Posted August 31, 2015 More that above you don`t need to use any sound code on act use trigger effect there you can find your custom sound . OR you can just use condition to play sound only for thislist. Share this post Link to post Share on other sites
tony86 2 Posted August 31, 2015 Both are not working. Please precise instructions. Share this post Link to post Share on other sites
ProfTournesol 956 Posted August 31, 2015 Does your sound appear in the drop down menu of the trigger effects ? If so you can play with the available options described here :https://community.bistudio.com/wiki/Mission_Editor:_Triggers#Effects Share this post Link to post Share on other sites
tony86 2 Posted August 31, 2015 Trigger ---> Edit effects is: the sound is in anonymous category and voice category in environment and trigger category is not here. if I select anony or voice - after activation is heard everywhere. I create "sound" folder (in this folder file sound1.ogg) in mission folder on documents/arma 3/missions Share this post Link to post Share on other sites
ProfTournesol 956 Posted August 31, 2015 Relevant option would be 'trigger', dunno why your sound doesn't appear there. Share this post Link to post Share on other sites