XboxChaos / Assembly

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

Rudimentary Halo 3 Delta fixes, plugins and separation from the Halo 3 Beta #331

Closed Uraniumm closed 3 years ago

Uraniumm commented 3 years ago

The changes I have made are as follows:

Lord-Zedd commented 3 years ago

I'd suggest making use of the "fallbackPlugins" option in Engines.xml and only adding changed plugins instead of copying every h3 beta plugin twice. You can see it used by MCC entries. Not sure about the formats folder stuff, the public beta is delta as well and a lot of the files seem to be duplicates for the sake of being separate.

Uraniumm commented 3 years ago

I'd suggest making use of the "fallbackPlugins" option in Engines.xml and only adding changed plugins instead of copying every h3 beta plugin twice. You can see it used by MCC entries. Not sure about the formats folder stuff, the public beta is delta as well and a lot of the files seem to be duplicates for the sake of being separate.

I'll reset and make use of the fallbackPlugins option, should've done that from the start. I won't make a request until it's cleaned up and free of unnecessary duplicates. Thank you for your response.