YogSothoth1982

Devoted Member
Jun 26, 2018
9,467
14,411
883
Probably not. There's an arc related to sleep poking someone. MC getting some unconscious love, and others.
Urination not sure if it's optional, I think MC gets the option to peek on people but nothing about getting peed on from what I can remember.
So I prefer to ignore the game. I don't like sleep sex at all.
 
  • Angry
Reactions: TeamHentaiX

wolfas

Newbie
Jun 30, 2018
29
9
188
hi guys, anyone can tell me how to make apear the option to grab lala ass on tuesday morning? i did everything and i have the stats but that option never apear.
 

HillDweller

Member
Mar 31, 2020
180
385
248
this game has some of the best characters and scenes ever, but the absolute worst design of all time, from a developer that's outright hostile to users and spends actual effort to put in anticheat checks in the code to thwart attempts to skip the mind boggling grind.

I challenge you to find other instances of UIs where the "close" button is a floating X in random places on the screen, or with more disregard for basic UI design principles like structure and visual relationships between elements. I don't think I could come up with a more hostile UX if I tried.
After many start overs, I got tired and started cheesing the code and using the console to jump into scenes, and even that took me hours.

I imagine the dev would not allow it, but this game should be reworked to remove the insane busywork involved in between scenes.
You can still build up anticipation and make things interesting without being outright hateful to the player.
The game's content deserves to be seen by more people, but with a better experience, just like Big Brother.
 

wolfas

Newbie
Jun 30, 2018
29
9
188
anyone know how to finish angie quest 1? i have 2 options unlock but the last dont know how to get.
somedoy ask how to buy perfumes for her but dont see that option anyhere.

forget it, found it
 
Last edited:

yoyomistro

Engaged Member
Jan 15, 2017
3,146
4,718
445
this game has some of the best characters and scenes ever, but the absolute worst design of all time, from a developer that's outright hostile to users and spends actual effort to put in anticheat checks in the code to thwart attempts to skip the mind boggling grind.

I challenge you to find other instances of UIs where the "close" button is a floating X in random places on the screen, or with more disregard for basic UI design principles like structure and visual relationships between elements. I don't think I could come up with a more hostile UX if I tried.
After many start overs, I got tired and started cheesing the code and using the console to jump into scenes, and even that took me hours.

I imagine the dev would not allow it, but this game should be reworked to remove the insane busywork involved in between scenes.
You can still build up anticipation and make things interesting without being outright hateful to the player.
The game's content deserves to be seen by more people, but with a better experience, just like Big Brother.
The most annoying part is that it's in Russian, so you have to work twice as hard to figure out what's going on to take out the RNG, reduce the grind, or do label jumps... Then he uses a bunch of persistent variables to fuck with you on top of that. Russian indie devs are the worst offenders on that type of crap.
 

HillDweller

Member
Mar 31, 2020
180
385
248
The most annoying part is that it's in Russian, so you have to work twice as hard to figure out what's going on to take out the RNG, reduce the grind, or do label jumps... Then he uses a bunch of persistent variables to fuck with you on top of that. Russian indie devs are the worst offenders on that type of crap.
and most of the time the variables are misnomers or reused from something else, and have numbers tacked on in random parts, like:

father_rezerv_lock2
father_rezerv_lock4
kate_rezerv2_point
elly_rezerv4_point

which is especially heinous since the Renpy console does not autocomplete, so you always have to double check where the number is as you're typing.
It's like invisible serrated blades that cut you when you try to use the code (just like the UI), and it feels like it's by design. The guy went to extreme measures to make the code write only.
This is some Patrick Bateman shit.
 
  • Like
Reactions: yoyomistro

yoyomistro

Engaged Member
Jan 15, 2017
3,146
4,718
445
and most of the time the variables are misnomers or reused from something else, and have numbers tacked on in random parts, like:

father_rezerv_lock2
father_rezerv_lock4
kate_rezerv2_point
elly_rezerv4_point

which is especially heinous since the Renpy console does not autocomplete, so you always have to double check where the number is as you're typing.
It's like invisible serrated blades that cut you when you try to use the code (just like the UI), and it feels like it's by design. The guy went to extreme measures to make the code write only.
This is some Patrick Bateman shit.
Yep. I lost count of the number of times I had to double check variables to make sure I had the right iteration. Honestly this game makes the script in a game like Foot of the Mountains look coherent. At least that has an easy to follow chronological order that can be parsed. And there's no "range-based" progression in that like with the nerd stat where you have to make sure you don't pass a threshold so you don't fuck up your progression, or dice-rolls for stats or progression elements. If this game were in unity I would probably have deleted it within an hour. At least in Ren'Py you can see the fuckery and try to unfuck it as best you can.
 
  • Like
Reactions: HillDweller

VNorth

Member
Donor
Game Developer
May 18, 2017
403
456
164
and most of the time the variables are misnomers or reused from something else, and have numbers tacked on in random parts, like:

which is especially heinous since the Renpy console does not autocomplete, so you always have to double check where the number is as you're typing.
It's like invisible serrated blades that cut you when you try to use the code (just like the UI), and it feels like it's by design. The guy went to extreme measures to make the code write only.
This is some Patrick Bateman shit.
LOL. Renpy of that version did not support autofill.
 

yoyomistro

Engaged Member
Jan 15, 2017
3,146
4,718
445
does mod work with compressed version? i got tons of errors. unless i did smth wrong...
Looking at the mod, it's completely outdated. Not remotely worth even trying to make work. Honestly I've just been modding the game files on my own as I play. I spent about 8 hours on the game and didn't get too far progression-wise, only finished like 6 or 7 quests, but I spent a lot of that time parsing the scripts and the stupid volleyball game plus its storyline, lol (Turns out if you win too many times it fucks up the progression, so don't win until you get the option to harass your teammate and then only win 3 sets to unlock the story options).

Even if the mod were compatible with the current version of the game, it doesn't change much and leaves all the most egregious issues in place. If you're mainly concerned about making all the hotspots visible, if you've unpacked the game you can go in the pakr.rpy file and change the bottom sections like this:

style.transp77777777_button.background = "#4177"
style.transp99999999_button.background = "#4177"

That turns them purple and slightly translucent. You can make them any color you want, the first three digits are hex RBG values, so anything from 0-F, and the 4th digit is the alpha, or transparency; the lower it is the more translucent. If you want more granularity in opacity and color choice you can also put it in the format "#00000080".
 
  • Like
Reactions: Acryz
2.90 star(s) 67 Votes