Arma 3
92 ratings
AI Stow NVGs
2
   
Award
Favorite
Favorited
Unfavorite
Data Type: Mod
File Size
Posted
5.280 KB
12 Mar @ 4:09am
1 Change Note ( view )

Subscribe to download
AI Stow NVGs

Description
Makes AI units stow their NVGs if it is daytime and put them back on if it is night. If a unit doesn't have inventory space, they will not stow it. Uses this function to determine day/night:

https://community.bistudio.com/wiki/BIS_fnc_sunriseSunsetTime

By default the script checks all man-class units every 2 minutes. This can be changed with:

missionNameSpace setVariable["SNVGcycle",120,TRUE];

where 120 is the number to change.

To make the script exit, use:

missionNameSpace setVariable["SNVGexit",TRUE,TRUE];

You can run an automatic stow/wear on a man at any time with:

_man call SNVG_fnc_CheckMan;


My Discord: https://discord.gg/XSRHPEd

My YouTube channel: https://www.youtube.com/channel/UCrZtKPYPS9iYzu1EAzTLYgg


LICENSE
https://www.bohemia.net/community/licenses/arma-public-license-share-alike

In addition, nobody associated with tier1ops.eu may use, edit or distribute this mod or any derivatives thereof.

If you need an exception to this license, contact me.


CREDITS
Drongo: Concept and coding


THEFT OF MY WORK
My artillery mod was stolen, edited and re-released in violation of the license by BlackAlpha of tier1ops.eu. Here is a video showing my original work and his stolen edit:

https://www.youtube.com/watch?v=Oe7G6WwxQVU

Please share this video and let the community know that BlackAlpha and tier1ops.eu are thieves.


CHANGELOG
v0.11
Steam release

v0.1
Discord release.
16 Comments
Slay No More 17 Mar @ 1:03am 
Thanks for inadvertently teaching me about the sunset stuff. I have many scripts to go work on now.
Drongo  [author] 15 Mar @ 1:37am 
I don't use any of those mods.
HBAOplus 15 Mar @ 12:42am 
ASR AI, RHS, CFP, ACE have similar features of their own.
Leonard L. Church 14 Mar @ 12:26pm 
Sad to hear somebody's trying to steal your work Drongo hope you can get them workshop banned
FYI for people using ACE3

ACE3 already does this under the "ACE AI" section in addon options
Plobby 14 Mar @ 4:45am 
nutted 2 dis
@Lee Rebecca it's Ace3 if im not mistaken.
Azura24 13 Mar @ 6:45pm 
Thank you so much for this.
Viper1Zero 13 Mar @ 6:27pm 
Fucking legend
parnelloparnell 13 Mar @ 4:40pm 
This is really useful for RHS units who have NVGs in their inventory, but don't use them.