Well, after working with Guerilla and Sapien alot here recently (the ones from the HEK, not the Halo 2 ones), I decided to take a quick browse through the halo 2 map structure... And I came upon the area where the supposedly *unused* tag types are. Noticing the way they were arranged, I looked at sapien, and sure enough... it's the scenario heirarchy list.
Here's an example:
piqemetiejbo would actually be:
Code: Select all
- Mission
- Objects
- Items
Equipment
Also, I noticed some quite funny things about the compiled name of the tag types. For instance, comments ended up being the tag type " /**/ ". If you program, you would know that that is a comment. Also, either the Game data or Cluster data sections ended up being $#!+, which is symbals for the curse equivalent of "crap". Funny, funny, lol.
I'm pretty sure anyone up there with iron_forge, xbox7887, poke, tycko and anothony already knew this, but who knows...
Feedback, anyone?