pseiler / vita-savesync

Dump / Restore for PSVita game save through Own/Nextcloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dump & restore decrypted savefile. Build Status

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

Development

Need VitaShell's modules; install kernel and user and copy kernel.skprx and user.suprx into sce_sys. then you can build vpk.

mkdir build
cd build && cmake -GNinja .. && ninja`

License

GPLv3

Credits

Project use these project's codes.

About

Dump / Restore for PSVita game save through Own/Nextcloud

License:GNU General Public License v3.0


Languages

Language:C 94.1%Language:Shell 5.1%Language:Makefile 0.5%Language:Roff 0.1%Language:M4 0.1%Language:CMake 0.1%Language:C++ 0.0%Language:Python 0.0%