02-18-2017, 03:54 AM
(This post was last modified: 02-18-2017, 03:56 AM by JerseyXS97.)
(02-17-2017, 09:55 PM)Euden Wrote: As an aside, I'd like to know what tools you are using to do this? As I'd like to help the ripping process and do some myself
TwiliChaos is correct regarding everything with Twilight Princess and Wind Waker. For the 3DS games, however, you need to go through a bit more tedious of a process. You need to somehow obtain a decrypted CIA of either Ocarina of Time, Majora's Mask, or A Link Between Worlds either by downloading it somewhere (Which we can't help with) or getting it off of your own CFW enabled 3DS. Then you need to extract them using the following command lines with CTRTool:
Code:
ctrtool --contents=contents romnamehere.cia
ctrtool -p --exefs=exefs.bin contents.0000.00000000
ctrtool -t exefs --exefsdir=exefs --decompresscode exefs.bin
ctrtool -p --romfs=romfs.bin contents.0000.00000000
ctrtool -t romfs --romfsdir=romfs romfs.bin
After that you just need to look through the romfs folder to find the files. Ohana3DS can open the files for A Link Between Worlds (.bch format for models) and N3DSCmbViewer can open the models from Ocarina of Time 3D and Majora's mask 3D (.zar and .zsi formats for models). Both can export the models, but while Ohana can do multiple formats CmbViewer can only export .dae.
On a side note, has anyone here tried extracting the RomFS from Hyrule Warriors Legends? I can't seem to get CTRTool to work with it.