Skip to content

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) โ€‹

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

sh
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? โ€‹


INFO

Your contributions are welcome! Please read the contributing guide for more information.

License โ€‹

Licensed under the MIT license.

Released under the MIT License.