Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
it's impossible to download your mod with the “subscribe” button.
The download does not appear in the launcher.
If anyone can help me, thank you in advance.
As requested, here is an update addressing some questions/suggestions, namely in regards to range and targeting.
- You can now easily configure settings at the top of the script.
- By default, the AI will search for nearest enemy soldier/vehicle (AI+players) and ignore civilians.
- You can also change the detection radius (M9_bombVestAI_targetRadius).
- The hardset variable name for the AI has been removed so you can spawn as many as you want in eden.
Source code with documentation:
https://github.com/M9-SD/A3_MASTER_REPO/blob/main/Compositions/ISIS_Bomber_Suicide_Vest_AI/Init_Scripts/Saboteur_Explosives/init_bomb_vest_ai.sqf
?
Hello, how can we reduce the power of the explosion so as not to completely kill the units? leave them 10% life :)?
I want it to be auto-generated as part of the dynamic Liberation mission.. lmk if possible.
Assuming you want to change the distance at which the explosion gets triggered, you need to go to Line 78 of the script and change 16 to what ever you want:
waitUntil {(({(vehicle _x) distance _newUnit2 < 16} count allPlayers > 0) or (!alive _newUnit2))};
The script runs on the local client. If you disconnect, any suicide bombers you have spawned in will stop working.