Thanks! How do I trigger the Miro Club? I've completed the entire Miro event, and changed the Rachel route to Love ...
Thanks! How do I trigger the Miro Club? I've completed the entire Miro event, and changed the Rachel route to Love
That's what the gallery is forif 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
oof that reminds me to update the gallery unlock cheatThat's what the gallery is for![]()
yup that worked! I had to use the cheat mod to switch the route...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
What kicks off the Rachel reaction when the MC goes to sleep? What do I need to complete?Rachel react is trigger when you went to sleep , dont know about club events
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.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)What kicks off the Rachel reaction when the MC goes to sleep? What do I need to complete?
the are in orderAs 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.
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
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 / MCits 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
Wow nice seems like my type of games. I wonder why I've never noticed it before.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.
no you can't it locks out all house content. (its only for the love route)If I blackmail Monica, can I not go to her house?
well it was possible on early version since i had bm at school and love at her home.no you can't it locks out all house content. (its only for the love route)
should be but since point i mentioned i'm only on love/lust path so can't say for sure unless unlocks house before blackmails her.The conclusion is currently impossible?
then your save was broken or you edit variable to do it or it was a bug at the time Lolwell it was possible on early version since i had bm at school and love at her home.