xdanieldzd / Scarlet

Game data conversion/export/import helper libraries - UNMAINTAINED
Other
97 stars 22 forks source link

Says MPK files are not supported? #27

Open avibodek opened 5 years ago

avibodek commented 5 years ago

I am trying to unpack the YU-NO Vita .mpk files In doing so I came across the discussion here https://github.com/xdanieldzd/Scarlet/issues/18#issue-317849184

So I decided to try Scarlet, but ended up with this message for some reason.

Adding file 'bg.mpk'...

Parsing files...
 File 'bg.mpk'... unsupported file.

I can see that support has been added to them in the change log, can anyone tell me what might be causing this response?

EDIT: Researching it further, it looks like offset doesn't have the right string label. I'm not sure what could be causing that. Do I need to get the .mpk files directly from the pkg before they're installed on the Vita?

avibodek commented 5 years ago

Ok I believe I figured it out. I wasn't aware that the files needed to be decrypted with psvfpsparser and the zrif string before Scarlet could recognize them.

For anyone else with the same problem. Decrypt the files with instructions in that thread I linked.