Introduction โ
Description โ
A command-line tool & webinterface, to efficiently save scum on an exploitable PS4/PS5.
๐ฏ Features โ
- โก Blazing fast savegame backup & restore
- ๐ ๏ธ Runs as web application or stand-alone CLI
- ๐ฎ Controller & Keyboard support (hotkeys)
- ๐ Sound notification on completed operation
- ๐ฆ Suits any game with a singleย savefile
Command Line Interface โ
Savescum lets you back up and restore savegames using PS4/PS5 FTP server.
Example usage (Bloodborne savegame) โ
savescum ftp --ip=192.168.178.69 \
backup --profile-id=1ceaa172 --cusa=CUSA00207 --sdimg=sdimg_SPRJ0005 --debug
# outputs
โน Running backup ...
โโโ Remote Path: /user/home/1ceaa172/savedata/CUSA00207/sdimg_SPRJ0005
โโโ Local Path: C:\Users\jrson\savescum\1ceaa172\CUSA00207\2023-06-01_00-04-44\sdimg_SPRJ0005
โ Backup operation completed successfully.
BREAKING CHANGE
Since commit 737860e in savescum@0.3.0 the date format in local savegame backup path changed to YYYY-MM-DD_HH-mm-ss GMT+0000
. This makes it easier to manage & distinguish savegame backups.
All existing folders in %USERPROFILE%/savescum must be deleted.
Webinterface โ
INFO
The webinterface is currently in development.
Savescum's webinterface simplifies and speeds up save scumming. It lets you store your savegame configs in the browsers localStorage
and choose/configure either gamepad, mouse or keyboard, to trigger FTP backup
and restore
operations.
It can be accessed from any device within the local network, giving the advantage to execute FTP operations with a smartphones webbrowser.
TIP
Savescum CLI is required to serve the webinterface.
savescum serve
# outputs
โน Running serve ...
โ Server listening at http://127.0.0.1:3000
Example screenshots โ
The screenshots are currently work in progress.
What's next? โ
- Read more about why savescum?
- Read the Quick Start guide to get started
INFO
Your contributions are welcome! Please read the contributing guide for more information.
License โ
Licensed under the MIT license.