The following warnings occurred: | |||||||||||||||
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.2.26 (Linux)
|
How to decrypt files that need the .rap file - Printable Version +- EmuNewz Network (https://www.emunewz.net/forum) +-- Forum: Official Boards for Emunews Affiliated Emu Projects (https://www.emunewz.net/forum/forumdisplay.php?fid=47) +--- Forum: Official RPCS3 Forum [archive] (https://www.emunewz.net/forum/forumdisplay.php?fid=172) +---- Forum: RPCS3 - Commercial Games (https://www.emunewz.net/forum/forumdisplay.php?fid=193) +----- Forum: RPCS3 - Commercial Games - General Discussion (https://www.emunewz.net/forum/forumdisplay.php?fid=194) +----- Thread: How to decrypt files that need the .rap file (/showthread.php?tid=158698) Pages:
1
2
|
How to decrypt files that need the .rap file - Ekaseo - 03-06-2014 Can some1 make a tutorial how to decrypt those games in rpcs3? Many PSN games require this, but i dont know where to put the file so it decrypts. Any help with that plz? RE: How to decrypt files that need the .rap file - Dante38490 - 03-07-2014 (03-06-2014, 06:55 PM)Ekaseo Wrote: Can some1 make a tutorial how to decrypt those games in rpcs3? Many PSN games require this, but i dont know where to put the file so it decrypts. Any help with that plz? Same, I understand anything rap file RE: How to decrypt files that need the .rap file - Ekaseo - 03-07-2014 put the rap files into the dev_usb000 folder and it should decrypt the games just fine RE: How to decrypt files that need the .rap file - Dante38490 - 03-07-2014 (03-07-2014, 11:53 AM)Ekaseo Wrote: put the rap files into the dev_usb000 folder and it should decrypt the games just fine So I found a software for some rap file, and it works, but I can not created myself a file .rap, I understand anything :/ RE: How to decrypt files that need the .rap file - Hykem - 03-07-2014 (03-07-2014, 12:23 PM)Dante38490 Wrote:(03-07-2014, 11:53 AM)Ekaseo Wrote: put the rap files into the dev_usb000 folder and it should decrypt the games just fine Yeah... Sorry about that. I placed a small note on the crypto commit, but it wasn't really intuitive for users to go check the comments and notice that .rap files need to be placed under the dev_usb000. I guess I should add this information to the Wiki. There are only two ways to decrypt a PSN game (with a local license). One is using your console's ACT.DAT and your IDPS to generate a new RIF key (this method is still not implemented in RPCS3, but it's not used very often) and the other is simply using the RAP file that comes with the game PKG to generate the referred key. RE: How to decrypt files that need the .rap file - Dante38490 - 03-08-2014 (03-07-2014, 11:37 PM)Hykem Wrote: Yeah... Sorry about that.What is needed is a ps3 with a custom firmware? RE: How to decrypt files that need the .rap file - Hykem - 03-08-2014 (03-08-2014, 12:18 AM)Dante38490 Wrote:(03-07-2014, 11:37 PM)Hykem Wrote: Yeah... Sorry about that.What is needed is a ps3 with a custom firmware? Yes. You can use reActPSN and a CFW PS3 to generate a RAP file for your game. RE: How to decrypt files that need the .rap file - AMMAREN - 03-08-2014 use this program (Psnstuff 1.82) to get RAP File RE: How to decrypt files that need the .rap file - slarlac249 - 09-14-2014 ah! thanks, this thread helped me with testing a psn game, i was missing that file, now it loads the rendering window. RE: How to decrypt files that need the .rap file - Hykem - 10-01-2014 EDAT/SDAT decryption has been improved in the latest revisions. The most important changes are: - A new path is now used to load RAP files from (dev_hdd0 /home/00000001/exdata). This is the folder where RAP/RIF files are handled in a PS3, so place your RAP files there from now on. - File decryption is now automatic. The encrypted EDAT/SDAT file is temporarily decrypted into dev_hdd1/cache and, if the decryption process is successful, the original file is replaced with the decrypted one eliminating the need for a new decryption each time the game is loaded. Enjoy! |