Hi everyone!

I’m using Retrodeck on my Steam Deck and I’m now in the process of getting copies of all my ps3 games, after doing the same with all my ps1, ps2 and dreamcast games.

I’ve managed to download around 10 unencrypted games on https://romsfun.com/ and they can be launched on rpcs3. For the 10 games that I have left, the problem is that the download is always failing after a while (If someone knows how to avoid this, I’m listening).

So, after spending hours trying different websites for roms which were unreliable or just too slow , I found this Megathread https://r-roms.github.io/Sony/sony-playstation-3 which directs you to archive.org redump stuff.

The download are faster and reliable.

The problem is these games can’t be booted from rpcs3 and they show “Booting failed: The selected file or folder is invalid or corrupted”. I guess it’s probably because the isos are encrypted.

People were talking about using https://github.com/13xforever/ps3-disc-dumper/releases, so I tried it without much success because I get disk access errors that I can’t solve even using the command line or with connecting a disc drive.

People were also talking about https://pypi.org/project/libray/ which I managed to get working, but is too complicated for me as I don’t understand how to tell it where my isos are and decrypt them.

So after trying all of these things on Steam OS, PopOS and Fedora Silverblue , I’m looking for the help of more knowledgeable people. Thanks in advance!

Edit:

Here is the solution found thanks to MML!

  1. Download PS3QDD https://github.com/ElektroStudios/PS3-Quick-Disc-Decryptor/releases/download/v1.3.2/PS3QDD.v1.3.2.with.keys.zip

  2. sudo dpkg --add-architecture i386

  3. sudo apt install wine32

  4. sudo apt udate

  5. open terminal in the folder where the game and PS3QDD are

  6. wine PS3Dec.exe d key KEY ENCRYPTED GAME NAME.iso DECRYPTED GAME NAME.iso (for instance with Uncharted: wine PS3Dec.exe d key 9253D026918378B3120CBB9F71CD67A9 uncharted.iso uncharted1.iso)

I hope one day it helps someone!


  • Dariusmiles2123@sh.itjust.worksOP
    link
    fedilink
    arrow-up
    1
    ·
    8 days ago

    Could you please walk me through what you’re doing with Wine step by step? I know it’s a lot, but you would be a life saver in a way 😇

    • MML@sh.itjust.works
      link
      fedilink
      arrow-up
      1
      ·
      8 days ago

      wine PS3Dec.exe d key D0EDC4A8BD2C97322B175B72536E8AB6 test.iso output.iso

      I’m running wine from terminal that I opened from the directory I extracted the ps3qdd zip into and added renamed game iso (test.iso) d key part is needed then the string is game specific, you can find them on the page you were downloading from before, just open key in text editor and copy. Then the file you want to decrypt then whatever you want to name.

      Running from terminal should either work or spit out an error that should help solve things.

      Try sudo dpkg --add-architecture i386

      Sudo apt update

      Sudo apt install wine32

      • Dariusmiles2123@sh.itjust.worksOP
        link
        fedilink
        arrow-up
        2
        ·
        8 days ago

        I tested your solution on Uncharted 1 (before crashing) and Gran Turismo 5 and it worked! Thank you so much!

        I’m gonna update the original post in case someone is also looking for a solution!

        I’m so relieved!