Arma 3
Not enough ratings
@dynamicCamo_respawnFix
   
Award
Favorite
Favorited
Unfavorite
Data Type: Mod
File Size
Posted
Updated
2.292 KB
19 Jun, 2023 @ 9:33pm
7 Jun, 2024 @ 5:46pm
9 Change Notes ( view )

Subscribe to download
@dynamicCamo_respawnFix

Description
this will make the script by Bunc restart on player respawn
code adapted from Personal Arsenal mod by Drakeziel

it does not contain @dynamicCamo so you must download it to use this
this will set audibleCoef max to 0 and camouflageCoef max to 0.65
Failsafe function call bound to C by default (CBA keybind)

make sure this patch is under @dynamicCamo in the launcher

use as you please with the original mods' creators in mind
6 Comments
Narni Tchereskov  [author] 5 Nov, 2023 @ 2:31am 
it's clientside as far as i know,, upon respawning once a script gets run on you that adds a keybind (via CBA) to force run the script in case it failed,, as long as the keybind is added it should work
SwEdE 4 Nov, 2023 @ 4:18pm 
Hey, i am a bit confused how this works, does Dynamic Camo and the respawn fix need to be loaded on the sever and executed on every player? or just loaded on server or is it complely client side?
Narni Tchereskov  [author] 21 Jun, 2023 @ 12:41pm 
@Killimanjaro117 it's a script that runs on you after you join, it's supposed to work in servers since that's the reason i even made it... at least i hope (It is clientside server loading is redundant)
Killimanjaro117 21 Jun, 2023 @ 4:37am 
Question, is this set up in a way to work on servers?
Narni Tchereskov  [author] 20 Jun, 2023 @ 12:38pm 
@Valken thanks! I got tired of having to run a respawn eventhandler myself everytime too
Valken 20 Jun, 2023 @ 9:02am 
This should have been integrated into the mod. Great work!