Sleep with more of the girls and increase your Sexperience, Reona's kink is that she's super into you having a high body count and the idea of you having an unsatiable libido. Just for reference, her final event requires your Sexperience to be at 100, and her final kink event requires your Sexperience to be at 110 and you to have slept with 20 different women.View attachment 4097600
How the hell do you finish this?
Thank you! Also is there a way to explore two different paths at the same time just to unlock all the characters? Do I have to use Universal Mod and play around with the variables.Sleep with more of the girls and increase your Sexperience, Reona's kink is that she's super into you having a high body count and the idea of you having an unsatiable libido. Just for reference, her final event requires your Sexperience to be at 100, and her final kink event requires your Sexperience to be at 110 and you to have slept with 20 different women.
This is actually one of the few Ren'Py games out there where the URM does NOT work. If you try to change any variables, it will give you a traceback error and you will be forced to roll back.Thank you! Also is there a way to explore two different paths at the same time just to unlock all the characters? Do I have to use Universal Mod and play around with the variables.
Yea you'll need to mess around with variables to do both paths for say Bree, or unlocking Camila without arresting kylie, or you can mess with the code, here I've provided an example:Thank you! Also is there a way to explore two different paths at the same time just to unlock all the characters? Do I have to use Universal Mod and play around with the variables.
Yeah, this is actually physically extracting the RPA and messing with the code yourself, as opposed to using the URM. This also requires more steps.Yea you'll need to mess around with variables to do both paths for say Bree, or unlocking Camila without arresting kylie, or you can mess with the code, here I've provided an example:
Here I've deleted the checks for if kylie's been arrested for Camila's first event. An explanation on how to mess with the games code with be in the next spoiler if you're interested.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.
It's a bug and has been reported.Anyone know this? Still have not managed to get the reunion to pop back in my journal. As far as I know, I didn't miss it; it just disappeared out of my journal before the day rolled around.
Have you been promoted?I am trying to progress some lines but I need to do work personal alone in my office but I don't have the option does anyone know how to fix that?
I tried doing this for Kat, but I can't get her starting event to start. I removed the condition for the required event, but I feel like I'm missing something. This is because I did the Maid Bree route.Yea you'll need to mess around with variables to do both paths for say Bree, or unlocking Camila without arresting kylie, or you can mess with the code, here I've provided an example:
Here I've deleted the checks for if kylie's been arrested for Camila's first event. An explanation on how to mess with the games code will be in the next spoiler if you're interested.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.
init python:
Event(**{
"name": "kat_event_01",
"label": "kat_event_01",
"priority": 500,
"music": "music/roa_music/buddy.ogg",
"duration": 1,
"conditions": [
HeroTarget(
IsGender("male"),
IsRoom("arcade"),
),
PersonTarget(kat,
MinStat("love", 20),
Not(IsHidden()),
),
],
"do_once": True,
})
My guess as to the reason it's not working is cause Kat is still hidden thus you can't meet the condition "MinStat("love", 20)", there are two ways to remedy this, 1) delete "MinStat("love", 20)" and "Not(IsHidden())", 2) use the developer console entering the command kat.unhide(), but I suggest changing the conditions for Bree's Paths (I'm assuming you chose the maid path) from,I tried doing this for Kat, but I can't get her starting event to start. I removed the condition for the required event, but I feel like I'm missing something.
Code:init python: Event(**{ "name": "kat_event_01", "label": "kat_event_01", "priority": 500, "music": "music/roa_music/buddy.ogg", "duration": 1, "conditions": [ HeroTarget( IsGender("male"), IsRoom("arcade"), ), PersonTarget(kat, MinStat("love", 20), Not(IsHidden()), ), ], "do_once": True, })
how many time do I need to be promoted?Have you been promoted?
Been a while but if my memory is correct it's 2 maybe 3 times to unlock the personal office.how many time do I need to be promoted?
I have the personal office?Been a while but if my memory is correct it's 2 maybe 3 times to unlock the personal office.
and that's where "work personal" as you put it is located, just work in the personal officeI have the personal office?
AHHH thank you! Unhiding her did work, but now I don't have see her guide when I use the in-game guide. We'll see how long until I get stuck.My guess as to the reason it's not working is cause Kat is still hidden thus you can't meet the condition "MinStat("love", 20)", there are two ways to remedy this, 1) delete "MinStat("love", 20)" and "Not(IsHidden())", 2) use the developer console entering the command kat.unhide(), but I suggest changing the conditions for Bree's Paths (I'm assuming you chose the maid path) from,to something likeYou don't have permission to view the spoiler content. Log in or register now.so the gamer path triggers after the maid path, you're free to change the event it checks for being done to what ever suits you're need.You don't have permission to view the spoiler content. Log in or register now.
no but I was saying like the button for me to do it isnt thereand that's where "work personal" as you put it is located, just work in the personal office
The work button in the personal office is the "work personal" button.no but I was saying like the button for me to do it isnt there