SGKeyDumper PSP: Difference between revisions
From GameBrew
More actions
m Text replacement - "Category:PSP homebrew plugins" to "" |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
|title=SGKeyDumper | |title=SGKeyDumper | ||
|image=psp02.png | |image=psp02.png | ||
|description=A lightweight simple plugin to dump a game | |description=A lightweight simple plugin to dump a game savedata key. | ||
|author=qwikrazor87 | |author=qwikrazor87 | ||
|lastupdated=2014/07/08 | |lastupdated=2014/07/08 | ||
| Line 27: | Line 27: | ||
The key is dumped to ms0:/PSP/GAME/SED/gamekey/(GAMEID).bin. | The key is dumped to ms0:/PSP/GAME/SED/gamekey/(GAMEID).bin. | ||
==Changelog== | |||
'''v1.7''' | |||
* Now properly saves the game key on the PSP Go. (Omega2058) | |||
* Added some new checks for when the main game module is loaded, no more hard coded delay times. (qwikrazor87) | |||
'''v1.6''' | |||
* Added support for PSP Go internal storage, defaults to the memory stick, if it's not available it saves to ef0:/. | |||
'''v1.5''' | |||
* Now dumps game key to ms0:/PSP/GAME/SED/gamekey/, thanks to eigthdayregret for the suggestion. | |||
* Changed delay to 5 seconds. | |||
'''v1.4''' | |||
* 15 second delay added by Omega2058. | |||
'''v1.3''' | |||
* * The plugin now waits until the system returns booted status, had yet more issues with certain games. | |||
'''v1.2''' | |||
The plugin now waits until the first user module is loaded, still had issues starting some games, now fixed. | |||
'''v1.1''' | |||
* Added one more second to the delay at the start of the plugin, some games wouldn't start. | |||
'''v1''' | |||
* Initial release. | |||
==External links== | ==External links== | ||
* Wololo - https://wololo.net/talk/viewtopic.php?t=37556 | * Wololo - https://wololo.net/talk/viewtopic.php?t=37556 | ||
Latest revision as of 12:58, 23 January 2025
| SGKeyDumper | |
|---|---|
| General | |
| Author | qwikrazor87 |
| Type | Plugins |
| Version | 1.7 |
| License | GPL-3.0 |
| Last Updated | 2014/07/08 |
| Links | |
| Download | |
| Website | |
| Source | |
SGKeyDumper is a lightweight simple plugin to dump a game's savedata key.
Installation
Place the plugin in ms0:/seplugins/.
Enable it in ms0:/seplugins/game.txt
ms0:/seplugins/SGKeyDumper.prx
After that enable this plugin and it'll be ready to dump the key.
User guide
Run the game and load or save the game to dump the savedata key.
The key is dumped to ms0:/PSP/GAME/SED/gamekey/(GAMEID).bin.
Changelog
v1.7
- Now properly saves the game key on the PSP Go. (Omega2058)
- Added some new checks for when the main game module is loaded, no more hard coded delay times. (qwikrazor87)
v1.6
- Added support for PSP Go internal storage, defaults to the memory stick, if it's not available it saves to ef0:/.
v1.5
- Now dumps game key to ms0:/PSP/GAME/SED/gamekey/, thanks to eigthdayregret for the suggestion.
- Changed delay to 5 seconds.
v1.4
- 15 second delay added by Omega2058.
v1.3
- * The plugin now waits until the system returns booted status, had yet more issues with certain games.
v1.2 The plugin now waits until the first user module is loaded, still had issues starting some games, now fixed.
v1.1
- Added one more second to the delay at the start of the plugin, some games wouldn't start.
v1
- Initial release.