Zatanna2

Member
Jun 14, 2018
299
278
How do I get to these events:

  • Rachel Miro club events at school (complete all Rachel's Breaking up with Miroslav events and 'Attend classes')
    • I attend classes, but nothing happens, except my intellect goes up
  • Rachel reacting to the chosen Evelyn's route
    • what's the action that kicks this off?
Rachel react is trigger when you went to sleep , dont know about club events
 

Shawnchapp

Engaged Member
Modder
Feb 13, 2018
2,069
6,040
Thanks! How do I trigger the Miro Club? I've completed the entire Miro event, and changed the Rachel route to Love

if you switched from her RM route to love you're going to have to redo her route from the start of the split so love route step 1 up until Step 5 then the event will unlock by going to school and attending classes

FYI highly recommend not using cheats to switch routes it can break the game
 

SonsOfLiberty

Post Pro
Compressor
Sep 3, 2022
23,165
193,400
if you switched from her RM route to love you're going to have to redo her route from the start of the split so love route step 1 up until Step 5 then the event will unlock by going to school and attending classes

FYI highly recommend not using cheats to switch routes it can break the game
That's what the gallery is for :whistle:
 
  • Like
Reactions: Shawnchapp

lupoqb

Newbie
Aug 14, 2019
45
35
if you switched from her RM route to love you're going to have to redo her route from the start of the split so love route step 1 up until Step 5 then the event will unlock by going to school and attending classes

FYI highly recommend not using cheats to switch routes it can break the game
yup that worked! I had to use the cheat mod to switch the route...
 

chenerba

Newbie
Apr 16, 2021
19
4
in the new update, Rachel pet walk has a few scenes blackout, and all of a sudden the whole thing just ends, is it me or the developer didn't make those scenes?
 

MrTrue

Member
Dec 2, 2021
452
946
What kicks off the Rachel reaction when the MC goes to sleep? What do I need to complete?
You would have to complete enough of the story for Evelyn up to the point where you have chosen the PS or FM route and done a few shoots.
As for going to sleep sequences/actions they seem to be put in order so most likely you would have had to go through all the flashback dreams and the random stranger dream.
 
Last edited:
  • Like
Reactions: Boobs Lover

Shawnchapp

Engaged Member
Modder
Feb 13, 2018
2,069
6,040
What kicks off the Rachel reaction when the MC goes to sleep? What do I need to complete?
its an auto event that pop off after you completed all of Evs current content. then just sleep at night assuming ther is no other auto events that need to trigger first (since its prety much at the end of the list)


As for going to sleep sequences/actions they seem to be put in order so most likely you would have had to go through all the flashback dreams and the random stranger dream.
the are in order


Python:
    if loc32_mc_posing == -1:
        jump loc1_grace_dream
    elif loc2_fath_call == 5 and ev_presentation_done:
        jump loc2_fath_call
    elif loc2_fath_call == 11:
        jump loc2_fath_call
    elif loc1_rach_nightcall == 1 and rach_love >= 10  and (rach_got_phone or rach_got_phone2):
        jump loc1_rach_nightcall
    elif loc1_lin_nightcall == 1 and lin_love >= 20 and lin_dye_hair and lin_got_phone:
        jump loc1_lin_nightcall
    elif loc1_fio_nightcall_sub == 1 and fio_route == "sub" and fio_got_phone2 and fio_love >= 10:
        jump loc1_fio_nightcall_sub
    elif loc1_fio_nightcall_sub == 2 and fio_love >= 26:
        jump loc1_fio_nightcall_sub
    elif loc1_fio_nightcall_dom == 1 and fio_route == "dom" and fio_got_phone and fio_love >= 10:
        jump loc1_fio_nightcall_dom
    elif loc1_fio_nightcall_dom == 2 and fio_love >= 26:
        jump loc1_fio_nightcall_dom
    elif loc1_ev_nightcall == 1 and daysn in [1,3,5] and ev_work_problems and ev_love >= 10:
        jump loc1_ev_nightcall   
    elif loc1_ev_nightcall == 2 and daysn in [1,3,5] and ev_love >= 20:
        jump loc1_ev_nightcall
    elif loc1_kira_nightcall == 1 and ev_kira_lesbian >= 1:
        jump loc1_kira_nightcall
    elif loc1_oks_nightcall == 1 and loc45_oks_tests >= 3 and gr_got_phone:
        jump loc1_oks_nightcall
    elif loc1_oks_nightcall == 2 and v_loc13_gr_photoshoot > 1:
        jump loc1_oks_nightcall
    elif loc1_sky_dream == 1 and daysn in range(1,6) and (mon_route == "bl" or kevhouse_hangout >= 3):
        jump loc1_sky_dream
    elif new_library == 2:
        jump new_library
    elif loc1_gr_rach_events == 1 and loc44_allow and gr_love >= 15:
        jump loc1_gr_rach_events
    elif sak_dream == 1 and days >= 25:   #
        jump sak_dreams
    elif sak_dream == 2 and days >= 50:   # Autotrigger after first dream
        jump sak_dreams
    elif v_ev_photo_allada >= 3 and ev_fm_rach_event == 1:  # Autotriggers IF Evelyn. Photo sessions. Allada #2 is complete
        jump ev_fm_rach_events
    elif v_ev_ps_events >= 11 and ev_ps_rach_event == 1:  # Autotriggers IF Evelyn. Dani meeting #3 is complete
        jump ev_ps_rach_events

    elif days >= 5 and 5 not in news_watched:   # Logically, this Dani news scene should be the very first one!
        call dani_news(5) from _call_dani_news_3
    elif jen_route != False and 1 not in news_watched:   # After Art contest
        call dani_news(1) from _call_dani_news
    elif v_loc36_events > 1 and loc16_sky_model > 1 and 2 not in news_watched:   # Triggers if Skylar science club scene and Skylar clothing store scene are complete
        call dani_news(2) from _call_dani_news_1
    elif loc30_allow and 3 not in news_watched:
        call dani_news(3) from _call_dani_news_2
    elif loc45_oks_tests >= 9 and 4 not in news_watched:   # Available IF Oksana first sex scene is complete
        call dani_news(4) from _call_dani_news_4

the one he wants is right before dani news so its basically the last one
 
  • Like
Reactions: bogeyparr

lupoqb

Newbie
Aug 14, 2019
45
35
its an auto event that pop off after you completed all of Evs current content. then just sleep at night assuming ther is no other auto events that need to trigger first (since its prety much at the end of the list)




the are in order


Python:
    if loc32_mc_posing == -1:
        jump loc1_grace_dream
    elif loc2_fath_call == 5 and ev_presentation_done:
        jump loc2_fath_call
    elif loc2_fath_call == 11:
        jump loc2_fath_call
    elif loc1_rach_nightcall == 1 and rach_love >= 10  and (rach_got_phone or rach_got_phone2):
        jump loc1_rach_nightcall
    elif loc1_lin_nightcall == 1 and lin_love >= 20 and lin_dye_hair and lin_got_phone:
        jump loc1_lin_nightcall
    elif loc1_fio_nightcall_sub == 1 and fio_route == "sub" and fio_got_phone2 and fio_love >= 10:
        jump loc1_fio_nightcall_sub
    elif loc1_fio_nightcall_sub == 2 and fio_love >= 26:
        jump loc1_fio_nightcall_sub
    elif loc1_fio_nightcall_dom == 1 and fio_route == "dom" and fio_got_phone and fio_love >= 10:
        jump loc1_fio_nightcall_dom
    elif loc1_fio_nightcall_dom == 2 and fio_love >= 26:
        jump loc1_fio_nightcall_dom
    elif loc1_ev_nightcall == 1 and daysn in [1,3,5] and ev_work_problems and ev_love >= 10:
        jump loc1_ev_nightcall  
    elif loc1_ev_nightcall == 2 and daysn in [1,3,5] and ev_love >= 20:
        jump loc1_ev_nightcall
    elif loc1_kira_nightcall == 1 and ev_kira_lesbian >= 1:
        jump loc1_kira_nightcall
    elif loc1_oks_nightcall == 1 and loc45_oks_tests >= 3 and gr_got_phone:
        jump loc1_oks_nightcall
    elif loc1_oks_nightcall == 2 and v_loc13_gr_photoshoot > 1:
        jump loc1_oks_nightcall
    elif loc1_sky_dream == 1 and daysn in range(1,6) and (mon_route == "bl" or kevhouse_hangout >= 3):
        jump loc1_sky_dream
    elif new_library == 2:
        jump new_library
    elif loc1_gr_rach_events == 1 and loc44_allow and gr_love >= 15:
        jump loc1_gr_rach_events
    elif sak_dream == 1 and days >= 25:   #
        jump sak_dreams
    elif sak_dream == 2 and days >= 50:   # Autotrigger after first dream
        jump sak_dreams
    elif v_ev_photo_allada >= 3 and ev_fm_rach_event == 1:  # Autotriggers IF Evelyn. Photo sessions. Allada #2 is complete
        jump ev_fm_rach_events
    elif v_ev_ps_events >= 11 and ev_ps_rach_event == 1:  # Autotriggers IF Evelyn. Dani meeting #3 is complete
        jump ev_ps_rach_events

    elif days >= 5 and 5 not in news_watched:   # Logically, this Dani news scene should be the very first one!
        call dani_news(5) from _call_dani_news_3
    elif jen_route != False and 1 not in news_watched:   # After Art contest
        call dani_news(1) from _call_dani_news
    elif v_loc36_events > 1 and loc16_sky_model > 1 and 2 not in news_watched:   # Triggers if Skylar science club scene and Skylar clothing store scene are complete
        call dani_news(2) from _call_dani_news_1
    elif loc30_allow and 3 not in news_watched:
        call dani_news(3) from _call_dani_news_2
    elif loc45_oks_tests >= 9 and 4 not in news_watched:   # Available IF Oksana first sex scene is complete
        call dani_news(4) from _call_dani_news_4

the one he wants is right before dani news so its basically the last one
Thanks for checking! I changed the value of news_watched[3] == 4 to news_watched[3] == 6 (thereby removing a variable value of 4 to trigger the news to show up), but it doesn't trigger Rach to confront Eve / MC
 

fabulous007

Active Member
Dec 30, 2019
706
1,208
Each girl has a romance/love route and a corruption route. The corruption routes involve optional sharing that includes pimping out, filming porn and other sharing content.

The romance routes have no sharing and the MC is the only guy involved with the girls.

Just an FYI though, while the game is tagged harem and the love routes do not have any other dudes involved with the girls, this isn't a game where there are no other dudes around or a game where all the girls are virgins.
So you can absolutely avoid sharing content by sticking to the romance routes but don't expect all the girls to have never had sex before or for there not to be other dudes possibly perving on them during the game.
Wow nice seems like my type of games. I wonder why I've never noticed it before.
I'll try it out.
 
  • Like
Reactions: MrTrue

mpekas

Member
Jul 2, 2017
109
83
The renders get pretty inconsistent at times, mc in red maiden without a mask in front on non-rachel characters, one scene with a mask next without next with again, water drops/sweat on skin when there's no reason for any, someone getting their hands tied with a...sweater around their...fingers?!

It's been 4 years already and it feels it hasn't been going anywhere for the last 2 or more :/
 
4.30 star(s) 180 Votes