Posted July 09, 2016
Warning: this solution seems to work but I did not test it thoroughly so it may break your game.
After my previous post with solution to the game bug I played more and stopped at another problem. Thanks to my gained experience with this game's data I found solution also for this one.
SPOILERS AHEAD
King Demon drops King's Key which should be used to open one of three doors in the same location.
The problem: King's Key is not showing up in door menu.
Like previous time, I found the method to solve this problem by edit of the savegame file. This time, the missing variable name, responsible for making key visible for the door, is: KingK
How to implement my solution? After King Demon's death, save the game and open saved file in text editor.
Between <variables></variables> add KingK="T" - I've added this string as last variable in this line and it worked.
When you load this edited savegame, you should now have King's Key visible in door's menu and be able to open the door.
And again, warning: this solution seems to work but I did not test it thoroughly so it may break your game.
After my previous post with solution to the game bug I played more and stopped at another problem. Thanks to my gained experience with this game's data I found solution also for this one.
SPOILERS AHEAD
King Demon drops King's Key which should be used to open one of three doors in the same location.
The problem: King's Key is not showing up in door menu.
Like previous time, I found the method to solve this problem by edit of the savegame file. This time, the missing variable name, responsible for making key visible for the door, is: KingK
How to implement my solution? After King Demon's death, save the game and open saved file in text editor.
Between <variables></variables> add KingK="T" - I've added this string as last variable in this line and it worked.
When you load this edited savegame, you should now have King's Key visible in door's menu and be able to open the door.
And again, warning: this solution seems to work but I did not test it thoroughly so it may break your game.
Post edited July 09, 2016 by Lexor