More actions
(Created page with "{{Infobox PSP homebrew | title = Savegame Deemer | image = https://dlhb.gamebrew.org/psphomebrew/SavegameDeemer.jpg|250px | type = Plugins | version = v1.11 | licence = Mixed...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox PSP homebrew | {{Infobox PSP homebrew | ||
| title = Savegame Deemer | | title = Savegame Deemer (sgdeemer) | ||
| image = https://dlhb.gamebrew.org/psphomebrew/ | | image = https://dlhb.gamebrew.org/psphomebrew/sgdeemer.jpg|250px | ||
| type = Plugins | | type = Plugins | ||
| version = | | version = 1.11 (19 Feb 2008) | ||
| licence = Mixed | | licence = Mixed | ||
| author = Hellcat (---==> HELLCAT <==---) | | author = Hellcat (---==> HELLCAT <==---) | ||
| website = | | website = | ||
| download = https://dlhb.gamebrew.org/psphomebrew/ | | download = https://dlhb.gamebrew.org/psphomebrew/sgdeemer.rar | ||
| source = | | source = | ||
}} | }} | ||
Savegame Deemer is plugin for the PSP that allows you to save and load decrypted savedata from UMD titles. Once decrypted, savedata can then be modified directly in any standard hex editor. | Savegame Deemer is plugin for the PSP that allows you to save and load decrypted savedata from UMD titles. Once decrypted, savedata can then be modified directly in any standard hex editor. | ||
Line 16: | Line 15: | ||
It also has a feature to patch/overwrite the SFO data with the edited SDINFO.BIN that gets saved alongside the unencrypted savedata. It contains info bits that are displayed in save/load dialogs and savegame manager on the XMB, which you can modify as well. | It also has a feature to patch/overwrite the SFO data with the edited SDINFO.BIN that gets saved alongside the unencrypted savedata. It contains info bits that are displayed in save/load dialogs and savegame manager on the XMB, which you can modify as well. | ||
Installation | ==Installation== | ||
Copy deemerh.prx to the seplugins folder on your Memory Stick. | Copy deemerh.prx to the seplugins folder on your Memory Stick. | ||
Modify game.txt in the same seplugins folder and write this line (create the text file if it does not exist) | Modify game.txt in the same seplugins folder and write this line (create the text file if it does not exist) | ||
ms0:/seplugins/deemerh.prx | ms0:/seplugins/deemerh.prx | ||
For PSP Go, add this line to the text file instead | For PSP Go, add this line to the text file instead | ||
ef0:/seplugins/deemerh.prx | ef0:/seplugins/deemerh.prx | ||
Go to Recovery menu and enable the deemerh.prx plugin. | Go to Recovery menu and enable the deemerh.prx plugin. | ||
User guide | ==User guide== | ||
Once you activated the plugin, on every save operation, there will be an additional copy of savedata written to the folder /PSP/SAVEPLAIN/. | Once you activated the plugin, on every save operation, there will be an additional copy of savedata written to the folder /PSP/SAVEPLAIN/. | ||
Line 34: | Line 33: | ||
On the next load the unencrypted version will be loaded instead of the normal/encrypted one from the folder /PSP/SAVEDATA/. | On the next load the unencrypted version will be loaded instead of the normal/encrypted one from the folder /PSP/SAVEDATA/. | ||
Note from developer: | '''Note from developer:''' | ||
The plugin may slow the load/save down slightly due to some intentional delays for preventing conflicts with other threads. And it is advised to disable the plugin in the Recovery menu when not in use. | The plugin may slow the load/save down slightly due to some intentional delays for preventing conflicts with other threads. And it is advised to disable the plugin in the Recovery menu when not in use. | ||
Compatibility | ==Compatibility== | ||
Supported Firmwares: | Supported Firmwares: | ||
Changelog | 5.00 to 6.60 <br> | ||
v1.11 | |||
==Changelog== | |||
'''v1.11''' | |||
* Fixed "not working on 6.20-TN". | |||
'''v1.10''' | |||
* Did some mayor internal changes due to huge compatibility issues when actually running/using the plugin. | |||
* Should be way more stable now, hopefully running on 100% (or at least 99.9% ;) ) of the games. | |||
* Also it's only one .PRX now, not splitted in two anymore, since the main .PRX is now a native kernel mode one. | |||
* The usual minor bug fixes | |||
* Added a new feature to patch/overwrite the SFO params/info on save (see readme). | |||
v1. | '''v1.00''' | ||
* Initial Release. | |||
==External links== | |||
- | * Author's Twitter - https://twitter.com/therealhellcat/status/21438376062222336 | ||
* QuickJump - http://forums.qj.net/psp-development-forum/133753-release-savegame-deemer-save-load-unencrypted-savedata-any-game.html | |||
* Exophase - https://forums.exophase.com/threads/release-savegame-deemer.5777 | |||
[[Category:PSP homebrew applications]] | |||
[[Category:PSP homebrew plugins]] | |||
Revision as of 12:33, 13 August 2021
Savegame Deemer (sgdeemer) | |
General | |
---|---|
Author(s) | Hellcat (---==> HELLCAT <==---) |
Type | Plugins |
Version | 1.11 (19 Feb 2008) |
Licence | Mixed |
Links | |
Download |
<htmlet>adsense</htmlet>
Savegame Deemer is plugin for the PSP that allows you to save and load decrypted savedata from UMD titles. Once decrypted, savedata can then be modified directly in any standard hex editor.
It also has a feature to patch/overwrite the SFO data with the edited SDINFO.BIN that gets saved alongside the unencrypted savedata. It contains info bits that are displayed in save/load dialogs and savegame manager on the XMB, which you can modify as well.
Installation
Copy deemerh.prx to the seplugins folder on your Memory Stick.
Modify game.txt in the same seplugins folder and write this line (create the text file if it does not exist)
ms0:/seplugins/deemerh.prx
For PSP Go, add this line to the text file instead
ef0:/seplugins/deemerh.prx
Go to Recovery menu and enable the deemerh.prx plugin.
User guide
Once you activated the plugin, on every save operation, there will be an additional copy of savedata written to the folder /PSP/SAVEPLAIN/.
The unencrypted savedata can be modified directly with hex editor; You can also use it to convert your savegame to another region.
On the next load the unencrypted version will be loaded instead of the normal/encrypted one from the folder /PSP/SAVEDATA/.
Note from developer:
The plugin may slow the load/save down slightly due to some intentional delays for preventing conflicts with other threads. And it is advised to disable the plugin in the Recovery menu when not in use.
Compatibility
Supported Firmwares:
5.00 to 6.60
Changelog
v1.11
- Fixed "not working on 6.20-TN".
v1.10
- Did some mayor internal changes due to huge compatibility issues when actually running/using the plugin.
- Should be way more stable now, hopefully running on 100% (or at least 99.9% ;) ) of the games.
- Also it's only one .PRX now, not splitted in two anymore, since the main .PRX is now a native kernel mode one.
- The usual minor bug fixes
- Added a new feature to patch/overwrite the SFO params/info on save (see readme).
v1.00
- Initial Release.