If anyone is interested, 0.15 is out on itch.
Actually, never mind, it has bugs right from the start. Clicking on the guy in the "kitchen" takes you to a guy who is supposed to be in the other room.
This guy has put much effort to block the content in the "free" version and yet spent no effort for testing it just once. His "if free/notfree" conditionals are causing the issue. Easiest way to fix it is to change the line 691 in scripts.rpy as below:
I'm sure I'll encounter more bugs as I play it, due to the lousy coding overall.
EDIT:
There is also a major issue with saves. If you load a previously saved game things will get reset, such as dialogues and scenes you've previously been through which may prevent you from going further. For instance, I saved before a second attempt in fishing minigame, then I then quit the game and load the save and it didn't let me fish, told me to talk to the guy which I already had. Dialogues with the guy in the church were also reset. I was supposed to buy a rope and climb somewhere in the forest and due to the save issue I couldn't. In any case, try playing the whole thing at one go, don't save/load.
You must be registered to see the links
Actually, never mind, it has bugs right from the start. Clicking on the guy in the "kitchen" takes you to a guy who is supposed to be in the other room.
This guy has put much effort to block the content in the "free" version and yet spent no effort for testing it just once. His "if free/notfree" conditionals are causing the issue. Easiest way to fix it is to change the line 691 in scripts.rpy as below:
Python:
define free = False
EDIT:
There is also a major issue with saves. If you load a previously saved game things will get reset, such as dialogues and scenes you've previously been through which may prevent you from going further. For instance, I saved before a second attempt in fishing minigame, then I then quit the game and load the save and it didn't let me fish, told me to talk to the guy which I already had. Dialogues with the guy in the church were also reset. I was supposed to buy a rope and climb somewhere in the forest and due to the save issue I couldn't. In any case, try playing the whole thing at one go, don't save/load.
You don't have permission to view the spoiler content.
Log in or register now.
Last edited: