DarklightGames / io_scene_psk_psa

A Blender extension for importing and exporting Unreal PSK and PSA files
GNU General Public License v3.0
312 stars 20 forks source link

Handle MRPHINFO and MRPHDATA sections #33

Closed cmbasnett closed 1 year ago

cmbasnett commented 1 year ago

Files exported from Hogwarts Legacy have two new data sections: MRPHINFO AND MRPHDATA.

It's unclear what these are. I need to track down people who are able to do a bit of research for me on what these do and provide sample files to work with.

mirh commented 1 year ago

Well... https://github.com/Befzz/blender3d_import_psk_psa/pull/89

halfuwu commented 1 year ago

it's not related to hogwarts legacy specifically, I added them as chunks for any mesh exported with CUE4Parse, all serialization stuff is located here https://github.com/halfuwu/CUE4Parse/blob/master/CUE4Parse-Conversion/Meshes/MeshExporter.cs#L425

cmbasnett commented 1 year ago

Shape key importing has been added to version 4.3.0.