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
    ·
    edit-2
    9 days ago

    I feel kind of stupid but I’ve installed Wine and Winetricks and I can’t get the program you proposed to work.

    I’ve also tried with WineCharm, Winezgui and Play On Linux 4…

    At one point it kind of told me that it was because off a missing .net 6.0.32 library but I struggle to do anything with it after downloading it…

    If I really have to, I’ll just create a Windows 10 virtual machine in Gnome boxes, but I’d want to avoid it😇