Quote:Does anybody know where I can get all files (not music) from Kirby Triple Deluxe?Triple Deluxe uses fairly common formats (ARC, BCH, BCSTM, etc.), though most are lz11 compressed.
I would love to rip from it.
I don't think the BCH format KTD uses is view-able yet. I tried Ohana3DS and that didn't work out too well, so it's a different variant, probably.
I already sent you the ROMFS so don't worry about that, but as far as decompression goes, use ntcompress + this batch script:
Code:
for /f %%a IN ('dir /b *.cmp ; *.cmpbin') do ntcompress.exe %%a -x
EDIT: Oh and also, I took a look at Azure Striker Gunvolt. I got a QuickBMS script to extract the .irarc files (Thanks TGE); and I noticed that a lot of the IOBJ files are compressed with...something. I noticed there's usually a 0x10 byte before the header, so I assumed lz10, but apparently not? It's odd really.