More actions
m (Text replacement - "GameBrew!" to "GameBrew") |
No edit summary |
||
(11 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox Vita Homebrews | {{Infobox Vita Homebrews | ||
|title=Vita Save Manager | |title=Vita Save Manager | ||
|image= | |image=vitasavemgrvita2.png | ||
|description=Savegame dumper/restorer. | |description=Savegame dumper/restorer. | ||
|author=d3m3vilurr | |author=d3m3vilurr | ||
|lastupdated= | |lastupdated=2018/04/14 | ||
|type= | |type=Utilities | ||
|version= | |version=2.0.0 | ||
|license=GPL-3.0 | |license=GPL-3.0 | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/vitasavemgrvita.7z | |download=https://dlhb.gamebrew.org/vitahomebrews/vitasavemgrvita.7z?k33p0fil35 2.0.0 + Nightly 211 | ||
|website= | |website=https://twitter.com/d3m3vilurr/status/983422511097438208 | ||
|source=https://github.com/d3m3vilurr/vita-savemgr | |source=https://github.com/d3m3vilurr/vita-savemgr | ||
}} | }} | ||
{{#seo: | |||
|title=Vita Homebrew Apps (File Browsers) - GameBrew | |||
|title_mode=append | |||
|image=vitasavemgrvita2.png | |||
|image_alt=Vita Save Manager | |||
}} | |||
== Configure == | Dump and restore decrypted savefile. | ||
Select button in mainscreen will open simple configure screen. Or you can change | |||
==User guide== | |||
===Configure=== | |||
Select button in mainscreen will open simple configure screen. Or you can change ux0:data/savemgr/config.ini manually. | |||
If you want to use another dump directory format, current time you need modify ini file. | If you want to use another dump directory format, current time you need modify ini file. | ||
For example, if you want to use ux0:data/savegames/PCSH00000_SLOT0, | |||
base=ur0:/data/savegames | |||
slot_format=%s_SLOT%d | |||
slot_format=%s_SLOT%d | |||
Default ini config is below; | Default ini config is below; | ||
base=/data/savegames | |||
slot_format=%s/SLOT%d | slot_format=%s/SLOT%d | ||
list_mode=icon | list_mode=icon | ||
use_dpad=true | use_dpad=true | ||
==Screenshots== | ==Screenshots== | ||
https://dlhb.gamebrew.org/vitahomebrews/ | https://dlhb.gamebrew.org/vitahomebrews/vitasavemgrvita4.png | ||
==Changelog== | ==Changelog== | ||
''' Unreleased ''' | '''Unreleased''' | ||
* Re-add list mode (#69, 266fad1d) | * Re-add list mode (#69, 266fad1d). | ||
* Add button only mode (#63, e0641e54, 3e6796bd, 864814fa) | * Add button only mode (#63, e0641e54, 3e6796bd, 864814fa). | ||
* Open simple configure screen at press SELECT btn in mainscreen (#72) | * Open simple configure screen at press SELECT btn in mainscreen (#72). | ||
* Auto replace ACCOUNT_ID in param.sfo (#75) | * Auto replace ACCOUNT_ID in param.sfo (#75). | ||
* Support <code>ur0:</code> and <code>uma0</code> for the save dump storage (#60) | * Support <code>ur0:</code> and <code>uma0</code> for the save dump storage (#60). | ||
''' 2.0.0 ''' | ''' 2.0.0 ''' | ||
* Re-enable package compression (cdf1833c) | * Re-enable package compression (cdf1833c). | ||
* Fix confirm button always ASIA mode (#59) | * Fix confirm button always ASIA mode (#59). | ||
* Fix not shown all games (#62) | * Fix not shown all games (#62). | ||
* Fix crash if not have icon files (#68) | * Fix crash if not have icon files (#68). | ||
* Embed VitaShell modules into vpk file (#66) | * Embed VitaShell modules into vpk file (#66). | ||
''' 2.0.0-b1 ''' | ''' 2.0.0-b1 ''' | ||
* Move 2.0.0 tree | * Move 2.0.0 tree. | ||
* Support GUI | * Support GUI. | ||
* No more needs app switching | * No more needs app switching. | ||
''' 1.0.0 ''' | ''' 1.0.0 ''' | ||
* Block PS button on the critical sections | * Block PS button on the critical sections. | ||
* Reword import/export to restore/backup (#32) | * Reword import/export to restore/backup (#32). | ||
* Use newer vita-toolchain for CI build | * Use newer vita-toolchain for CI build. | ||
* Use ninja-build for CI build | * Use ninja-build for CI build. | ||
* Fix cannot earning achievement (#34) | * Fix cannot earning achievement (#34). | ||
* Enable package compress | * Enable package compress. | ||
''' 0.8.0 ''' | ''' 0.8.0 ''' | ||
* Change default directories to | * Change default directories to ux0:/data/savegames. | ||
* Auto migrate older directories | * Auto migrate older directories. | ||
* Support drop save slot | * Support drop save slot. | ||
* Support confirm popups | * Support confirm popups. | ||
* Support format savedata (L+R trigger on dumper main menu) | * Support format savedata (L+R trigger on dumper main menu). | ||
''' 0.7.0 ''' | ''' 0.7.0 ''' | ||
* Support device confirmation button & fix text grammers (#16) | * Support device confirmation button & fix text grammers (#16). | ||
* Use icon for button information instead text | * Use icon for button information instead text. | ||
* Support left analog & up/down hold for select item | * Support left analog & up/down hold for select item. | ||
* Support multiple save dump slots | * Support multiple save dump slots. | ||
* Support configure | * Support configure. | ||
''' 0.6.0 ''' | ''' 0.6.0 ''' | ||
* Fix broken import process of 0.5.0 | * Fix broken import process of 0.5.0. | ||
* Support save export/import of abnormal titleid games like YS8 HK | * Support save export/import of abnormal titleid games like YS8 HK. | ||
* Add icon & livearea | * Add icon & livearea. | ||
* Change name | * Change name savemgr to Save Manager. | ||
''' 0.5.0 ''' | ''' 0.5.0 ''' | ||
This version can be unstable. Please backup using CMA before use this application. | *This version can be unstable. Please backup using CMA before use this application. | ||
* Support encrypted digital games; Thanks @mopi1402 (#11). | |||
* Support encrypted digital games; Thanks @mopi1402 (#11) | * Revert some codes for Gundam Breaker3 AV; so may not support this game. | ||
* Revert some codes for Gundam Breaker3 AV; so may not support this game. | * Remove rinCheat's code. | ||
* Remove rinCheat's code | |||
''' 0.4.1 ''' | ''' 0.4.1 ''' | ||
* Fix cannot decrypt problem of physical copy gundam breaker 3 asia version | * Fix cannot decrypt problem of physical copy gundam breaker 3 asia version. | ||
Known issues | Known issues: | ||
* not support cartridge version muramasa rebirth (#3). | |||
* not support cartridge version muramasa rebirth (#3) | * cannot encrypt cartridge version gundom breaker3 (#9). | ||
* cannot encrypt cartridge version gundom breaker3 (#9) | |||
''' 0.4.0 ''' | ''' 0.4.0 ''' | ||
Line 114: | Line 108: | ||
''' 0.3.0 ''' | ''' 0.3.0 ''' | ||
* Add helper messages | * Add helper messages. | ||
* Detect cartridge for save dump | * Detect cartridge for save dump. | ||
''' 0.2.0 ''' | ''' 0.2.0 ''' | ||
* Support screen scrolling; now can use more then 20 games. | * Support screen scrolling; now can use more then 20 games. | ||
* Always use screen bottom area for print button commands | * Always use screen bottom area for print button commands | ||
* Some code clean up | * Some code clean up. | ||
''' 0.1.0 ''' | ''' 0.1.0 ''' | ||
* Dump / Restore for PSVita game save. | |||
* alpha release. | |||
* support cartridge & vitamin games. | |||
Dump / Restore for PSVita game save | * dump datas have compatibility with rinCheat and also data store into ux0:data/rinCheat. | ||
* alpha release | |||
* support cartridge & vitamin games | |||
* dump datas have compatibility with rinCheat and also data store into ux0:data/rinCheat | |||
== Credits == | == Credits == | ||
Project use these project's codes. | Project use these project's codes. | ||
* [https://github.com/TheOfficialFloW/VitaShell VitaShell]. | |||
* [https://github.com/Rinnegatamante/rinCheat rinCheat]. | |||
* | ==External links== | ||
* Twitter - https://twitter.com/d3m3vilurr/status/983422511097438208 | |||
* Github - https://github.com/d3m3vilurr/vita-savemgr | * Github - https://github.com/d3m3vilurr/vita-savemgr | ||
* VitaDB - https://vitadb.rinnegatamante.it/#/info/9 | * VitaDB - https://vitadb.rinnegatamante.it/#/info/9 | ||
* Reddit - https://www.reddit.com/r/vitahacks/comments/8c7utt/release_vitasavemgr_200/ |
Latest revision as of 07:16, 30 Ocak 2024
Vita Save Manager | |
---|---|
General | |
Author | d3m3vilurr |
Type | Utilities |
Version | 2.0.0 |
License | GPL-3.0 |
Last Updated | 2018/04/14 |
Links | |
2.0.0 + Nightly 211 Download | |
Website | |
Source | |
Dump and restore decrypted savefile.
User guide
Configure
Select button in mainscreen will open simple configure screen. Or you can change ux0:data/savemgr/config.ini manually.
If you want to use another dump directory format, current time you need modify ini file.
For example, if you want to use ux0:data/savegames/PCSH00000_SLOT0,
base=ur0:/data/savegames slot_format=%s_SLOT%d
Default ini config is below;
base=/data/savegames slot_format=%s/SLOT%d list_mode=icon use_dpad=true
Screenshots
Changelog
Unreleased
- Re-add list mode (#69, 266fad1d).
- Add button only mode (#63, e0641e54, 3e6796bd, 864814fa).
- Open simple configure screen at press SELECT btn in mainscreen (#72).
- Auto replace ACCOUNT_ID in param.sfo (#75).
- Support
ur0:
anduma0
for the save dump storage (#60).
2.0.0
- Re-enable package compression (cdf1833c).
- Fix confirm button always ASIA mode (#59).
- Fix not shown all games (#62).
- Fix crash if not have icon files (#68).
- Embed VitaShell modules into vpk file (#66).
2.0.0-b1
- Move 2.0.0 tree.
- Support GUI.
- No more needs app switching.
1.0.0
- Block PS button on the critical sections.
- Reword import/export to restore/backup (#32).
- Use newer vita-toolchain for CI build.
- Use ninja-build for CI build.
- Fix cannot earning achievement (#34).
- Enable package compress.
0.8.0
- Change default directories to ux0:/data/savegames.
- Auto migrate older directories.
- Support drop save slot.
- Support confirm popups.
- Support format savedata (L+R trigger on dumper main menu).
0.7.0
- Support device confirmation button & fix text grammers (#16).
- Use icon for button information instead text.
- Support left analog & up/down hold for select item.
- Support multiple save dump slots.
- Support configure.
0.6.0
- Fix broken import process of 0.5.0.
- Support save export/import of abnormal titleid games like YS8 HK.
- Add icon & livearea.
- Change name savemgr to Save Manager.
0.5.0
- This version can be unstable. Please backup using CMA before use this application.
- Support encrypted digital games; Thanks @mopi1402 (#11).
- Revert some codes for Gundam Breaker3 AV; so may not support this game.
- Remove rinCheat's code.
0.4.1
- Fix cannot decrypt problem of physical copy gundam breaker 3 asia version.
Known issues:
- not support cartridge version muramasa rebirth (#3).
- cannot encrypt cartridge version gundom breaker3 (#9).
0.4.0
- Fix crash at startup with non print games.
- Support unmatched TITLE_ID games like Gundam Breaker 3 Asia version.
0.3.0
- Add helper messages.
- Detect cartridge for save dump.
0.2.0
- Support screen scrolling; now can use more then 20 games.
- Always use screen bottom area for print button commands
- Some code clean up.
0.1.0
- Dump / Restore for PSVita game save.
- alpha release.
- support cartridge & vitamin games.
- dump datas have compatibility with rinCheat and also data store into ux0:data/rinCheat.
Credits
Project use these project's codes.