I've been attempting to rip player and NPC models from the game Tongari Boushi for the Nintendo DS.
I managed to make a little progress on my own, but hit a bit of a wall when it came to how certain files were encrypted.
I believe the models I'm looking for are stored in the npc.dat and pc.dat files, considering A) the container folder being named "Model" and B) When viewed, certain parts of the translated hexadecimal indicate that they contain .BMD0 model files.
While certain files are encrypted in LZ77 (such as the one highlighted in blue in the first image,) Console Tool does not recognize these files as being encrypted, and attempting to decompress them via BatchLZ77 yielded the message "Not a compressed file!"
Under 1 MB seems awfully small to contain every single model for the game without compression, even for a DS title. Is this another type of encryption you know of, or possibly something unknown used in-house? Am I missing something? Here is a link to the NPC.dat if you'd like to take a look at it yourself, and below is an image of the first lines of the file in case that helps with identifying it.
Thank you in advance for any help!
I managed to make a little progress on my own, but hit a bit of a wall when it came to how certain files were encrypted.
I believe the models I'm looking for are stored in the npc.dat and pc.dat files, considering A) the container folder being named "Model" and B) When viewed, certain parts of the translated hexadecimal indicate that they contain .BMD0 model files.
While certain files are encrypted in LZ77 (such as the one highlighted in blue in the first image,) Console Tool does not recognize these files as being encrypted, and attempting to decompress them via BatchLZ77 yielded the message "Not a compressed file!"
Under 1 MB seems awfully small to contain every single model for the game without compression, even for a DS title. Is this another type of encryption you know of, or possibly something unknown used in-house? Am I missing something? Here is a link to the NPC.dat if you'd like to take a look at it yourself, and below is an image of the first lines of the file in case that helps with identifying it.
Thank you in advance for any help!