Ilovekatz19

Member
Jul 24, 2021
239
205
Do you by chance know how I can get back onto Emma's path, by the time she was introduced I had already made Samantha a my slave. I tried what the wiki recommended and friendzoned her, and then picked her back up changing her status to friend. But can still not date Emma, all she says if I don't see you like that.
The event for getting the greenlight to date Emma requires samantha.flags.friendzone and emma.flags.samok to be set to True and emma.flags.samresolved to be set to False. Here's the Code fore the event trigger if needed.

You don't have permission to view the spoiler content. Log in or register now.

or if you wanna skip all this here are the flags emma_event_09_okayed trigger and what they're set to, emma.flags.samresolved = True, emma.flags.nodate = False, emma.flags.nokiss = False, and emma.flags.samgirlfriend = False


I have another thing that's bugging me, where are these events located ? I need them to stop repeating, they repeat each other every week.
"Office Party" is located in the folder labeled "ev" in in the file named "general_events" and "Meet with Sam and Emma" is located at ch/emma in the events file. I guessing the reason you want to know this is because you want to change the triggers for these well if so these events use what I can best describe as dynamic triggers due to their nature as appointments.

The events for setting up these appointments are as fallows.

The "Office Party" appointments is set up in the event office_party_set_up and uses this line of code to set up the appointment.

$ hero.calendar.add(game.calendar.get_next_day_of_week("friday"), LabelAppointment(20, [], "Office Party", "office_party", "office_party_missed"))

Also the code for the trigger.

You don't have permission to view the spoiler content. Log in or register now.

There are two appointments that use "Meet with Sam and Emma" as the name both with two ways the appointment is set up. The one have in your screenshot shows the appointment time to be 16:00 so I'll tell you that one. It's set up event is emma_event_03 and uses this line of code.

$ hero.calendar.add(day, LabelAppointment(16, [], "Meet with Sam and Emma", "emma_event_03_appointment", "emma_event_03_appointment_missed"))

Also here's the code for the trigger.

You don't have permission to view the spoiler content. Log in or register now.

emma_event_03_appointment_missed also sets up the appointment but unlike emma_event_03 it doesn't use a trigger instead it uses the appointment to trigger just instead as the name suggests it's the event that's triggered when you miss the appointment. It uses this line of code to reset up the appointment.

$ hero.calendar.add(game.days_played + 6, LabelAppointment(16, [], "Meet with Sam and Emma", "emma_event_03_appointment", "emma_event_03_appointment_missed"))
 

omegashrn

Member
Donor
Jul 26, 2017
178
168
I can't get these to change in the developer console, is the only way to go in to the game files and edit?




The event for getting the greenlight to date Emma requires samantha.flags.friendzone and emma.flags.samok to be set to True and emma.flags.samresolved to be set to False. Here's the Code fore the event trigger if needed.

You don't have permission to view the spoiler content. Log in or register now.
or if you wanna skip all this here are the flags emma_event_09_okayed trigger and what they're set to, emma.flags.samresolved = True, emma.flags.nodate = False, emma.flags.nokiss = False, and emma.flags.samgirlfriend = False
 

Ilovekatz19

Member
Jul 24, 2021
239
205
I can't get these to change in the developer console, is the only way to go in to the game files and edit?
First, humor me for a second. Are putting the commons like this
emma.flags.samresolved = False
or this
emma.flags.samresolved=False

Second, yea if you can't get the console to work editing the game files it probably your only option from that point. Well that or edit your save and I'll be honest I don't know how to edit a Ren'Py save.
 

Zod666

Member
Nov 1, 2020
168
312
anyone know whats the trigger for Lavish to show up?
I already met her and Cassidy at office party, but she dosent show up at office and not on my character guide list, but Cassidy is.
 

Ilovekatz19

Member
Jul 24, 2021
239
205
anyone know whats the trigger for Lavish to show up?
I already met her and Cassidy at office party, but she dosent show up at office and not on my character guide list, but Cassidy is.
You just need to work, and also for Aletta to be in the office and not be hidden.

You don't have permission to view the spoiler content. Log in or register now.
 
  • Like
Reactions: Zod666

Zod666

Member
Nov 1, 2020
168
312
You just need to work, and also for Aletta to be in the office and not be hidden.
Maybe thats why i usualy do work at 8 before Aletta shows up.
But i also done a lot of work when Aletta was there so i dunno, guess ill try more work.
Edit: Well i literally just had to work at 9 instead of 8 for her to appear.
 
Last edited:

Jaz0n

Newbie
May 23, 2019
53
127
Can someone please tell me how I can initiate sporty harem? I've tried my best to do the pre-requisites, but the one with "Take Hanna on a mall date" got me broken! The goal can't be cleared, and if the goal ain't cleares then the event won't start, and worse HANNA JUST LEAVES! So can someone please help me with this?
 

PsychoTwo

Newbie
Sep 4, 2021
63
7
Ayesha's event where you go with her to the beach doesn't seem to be able to be triggered, I tried making it so it has less requierements but nothing changes, is there another way ? And also I changed the status with some of the girls (Cassidy and Kylie) and I wonder if there is a way to change their status back myself in the code.
 

omegashrn

Member
Donor
Jul 26, 2017
178
168
No spaces on the = False

