https://github.com/pzixel/easy_savescum
https://github.com/pzixel/easy_savescum
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pzixel/easy_savescum
- Owner: Pzixel
- License: mit
- Created: 2020-03-25T09:08:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-03T13:30:08.000Z (about 4 years ago)
- Last Synced: 2025-06-12T13:06:48.349Z (about 1 year ago)
- Language: Rust
- Size: 34.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ironman backup utility

Automate your save backuping shenanigans with power of Rust
### How to use
You can download the app [in `releases` tab](https://github.com/Pzixel/easy_savescum/releases).
If you're using a different folder for saves then you need to open `command prompt`/`powershell`/`...younameit` in directory with the app and run the program with arguments, e.g.
### Tool
This is a program I've called `easy_savescum`. It does nothing special: it monitors your save directory and backup save files time to time. It doesn't have any fancy overlays or addition functionality like force making a save. Just a little tool in Unix philosophy style. Directory to monitor is configurable although it's set by default on your local save folder. Frequency is also configurable, by default it's 4 save ticks which means "yearly". It can also be dynamically changed if you're at important war and want to have more frequent saves or you don't like to feel like a cheater so you set it to 50 years so you won't fuck up in strategic terms, but you can afford tactical failures.
```bash
./easy_savescum-windows-amd64 \
--path '/Users/pzixel/Library/Application Support/Feral Interactive/XCOM 2 WotC/VFS/Local/my games/XCOM2 War of the Chosen/XComGame/SaveData' \
--savescum-dir-path '/Users/pzixel/Library/Application Support/Feral Interactive/XCOM 2 WotC/VFS/Local/my games/XCOM2 War of the Chosen/XComGame/SaveScum'
```
Note that on mac you may need to add application to exceptions to allow it to run
