otkmage

Member
Dec 4, 2018
171
170
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
This doesn't work for me
 

blizman

Member
Aug 12, 2017
257
76
I know you have to get 3 moments of glory for Kate's love quest line. If you get a moment of glory resolve if you say you were leaving when you talk to her her lust drops and you don't get the chance to get her number. So anyone know if yov need the moment of glory for the love quest or has that changed? Kind of a bad update if you are going the Kate route and whant to get the love way of it to win her.
 

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
549
296
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
500
298
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
466
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?
 
3.80 star(s) 182 Votes