pkg2zip icon indicating copy to clipboard operation
pkg2zip copied to clipboard

PS1 games get extracted to the wrong folder

Open LiEnby opened this issue 1 year ago • 0 comments

If you try extract the a PSX PKG file, (for example .. US version of Crash Bandicoot 2 Cortex Strikes Back)

the folder created is pspemu/PSP/GAME/NPUI94151, this is.. well wrong-

it should be pspemu/PSP/GAME/SCUS94154, if you were to download the game from the PS Store, that is the folder it would be extracted to.

the folder name should be the same as the DISC_ID field in PARAM.SFO within EBOOT.PBP.

and not from the Content ID, or the SFO inside the PKG header.

and- This does actually matter, because if you were to actually try run the game installed to this location- (e.g with NoPspEmuDrm .. or an official RIF)

you wont be able to start it and would get the "Cannot access the memory card" error --

LiEnby avatar Jun 18 '23 06:06 LiEnby