https://github.com/jrson83/savescum
A command-line tool & webinterface, to efficiently save scum on an exploitable PS4/PS5.
https://github.com/jrson83/savescum
bloodborne ftp jailbreak playstation-4 playstation-5 ps4 ps5 savegame savescum
Last synced: about 1 year ago
JSON representation
A command-line tool & webinterface, to efficiently save scum on an exploitable PS4/PS5.
- Host: GitHub
- URL: https://github.com/jrson83/savescum
- Owner: jrson83
- License: mit
- Created: 2023-05-10T05:36:10.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-07T13:05:18.000Z (about 1 year ago)
- Last Synced: 2025-04-11T16:13:03.550Z (about 1 year ago)
- Topics: bloodborne, ftp, jailbreak, playstation-4, playstation-5, ps4, ps5, savegame, savescum
- Language: TypeScript
- Homepage: https://savescum.jrson.me
- Size: 2.01 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# savescum
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 CLI
- 🎮 Gamepad & Keyboard support (__hotkeys__)
- 🔉 Sound notification
- 📦 Suits any game with a single savefile
> **Note**
> The webinterface is currently in development.
## Documentation
View the documentation and examples at [savescum.jrson.me](https://savescum.jrson.me/) (under construction).
## Installation
Savescum can be installed globally as a Node.js command line tool:
```sh
npm install -g savescum
```
## Usage
After installing, the `savescum` command becomes available and can be run from any directory. Alternatively, you can use savescum with `npx` directly:
```sh
# with global installation
savescum [options] [command]
# or run with npx
npx savescum [options] [command]
```
> **Warning**
> Remember always backup your saves files!
## Speed comparison
This video shows a speed comparison of savescum methods.
[](https://www.youtube.com/watch?v=KVDkTK97hJk)
## License
Licensed under the [MIT license](https://github.com/jrson83/ps4-savescum/blob/main/LICENSE).