Skip to content

Latest commit

 

History

History
62 lines (46 loc) · 1.5 KB

README.md

File metadata and controls

62 lines (46 loc) · 1.5 KB

Dump & restore decrypted savefile. Build Status

How to use

  1. Install vpk
  2. Launch savemgr in Home shell
  3. Select game
  4. Wait 3sec, will auto launch dumper
  5. Dump or Restore game save.
  6. Exit with X (DO NOT FORCE CLOSE)
  7. Auto relaunch savemgr, then cleanup injected things.
  8. Repeat 3~7 steps or close savemgr
  9. Play game.

Configure

If you want to use another dump directory format, make simple config.ini file into ux0:data/savemgr

  • use ux0:data/savegames/PCSH00000_SLOT0
base=/data/savegames
slot_format=%s_SLOT%d
  • use ux0:data/savegames/PCSH00000/SLOT_0
base=/data/savegames
slot_format=%s/SLOT_%d

Default config like this

base=/data/rinCheat
slot_format=%s_SAVEDATA_SLOT%d

Emergency guide

If you do something mess, please do these steps.

  1. Open VitaShell

  2. If you used this app for dumped or digital game, move to ux0:app/{TITLE_ID}. If used for cartridge game, move to ux0:patch

  3. follow your case;

  4. Remove eboot.bin and rename eboot.bin.orig to eboot.bin

  5. Remove {TITLE_ID} directory and rename {TITLE_ID}_orig to {TITLE_ID} if exists directory

  6. Check ux0:data/savemgr/tmp, if exists, remove this.

License

GPLv3

Credits

Project use these project's codes.