Arma 3
Оценок: 124
ODKAI
   
Наградить
В избранное
В избранном
Удалить
Data Type: Mod
Метки: Tag Review
Размер файла
Добавлен
Изменён
887.651 KB
5 дек. 2019 г. в 14:16
10 окт. 2021 г. в 14:28
Обновлений: 74 (просмотреть)

Подпишитесь, чтобы загрузить
ODKAI

Описание
RELEASE 2.0

ODKAI is created by IlSigSmoke & RedCharlie. It has been developed to work mainly in multiplayer, but it now works in singleplayer too.
The goal of this Mod is to create a more realistic AI behaviours and communication.
We want to create a commander who will give orders in a more realistic way to the units at his disposal, based on the information collected and communicated by the faction, that can't know what happened to an armored vehicle that had stopped replying, sending a reasearch team to probe the area around the last squad's actual.
Squad leaders that report his position and truly send and receive information about enemy locations and forces. Soldiers that can use freely almost every game assets, that throw a smoke grenade considering the wind force and direction, that can steal your vehicles, and they will.
Only one HQ can be added in the game (in editor) and it will command only AIs from its allied faction.
This mod doesn't spawn units.

ODKAI DETAILS FEATURES[odkai.odkclan.it]
Популярные обсуждения Просмотреть все (3)
42
4 июн. 2022 г. в 4:27
Bug Reports
-|ODK|- Black_Ice931
26
30 апр. 2020 г. в 3:08
Improvements
-|ODK|- Black_Ice931
4
25 дек. 2019 г. в 11:40
Compatibility Issues
-|ODK|- Black_Ice931
Комментариев: 176
Hitman 18 окт. 2024 г. в 0:23 
new ODKAI (REWORK) in mods you can check
SteveTheHero 4 мая. 2023 г. в 15:36 
Dang this had so much potential. Thanks for the update, i hope you guys can support it once again one day.
-|ODK|- IlSigSmoke  [создатель] 25 апр. 2023 г. в 12:03 
unfortunately the mod is no longer supported. Sorry guys
SteveTheHero 22 мар. 2023 г. в 14:29 
Love this mod, would be awesome if you could update it, it has some errors
Voiden Venari 10 мар. 2023 г. в 6:50 
2 Questions : 1- Works with Any Scenario Like RIS (Random Infantry Skirmish) and Dynamic Recon Ops ?

2 - Works with NR6 HAL Evolved ?
aki 24 янв. 2023 г. в 10:04 
HELLO ARE UPDATES FOR THE MOD??
Killimanjaro117 27 ноя. 2022 г. в 7:59 
I know you guys have mentioned that you have disabled the Commander system, but is there any chance in the future that you guys would enable it? So far from what I've seen your mod is splendid, very lightweight and adds a lot of functionality to the server itself.

Either way, thank you for the work that you have put into this, it was enjoyable watching AI seemingly act smarter.
-|ODK|- IlSigSmoke  [создатель] 4 июн. 2022 г. в 4:27 
Actually we work on Arma reforger.
Project are not supported yet.
-|ODK|- IlSigSmoke  [создатель] 9 мая. 2022 г. в 9:14 
!( _this call ODKAI_CheckStaticNearby ) give back a true/false state.
nan 7 апр. 2022 г. в 12:11 
if ( ( _Enemy isKindOf "PLANE" ) OR { _Enemy isKindOf "HELICOPTER" } ) then {
_Group setbehaviour "COMBAT";
if ( !( ( getPylonMagazines _Enemy ) isEqualTo [] ) AND !( _this call ODKAI_CheckStaticNearby ) ) then {
[ _this , 100 ] call ODKAI_SetClosestBuilding;
};



bugtxt:
if ( !( ( getPylonMagazines _Enemy ) isEqualTo [] ) AND /#/ !( _this call ODKAI_CheckStaticNearby )) then {
[ _this , 100 ] call ODKAI_SetClosestBuilding;
};

WH?help?---------AND /#/ !----------