Skip to content

Instantly share code, notes, and snippets.

View ThaSiouL's full-sized avatar

Björn Thiel ThaSiouL

View GitHub Profile
@ThaSiouL
ThaSiouL / Sekiro-save-backup.vbs
Last active August 15, 2022 10:38
Sekiro savegame backup script. Credits for Original DS1 Remaster: https://reddit.com/u/AikonCWD https://github.com/aikoncwd/DS1-backup-tool
'''''''''''''''''''''''''''''''''''''''
'' START CONFIG SECTION - EDIT THIS! ''
'''''''''''''''''''''''''''''''''''''''
SavegamePath = "\Sekiro\YOUR-STEAM-ID" 'to find your folder name: press Win+R, type in "%Appdata%\Sekiro" and press Enter. Copy the folder name.
SavegameFile = "S0000.sl2" 'Save Slot 1
MaxBackupFiles = 10 'Number of maximun backup savegame files. 25 is ok
TimeBetweenBackups = 300000 'in ms: 1000 => 1sec | 180000 => 3 minutes | 600000 => 10 minutes