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

madmase

New Member
Nov 6, 2017
4
1
Does anyone by chance know how to turn the flag off to reverse the samantha and emma meeting that ends with emma leaving?
 

Ilovekatz19

Member
Jul 24, 2021
218
195
Does anyone by chance know how to turn the flag off to reverse the samantha and emma meeting that ends with emma leaving?
Well the flag the makes a girl leave is name.set_gone_forever() I think you can reverse it with name.unhide() (replace name with the girl's name (lowercase)), but I've never had an excuse to test it so I'm not certain. Also here's a list of flags and what triggers them that could roadblock you from Emma's content.

If Sam introduces you as her boyfriend or master emma.flags.samgirlfriend is set to True (if Sam introduced you as her master emma.flags.samgirlmaster is also set to True but all it does is change some dialogue). emma.flags.samgirlfriend can also be set to True if during the you tell Emma Sam is cheating on Ryan and when asked if you love Sam and you answer Yes (the flag emma.flags.mikecheats is also set to True when you tell her Sam is cheating but it does nothing as of right now).

emma.flags.lovepoints = x is for the a value of 3+ is necessary for the optimal outcome.

Emma will leave if samantha.flags.friendzone is set to True and emma.flags.samok is set to False.
 

CdrWolfe

New Member
Oct 7, 2023
10
1
Hello,
How can I unlock all FAFOW DLC characters? I'm using 24.11.0b-PC-Itchio

Amy: I've been to the store, met Amy, xxx her and that's it. I can't trigger the "Visit the electronics store 1" event
Reona: Met her at the university. She gave me her number. I can't trigger the "University Results" event in the University
Kat: I unlocked the Gaming harem, been to the arcade, since. I participated to some tournaments but can't see Kat
 

rd3123

Member
Jul 26, 2017
263
122
You need to be using the Patreon version. The Itch version has the FaFOW dlc as separate download you need to pay 7 dollars for.
 
  • Like
Reactions: CdrWolfe

Andrealphus

Engaged Member
Donor
Game Developer
Aug 17, 2017
2,113
4,065
Honestly I hope the devs decide that for once she's telling the truth. Her been fucked up is a lot more interesting than her just been a deceitful psychopath especially as her sister has the psycho fort held down, if she's lying about that then as a character she is also just beyond redemption.
She's telling the truth, i never implied or told anything different, people over-analyzing a single line in the asshole rapist teacher's dialogue are grasping at straws.
 

PsychoTwo

Newbie
Sep 4, 2021
35
5
Hey I have this file where it says that I didn't attend to Dwayne's party for Cassidy's quest but I actually did and if I meet her in the office she leaves, can somebody help me fix it or fix it directly (I am able to program but I'm not very good). I think my version of the game is 24.11.0
 

Ilovekatz19

Member
Jul 24, 2021
218
195
Hey I have this file where it says that I didn't attend to Dwayne's party for Cassidy's quest but I actually did and if I meet her in the office she leaves, can somebody help me fix it or fix it directly (I am able to program but I'm not very good). I think my version of the game is 24.11.0
If you have the console use the commands cherie.flags.missed = False and just to be save DONE["cherie_first_meeting_appointment"] = game.days_played. The reason for the second commands because the event for if you missed the party should only play if you the event DONE["cherie_first_meeting_appointment_missed"] has be set and should only set if the event cherie_first_meeting_appointment_missed played out so there's a chance DONE["cherie_first_meeting_appointment"] wasn't set and that's required for the to happen.

I've provided the code so you can see what I'm talking about if you so desire.

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

PsychoTwo

Newbie
Sep 4, 2021
35
5
If you have the console use the commands cherie.flags.missed = False and just to be save DONE["cherie_first_meeting_appointment"] = game.days_played. The reason for the second commands because the event for if you missed the party should only play if you the event DONE["cherie_first_meeting_appointment_missed"] has be set and should only set if the event cherie_first_meeting_appointment_missed played out so there's a chance DONE["cherie_first_meeting_appointment"] wasn't set and that's required for the to happen.

I've provided the code so you can see what I'm talking about if you so desire.

You don't have permission to view the spoiler content. Log in or register now.
Thanks for the help, I just need two more informations. Where do I find the code related to that and can I just open it with any IDE ?
 

madmase

