Gravemind2401 / Reclaimer

A Halo game file explorer
GNU General Public License v3.0
73 stars 15 forks source link

Can't load Halo 5 MP armour render model #10

Open masterj2001 opened 3 years ago

masterj2001 commented 3 years ago

So when trying to open the storm_masterchief render model file in the Halo 5 Forge model module, it loads for a bit and then displays nothing to the right of the files list, doesn't even create a model viewer tab.

The image below is the error that appears when trying to load this render model. The same error is thrown when trying to open the knight render model in the Halo 5 LAN model module. image

Gravemind2401 commented 3 years ago

The knight will be fixed for the next update. The storm_spartans model is more complicated as its stored differently to other models and has 4000 blocks of resource data to work with instead of the usual 1. I'm not sure what I can do with that yet.

Gravemind2401 commented 10 months ago

It’s been a while, but this will be addressed in the next major update (though there is no time frame for that yet). If you are familiar with compiling code, there’s a WIP branch called h5stuff where this is currently possible.