crystal-geyser
Member
- May 31, 2019
 
- 340
 
- 439
 
- 219
 
Let's not kid ourselves, it's a game for his grandchildren to finish making.another game for my grandchildren to enjoy...
Let's not kid ourselves, it's a game for his grandchildren to finish making.another game for my grandchildren to enjoy...
There isn't and probably won't be. Patreon doesn't look kindly upon incest content so that usually gets banned.Is there scene bj or sex between the protag and his mom?
There is no incest tag so I'm just asking.
Not yet. Most you can get for now is some heavy petting. There have been some media assets in the game folder for it since forever, but they're not used in the game yet.Is there scene bj or sex between the protag and his mom?
There is no incest tag so I'm just asking.
There's another bug at line 2263 remove the extra <= to fix the bug that happens when you watch tv.They're blossoming wonderfully. As always, each update brings a new batch.
If you've had the initial conversation, you need to wait till Saturday and go meet him at the park. What does the "Objectives" tab say?
Had a look, and it seems like there are a few greater-than's in the conditions that should be lesser-than, so the event currently requires high femininity instead of low.
This fixed it on my end: In line 21986 of the HTML, look for these conditions:
And change it to the following, save the file, and reload the game:Code:if $feminine >= 50 || $feminine >= 25
Note that I haven't looked deeper into the mechanics here, just a quick and dirty fix.Code:if $feminine <= 50 || $feminine <= 25
Updated OP; thanks! Do you happen to have the changelog too?
make sure the HTML file and images are in the same file after you have unzipped everythingIs anyone having an issue where the images are not showing up?