Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

woops, missed this, parts of https://itch.io/post/9821036 are only valid for 1.0.8

trying to change the background on the fort's PC crashes the game ("could not find label 'anewldesktop'")

I think some of the events in Ayane's and Seika's room are unlocked too early, before it should be able to happen. e.g. Beach Date with Seika or Excersise Skill with Ayane: Both throw exceptions ('CharacterStats' object has no attribute 'handjob'), I think the object is extended by them in non-repeatable scenes I did not see so far

"Skipt to evening" on an afternoon skips to the night - clock.advance(2) is called for morning and afternoon, and for the latter this means night (incr 1: evening, incr 2: night)

> Both throw exceptions ('CharacterStats' object has no attribute 'handjob'), I think the object is extended by them in non-repeatable scenes I did not see so far

wait, the cause is a different one: def apply_limit_check(self) (in script.rpy) checks against a few options not available in the class (next to handjob also stuff like blowjob, anal, ...).

looks like a work-in-progress function, commenting them mitigates the crash

(+1)

Handjob stat and other stats were old stats that I removed cause it was just useless and had no impact, will release a tiny update and I improved and tested the menu option to advance time.