Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Peeked in on dl_helper.py on Github but I'm not entirely sure what's going on with the rename_saves function. In one part it seems to be expecting the saved games to be named like so:
Then in a different loop below in the same function it starts looking for file names formatted with the prefix
Further in the function is seems to be asserting "DKSV" again over "DKSAVE"
Perhaps this is some side effect from using the old Windows 95-era Quest Lister(?). It's not clear what the semantic purpose some of the if statements in the rename_saves function are meant to fulfill. Only thing I know for sure is that it doesn't seem to work on my machine.
I tried making a new save file just to double check against possible side-effects from the old dlqs.exe quest lister but the file it generated was also of the format DKSAVE\n+ so I'm at a loss as to what is really happening when the dl_helper.exe program runs. Can't really hook a debugger in either since it's running from a binary packaged Python VM.
Anyone else have a keener insight into the nature of this code?
Edit: I filed an issue on the Github for the program, so with any luck it will get fixed.
I think it is some kind of DL bug/feature producing mallformed date of event in SAV file. I've encountered it once (game state was in a mess - I was unable to get bounties for raubritter quests). After starting from scratch it is OK (more than 150 savegames now)
Add the last savegame to issue please. I can handle it, but I'm not sure if it is for good.
I also had the character colors bug hit me a few times, though I'm not sure whether or not that's indicative of anything related to this data format issue.
Either way, my thanks for taking a look at this. Hopefully the knowledge gained from the save will be able to improve your quest lister for the benefit of one and all!
There's still an open question of how save files in the game get corrupted, but that's a separate issue.