Users browsing this thread: 1 Guest(s)
[DS] Ripping Hunter models from Metroid Prime Hunters
#1
So I've been trying to rip the Hunters (and possibly animations if possible too) from Metroid Prime Hunters only I'm having some issues attempting to do so. 
The model files for this game are .bin, however thanks to this nifty tool, we can actually view any .bin models (usually named *_Model.bin in the game) and export them as .dae files with their textures. However, the Hunter models don't seem to view (and as a result, export) properly so this tool won't work.
I've been looking into ripping via OpenGL but I've had little luck with that too, but I'm sure I'm doing something wrong. So that's why I'm here. I'm looking to rip some of the models via OpenGL from an emulator and I've having trouble getting it to work or finding a good GL ripper.

Has anyone ripped DS models through OpenGL? If so, please post how you did it!
Reply
Thanked by:
#2
There are a couple of things lacking in the model viewer. One is supporting external "palette" texture information, which is used for the hunter character models. Instead of the texture data being in a _Tex file with the same name, there are multiple other files with the texture data for different palettes. If you want to fix this, you can splice the texture metadata into the file so the model viewer can read it, or you can modify the model viewer source code so it knows to look for texture data in the palette files.

The other, much bigger problem is that the Model Viewer does not capture bones/rigging. It just puts all the bones at the origin so the character looks like a big jumbled mess.

Here's an export of Trace with the texture issue fixed.

[Image: Capture.JPG]

However, ripping with a scene ripper wouldn't give you bones/rigging either. The meshes would be frozen in one specific animation when you capture them (but not all squished at the origin). So either way you would have to rearrange the mesh yourself, and then add bones and do rigging if you want to animate it.
Reply
Thanked by:


Forum Jump: