Attach Explosives Anywhere 1.01

If you liked this item, please rate it up on Steam Workshop page.

Author: ☠︎🕊️ Shaanig ☠🕊

Last revision: 23 Apr at 14:02 UTC

File size: 416.94 KB

On Steam Workshop

Description:

Attach Explosives Anywhere
—————————————————————-

– like the title says, attach explosives anywhere, requested by my lil bro for placing satchels in the walls of his military compositions that he makes out of hobby

– Note (important): this mod uses inGameUISetEventHandler command to detect when the player uses action menu to attach explosives and to show the indicator explosive object, currently Arma 3 doesn’t have a feature to stack these event handlers, so if another mod (which I don’t think there is much) uses the same method, it might cause conflicts.

– more about "inGameUISetEventHandler": https://community.bistudio.com/wiki/inGameUISetEventHandler

– by default "Explosive Satchel" & "Explosive Charge" is attachable, but you can place down the settings module and add your modded classes to make it work with the modded explosives

– mp tested

– mod signed now

Modules:

– "Attach Explosive Anywhere Settings" module allows changing some variables in the config file, module isn’t required to attach explosives, only to change some settings

Functions:

– disables/cancels the attach mode for a player in (attach mode):

{ [] call EAA_fnc_disableAttachMode; } remoteExec ["bis_fnc_call", targetPlayer];

– (script version or if you want to modify the mod): https://github.com/Shaanig03/Arma-3-Attach-Explosive-Anywhere-Script-Mod-