Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit) (+1)

Fun game, saw it yesterday and it ate a surprisingly high number of hours already :)

two small issues:

* chapter13.rpy::2856 the "mp.hikari_points == 2" should be "mp.hikari_points >= 2", at this point of the game up to 3 points are possible

* chapter15.rpy::3680: "with dissolve" instead of "with dissolver", the latter makes the renpy framework rather unhappy (NameError: name 'dissolves' is not defined)

edited to add: twice in replay.rpy, replace "with dissole" with "with dissolve". you may take a look at the linter: https://www.renpy.org/doc/html/developer_tools.html

(1 edit)

Thanks for spotting that line 2856, I wouldn't have noticed that if you hadn't..
The dissole/dissolver/dissolves issue is me or EO having the codes open and then accidentally making an undesired keystroke. I didn't know about "Lint", thank you; checked it now. It should be helpful to us for future updates.

happy to help (a bugfree experience is in my own interest :D)