New Member
Nov 6, 2017
4
1
Well the flag the makes a girl leave is name.set_gone_forever() I think you can reverse it with name.unhide() (replace name with the girl's name (lowercase)), but I've never had an excuse to test it so I'm not certain. Also here's a list of flags and what triggers them that could roadblock you from Emma's content.

If Sam introduces you as her boyfriend or master emma.flags.samgirlfriend is set to True (if Sam introduced you as her master emma.flags.samgirlmaster is also set to True but all it does is change some dialogue). emma.flags.samgirlfriend can also be set to True if during the you tell Emma Sam is cheating on Ryan and when asked if you love Sam and you answer Yes (the flag emma.flags.mikecheats is also set to True when you tell her Sam is cheating but it does nothing as of right now).

emma.flags.lovepoints = x is for the a value of 3+ is necessary for the optimal outcome.

Emma will leave if samantha.flags.friendzone is set to True and emma.flags.samok is set to False.
You are awesome, it looks like the emma and samantha coffee shop meeting appointment still pops up where emma leaves. I imagine there's a couple annoying things to fix that, do you by chance know which flags or events need to be popped in the console to reverse the meeting?
 

Ilovekatz19

Member
Jul 24, 2021
218
195
Thanks for the help, I just need two more informations. Where do I find the code related to that and can I just open it with any IDE ?
With UnRen.bat you can give yourself access to the console and the code (though you will need something to convert the RPYC files to RPY files. I use for that personally), and you can open the RPY files with anything that lets you edit Python.

You are awesome, it looks like the emma and samantha coffee shop meeting appointment still pops up where emma leaves. I imagine there's a couple annoying things to fix that, do you by chance know which flags or events need to be popped in the console to reverse the meeting?
Wait I just check the code and (correct me if I'm wrong) what you're describing sounds like this but it shouldn't result in Emma's content being blocked, and after going through the code the only event that can result in Emma's content being blacked I found that take place in the coffee shop is the in which case name.lesbian.max = 10, name.lesbian = 10, name.sub.max = 25, name.sub = 25, name.love.max = 150, and name.love = 150 should let it play out safely.
 

PsychoTwo

Newbie
Sep 4, 2021
35
5
You think you can do the modifications for me please ? If it's not troublesome or if it really isn't possible, can I have a guide on how this works because I think I don't really understand the tool needed for this to work.
 

Ilovekatz19

Member
Jul 24, 2021
218
195
You think you can do the modifications for me please ? If it's not troublesome or if it really isn't possible, can I have a guide on how this works because I think I don't really understand the tool needed for this to work.
Here's a step be step guide on how to use UnRen.bat.

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

Once you have the Console Just enter the commands I provided in my first message.

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

Could someone help me? what command should I use to fix the purity event 2 of harmony corruption View attachment 4321159 ?
How did you manage to go to the with out getting invited. Seriously I'm looking at the code and the Annual church dance event is split into two halves the invite (the event you're trying to trigger) is harmony_purity_01 and the actual dance is harmony_purity_02 what the hell happened.

Anyway I think your best bet is to just skip that event and move onto the next since as of right now I know of no way to set an event as not being done (if anyone figures it out please share). to ensure you can do the next event use the commands DONE["harmony_purity_01"] = game.days_played and harmony.purity.min = 70.

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

PsychoTwo

Newbie
Sep 4, 2021
35
5
The issue is that when I copy the command and enter it, it just quits the console and doesn't actually do anything it seems
 

Ilovekatz19

Member
Jul 24, 2021
218
195
The issue is that when I copy the command and enter it, it just quits the console and doesn't actually do anything it seems
Which command DONE["cherie_first_meeting_appointment"] = game.days_played or cherie.flags.missed = False.

First off this is just a hunch, but what are you playing the game on? I ask cause I'm on Windows and I'm not sure how the console behaves else where.

If it's DONE["cherie_first_meeting_appointment"] = game.days_played try replacing game.days_played with a number.

If it's cherie.flags.missed = False I don't know what to say.

Also try just entering DONE["cherie_first_meeting_appointment"] or cherie.flags.missed under the command it should show what that is set as.

the event was completed by choosing how to dance, and purity is capped at 70
Yea that's the second half of the , and you did this without an appointment? If so I would love to know how you manage to sequence break this game, because realistically you should only be able to get to the second half is through the event you're trying to trigger which uses $ hero.calendar.add(game.calendar.get_next_day_of_week("sunday"), DateAppointment(14, "harmony", "Date (Harmony)", "harmony_purity_02", "missed_harmony_purity_02")) to set up the appointment.
 
3.60 star(s) 293 Votes