Savegame Deemer PSP: Difference between revisions

From GameBrew
(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...")
 
m (Text replacement - "Category:PSP homebrew applications" to "")
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox PSP homebrew
{{Infobox PSP Homebrews
| title = Savegame Deemer
|title=Savegame Deemer (sgdeemer)
| image = https://dlhb.gamebrew.org/psphomebrew/SavegameDeemer.jpg|250px
|image=sgdeemer.jpg
| type = Plugins
|description=Save a game unencrypted and exercise your hex editing skills to hack those saves.
| version = v1.11
|author=Hellcat
| licence = Mixed
|lastupdated=2008/02/19
| author = Hellcat (---==> HELLCAT <==---)
|type=Plugins
| website =
|version=1.11
| download = https://dlhb.gamebrew.org/psphomebrew/SavegameDeemer.rar
|license=Mixed
| source =
|download=https://dlhb.gamebrew.org/psphomebrew/sgdeemer.rar
|website=https://forums.exophase.com/threads/release-savegame-deemer.5777
}}
}}
<youtube>O4YCH8SNkUI</youtube>
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.


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:''' 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:
5.00 to 6.60


Changelog
5.00 to 6.60 <br>
v1.11
 
- Fixed "not working on 6.20-TN".
==Changelog==
'''v1.11'''
* Fixed "not working on 6.20-TN".


v1.10
'''v1.10'''
- Did some mayor internal changes due to huge compatibility issues when actually running/using the plugin.
* 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.
* 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.
* 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
* The usual minor bug fixes
- Added a new feature to patch/overwrite the SFO params/info on save (see readme).
* Added a new feature to patch/overwrite the SFO params/info on save (see readme).


v1.00
'''v1.00'''
- Initial Release.
* Initial Release.


References
==External links==
Author's Twitter, https://twitter.com/therealhellcat/status/21438376062222336
* Author's Tweet - 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
* 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
* Exophase - https://forums.exophase.com/threads/release-savegame-deemer.5777

Latest revision as of 11:14, 8 May 2024

Savegame Deemer (sgdeemer)
Sgdeemer.jpg
General
AuthorHellcat
TypePlugins
Version1.11
LicenseMixed
Last Updated2008/02/19
Links
Download
Website

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: 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.

External links

Advertising: