5 items

File information

Last updated

Original upload

Created by

Brunodpr

Uploaded by

Brunodpr

Virus scan

Some manually verified files

About this mod

This is a simple .exe file that creates a Backup of your save file, named with the current date and time, on the default folder for ER saves and then automatically launches the game.

Share
Requirements
Permissions and credits
Mirrors
  • Intent:
The intent of this .exe file is to Backup your save information everytime you open the game, therefore, if your save is lost in the future (infinite loading screen, corruption, ...), you'll lose at most a day (instead of having to create a whole new character).

  • Usage:
You may put this .exe file wherever you like and use it to launch the game instead of your previous method. If you ever wish to open the game without creating a backup, just boot it without using this executable (via steam, for instance).

  • Requirements:
This program was only tested on Windows and should only work properly if you have the game installed on Steam.

As you can see in the source code (next topic), the program considers that the game and save information are both stored in the C: Drive, therefore, people that use another Drive to store the game or saves may face issues. This can be easily adapted on the code though, the python script is available for download here.

  • Creation and source code:
Originally the script was written in Python and later the first version of the .exe file was created via PyInstaller, but, since it was getting tons of false positives on virus total, i opted to translate the script into a C program and then compile it to get a new and improved executable. 

This is open source and can also be found on GitHub.

If you want, you still have the option download the original Python script here on Nexus and use it instead (but only if you have Python installed on your machine). 

Please find the original Python code for this script below.



You may use or alter this code however you like to suite your specific needs. 

The translated C code can also be found below: