XboxChaos / Assembly

Multi-Generation Blam Engine Research Tool
http://www.xboxchaos.com/
GNU General Public License v3.0
224 stars 95 forks source link

Halo 2 original xbox build support (including alpha/beta pre-release) #346

Closed Dragonflare921 closed 2 years ago

Dragonflare921 commented 2 years ago

initial support for halo 2 xbox builds, including the alpha and beta pre-release builds. h2 final references existing plugins, but the alpha and beta needed their own sets.

most plugins are unpopulated other than a small subset:

ghost commented 2 years ago

Changing Gen 3 from Unicode to UTF might break support for modern stuff

Lord-Zedd commented 2 years ago

Changing Gen 3 from Unicode to UTF might break support for modern stuff

Not sure which change this is referring to. No plugins outside of this fork/PR should have data references that still use "unicode" as a format, which is why the option was originally removed from code a while back. ThirdGenExample was overlooked at the time, but that is also in a commented-out section for reference purposes.

ghost commented 2 years ago

Oh okay, thank you for clearing that up for me Zedd.