savegames and fast monsters
I like a challenge and often use the custom option -fast. I noticed when saving a game and then exiting, restarting and then reload my save game, the monsters revert back to normal. This didn't happen with the old save game system. Any chance this could be resolved?
Comments
BTW, if you click on the ... button next to the savegame in the Switch Game menu, the 'fast' game rule should be True.
Thanks for the report. I'll see whats going wrong, it *should* be working...
Edit: Its a simple text value conversion incompatibility in libdeng2's TextValue - it uses QString's toDouble() which clearly won't work if the source value is 'True'. I'll fix this for the next build (not today's 1189, as that has already begun).