In the event of a hack attack destroying a saved file, you can use the latest version of backup to revert.
When a save is performed, the service detects it and backs up the saved file(appdata/roaming/EldenRing).
The default number of saves is 100.
Old ones are deleted sequentially.
open the EldenRingAutoBackUpService.exe.config
You can modify the config file to change the number of saved files or set the backup save path.
<add key="BackUpPath" value="C:\EldenRingAutoBackUpFiles"/>
<add key="MaxBackUpFileCount" value="100"/>
Run cmd as administrator.
sc create "EldenRing Auto BackUp Service" binpath="C:\EldenRingAutoBackupService\EldenRingAutoBackUpService.exe" start=auto
※ In binpath, enter the full path to the program file you downloaded.
sc start "EldenRing Auto BackUp Service"
Shut down EldenRing as soon as you receive a save destruction hack attack.
The file is overwritten with an older version of the latest backup file.
※ Because it is saved immediately when you die
If you die more than the set number of saves, the file cannot be recovered.
sc delete "EldenRing Auto BackUp Service"