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!
Thanks but for now I can’t get it to work through Bottles as I’m using Linux.
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…
I use wine not bottles, but I’ll see if I can get it to work in there, you use the flatpak?
So I downloaded Adventure time CD to folder
For wine
wine PS3Dec.exe d key D0EDC4A8BD2C97322B175B72536E8AB6 test.iso output.iso
Flatpak
flatpak run --command=bottles-cli com.usebottles.bottles run -b “MyBottle” -e “$PWD/PS3Dec.exe” – d key D0EDC4A8BD2C97322B175B72536E8AB6 “$PWD/test.iso” “$PWD/output.iso”
Can probably be cleaned up, I consulted ai for the bottles/flatpak issues but it works
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 😇
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
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!
Glad to hear it worked
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😇
It’s available for Linux, but you have to build it…
https://github.com/Redrrx/ps3dec
How exactly did you download for the .net library?


