Search the Community
Showing results for tags 'custom sound'.
Found 2 results
-
[MP Compatbile] Gas Mask/Helmet Overlay.
sekurlsa posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Greetings Community, I needed a gas mask overlay script for a MP mission I'm making. Unfortunately, I couldn't find anything that works across respawns... so I modified the overlay part of the script made by ALIAS - "Radiation - DEMO", after heavy modification the overlay is now MP compatible. There are currently some issues, which I hope I can resolve in near future: * Gas mask overlay will remain after respawn until the player equips and then unequips the "Gas mask" * For some reason the script doesn't work with the "Contact DLC" gas masks. It actually works. It appears the unit (cbrn_specialist) spawns with "G_AirPurifyingRespirator_01_nofilter_F" and later respawns with "G_AirPurifyingRespirator_01_F", keep that in mind. Feel free to contribute, I'm stuck as it is. I'll provide further updates in the github repository Enjoy! Modified multiplayer compatible overlay script. https://github.com/SubXi/arma3-2d-mask-overlay Original script: https://steamcommunity.com/sharedfiles/filedetails/?id=909790601 -
I have some custom sounds defined in description.ext file. Is it possible to fade them out via trigger? For example, I have a custom wind sound that plays in the background but I want to fade it out (mute it) when inside the building. I tried it via trigger with fadeSound but that fades ALL the sounds (including walking, gun fire, etc.), I just want to fade a specific sound.