06-17-2019, 05:45 PM
(This post was last modified: 09-13-2020, 09:53 AM by MisterCardholder.
Edit Reason: New release
)
I've been tinkering with a Noesis plugin for models from the PC version of Disney Magic Kingdoms (Gameloft BDAE/BRES version 0,0,0,965) for the past few weeks. The code could be cleaner and it's far from being a complete parser but for every model I've tested it can successfully get the geometry, basic textures, and bones/bone weights (if relevant). Hopefully someone finds it useful!
Update (2020-09-13): I was messing with this project again recently and have a small update. Attached is a new version of the plugin that adds the -bdaeapplymeshtransform flag. If you've ever tried exporting buildings you may have noticed that the individual pieces of the model are sometimes placed at the origin rather than their correct spot. Using this option will attempt to fix that, but I've also seen it produce weird effects when exporting characters so it's off by default. Also in the zip is a Kaitai Struct file I started way back when I was working on the original version of the plugin and which I cleaned up / commented more recently.
Update (2020-09-13): I was messing with this project again recently and have a small update. Attached is a new version of the plugin that adds the -bdaeapplymeshtransform flag. If you've ever tried exporting buildings you may have noticed that the individual pieces of the model are sometimes placed at the origin rather than their correct spot. Using this option will attempt to fix that, but I've also seen it produce weird effects when exporting characters so it's off by default. Also in the zip is a Kaitai Struct file I started way back when I was working on the original version of the plugin and which I cleaned up / commented more recently.