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.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)
DO YOU KNOW ABOUT ALEXIS i becom the ceo and still didnot achives thisSo you're entering them like this
emma.flags.samresolved=False
Yea try enteringemma.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.
Are you saying you're having trouble unlocking Alexis or are you having trouble with Emma?DO YOU KNOW ABOUT ALEXIS i becom the ceo and still didnot achives this
and how to find the code file ?
scripts.rpa
for nonDLC content and dlc_breemc.rpa
and dlc_fafow.rpa
for DLC content.RPA
s. You can do that with UnRen.bat,
RPYC
s into RPY
s. I've found that
RPY
s just edit it with you choice of program for python.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)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.Oh im about to start on Sam, wiki isnt really clear on revenge path. So to trigger revenge path i should let wedding happen and not tell Sam about cheating? should i even catch Ryan cheating?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 theYou must be registered to see the linksand start from there, start on theYou must be registered to see the links, or jump straight onto theYou must be registered to see the links.
You should let the wedding happen and you should catch Ryan cheating. If you fail to catch him before the wedding go to the bathroom during the wedding (you'll find him getting a blowjob), going to the bathroom during the wedding is also needed for if you want theOh im about to start on Sam, wiki isnt really clear on revenge path. So to trigger revenge path i should let wedding happen and not tell Sam about cheating? should i even catch Ryan cheating?
In the vanilla game no. Someone did upload a mod for that somewhere on this thread though. If you don't feel like looking for the mod you can instead use the console. You just need to set the first event of the path you started s not being done with the commandis there any way to do maid and gamer path at same time?
del DONE["event_name"]
(replace event_name
with the name of the event in the code). If you decide to use the console to do both I suggest you do the
tyIn the vanilla game no. Someone did upload a mod for that somewhere on this thread though. If you don't feel like looking for the mod you can instead use the console. You just need to set the first event of the path you started s not being done with the commanddel DONE["event_name"]
(replaceevent_name
with the name of the event in the code). If you decide to use the console to do both I suggest you do theYou must be registered to see the linksall the way then do theYou must be registered to see the links. I suggest this because theYou must be registered to see the linkscauses a schedule change and might cause a problem if you do both paths at the same time or the other way around.
Here are the triggers for the starting events for both paths
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
does this mod work on the newest version?In the vanilla game no. Someone did upload a mod for that somewhere on this thread though. If you don't feel like looking for the mod you can instead use the console. You just need to set the first event of the path you started s not being done with the commanddel DONE["event_name"]
(replaceevent_name
with the name of the event in the code). If you decide to use the console to do both I suggest you do theYou must be registered to see the linksall the way then do theYou must be registered to see the links. I suggest this because theYou must be registered to see the linkscauses a schedule change and might cause a problem if you do both paths at the same time or the other way around.
Here are the triggers for the starting events for both paths
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
Don't know, never tried it. I just know it's floating around here somewhere.does this mod work on the newest version?
here the mod still worksExiste alguma maneira de fazer o caminho de empregada e jogador ao mesmo tempo?
This first command is for if the studio isn't on the map.Is there a way with the console to make the game think that you're part of the band ?
Room.find("studio").unhide()
game.flags.band = x
controls that. 1
being the value it's set to if you do
2
being the value it's set to when you
game.flags.bandcrossdress = True
is for if you wanna cross-dress.game.flags.band
.