106
Original Xbox 360 Reach launch megalo build (encoding version 106). Action opcodes match Title Update 1; the custom variant layout omits AU1 settings added in TU1.
| Game | Halo: Reach |
| Megalo Version | 106 |
| Supported Halo Versions | 12065.11.08.24.1738.tu1actual (read only)11860.10.07.24.0147.omaha_release |
Changes from prior version
Compared to 73.
Actions added
player_set_objective_allegiance(opcode 57)player_set_objective_allegiance_icon(opcode 58)object_face_object(opcode 92)biped_give_weapon(opcode 93)biped_drop_weapon(opcode 94)set_scenario_interpolator_state(opcode 95)get_random_object(opcode 96)game_grief_record_custom_penalty(opcode 97)boundary_set_player_color(opcode 98)
Actions removed
player_set_fireteam_tier(opcode 68)give_weapon(opcode 73)set_loadout(opcode 77)
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:
| Scope | number | object | player | team | timer |
|---|---|---|---|---|---|
global | 12 | 16 | 8 | 8 | 8 |
player | 8 | 4 | 4 | 4 | 4 |
team | 8 | 6 | 4 | 4 | 4 |
object | 8 | 4 | 4 | 2 | 4 |
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
| Resource | Limit | Notes |
|---|---|---|
| Triggers | 320 | Full-script only |
| Conditions | 512 | Across all triggers |
| Actions | 1024 | Across all triggers; includes each temporary and begin line |
Strings and declarations
| Element | Limit |
|---|---|
| String table entries | 112 |
| String table data (all languages combined) | 19,456 bytes |
| HUD widgets | 4 |
| Map object filters | 16 |
| Loadouts | 32 |
| Loadout palettes | 16 |
| Requisition palettes | 8 |
Custom lobby options (option / ranged_option) | 16 |
| Player trait sets | 16 |
Per-action pages are listed under Actions in the sidebar.