Like it, but the settings are odd.
Some quick glitches...
1: When you keep clicking on a location, after being there... It "re-rolls" or "resets" the scene, in some instances. Thus, in the kitchen, at times, you can see no-one, or one of the girls. If no-one is there, you can click again, until they show. If you get a dud-response, rollback and reload again by clicking until the scene reloads, until you get the interactive response you desire. (Not sure if you are using "RenPy-Random, or python random". RenPy random is roll-back safe, python rerolls every time it is encountered.)
You must be registered to see the links
Code:
renpy.random
This object is a random number generator that implements the Python random
number generation interface. Randomness can be generated by calling the
various methods this object exposes. See the Python documentation for the full
list, but the most useful are:
renpy.random.random()
Return the next random floating point number in the range (0.0, 1.0).
renpy.random.randint(a, b)
Return a random integer such that a <= N <= b.
renpy.random.choice(seq)
Return a random element from the non-empty sequence seq.
Unlike the standard Python random number generator, this object cooperates
with rollback, generating the same numbers regardless of how many times we
rollback. It should be used instead of the standard Python random module.
2: Sometimes the "interactive" icon does not disappear after selection. Thus, you can click it again, though nothing happens when you click it.
3: With multiple selections available for interactions. Sometimes it ends after just one selection, and other times it reloads the selections for another selection. Seems random... (Eg, shower scene. Select bottom to top, and all selections stay. Select any other order, and they all disappear after one selection and you end-up, at times, standing inside an empty shower that is no-longer occupied. Instead of being cast-out to the front door of an occupied shower.)
4: Severe De-Ja-Vous... Some points keep collecting, but week keeps repeating. That confused the fuck out of me, until about the fourth repeat, and I finally saw the tiny note at the bottom of the screen, about "Weekends not available yet", but doesn't explain the repeating weeks. With the randomness, before discovering the glitches above, I went nearly eight weeks before anything sex-related happened. Thus, there is roughly a 1/6th chance that someone will see anything in the first week, ever... 5 of 6 times, they wouldn't see any sexual interactions. (At least on my settings. Selected "Hard-NTR", thinking it was going to be hard-core NTR, not "impossible to advance NTR", which was redundant when selecting non-NTR, making the game nearly impossible to advance at all.)
5: NTR/Cuckold setting is not quite done right... You still get a hand-job and see people having sex with "people you love". Except you just don't see lots of it, or get any sex yourself. Cuckold has nothing to do with YOU not having sex... It has to do with YOU being forced into seeing others having sex, with ones you love. (Being forced to watch and/or also participate, while others dominate/fuck your "lover", in front of you.)
6: Interaction with girl in hallway, on failure, takes you to some rotten yellow doors, (the secret place). Leaving you wondering why you are looking at two random doors, after just talking to her in the hallway... A place you can't "get to", and have "never seen", up until this point...
7: Many times, bedrooms let you in, (scene in the room), when they should be closed doors with you standing outside. (Still has the interactions, as if the door is there, at times, but you are standing in the room.)
8: Basement interaction icon, due to glitch above with reloading... The interaction icon also disappears from another glitch. (It is there while hovering over the room icon, but disappears when you move the mouse off the icon, to click the interaction icon.) Which you can't even do, even if you are in the "gang", in the non-NTR and Hard-NTR mode. (Says you are not in the gang, even though you just did the gang thing.)
9: Every time you "get a tan", you have to rename the lady there... That is annoying. It resets her name when the week resets, or you have hard-coded the renaming, without checking to see if she already has a name selected. (I imagine that would be fine, if the instance didn't keep repeating, but it always repeats, on every "tanning".)
P.S. "Vanilla" normally translates into "Normal sex", or "Soft-BDSM" and "mild fetishes". It doesn't normally translate, or find use in "relationships". It has nothing to do with NTR/Cuckolding, which is still "Normal sex", or "Vanilla". Abnormal "non vanilla" sex would be something like fucking dogs, scat, water-sports, anal, odd insertions. Abnormal "non vanilla" relationships would be, partner swapping, cheating, cuckolding and orgies. (Having sex in a non-vanilla relationship does not make it non-vanilla sex, unless the sexual act is also non-vanilla.)