January 11Jan 11 I'm looking for a conversion for the game Mighty Action X's models I have little to no experience with models but what I do know is that its in a MDL format and probably a TCP file. The game came as a bonus when buying All Kamen Rider: Rider Revolution in 2016 and is more of a demo than anything else. The zip file is the model folder in the game's files. Sample.zip
January 11Jan 11 Supporter On a quick shot (face index count needs some fixing), boss_00.mdl: Edited January 11Jan 11 by shak-otay
January 14Jan 14 Localization It looks like the .mdl and some of the .mtn files are models, while the .txp files are textures of some sort. I've attached a basic Noesis plugin for the .mdl files, though it can't process multiple submeshes or animations/skeletons. I'll update it if I can better interpret the mesh, shap, and geom sections at the beginning of the .mdl files. fmt_mighty_action_x_mdl.py
January 16Jan 16 Localization I updated the script to be able to read submeshes in all but two meshes. I'm a bit clueless as to how to parse the bone matrices and hierarchies, so it can't export the skeletons yet. I did find the weights and indices though. fmt_mighty_action_x_mdl.py
Create an account or sign in to comment