安装 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(越南语)
Українська(乌克兰语)
报告翻译问题






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.