- Dec 16, 2023
- 5
- 1
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.Thanks man!Usesamantha.flags.nonexclusive = True
also usegame.flags.ongoinghomeharem = "samantha"
Since this is what the code for that event looks like.
I've replced the dialogue with "(Spoiler)" for the sake of not having a wall of text and avoid spoiling things anymore than necessary.
You don't have permission to view the spoiler content. Log in or register now.
What file contains the code that you showed me ? I'll figure out how to access it but I don't know which one it is yet.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.
Most of the code is in scripts.rpa, then once you've extracted the RPA the two provided events are located atWhat file contains the code that you showed me ? I'll figure out how to access it but I don't know which one it is yet.
ch/cassidy
in the RPYC/RPY file named "events" (RPY files are the ones that can be read an edited and RPYC files need to be turned into RPY files to be usable.)I'm stuck at the part where you need un-rpyc your file, I tried some things but I couldn't find how they workMost of the code is in scripts.rpa, then once you've extracted the RPA the two provided events are located atch/cassidy
in the RPYC/RPY file named "events" (RPY files are the ones that can be read an edited and RPYC files need to be turned into RPY files to be usable.)
Cherie will show up on xmas party, and you can have fun with her.I've become CEO now and cherie disappeared. Is this all interactions with Cherie or will she show up again?
That's all?Cherie will show up on xmas party, and you can have fun with her.
I think I found it for people looking.check these in the folder called "game" just put them there don't forget to remove old mod
ForI'm stuck at the part where you need un-rpyc your file, I tried some things but I couldn't find how they work
You're trying to make it so you can doOk nice, so what lines do I need to change in events.rpy, or maybe I misunderstood what file needs changes
cassidy_cherie_next_steps
and have cassidy_cherie_missed_party
impossible to trigger correct?cassidy_cherie_next_steps
easier to trigger would be to add a love check and get rid of the Cherie check Like this.cassidy_cherie_missed_party
impossible a love check above 200 alongside the removale of the Cherie check here aswell.