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







在 Youtube 上 



(ai_allegiance player human)
(ai_allegiance human player)
You can also do this for the covenant, sentinels, flood, or any other team ID that you want to be allied with at the game start. Without this you'll just get shot at by everyone when you load into the map.
(script startup gamesettings
(cinematic_show_letterbox false)
(fade_in 0.0 0.0 0.0 250)
(sleep 5)
)
and this one is a basic AI respawning script.
(script continuous <give-me-a-unique-name>
(sleep_until (< (ai_living_count "<write-your-squad-name-here>") 1))
(sleep 100)
(ai_place "<the-same-squad-as-stated-above>")
)
You'll need to copy and paste the above script for each of the squads you want respawned on your level. One for each basically. This needs to be pasted in a text document that has been saved as a .hsc file, and it placed in the /data directory that matches your level's path in the /scenarios directory.