skyscraper icon indicating copy to clipboard operation
skyscraper copied to clipboard

Add PS3 platform

Open igno2k opened this issue 4 years ago • 2 comments

Describe the feature / request Please add the PS3 platform to Skyscraper.

The needed file per game is called EBOOT.BIN

The file structure to use a PS3 game with rpcs3 is normally like this: /PS3_GAME/USRDIR/EBOOT.BIN

the game can than be started by launching: rpcs3 <eboot.bin path>

Additional context Screenscraper MD5 search cannot be used, because the MD5 sum is based on the ISO checksum, not the EBOOT.BIN file. We have to search by name, screenscraper platform code is 59.

igno2k avatar May 29 '20 20:05 igno2k

I've added support for it in my fork: https://github.com/denisidoro/skyscraper/pull/6

denisidoro avatar Sep 16 '21 10:09 denisidoro

Supported PS3 file extensions should be pkg and iso.

mrsilver76 avatar Mar 21 '22 10:03 mrsilver76