First, humor me for a second. Are putting the commons like this
emma.flags.samresolved = False
or this
emma.flags.samresolved=False

Second, yea if you can't get the console to work editing the game files it probably your only option from that point. Well that or edit your save and I'll be honest I don't know how to edit a Ren'Py save.
 

Ilovekatz19

Member
Jul 24, 2021
239
205
No spaces on the = False
So you're entering them like this
emma.flags.samresolved=False
Yea try entering emma.flags.samresolved = False instead I know it sounds strange but it's how I do it and I've never had a problem. If that doesn't work, then I'm out of ideas on why.
 

omegashrn

Member
Donor
Jul 26, 2017
178
168
So you're entering them like this
emma.flags.samresolved=False
Yea try entering emma.flags.samresolved = False instead I know it sounds strange but it's how I do it and I've never had a problem. If that doesn't work, then I'm out of ideas on why.

That is so strange that it does that, but I can seemingly date her now. So I should be good to go hopefully. Fingers crossed.
 
  • Like
Reactions: Ilovekatz19

PsychoTwo

Newbie
Sep 4, 2021
63
7
Actually I need to change Samantha to be on the revenge path but I don't know how to do it because I'm on the path where you stop Samantha's wedding, is there a way to go back without losing my progress ?
 

Ilovekatz19

Member
Jul 24, 2021
239
205
Actually I need to change Samantha to be on the revenge path but I don't know how to do it because I'm on the path where you stop Samantha's wedding, is there a way to go back without losing my progress ?
Well there are three ways to do this (six if you count editing the code of the appropriate events but for now I'll stick to the console) somehow do the and start from there, start on the , or jump straight onto the .

Firstly you're gonna need to set all the events as not done (I've finally figured out how) with del DONE["event_name"] (replace event_name with the namess I've provided) the event names are as fallows samantha_event_A01, samantha_event_A02, samantha_event_A03, and samantha_event_A04.

Second you're gonna need to set Samantha to be engaged samantha.flags.engaged = True will do the trick here.

For the wedding and you're gonna need to set it so Samantha doesn't know samantha.flags.knows_ryancheats = False will do the trick here.

To do the wedding you're gonna need to setup the appointment. In the code it sets up the appointment with this line of code.
hero.calendar.add(wedding_day, LabelAppointment((12, 20), [], "Sam and Ryan's wedding", "samantha_event_B01"))
So try entering that into the console (I've never set up an appointment with the console before so I'm not sure if this will work).

To skip the wedding and start doing the and/or you'll need to set the wedding as having been done. DONE["samantha_event_B01"] = game.days_played will do that.

To skip to the wedding start doing the you'll need to set samantha_event_B01, samantha_event_B03 as done (DONE["samantha_event_B01"] = game.days_played and DONE["samantha_event_B03"] = game.days_played), set it so you are cucking Ryan (samantha.flags.cuck_ryan = True), and for this one since you've already told Samantha about Ryan's cheating you shouldn't need to touch samantha.flags.knows_ryancheats, but just incase it's samantha.flags.knows_ryancheats = True.

Bellow is the code for the triggers to all relevant events.

You don't have permission to view the spoiler content. Log in or register now.
 

Sypher

New Member
Jan 21, 2018
11
17
You don't have permission to view the spoiler content. Log in or register now.

Game seems to be missing AI CG tag. I may be mistaken, but Bree's body in particular in this scene looks over-rendered. I know multiple artists work on this game so I could just be plain wrong.
 

PsychoTwo

Newbie
Sep 4, 2021
63
7
Well there are three ways to do this (six if you count editing the code of the appropriate events but for now I'll stick to the console) somehow do the and start from there, start on the , or jump straight onto the .

Firstly you're gonna need to set all the events as not done (I've finally figured out how) with del DONE["event_name"] (replace event_name with the namess I've provided) the event names are as fallows samantha_event_A01, samantha_event_A02, samantha_event_A03, and samantha_event_A04.

Second you're gonna need to set Samantha to be engaged samantha.flags.engaged = True will do the trick here.

For the wedding and you're gonna need to set it so Samantha doesn't know samantha.flags.knows_ryancheats = False will do the trick here.

To do the wedding you're gonna need to setup the appointment. In the code it sets up the appointment with this line of code.
hero.calendar.add(wedding_day, LabelAppointment((12, 20), [], "Sam and Ryan's wedding", "samantha_event_B01"))
So try entering that into the console (I've never set up an appointment with the console before so I'm not sure if this will work).

To skip the wedding and start doing the and/or you'll need to set the wedding as having been done. DONE["samantha_event_B01"] = game.days_played will do that.

To skip to the wedding start doing the you'll need to set samantha_event_B01, samantha_event_B03 as done (DONE["samantha_event_B01"] = game.days_played and DONE["samantha_event_B03"] = game.days_played), set it so you are cucking Ryan (samantha.flags.cuck_ryan = True), and for this one since you've already told Samantha about Ryan's cheating you shouldn't need to touch samantha.flags.knows_ryancheats, but just incase it's samantha.flags.knows_ryancheats = True.

Bellow is the code for the triggers to all relevant events.

You don't have permission to view the spoiler content. Log in or register now.
When you say the console, do you mean in the file events.rpy I just use the IDE's console when editing the file or are you referencing something else
 
3.60 star(s) 297 Votes