73
Public Beta (Omaha Delta) megalo build. Action tables are available in @blamnetwork/blf for historical comparison.
| Game | Halo: Reach |
| Megalo Version | 73 |
| Supported Halo Versions | 09730.10.04.09.1309.omaha_delta09664.10.04.06.2121.omaha_beta09449.10.03.25.1545.omaha_beta |
Changes from prior version
Compared to 49.
Actions added
player_set_unit(opcode 42)object_get_health(opcode 55)player_get_weapon(opcode 84)player_get_equipment(opcode 85)object_set_never_garbage(opcode 86)player_get_target_object(opcode 87)create_tunnel(opcode 88)debug_force_player_view_count(opcode 89)player_pick_up_weapon(opcode 90)player_set_coop_spawning(opcode 91)object_set_orientation(opcode 92)
Actions removed
object_set_minimap_visibility(opcode 56)object_set_minimap_priority(opcode 57)object_set_minimap_icon(opcode 58)
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.