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
(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.