Is there any way to extract the files from within these .pak files? Attempting to extract files manually with a hex editor has been nothing but a pain so far.
so far, I've noticed that the first bytes in each one is 00 03 00 05 00 00 00 00 00 00 00...
then a byte containing the number of entries...


Reply With Quote

txtr file and converts it to a bti file (that's the image format used by mario sunshine, it required the least amount of code to convert to this format. You can use btidump to convert bti to dds, which is supported by most image viewers).
