Arma 3
350 ratings
AI Cannot See Small Drones
2
2
2
2
   
Award
Favorite
Favorited
Unfavorite
Data Type: Mod
Mod Type: Mechanics
File Size
Posted
Updated
1.826 KB
16 Mar, 2023 @ 10:27am
28 Mar, 2023 @ 12:48pm
6 Change Notes ( view )

Subscribe to download
AI Cannot See Small Drones

Description
By default, AI soldiers shoot down small drones even when they fly 100m above them. With this mod, the AI will ignore the player's small drone when it's above 80m alt - although they are not super-strict with this number, both ways.

This mod makes no changes to the AI logic, so ALL AI mods are compatible.

On the topic of drones, the following script creates a drone near the player and this drone will also be ignored by the AI above some set alt. Pause the game, copy and paste the code below into the debug console and press "local exec". The script is completely independent of the mod: the mod can be used without the script, the script can be used without the mod.


myUAV = createVehicle ["B_UAV_01_F", getPos player, [], 0,""];
createVehicleCrew myUAV;
[] spawn {while { alive myUAV} do
{
pos = getPosATL myUAV ;
h= pos#2;
if (h>80) then {myUAV setCaptive true};
if (h<80) then {myUAV setCaptive false};
sleep 2; } }
53 Comments
Wolves Hero 25 Mar @ 6:00pm 
Worked much better stopped shooting my drone because AI are cheated keep shooting at height 300m away was annoyed keep destroyed my drone.
Geko 19 Jan @ 9:00am 
Hello! Is this Client or Server side? Sorry, didnt see if it said anywhere. Thank you!
Matthew 6:33 26 Dec, 2024 @ 11:42pm 
Doesnt seem to work with crocus fpv drone
ToD 7 Oct, 2024 @ 10:18pm 
@claudiopolez Thanks Champ!
Ghost 22 Aug, 2024 @ 11:34pm 
AI Cannot See Small Drones and AI Cannot See Through Grass have the same key, is this fine?
Anthony 20 Jul, 2024 @ 9:36pm 
Is it Compatable with AI Avoids Prone ??
claudiopolez  [author] 10 Jul, 2024 @ 1:02am 
@Hiroshima, I've just checked and the mod (and the script) work fine still. Both separately and in tandem.
@vladus, never came across such an error, sorry. Reinstall/repair the mod, and look for conflicts with other mods.
Natthanon 5 Jul, 2024 @ 12:35am 
it dosent work the ai keep on shooting me from of 300 ft
vladus 30 Jun, 2024 @ 5:34am 
hello mod developer, what should I do if the mod says no extensions?
claudiopolez  [author] 20 May, 2024 @ 10:41am 
@[GB1] Korda, @virtual_rain - I can't help there, sorry boys:/