0 of 0

File information

Last updated

Original upload

Created by

Mephilit

Uploaded by

mephilit

Virus scan

Safe to use

Tags for this mod

About this mod

Features:
Automatically creates a backup of your save folder "DefaultUser" every X seconds (customizable).
Or press any key in the console to instantly generate a new backup manually.

Permissions and credits
Automatic Save Backup Script (.bat)
Created this small batch script after nearly losing a 100-hour game save — and my sanity along with it. 😅
It’s also handy if you’re unhappy with a decision you made in-game and want to roll back easily.

Features:
  • Automatically creates a backup of your save folder "DefaultUser" every X seconds (customizable).
  • Or press any key in the console to instantly generate a new backup manually.
Feel free to tweak the timing or backup location to suit your setup!

HOW TO:
Create a backup folder anywhere.
Edit the script with notepad with infos below.
Run/double click the script / keep the console opened / close it when you stop playing. ("press any key" to create instant save)

Set Source=C:\Users\YOUR USERNAME\AppData\Roaming\HelloGames\NMS
set Destination=C:\YOUR backups folder adress  (in your destination folder > right click on the folder's icon in the adress bar and "copy adress as text" / paste it here)

timeout 600
 // means will create a backup every 600sec / 10mn so (3600 every hours etc... etc... put any value you want)

Add note: each backup folder is ~40Mo / make sure to clean your folder sometimes =)