Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hi, I have the steam version, but always at the end, the game tells me that an error has occurred 3 times after the talk between You, Kvi and your father, and once more after "woman" talks to you, is this normal?

What's the error exactly? There were some reports of missing variables which have been fixed since then, but might require some extra steps to fix on saves made with the previous version.

while running game code: File "game/episode012b.rpy", line 552 in <module>, NameError: name 'ep003_be_creampie' is not defined. while running game code: File "game/episode012b.rpy", line 556 in <module>, NameError: name 'ep002_jade_facial' is not defined. while running game code: File "game/episode012b.rpy", line 560 in <module>, NameError: name 'ep001_celine_body' is not defined. while running game code: File "game/episode012b.rpy", line 1259 in <module>, NameError: name 'ep003_sim_sex' is not defined.

Have you loaded an old save made using one of the non-Steam versions?

No, after buying the steam version, I started a new game to avoid miss content

That's really weird, ep005_taera_body is a known issue, but I haven't had reports of the ones you've posted as they should be defined in the Steam edition.

As a workaround the variables can be defined via the developer console:
- Load save right before the error
- Open the developer console by pressing Shift+O
- Type the following and press enter: $ ep005_taera_body=False

(1 edit)

Finally got free time again, thanks for the info, I will try, and see how things go