CREATE YOUR AI CUM SLUT ON CANDY.AI TRY FOR FREE
x

Ilovekatz19

Member
Jul 24, 2021
218
195
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
Jul 26, 2017
178
155
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
35
5
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
218
195
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
35
5
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
 

Ilovekatz19

Member
Jul 24, 2021
218
195
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
The in game that opens when you press Shift+O assuming you have it enabled (you can enable it with something like UnRen.bat).
 

PsychoTwo

Newbie
Sep 4, 2021
35
5
The in game that opens when you press Shift+O assuming you have it enabled (you can enable it with something like UnRen.bat).
I don't know if the commands worked but there are just two that had errors A4 (which I imagine is because maybe I haven't done it yet) and the one to schedule the appointment for the wedding (it says that wedding day is not defined)
 

Ilovekatz19

Member
Jul 24, 2021
218
195
I don't know if the commands worked but there are just two that had errors A4 (which I imagine is because maybe I haven't done it yet) and the one to schedule the appointment for the wedding (it says that wedding day is not defined)
Seems I missed that apologies. To define the wedding day, use wedding_day = game.calendar.get_next_day_of_week("sunday") and try the appointment command again.
 

PsychoTwo

Newbie
Sep 4, 2021
35
5
And for changing a character's status with the MC is there a way ? (like if I want to get Cassidy from friend to pet or Kylie from friend to girlfriend)
 

Ilovekatz19

Member
Jul 24, 2021
218
195
And for changing a character's status with the MC is there a way ? (like if I want to get Cassidy from friend to pet or Kylie from friend to girlfriend)
name.status = "adjective" (replace name with the girl's name and adjective with any word really not that say for example snail would do anything as a status in all honesty)

Though from what I can tell this doesn't change much it's just what tells the game to show say Minami's status as "adopted sister". It doesn't affect stats, schedules in for example Cassidy, collar them, or how they address you.

To affect a girls stats name.love = x, name.love.min = x, name.love.max = x, name.lesbian = x, name.lesbian.min = x, name.lesbian.max = x, name.sub = x, name.sub.min = x, and name.sub.max = x.
Then there are the special stats for specific girls, they're as fallows kylie.yandere = x, kylie.yandere.min = x, kylie.yandere.max = x, morgan.male = x, morgan.male.min = x, morgan.male.max = x, minami.siscon = x, minami.siscon.min = x, minami.siscon.max = x, harmony.purity = x, harmony.purity.min = x, and harmony.purity.max = x (replace name with the girl's name and the x with a number (.sub can be set to negative for dominance)).

To change a girl's schedule name.flags.schedule = "adjective" (replace adjective with the name of a schedule so it's only really useful of a handful of girls right now). To have Cassidy visiting your office cassidy.flags.schedule = "assistant" is the command. My suggestion for finding schedule names is to just go into the code and search using the find function to find every instance of flags.schedule.

To collar a girl the command is name..collared = True (replace name with the girl's name).

To change how a girl address you the command is name.flags.mikeNickname = "nickname" replace nickname with any of the alternative ways a girl can address you. This does mean that say for example name.flags.mikeNickname = "Daddy" only works with Bree, but Master is universal since ever girl can do that.
 
  • Like
Reactions: PsychoTwo

PsychoTwo

Newbie
Sep 4, 2021
35
5
Shit I just found out I need to do the same for Bree because her gamer path won't let her submission go down lower than what it already is
 

Ilovekatz19

Member
Jul 24, 2021
218
195
Shit I just found out I need to do the same for Bree because her gamer path won't let her submission go down lower than what it already is
That one's actually easier. del DONE["bree_event_05"] is all that's needed. All the start of the maid path is checking for is if you started the gamer path.

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

PsychoTwo

Newbie
Sep 4, 2021
35
5
And I don't need to get rid of all the other events that I've done in the gamer path ? (if it doesn't change anything then I won't touch them)
 

Ilovekatz19

Member
Jul 24, 2021
218
195
And I don't need to get rid of all the other events that I've done in the gamer path ? (if it doesn't change anything then I won't touch them)
Yep, the only reason I suggested you get rid of all those events for Sam was to avoid glitches because after the revenge path you Jump back onto the path you deleted the progress of so better safe than sorry, but with Bree there's 0 overlap, you'd think her dad visiting would be the same event for both paths but nope two whole different events.
 
  • Like
Reactions: PsychoTwo

ShiroMax

New Member
Sep 9, 2021
2
0
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.
DO YOU KNOW ABOUT ALEXIS i becom the ceo and still didnot achives this
and how to find the code file ?
 
Last edited:

Melonine

New Member
Dec 13, 2024
1
0
I tried to do the lavish events and now shes stuck at 60 i got a quest line for spank hut i cant do anything i went through 40 ingame days and nothing happened any idda how to fix this im on android
 

Ilovekatz19

Member
Jul 24, 2021
218
195
DO YOU KNOW ABOUT ALEXIS i becom the ceo and still didnot achives this
and how to find the code file ?
Are you saying you're having trouble unlocking Alexis or are you having trouble with Emma?

The "code file" is three files, scripts.rpa for nonDLC content and dlc_breemc.rpa and dlc_fafow.rpa for DLC content.

To be able to edit the code you'll need to extract the RPAs. You can do that with UnRen.bat, , and (as I've recently figured out) . Next assuming you didn't use , you're going to need to turn the resulting RPYCs into RPYs. I've found that does the job but if you know of something else use that. One you have the RPYs just edit it with you choice of program for python.

The code for the girls are all in ch under their respective name unless it's from the DLC in which case it's either in dlc_fafow/ch, or dlc_breemc/ch (depends on which DLC the content is from) then under the girls respective names. The harems are in the same location(s) just instead under harems and/or harems_full. If you can't find the code where you think it should be just start looking in other files (it's easiest if you use dialogue as a start point)

The is in ev in the file labeled general_events . The event's name in the code is alexis_event_01. This is what it's trigger looks like.

You don't have permission to view the spoiler content. Log in or register now.
 
3.60 star(s) 293 Votes