AliveTeam / alive_reversing

Re-implementation of Oddworld: Abe's Exoddus and Oddworld: Abe's Oddysee
345 stars 44 forks source link

Feature request: increased range of IDs for switches and other logic objects #1437

Open kamil-sita opened 2 years ago

kamil-sita commented 2 years ago

Increased range of IDs could be used for custom levels, especially the ones heavily dependant some logic-gates stuff (for now the range is limited to 2-255 or 2-256).

Would be great to have it configurable from the level editor API, as to not allocate more memory for no reason - classic levels wouldn't use IDs from the increased range anyway.