Dark Souls 3
0 of 0

File information

Last updated

Original upload

Created by

bloo

Uploaded by

bloo2k

Virus scan

Safe to use

Tags for this mod

4 comments

  1. mosu95
    mosu95
    • member
    • 0 kudos
    Just in case this doesn't work for you:

    Download 'AutoIt' and install it.
    then create an 'Auto Hotkey Script'
    edit it with notepad an write this:


    #UseHook
    Source = C:\Users\[Your Username]\AppData\Roaming\DarkSoulsIII\0110000100000666\
    Destination = C:\Users\[Your Username]\AppData\Roaming\DarkSoulsIII\0110000100000666-bkp\


    f7::
    FileCopyDir, C:\Users\[Your Username]\AppData\Roaming\DarkSoulsIII\0110000100000666\, C:\Users\[Your Username]\AppData\Roaming\DarkSoulsIII\0110000100000666-bkp\ , 1


    Start:

    FileCopyDir, %Source%, %Destination%

    TrayTip , Backup, Done !, 1
    Return


    f10::
    FileCopyDir, C:\Users\[Your Username]\AppData\Roaming\DarkSoulsIII\0110000100000666-bkp\, C:\Users\[Your Username]\AppData\Roaming\DarkSoulsIII\0110000100000666\ , 1
    TrayTip , Reload, Done !, 1 ;show for 1 seconds
    return


    Keep in mind to change '[your username]' and also the folder '0110000100000666' might also be a different directory so change that too
    also... you might want to compile it to create an .exe file and run it as administrator and run it each time you play in case you have any issues. It'll be a tray icon that you can right click->exit after you're done with it.
    well... GOOD LUCK
  2. Kekatronic
    Kekatronic
    • member
    • 0 kudos
    please make a mod manager version
  3. Mates31cz
    Mates31cz
    • premium
    • 0 kudos
    can you add feature of saving backup diles to other folder ?
    1. bloo2k
      bloo2k
      • member
      • 1 kudos
      Hi, sorry for the late reply.
      Honestly, I made it while played the game and can't find something similar. It took about 100 lines of code and I won't intend to change the feature. Just fix bug if there's any.

      You can manually copy you save file from: C:\Users\windowAccountName\AppData\Roaming\DarkSoulsIII\0110000100000666.

      Good luck and have fun.