武装突袭3

武装突袭3

370 个评价
AI Cannot See Small Drones
2
2
2
2
   
奖励
收藏
已收藏
取消收藏
Data Type: Mod
Mod Type: Mechanics
文件大小
发表于
更新日期
1.826 KB
2023 年 3 月 16 日 上午 10:27
2023 年 3 月 28 日 下午 12:48
6 项改动说明 ( 查看 )

订阅以下载
AI Cannot See Small Drones

描述
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; } }
54 条留言
Quarter 8 月 30 日 上午 12:25 
Before installing this mod, AI would shoot at my drones the second they were in the air. Now... now they actually hit the damn drones. This really only made the problem worse. Or its just a massive coincidence and super funny situation that, when I install the mod designed to stop AI from shooting at my recon drones, they suddenly start getting especially good at hitting my fucking drones
Wolves Hero 3 月 25 日 下午 6:00 
Worked much better stopped shooting my drone because AI are cheated keep shooting at height 300m away was annoyed keep destroyed my drone.
Geko 1 月 19 日 上午 9:00 
Hello! Is this Client or Server side? Sorry, didnt see if it said anywhere. Thank you!
Matthew 6:33 2024 年 12 月 26 日 下午 11:42 
Doesnt seem to work with crocus fpv drone
ToD 2024 年 10 月 7 日 下午 10:18 
@claudiopolez Thanks Champ!
Ghost 2024 年 8 月 22 日 下午 11:34 
AI Cannot See Small Drones and AI Cannot See Through Grass have the same key, is this fine?
Anthony 2024 年 7 月 20 日 下午 9:36 
Is it Compatable with AI Avoids Prone ??
claudiopolez  [作者] 2024 年 7 月 10 日 上午 1:02 
@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 2024 年 7 月 5 日 上午 12:35 
it dosent work the ai keep on shooting me from of 300 ft
vladus 2024 年 6 月 30 日 上午 5:34 
hello mod developer, what should I do if the mod says no extensions?