Morningfrost

Newbie
Jan 7, 2018
95
119
So I have the teachers, principal, students on the bottom row. I haven't figured out how to finish Ash or anything with her mom,, and Dr Phipps the hint says Little time left for treatment....ideas? Also, how do you crack twine to fix Mary?
For Ash you basically just keep visiting her and make sure you do enough interactions (the numbers seem to vary, but at least 5 each of the interactions). Once you have enough interactions you'll have sex with her and her personal questline will finish.

For Reagan once you finish Ash's personal questline, your next visit will start the Reagan questline while she catches you fucking Ash. After that you'll visit their house around dinner time on Friday (think it's like 18:00ish). I don't remember the order of the steps afterwards, but I'm reasonably certain there's another Friday dinner in there somewhere and there's a day where you need to attend her class.

For Dr. Phipps, which affection/corruption level are you stuck on?

~Morningfrost
 

Morningfrost

Newbie
Jan 7, 2018
95
119
@diagryp

Biggest issue so far with the game is the time system (other than Mary currently being broken, obviously). It's really buggy right now, getting stuck in the occasional loop where you'll go from say 14:50 back to 14:00 endlessly, and need to use the 1-hour function from the phone to advance. Sometimes it'll get stuck and not advance at all without using the 1-hour function. I think some of the conversation interactions (tease/titjob/blowjob/sex) might be linked to time being stuck, but I'm not a programmer at all so I can't check. I just noticed that several times time was working, then I went to do the 5 interactions with a character and time had stopped.

I also noticed that with some of the characters, specifically the ones in the school from the new update, they have a tendency to go from 0 affection to 2 affection after the first interaction/event for the character. I don't know if that's intentional, but previously you had set up a system that used 5 interactions/events to complete their storyline and this seems to break it.

Outside of that though (and only the 1st is truly a complaint), this has been pretty good so far. Very much looking forward to your adding Sophie Dee, Peta Jensen and Dani Daniels. One of the other "In the next version" characters looks like Riley Reid and she's pretty overly represented in games here, but it's not the end of the world lol. I love that you're using some of my favorite pornstars that I don't see in games here very often (Ashley Adams, Ella Knox, Dillion Harper, Penny Pax).

So basically, keep up the good work and I'm looking forward to seeing how this moves forward :)

~Morningfrost
 

Thatguy

I exist.
Uploader
Respected User
Aug 5, 2016
1,665
4,488
Looks like the author got his wires crossed on the two Mary interactions (masked and not). Replace lines 1540-1542 with the below and you can fix her
Code:
  (if:$ynsit >= 2 )[(link:"Do something else")[(set:$ynsit to 0)(goto:"MaryC")]](if:$ynsit is 0)+(if:$ynsiaf >= 2)[(link:"Tease")[(set:$tmmin to it +1)(set:$ynsit to 2)(goto:"MaryC")]]
  (if:$ynsit is 0)+(if:$ynsiaf >= 4)[(link:"Bj")[(set:$ynsibj to it +1)(set:$tmmin to it +1)(set:$ynsit to 4)(goto:"MaryC")]]
  (if:$ynsit is 0)+(if:$ynsiaf >= 5)[(link:"Sex")[(set:$tmmin to it +3)(set:$ynsit to 5)(goto:"MaryC")]]

you sure it's 1540-1542 cause it looks like it's more like 1541 (tease), 1543 (bj) and 1544 (sex) since 1542 is titjob and none of those are for that. editting with Notepad++ for those that don't know how/what we're doing.

and yes, I've done all the minimums 10 times over trying to get the stuff to trigger.
 
Last edited:
  • Like
Reactions: DoriansDad

matteus1120

New Member
Aug 25, 2016
8
1
For Ash you basically just keep visiting her and make sure you do enough interactions (the numbers seem to vary, but at least 5 each of the interactions). Once you have enough interactions you'll have sex with her and her personal questline will finish.

For Reagan once you finish Ash's personal questline, your next visit will start the Reagan questline while she catches you fucking Ash. After that you'll visit their house around dinner time on Friday (think it's like 18:00ish). I don't remember the order of the steps afterwards, but I'm reasonably certain there's another Friday dinner in there somewhere and there's a day where you need to attend her class.

For Dr. Phipps, which affection/corruption level are you stuck on?

~Morningfrost
Im at level 4 for both ash and phipps
 

egib

Member
Apr 21, 2017
133
111
you sure it's 1540-1542 cause it looks like it's more like 1541 (tease), 1543 (bj) and 1544 (sex) since 1542 is titjob and none of those are for that. editting with Notepad++ for those that don't know how/what we're doing.

and yes, I've done all the minimums 10 times over trying to get the stuff to trigger.
for me there worked to change lines 1383,1384,1385 to

Code:
  (if:$ynsit >= 2 )[(link:"Do something else")[(set:$ynsit to 0)(goto:"MaryC")]](if:$ynsit is 0)+(if:$ynsiaf >= 2)[(link:"Tease")[(set:$tmmin to it +1)(set:$ynsit to 2)(goto:"Mary")]]
  (if:$ynsit is 0)+(if:$ynsiaf >= 4)[(link:"Bj")[(set:$ynsibj to it +1)(set:$ynsit to 4)(goto:"MaryC")]]
  (if:$ynsit is 0)+(if:$ynsiaf >= 5)[(link:"Sex")[(set:$ynsit to 5)(goto:"MaryC")]]
 
  • Like
Reactions: DoriansDad

DoriansDad

Newbie
Dec 22, 2017
21
20
for me there worked to change lines 1383,1384,1385 to

Code:
  (if:$ynsit >= 2 )[(link:"Do something else")[(set:$ynsit to 0)(goto:"MaryC")]](if:$ynsit is 0)+(if:$ynsiaf >= 2)[(link:"Tease")[(set:$tmmin to it +1)(set:$ynsit to 2)(goto:"Mary")]]
  (if:$ynsit is 0)+(if:$ynsiaf >= 4)[(link:"Bj")[(set:$ynsibj to it +1)(set:$ynsit to 4)(goto:"MaryC")]]
  (if:$ynsit is 0)+(if:$ynsiaf >= 5)[(link:"Sex")[(set:$ynsit to 5)(goto:"MaryC")]]
for me there worked to change lines 1383,1384,1385 to

Code:
  (if:$ynsit >= 2 )[(link:"Do something else")[(set:$ynsit to 0)(goto:"MaryC")]](if:$ynsit is 0)+(if:$ynsiaf >= 2)[(link:"Tease")[(set:$tmmin to it +1)(set:$ynsit to 2)(goto:"Mary")]]
  (if:$ynsit is 0)+(if:$ynsiaf >= 4)[(link:"Bj")[(set:$ynsibj to it +1)(set:$ynsit to 4)(goto:"MaryC")]]
  (if:$ynsit is 0)+(if:$ynsiaf >= 5)[(link:"Sex")[(set:$ynsit to 5)(goto:"MaryC")]]

Oh nice now that i completely messed up my data an forgot to make a copy.
some1 has the original?
or just post yours pls
 

egib

Member
Apr 21, 2017
133
111
Looks like the author got his wires crossed on the two Mary interactions (masked and not). Replace lines 1540-1542 with the below and you can fix her
Code:
  (if:$ynsit >= 2 )[(link:"Do something else")[(set:$ynsit to 0)(goto:"MaryC")]](if:$ynsit is 0)+(if:$ynsiaf >= 2)[(link:"Tease")[(set:$tmmin to it +1)(set:$ynsit to 2)(goto:"MaryC")]]
  (if:$ynsit is 0)+(if:$ynsiaf >= 4)[(link:"Bj")[(set:$ynsibj to it +1)(set:$tmmin to it +1)(set:$ynsit to 4)(goto:"MaryC")]]
  (if:$ynsit is 0)+(if:$ynsiaf >= 5)[(link:"Sex")[(set:$tmmin to it +3)(set:$ynsit to 5)(goto:"MaryC")]]
 

Nightphysics

Member
Jun 11, 2018
168
219
So I tried the fix and it does solve the Mary issue but visiting Ashley makes the game jump immediately to Mary. I solved it by saving after finishing the Mary storyline and then using the original gamefile again. That went without issue.

Regarding Ashley. I finished her storyline but am not able to get the storyline of her mother to trigger. When do I have to meet Ashley for her mother to catch us?
 

lukum

Newbie
Jul 3, 2018
20
0
You have to have sex with Ashley. I don't know either in her lesson or at home. Try it at home on friday, I did not know the exact day when she caught me.
Then you have to go to dinner on friday (2 times).
What do I have do do on the last step with Ash mother? I need to talk to school, but whether in the teacher's room not in her lesson, the next scene triggers.
 

Thatguy

I exist.
Uploader
Respected User
Aug 5, 2016
1,665
4,488
Go to her class at around 9am to 10am or something along those lines. Study and then after the class talk to her or something. 1st class is Biology (8am to 9am or around there) with Ms. Chance, Ms. Adams is Physics from 9ish to 10ish, Ms. Simpson is Math around 10ish to 11ish and lastly is Chemistry with Ms. Vine at 1pm (13:00) to 2pm (14:00). For Lily you go to the 1st floor hallway during Chemistry and find her to progress those parts.

If that doesn't work, she's at the school in her class room after school as well.

Still haven't gotten the Mom or Aunt anywhere. I've done tease over 20 times with the mom and done the Aunt's 3 options 20 times each roughly. As for that fix, It allowed me to do the BJ with the sister the 5 needed times using Ash's options and after I did the 5 times I replaced the modified HTML with the original and the progression occurred.

All I have left are the Aunt, Mom and the head doctor. Mom only has Tease and I go to the Kitchen on Friday from 18 to 20 and nothing happens no matter how many times I use tease or just refresh the area by clicking kitchen over and over. Haven't really started with the head doctor chick and the Aunt doesn't come to my room when I choose to go to sleep
 
Last edited:

ptmg30

Member
Aug 31, 2017
181
35
On the first day I trained with Ali up to lvl 3 and got her to do stuff with Penny before I met her. Penny says train with her in sparing, but she never goes to the gym. Mary is stuck at the abandon house stage, been teaseing her for a month in game.
 

Stiehl69x

Newbie
Oct 17, 2016
71
11
Go to her class at around 9am to 10am or something along those lines. Study and then after the class talk to her or something. 1st class is Biology (8am to 9am or around there) with Ms. Chance, Ms. Adams is Physics from 9ish to 10ish, Ms. Simpson is Math around 10ish to 11ish and lastly is Chemistry with Ms. Vine at 1pm (13:00) to 2pm (14:00). For Lily you go to the 1st floor hallway during Chemistry and find her to progress those parts.

If that doesn't work, she's at the school in her class room after school as well.

Still haven't gotten the Mom or Aunt anywhere. I've done tease over 20 times with the mom and done the Aunt's 3 options 20 times each roughly. As for that fix, It allowed me to do the BJ with the sister the 5 needed times using Ash's options and after I did the 5 times I replaced the modified HTML with the original and the progression occurred.

All I have left are the Aunt, Mom and the head doctor. Mom only has Tease and I go to the Kitchen on Friday from 18 to 20 and nothing happens no matter how many times I use tease or just refresh the area by clicking kitchen over and over. Haven't really started with the head doctor chick and the Aunt doesn't come to my room when I choose to go to sleep
how do you unlock the school I can't figure it out.
 

lukum

Newbie
Jul 3, 2018
20
0
For Mom: The second option is the bath, then again the kitchen.
For the aunt: You have to look when she is in the bath, then the pool, then grinding some teasing points.

For both eventually they visit you in your room.

Thanks for the tipp with Ash Mom: I had to visit her after school.
 

Gigant

Newbie
Jun 21, 2018
21
9
The game is ok, but the events are too loaded on the same days. In the first part it seem like they all are on fridays, and the second isn't much better.
 

Thatguy

I exist.
Uploader
Respected User
Aug 5, 2016
1,665
4,488
For Mom: The second option is the bath, then again the kitchen.
For the aunt: You have to look when she is in the bath, then the pool, then grinding some teasing points.

For both eventually they visit you in your room.

Thanks for the tipp with Ash Mom: I had to visit her after school.
Aunt randomly decided to trigger on Friday at 7pm, 19:40 to be exact but game time glitched when I got to the room it should of been 8pm (20:00). Mom is at 2 and says "She wery lonely, and she see in you only man, not son.Come to her in friday" . So I guess I need to check the bath Friday morning which I thought I had done. Now I'm stuck with the Doctor Phipps at 4 and it says "Little time left for treatment". I've gone to her house and not seeing Treatment option there and I've gone to her office and not seeing it there either. I

Now I can't save my game in slot 3 to 10 and the only slots I have are the 2 I've been using to work with the shitty time system.

I picked up from an earlier save (just after I go the BJ stuff done from the sister) and got the Aunt to trigger. So now to redo the Doctor stuff and hope I can get the Mom's shit to trigger. Nice idea and very simple, problem is it's super buggy. Can't complain to much since the guy's suposedly making $13 for this and I've seen worse games out there.
 
Last edited:

MotorcycleU

Member
Jun 14, 2017
209
52
How do you get mom to appear in the kitchen drinking wine? So far 8 Fridays have passed & she isn't once. Only one I need to advance.
 
3.20 star(s) 21 Votes