SnowyMouse / invader

Free toolkit for Halo: Combat Evolved for creating maps and assets
https://invader.opencarnage.net
Other
57 stars 9 forks source link

[invader] Go through every tag class and find out what the padding is #182

Closed SnowyMouse closed 2 years ago

SnowyMouse commented 3 years ago

We can do this with a tool. Basically, we take every single cache file built by stock tool.exe and we look for anything that isn't 00's but is marked as padding, and we map it out. This can be done by writing a tool that uses Invader's definitions.

Even having a bunch of values that say "unknown" is preferable to having nothing there, as we know something is there.

SnowyMouse commented 2 years ago

We did this and then spent the next few weeks crying in a corner.