I'm fed up having to deal with 2 different save types, so I made a program to convert between them.
The following is released by me under (CC BY-SA 2.5). Open source python scripts to convert DFD online saves to offline saves, and vice versa. I will not be offering any support, warranty, or guarantee that it will work. Requires python 2.7 to run.
To convert a save file created with the "downloaded" version of the game to one that can be played "online":
Code:
usage: python dfdtoonline.py offlineFolder onlineFile
arguments:
offlineFolder path to save folder (%localappdata%/VNE2/)
onlineFile path to output backup.dat file
To convert a save file created with the "online" version of the game to one that can be played with the "downloaded" version:
Code:
usage: python dfdtooffline.py onlineFile offlineFolder
arguments:
onlineFile path to backup.dat file
offlineFolder path to output folder (%localappdata%/VNE2/)