ScanMountGoat / xc3_lib

Xenoblade Chronicles file format and rendering libraries
MIT License
12 stars 3 forks source link

load Xenoblade X maps from casmhd and casmda files #41

Open ScanMountGoat opened 3 months ago

ScanMountGoat commented 3 months ago

See previous merged pull requests for the steps required to add support for a new file format. This can use the existing modern DMSM format as well as https://github.com/PredatorCZ/XenoLib/blob/master/include/xenolib/msmd.hpp as a reference. Only data relevant to models needs to be loaded, so it's ok if most of the fields are unk fields. Reply to this issue with any questions if you plan on working on this.