Well the flag the makes a girl leave isDoes anyone by chance know how to turn the flag off to reverse the samantha and emma meeting that ends with emma leaving?
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.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
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
3+
is necessary for the optimal outcome.samantha.flags.friendzone
is set to True
and emma.flags.samok
is set to False
.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.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.
aletta_event_06
is
If you have the console use the commandsHey 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
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
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 ?If you have the console use the commandscherie.flags.missed = False
and just to be saveDONE["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 eventDONE["cherie_first_meeting_appointment_missed"]
has be set and should only set if the eventcherie_first_meeting_appointment_missed
played out so there's a chanceDONE["cherie_first_meeting_appointment"]
wasn't set and that's required for theYou must be registered to see the linksto 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.
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?Well the flag the makes a girl leave isname.set_gone_forever()
I think you can reverse it withname.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 masteremma.flags.samgirlfriend
is set toTrue
(if Sam introduced you as her masteremma.flags.samgirlmaster
is also set toTrue
but all it does is change some dialogue).emma.flags.samgirlfriend
can also be set toTrue
if during theYou must be registered to see the linksyou tell Emma Sam is cheating on Ryan and when asked if you love Sam and you answer Yes (the flagemma.flags.mikecheats
is also set toTrue
when you tell her Sam is cheating but it does nothing as of right now).
emma.flags.lovepoints = x
is for theYou must be registered to see the linksa value of3+
is necessary for the optimal outcome.
Emma will leave ifsamantha.flags.friendzone
is set toTrue
andemma.flags.samok
is set toFalse
.
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 useThanks 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 ?
Wait I just check the code and (correct me if I'm wrong) what you're describing sounds like thisYou 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?
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.Here's a step be step guide on how to use UnRen.bat.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.
How did you manage to go to theCould someone help me? what command should I use to fix the purity event 2 of harmony corruption View attachment 4321159 ?
harmony_purity_01
and the actual dance is harmony_purity_02
what the hell happened. DONE["harmony_purity_01"] = game.days_played
and harmony.purity.min = 70
.Which commandThe issue is that when I copy the command and enter it, it just quits the console and doesn't actually do anything it seems
DONE["cherie_first_meeting_appointment"] = game.days_played
or cherie.flags.missed = False
.DONE["cherie_first_meeting_appointment"] = game.days_played
try replacing game.days_played
with a number.cherie.flags.missed = False
I don't know what to say.DONE["cherie_first_meeting_appointment"]
or cherie.flags.missed
under the command it should show what that is set as.Yea that's the second half of thethe event was completed by choosing how to dance, and purity is capped at 70
$ 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.