Enables lethal company save files to be restored in the case you get griefed
Windows machine
- download the powershell script
- move the powershell script to desktop (or somewhere you can access easily while playing the game)
- run the powershell script
- You will probably need to right click
run with powershell
- You will probably need to right click
It will generate 2 or 4 files in the directory that you run the powershell script:
- RunBackup_fs.bat
- Creates a backup (using file systems copy paste)
- RunRestore_fs.bat
- Restores from the backups (using file systems copy paste)
If you have
git
installed:
- Restores from the backups (using file systems copy paste)
If you have
- QuickBackup.bat
- Commits to a local git repo
- QuickRestore.bat
- Restores local files to git's HEAD (removes noncomitted/unsaved changes)
- yes you can use git reset to restore from a specific git version.
add a way to auto-watch for file changes and commit to git tree. improve accessability for restoring from git tree by adding UI to navigate between commits.
- install
- play LC like normal
- run
QuickBackup.bat
orRunBackup_fs.bat
at any point before the game file saves (end of day, or whatever it is) - if you get griefed, whenever you want to return to a pre-griefed state, run
QuickRestore.bat
orRunRestore_fs.bat
and reload your save file ingame.