blizman

Member
Aug 12, 2017
257
76
When she is caught by the tree instead of freeing her you can interact with other vines to have her raped.
 

Testerguy19

Active Member
Nov 11, 2018
894
939
Oh wow, fresh update literally just yesterday. I will give my verdict on this later folks!

Edit:
You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:

kgqijufq

Newbie
Jan 13, 2018
67
76
To unlock the gallery, open your console (Shift+0) and type:
Python:
from types import FunctionType
func = compile('def unlock_all(a): return(True) ', "<boolean>", "exec")
is_replay_unlocked = FunctionType(func.co_consts[0], globals(), None)
Have fun
that's Shift+O not Shift+0 (the letter O not number zero)
 
  • Like
Reactions: hulrien

Ellioto

Active Member
Sep 26, 2017
558
297
Think I ran into a bug where I can’t use the capture card on the pc. Which sucks because homeroom teacher is best girl
 

Sheepy Cloud

Active Member
Apr 22, 2020
506
299
I can honestly relate with the MC's sister during that one shower scene with the milk after something spicy got where it shouldn't have.
(Got salsa in my eyes as a kid...)

Btw, that changelog...
Really outdated eh?


You don't have permission to view the spoiler content. Log in or register now.
 

Pentha

Member
Apr 5, 2020
353
467
is this game still a buggy mess? and do you actually get to fuck anyone except the art teacher?
 

lukrame

Member
Sep 25, 2020
139
356
Game's art is absolutely killing it unfortunately, the game is designed to be an absolute chore. So many irritating moments where you have to click through multiple areas and backtrack everywhere. The story lines are currently very bare bones and needs a lot more content for it to be satisfying. Right now its kinda just a blue ball simulator.
 

thmilkman

New Member
Jul 25, 2018
4
4
I've tried the gallery unlock like 10 times and it's not working.


Trying as follows:


type Python:
hit Enter
then typing the following 3 line by line and hitting enter after each


from types import FunctionType
func = compile('def unlock_all(a): return(True) ', "<boolean>", "exec")
is_replay_unlocked = FunctionType(func.co_consts[0], globals(), None)


I've had syntax errors, I've had typos, can you not just copy and paste this, or better yet stick it in one of the game files and have it run automatically?
 
Mar 3, 2020
112
336
This is an "unofficial" and simple incest patch. Don't expect much from it. It is just a renaming patch
In the spirit of the Programmers' Third Virtue, I figured I could do better than that. As it turns out, technically I can, but it really wasn't worth the trouble: as of v1.14, your patch suffices for everything except two lines in the script, perhaps neither of which most players will ever see.

The attached patch fixes those two places anyway, and (if we are a certain kind of fortunate) may also fix others which have yet to be written.

(Place this file directly in the game/ folder to apply it.)

Changelog:
You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:
3.80 star(s) 182 Votes