Skip to content

107

Final Xbox 360 Reach Title Update megalo build. The TU1 megalo version is available in @blamnetwork/megalo but still routes through MCC codec wiring until TU1-specific tables are fully integrated.

GameHalo: Reach
Megalo Version107
Supported Halo Versions12065.11.08.24.1738.tu1actual

Changes from prior version

Compared to 106.

No action types were added or removed between these builds.

Limits

Compile-time caps for a single megalo script on this build. See Variable model for declaration syntax.

Custom variables

Slots per scope and type in variables blocks:

Scopenumberobjectplayerteamtimer
global1216888
player84444
team86444
object84424

Temporary variables

Temporaries map directly to global variable slots — there is no separate temporary pool on this build. The relevant cap is the global column in the custom variable table above. Each temporary line also counts as one action toward the 1024-action limit.

Triggers, conditions, and actions

ResourceLimitNotes
Triggers320Full-script only
Conditions512Across all triggers
Actions1024 Across all triggers; includes each temporary and begin line

Strings and declarations

ElementLimit
String table entries 112
String table data (all languages combined)19,456 bytes
HUD widgets4
Map object filters16
Loadouts32
Loadout palettes16
Requisition palettes8
Custom lobby options (option / ranged_option) 16
Player trait sets16

Per-action pages are listed under Actions in the sidebar.