You can't propose to everyone, only in select harem paths you can propose to certain multiple people. For example, Sasha and Bree in their Home Harem path. You can make everyone pregnant in the game but like... you gotta pay 100 for each child per week I think because of child support xD. And yes they can find out if you're cheating but if the girl is your slave, it doesn't matter if you fuck others.I have a question; can I propose to everyone and make them pregnant? or is it impossible and they will find out I was cheating?
ah so it doesn't matter if you made them your slave, but what if you propose to them before making them your slave? cause I propose to Samantha. Can I make her my slave after I propose to them?You can't propose to everyone, only in select harem paths you can propose to certain multiple people. For example, Sasha and Bree in their Home Harem path. You can make everyone pregnant in the game but like... you gotta pay 100 for each child per week I think because of child support xD. And yes they can find out if you're cheating but if the girl is your slave, it doesn't matter if you fuck others.
The game isn't punishing you, it's throwing you some curveballs so you need to play smart to get what you want. I heavily recommend you to..... I don't fucking get this game. Is the point, NOT to have sex with all the girls and just stay committed to one? Because the game sure the fuck is punishing me for doing the thing I though you were supposed to do.
I just checked the code and it seems that if Kylie is arrested and the game thinks she has killed someone you she will be put on trial and if you "Protest Kylie's innocence" and have a charm score of 120+ (110+ if she's pregnant either way you'll need to be at max charm and wearing fancy clothes, and/or the luxury watch (Lavish's tie will also work for the accessory)) and a knowledge score of 80+ this will get Kylie of of jail.Is there a way to unhide the police station without having Kylie do anything crazy (I don't really want to experience the path with the prison and all that), maybe with commands ?
kylie.flags.killed
doesn't actually remove the girl she killed from the game name.set_gone_forever()
is actually what's removing a girl from the game. Here's an example of what I'm talking about. $ kylie.flags.killed = "bree"
$ bree.set_gone_forever()
$ Room.find("bedroom2").hide()
kylie.flags.killed = "bree"
into the console then just do kylie.flags.killed = "mike"
or something instead, this command works with any NPC's name even the ones only accessible as the female protagonist, and don't worry stuff pertaining the the protagonist is under hero
so all clear there.kylie.flags.policestation = True
into the console as well so you can go to the police station and report the "murder".camila.unhide()
, DONE["kylie_investigation_2"] = game.days_played
, kylie.flags.arrest = True
, and kylie.flags.schedule = "jail"
and be done with it. I think it's better for you just to skip the actually killing with the command kylie.flags.killed = "name"
and temp-unlock the police station with kylie.flags.policestation = True
so you can report the murder and once you've done the content involving Kylie in jail you wish you can get her out without using any commands thus mimimizing the chances of something glitching. If you do want to get Kylie out of jail without the trial though the command is just kylie.flags.schedule = "default"
.The triggers for Sasha's foot massage event are in theI wanted to find out where the event for Sasha's foot massage is so that I can find all the requierements for it to trigger but I don't know where it is
watch
file in the ac
folder, under watch_tv_with(*people)
. Here's the line of code for the first check of the trigger.if hero.is_male and len(people) == 1 and sasha in people and hero.has_skill("massage") and (1 <= game.week_day <= 5) and game.hour > 20:
ch/sasha
in the file labeled base
under the corresponding names.ch/sasha
in the file labeled base
). Here's the trigger.You need to be BELOW 50 for the next event. That equal sign shouldn't be there. I had the same problem with it before figuring that out.How do I continue to corrupt Harmony? The in game objectives say to attend mass but she doesn't appear at church at all on Sundays anymore and Yes the purity stats says 53 but I can easily hypnotize her and put it back to 50
View attachment 4355909
In the wiki it says:
View attachment 4355926
What am I missing? and How do I progress her corruption Events?
Below 50 hearts or 50 purity? cause if its the latter then Im confused. The only way to get to below 50 purity is to play the broken wings event and that won't trigger. Plus, I can't put it lower than 50, it's locked.You need to be BELOW 50 for the next event. That equal sign shouldn't be there. I had the same problem with it before figuring that out.
where do you find these foldersThe triggers for Sasha's foot massage event are in thewatch
file in theac
folder, underwatch_tv_with(*people)
. Here's the line of code for the first check of the trigger.
if hero.is_male and len(people) == 1 and sasha in people and hero.has_skill("massage") and (1 <= game.week_day <= 5) and game.hour > 20:
This is a two step check the checks that come after this check just checks Sasha's sub score (Sasha needs to be dominant) and how many time's you've given her a foot rub so it can play the right event.
The rest of the event(s) past the trigger are located atch/sasha
in the file labeledbase
under the corresponding names.
The foot job scene however it's trigger is in the same file as the foot message scenes(ch/sasha
in the file labeledbase
). Here's the trigger.
You don't have permission to view the spoiler content. Log in or register now.
Have you done the rollerskating date yet? If so that might be the problem since she needs the purity lowered before that and I know that was the 50 lp event.Below 50 hearts or 50 purity? cause if its the latter then Im confused. The only way to get to below 50 purity is to play the broken wings event and that won't trigger. Plus, I can't put it lower than 50, it's locked.
View attachment 4363083
In the folder literally namedwhere do you find these folders
game
you'll find a bunch of RPA files. with programs such as UnRen.bat,
zip
file. After you've extracted the RPA
s you'll find all the folders I've mentioned in my previous messages.RPA
s you'll need to find a program like
RPYC
s into RPY
s.Just remove your access to the console. If you used UnRen.bat it's as simple as deleting the filesHello, i just discover this hot game recently and after having a lot of fun, i needed to open console to change a missed action, i got it repair but now i got this line of code on neerly every images when i play. How can i remove them, or what should i write in the console to make them dissapear thank you
View attachment 4365591
unren-dev.rpy
and unren-dev.rpyc
located in the folder game
.