Summary for TL;DR users:
1. I don't use templates only
2.
- Please copy and paste the full path to your game installation folder.
- PC Users: Please state your Windows Version and if you run on an Admin account or Limited Account.
- Please state if you use any compatibility settings or use the "run as admin" option on TWD
End Summary
Quote:
Originally Posted by QMOW
Granted, the forum moderator has replied to nearly all of the topics on the issue, it's the typical copy and paste every single time, which is a little frustrating because it feels like that's the best we're going to get--a cut and paste response that may or may not work.
|
Just FYI, I do a lot more troubleshooting than copy and pasting one response. It might look that way superficially, but if you look closer you might see my process of narrowing down problems.
Initially I tried to stay away from savegame threads for a while, but then I realized, that the multiple prefs.prop issue seems to be the cause of various problems for many users. That's IIRC the loading of wrong decisions, the game showing an earlier episode than last played, and the black screen.
The reason i copy and paste a template i carefully crafted for the process is, that i want to minimize room for error. People read text very differently, and so i try to make it understandable.
Initially I freely described the process each time, but that's very taxing on my nerves, being a non native English speaker, and I always fear I could forget something, that could ruin someones savegames for good.
That's why I improve my templates every know and then based on new information I gather from people following it.
That's way more than I wanted to say about it, but I hope you understand now why I use my templates if they contain what I would write anyway.
Quote:
Originally Posted by QMOW
I know nothing about programming, but having spent nearly five hours trouble shooting my save game problems, I would suspect the problem lies somewhere with the fact that TWD saves and loads from multiple locations on the hard drive. Is it possible to force it to save and load from one location?
|
I am a Master in Computer Science and know way too much about programming

I don't have access to TTGs source code though, so i can only try to analyze problems using monitoring tools for the program behavior and network traffic.
I do not know why the game looks for the prefs.prop in the install folder in the first place, and if it's just the way resources are handled by some framework that is used, or some extra code that does it explicitly.
It is however unusual that it is created. I have not figured out why and when that happens. It never did on my systems, but i only played through the game once so far, so it could happen at some later point.
Anyway, in theory the problem should not happen on systems with default Installations under normal circumstances. The TTG Version and Steam normally install to some variant of "c:\Program Files", which is write protected for most users. Therefore a second prefs.prop can't be created.
That can change if e.g.
- You run using "run as Admin"
- You use certain compatibility modes
- You installed to a non default location
So here I am trying to find out more about the circumstances it happens in:
- Please copy and paste the full path to your game installation folder.
- PC Users: Please state your Windows Version and if you run on an Admin account or Limited Account.
- Please state if you use any compatibility settings or use the "run as admin" option on TWD
If i am right with my assumption, you should be able to prevent it from happening, by removing the write privileges to the install folder for the user running the game. This might have unexpected consequences I could have overseen and needs to be evaluated.