Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/d3m3vilurr/vita-savemgr
Dump / Restore for PSVita game save
https://github.com/d3m3vilurr/vita-savemgr
Last synced: 6 days ago
JSON representation
Dump / Restore for PSVita game save
- Host: GitHub
- URL: https://github.com/d3m3vilurr/vita-savemgr
- Owner: d3m3vilurr
- License: gpl-3.0
- Created: 2016-09-14T10:47:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-15T16:46:23.000Z (almost 5 years ago)
- Last Synced: 2025-01-07T10:08:59.959Z (13 days ago)
- Language: C
- Homepage:
- Size: 1.53 MB
- Stars: 362
- Watchers: 45
- Forks: 40
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-PlayStation-Vita - vita-savemgr - Savegame manager (⚙️ Basic Stuff / 🗃️ Apps)
README
Dump & restore decrypted savefile.
[![Build Status](https://travis-ci.org/d3m3vilurr/vita-savemgr.svg?branch=master)](https://travis-ci.org/d3m3vilurr/vita-savemgr)## 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`,
```ini
base=ur0:/data/savegames
slot_format=%s_SLOT%d
```Default ini config is below;
```ini
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.```bash
mkdir build
cd build && cmake -GNinja .. && ninja`
```## License
GPLv3## Credits
Project use these project's codes.* [VitaShell][]
* [rinCheat][][modules]: https://github.com/TheOfficialFloW/VitaShell/tree/master/modules
[VitaShell]: https://github.com/TheOfficialFloW/VitaShell
[rinCheat]: https://github.com/Rinnegatamante/rinCheat