Skip to content
Dump / Restore for PSVita game save
Branch: master
Clone or download
Pull request Compare This branch is 4 commits ahead, 135 commits behind d3m3vilurr:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
sqlite3
.gitignore
LICENSE
Makefile
README.md
appdb.c
appdb.h
file.c
file.h
main.c
savedata.c
savedata.h
vita_sqlite.c

README.md

Dump & restore decrypted savefile.

What difference between the official ?

This version add supports for undumped games, which is not currently supported on the official 0.4.1

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.

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

License confirmation

You can’t perform that action at this time.