Mugen87 / three-m2loader

three.js loader for importing M2 assets from World of Warcraft.
MIT License
25 stars 8 forks source link

Looking for M2 asset with embedded skin data. #3

Closed Mugen87 closed 1 year ago

Mugen87 commented 2 years ago

Since Wrath of the Lich King, skin profiles are stored in separate .skin files. However, earlier M2 assets stored the data in the M2 itself. It would be good to know the filename of such an asset for testing (https://wow.tools/) so the below code path can be implemented and verified:

https://github.com/Mugen87/three-m2loader/blob/e71c7760f5b19c828a2befc0eaf8781db888d91d/M2Loader.js#L160-L164

Mugen87 commented 1 year ago

Fixed via 89f443dbc26f6a5d86e15d5a14f9d1568f45ac2d.