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!
-
Download PS3QDD https://github.com/ElektroStudios/PS3-Quick-Disc-Decryptor/releases/download/v1.3.2/PS3QDD.v1.3.2.with.keys.zip
-
sudo dpkg --add-architecture i386
-
sudo apt install wine32
-
sudo apt udate
-
open terminal in the folder where the game and PS3QDD are
-
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!


Windows VM? Was able to convert files for the PS3 through that already, though never tried decrypting specifically.
Well I managed to get a windows VM running and decrypt the files, but it was then impossible to export the files at a reasonnable speed (3 hours to write 30 gb/s on a USB stick so I gave up). Having a shared file through the Spice tools didn’t work as the file would stop copying at 99% and using something like Localsend to send it to another device doesn’t work as the VM was using a virtual network and not a real wifi…
I’m kind of desperate to find a way out of this situation…
This (https://github.com/13xforever/ps3-disc-dumper/releases/download/v4.5.1/ps3-disc-dumper_linux_v4.5.1.zip) seems perfect but I can’t get direct disk access on Fedora Silverblue despite following the instructions. I then tried to install Cdemu (https://copr.fedorainfracloud.org/coprs/rok/cdemu/) or Acetone (https://packages.fedoraproject.org/pkgs/AcetoneISO/AcetoneISO/) but I keep bumping into difficulties…
Ps3 Disc Dumper was so easy to use on Windows and it’s so frustrating that exporting the files was the problem, especially when the Linux version should be as easy to use…