Get this error if clicking on any books in the bookstore using a old save.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/bookshop/checkQuests/checkQuestsWithElyon.rpy", line 4, in <module>
$ questElyonFoundBooks.jump()
NameError: name 'questElyonFoundBooks' is not defined
If you use the console to fix it then you hit a another error.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/bookshop/checkQuests/checkQuestsWithElyon.rpy", line 4, in <module>
$ questElyonFoundBooks.jump()
AttributeError: 'int' object has no attribute 'jump'
Talk with him should be talk with her. Other spots say the same thing when talking to a female character.
Looks like this update makes all saves shit so if you want to go through all that again to get to where you were your going to have to start all over again. So glad for console commands to get past all that.
Starting new game and the girl is already in the bookstore as well as huge amount of money and gold. Not sure why since you can use console to add gold and money very easily.
Starting game by clicking .exe gives this error.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00start.rpy", line 226, in script call
call _splashscreen from _call_splashscreen_1
File "game/scripts/splashscreen.rpy", line 86, in script
$ renpy.say(attention, _('[attention_message]'), interact=False)
File "game/scripts/splashscreen.rpy", line 86, in <module>
$ renpy.say(attention, _('[attention_message]'), interact=False)
KeyError: u'attention_message'
It seems if you want to play the game without cheats is to first start the game without using unren or enable renpy to extract the game files and then select the without cheats option and then save the game. Once you do that then you can use unren or enable renpy and just load the save file to begin playing and use the console when needed.