0 of 0

File information

Last updated

Original upload

Created by

Claire Addams

Uploaded by

ShesKwehKweh

Virus scan

Safe to use

About this mod

Presently R.E.P.O. will delete your save should all members of your team perish. this is a simple python program that monitors the default folder where R.E.P.O. stores your saved games and will back up the file automatically when the modified date changes, It will not back up the folder should it be empty.

Permissions and credits
This is a very simple program written in Python to monitor your REPO save folder for any changes such as completing a level, leaving the shop, and restarting the level. The program will ignore the backup if the source folder becomes empty, say from a total party wipe where everyone has perished. 
It features a simple rudimentary GUI, which allows you to start and stop monitoring, view the logs generated by the program, and restoring from the backup in case of a total party wipe.
In order to use the restore function you must run the program as an administrator in order for it to function properly, otherwise it will generate an error letting you know to do so, otherwise it does not have the proper permissions to restore the save folder back to the source directory, You will also want to make sure you start monitoring first as this provides the directory for the restore to copy from.
You can put this EXE anywhere; it does not have to go into any specific folder and can be ran from your desktop if you wish.

For the sake of transparency, you can find the source code here: 
REPOBackup/Main.py at main · Caddams/REPOBackup