Search the Community
Showing results for tags 'detonation'.
Found 2 results
-
Hey guys, I was recently thinking of something that I saw in a separate mod, which is unfortunately not being developed any more, strictly speaking, radio jammer for radio controlled IED detonations. There is a mod which comes with a backpack item that has that option but it naturally only works for the explosives provided by that specific mod. I would, however, like to try and incorporate the same mechanism but to the ACE Explosives. Turns out there is a function for that but I am not skilled enough to implement it using my scripting skills. I have found this: https://ace3mod.com/wiki/framework/explosives-framework.html#53-detonation-handler At the very bottom of the page there is a section which seems to be doing what I need it to do, which is block all the detonations of radio controlled explosives (such as the cellphone). I was thinking about using this code possibly in a form of a switch that the player could use. Similarly to the backpack from the other mod, it could be whatever item that the player can have (possibly some kind of a backpack as well) that would have the ON and OFF switch. Those switches would then control whether the Cellphone detonation of an IED is possible or not. Another thing I found was that Achilles actually seems to have a similar functionality but it appears to be restricted to Zeus-placed objects via this specific module as well as looks to be "jammable" only by an actual vehicle. I will need to test this one today tho. https://github.com/ArmaAchilles/Achilles/wiki/Module-Information I would be very grateful for any help in terms of how to achieve that result possibly using that first bit of code. Thanks a lot! Adam
-
Is there an event handler that deals with a mine being triggered? I'm hoping to setup a trip-wire that can be disarmed like a mine but that triggers an explosion somewhere else. I may be able to do it with an on-entry trigger but i'm betting this will make the disarming bit somewhat clumbsy. thanks!