Инсталирайте Steam
вход
|
език
Опростен китайски (简体中文)
Традиционен китайски (繁體中文)
Японски (日本語)
Корейски (한국어)
Тайландски (ไทย)
Чешки (Čeština)
Датски (Dansk)
Немски (Deutsch)
Английски (English)
Испански — Испания (Español — España)
Испански — Латинска Америка (Español — Latinoamérica)
Гръцки (Ελληνικά)
Френски (Français)
Италиански (Italiano)
Индонезийски (Bahasa Indonesia)
Унгарски (Magyar)
Холандски (Nederlands)
Норвежки (Norsk)
Полски (Polski)
Португалски (Português)
Бразилски португалски (Português — Brasil)
Румънски (Română)
Руски (Русский)
Финландски (Suomi)
Шведски (Svenska)
Турски (Türkçe)
Виетнамски (Tiếng Việt)
Украински (Українська)
Докладване на проблем с превода
private _crew = [driver _tank, gunner _tank, commander _tank];
{
if (!isNull _x) then {
_x disableAI "AUTOCOMBAT";
_x disableAI "TARGET";
_x disableAI "COVER";
_x allowFleeing 0;
if (_x == driver _tank) then {
_x disableAI "FSM";
};
};
} forEach _crew;
};
Ground vehicles must include this line of code in any situation to avoid bugs in your mod. Do not attempt to restart these features. This line of code does not affect any vehicle's ability to automatically attack enemies, but rather makes your features more useful
It's a debug setting I forgot to remove, I'll change it in the next update.
For now you can disable it in:
options > controls > configure addons > wargame mod
Then delete or change the debug mode option key.
The units should teleport to the building position after at least one of the units have reached their position, it works in the same way as the Take cover command, also if no units have reached their positions after some time has passed, but they are close to the building, they will get teleported to their garrison positions.
Yes.