Project-Cartographer / H2PC_TagExtraction

A application made to extract assets from cache files of H2v using BlamLib by KornnerStudios.
16 stars 7 forks source link

Physics model crashes on load #14

Open num0005 opened 5 years ago

num0005 commented 5 years ago

Copied from #10

General-101 commented 5 years ago

All these crashes are from the physics model. The cause is most likely that havok physics models require the mass distribution values in order to function. Static physics objects that just serve as a platform for the player tend to be fine. This basically makes up most device machines. Crates on extraction will not work because of this.

01a_tutorial.map

04a_gasgiant.map

06a_sentinelwalls.map

After this phantom meshes will be changed from their object mesh type to unused on package. These means any meshes that make use of the phantom tag block will most likely crash unless this is undone.

06a_sentinelwalls.map

num0005 commented 5 years ago

https://pastebin.com/h6WUDFDZ