Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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.