mucholoko69
New Member
- May 8, 2022
- 8
- 2
- 38
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 = Falseand 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_missedplayed 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.samgirlfriendis set toTrue(if Sam introduced you as her masteremma.flags.samgirlmasteris also set toTruebut all it does is change some dialogue).emma.flags.samgirlfriendcan also be set toTrueif 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.mikecheatsis also set toTruewhen you tell her Sam is cheating but it does nothing as of right now).
emma.flags.lovepoints = xis for theYou must be registered to see the linksa value of3+is necessary for the optimal outcome.
Emma will leave ifsamantha.flags.friendzoneis set toTrueandemma.flags.samokis 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.That's the issue, I did event without 75 kink, and chose exclusive option. I wonder is there a way to undo it(did it long time ago) or change through console?I think you need to get her to 75 submission before the event with 85 love (I think, I don't remember after how much love it happens)
How to change Samantha's status to non exclusive?
UseThat's the issue, I did event without 75 kink, and chose exclusive option. I wonder is there a way to undo it(did it long time ago) or change through console?
samantha.flags.nonexclusive = True also use game.flags.ongoinghomeharem = "samantha" Since this is what the code for that event looks like.