mmozeiko / pkg2zip

Decrypts PlayStation Vita pkg file and packages to zip archive
The Unlicense
406 stars 89 forks source link

[bug] PSM Unity Titles have runtime directory extracted into the wrong directory. #20

Open TheRadziu opened 5 years ago

TheRadziu commented 5 years ago

in PSM Unity titles, runtime directory is extracted into the wrong directory. Right now its: /psm/GAMEID/RO/runtime/ while it should be: /psm/GAMEID/runtime/

mmozeiko commented 5 years ago

Do you have example of pkg for this?

TheRadziu commented 5 years ago

yes: here is full list of PSM unity games. unity psm.txt edit: links are on nps

tomazzz369 commented 5 years ago

content_type == 0x1d - unity packages

like @TheRadziu said, runtime directory needs to be in

/psm/GAMEID/runtime/

rest is fine

regards