Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-08T04:32:56.000Z (9 months ago)
- Last Synced: 2024-04-09T02:14:29.527Z (9 months ago)
- Topics: bloodborne, ftp, jailbreak, playstation-4, playstation-5, ps4, ps5, savegame, savescum
- Language: TypeScript
- Homepage: https://savescum.jrson.me
- Size: 1.67 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
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.
[![Comparison Video](https://raw.githubusercontent.com/jrson83/savescum/main/.github/assets/youtube-comparison-hqdefault.png)](https://www.youtube.com/watch?v=KVDkTK97hJk)
## License
Licensed under the [MIT license](https://github.com/jrson83/ps4-savescum/blob/main/LICENSE).