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








You can how ever make the ai spawn in a radius of a certain building. ( you can get building class names using izurvive ) example: land_wreck_caravan_wbrown
or you can use waypoints for custom spawns and give the ai a path that they follow,
{
"Name": "",
"Persist": 0,
"Faction": "Raiders",
"Formation": "RANDOM",
"FormationScale": -1.0,
"FormationLooseness": 0.0,
"Loadout": "",
"Units": [],
"NumberOfAI": 1,
"Behaviour": "ALTERNATE",
"LootingBehaviour": "DEFAULT",
"Speed": "WALK",
"UnderThreatSpeed": "SPRINT",
"CanBeLooted": 1,
"UnlimitedReload": 0,
"SniperProneDistanceThreshold": 0.0,
"AccuracyMin": -1.0,
"AccuracyMax": -1.0,
"ThreatDistanceLimit": -1.0,
"NoiseInvestigationDistanceLimit": -1.0,
"DamageMultiplier": -1.0,
"DamageReceivedMultiplier": -1.0,
"CanBeTriggeredByAI": 0,
"MinDistRadius": -1.0,
"MaxDistRadius": -1.0,
"DespawnRadius": -2.0,
"MinSpreadRadius": 1.0,
"MaxSpreadRadius": 100.0,
"Chance": 1.0,
"WaypointInterpolation": "",
"DespawnTime": -1.0,
"RespawnTime": -2.0,
"LoadBalancingCategory": "",
"UseRandomWaypointAsStartPoint": 1,
"Waypoints": [
[
10545.6875, - x
38.03715515136719, - y - first
10384.205078125 - z
],
[
10502.615234375,
40.37776184082031,
10464.7548828125
],
[
10700.634765625,
34.34654235839844,
10461.470703125
],
[
10645.3505859375,
36.45183563232422, - last
10377.76953125
]
]
},
if "UseRandomWaypointAsStartPoint": 1 then it will start at any of the waypoints. if 0 it will start at the first.
unfortuntaely ai spawn configuration is limited. There are work arounds but they are tedious.