sahlberg / pop-fe

Python script to automate the process of fetching boxart and installing PS1 games (onto your PSP/VITA/PS2/PS3)
135 stars 13 forks source link

Error making PSX Game #15

Closed CrasnadarH closed 1 year ago

CrasnadarH commented 1 year ago

I was trying to make a pkg of a game called Mizzurna Falls, however it seems to have a problem detecting the game (Concretely, it seems to not reach the id properly). At first I thought that it happened because it was English patched, however I downloaded a correct and unpatched BIN File from somewhere else and had the exact same problem. The game runs fine on an emulator (DuckStation) How could I fix the issue?

Screenshot_1

sahlberg commented 1 year ago

There has been recent fixes on how to parse "unusual" entries in SYSTEM.CNF where I read the game-id from. That should solve the issue you have where the game is misidentified as \SLP01783 while it should be SLPS01783.

Please try the latest version of pop-fe-ps3 where I have verified that this game now is detected correctly and the pkg builds.

CrasnadarH commented 1 year ago

Thank you! Worked like a charm