More actions
No edit summary |
No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox PSP Homebrews | {{Infobox PSP Homebrews | ||
|title=NPdecrypter | |title=NPdecrypter | ||
|image= | |image=Npdecrypter.png | ||
|description=Also known as DLC decrypter. Dump DLC files in their decrypted form so you | |description=Also known as DLC decrypter. Dump DLC files in their decrypted form so you do not need to switch between accounts while using your purchased DLC from different regions. | ||
|author=codestation | |author=codestation | ||
|lastupdated=2011/09/21 | |lastupdated=2011/09/21 | ||
Line 8: | Line 8: | ||
|version=0.11 | |version=0.11 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/psphomebrew/ | |download=https://dlhb.gamebrew.org/psphomebrew/npdecrypter_0.11.zip | ||
|website=https://wololo.net/talk/viewtopic.php?t=4997 | |website=https://wololo.net/talk/viewtopic.php?t=4997 | ||
|source=https://github.com/codestation/npdecrypter | |source=https://github.com/codestation/npdecrypter | ||
Line 19: | Line 19: | ||
Copy the plugin in the seplugins folder and enable it in game.txt by adding the following line | Copy the plugin in the seplugins folder and enable it in game.txt by adding the following line | ||
ms0:/seplugins/npdecrypter.prx 1 | ms0:/seplugins/npdecrypter.prx 1 | ||
'''Note:''' If you are on 6.20/6.35/6.60 PRO, disable the noDRM engine. | '''Note:''' If you are on 6.20/6.35/6.60 PRO, disable the noDRM engine. | ||
Line 27: | Line 27: | ||
When is completed then the game will continue. Now you can exit the game and check the /DLC/ directory, it must contain a copy of your DLC folder in their decrypted form. | When is completed then the game will continue. Now you can exit the game and check the /DLC/ directory, it must contain a copy of your DLC folder in their decrypted form. | ||
===Additional notes=== | |||
Some games doesn't initialize the npdrm right away, so you must do some action that triggers the DLC load (e.g. GEB loads the DLC after the save load). | Some games doesn't initialize the npdrm right away, so you must do some action that triggers the DLC load (e.g. GEB loads the DLC after the save load). | ||
Line 80: | Line 79: | ||
* GitHub - https://github.com/codestation/npdecrypter | * GitHub - https://github.com/codestation/npdecrypter | ||
* Wololo - https://wololo.net/talk/viewtopic.php?t=4997 | * Wololo - https://wololo.net/talk/viewtopic.php?t=4997 | ||
Latest revision as of 11:13, 11 July 2024
NPdecrypter | |
---|---|
General | |
Author | codestation |
Type | Plugins |
Version | 0.11 |
License | Mixed |
Last Updated | 2011/09/21 |
Links | |
Download | |
Website | |
Source | |
NPdecrypter (EDAT/PGD/SPRX decrypter) is a plugin that is capable of decrypting your legally owned DLC files from games so you don't need to reactivate your account and/or switch between them while using your purchased DLC from different regions.
After your files are decrypted you can load them with NPloader or the noDRM engine of 6.20/6.35/6.39 PRO.
Installation
Copy the plugin in the seplugins folder and enable it in game.txt by adding the following line
ms0:/seplugins/npdecrypter.prx 1
Note: If you are on 6.20/6.35/6.60 PRO, disable the noDRM engine.
User guide
Load the game and it will freeze and start decrypting the DLC (check for the intermitent MS light), note that it takes some time like 2-5 mins per 5 MiB DLC.
When is completed then the game will continue. Now you can exit the game and check the /DLC/ directory, it must contain a copy of your DLC folder in their decrypted form.
Additional notes
Some games doesn't initialize the npdrm right away, so you must do some action that triggers the DLC load (e.g. GEB loads the DLC after the save load).
Also some games load DLC from another GAME_ID, for those cases one must rename the directory to match the game ID of the game before attempting decryption (e.g. Rock Band Lite).
Remember to disable the plugin once completed because it could interfere with other games or plugins.
Compatibility
Supported Firmwares:
6.20 to 6.60
Changelog
v0.11
- Added support for games that load @ 0x08900000.
v0.10
- Added support for 6.60 FW.
v0.9
- Added support for games that doesn't use sceNpDrmSetLicenseeKey to init the seed (game bug?).
v0.8
- Moved SceIoDirent from the stack to the heap so the recursive function doesn't fail with too nested dirs.
v0.7
- Implemented user memory allocation for edat dumper so it doesn't fail on PSP 1000.
v0.6
- Implemented dynamic memory allocation so the plugin doesn't fail when decrypting too nested dirs.
v0.5
- Copy the rest of files (non edat/sprx) directly to /DLC/<GAME_ID>/.
v0.4
- Moved the decrypted files to /DLC/<GAME_ID>/.
v0.3
- Added support for decrypting sprx.
v0.2
- Merged both plugins into one (npdecrypter.prx).
v0.1
- Initial version.
Credits
Special thanks to Coldbird for the hook functions.