CREATE YOUR AI CUM SLUT ON CANDY.AI TRY FOR FREE
x

HUNGVINHZORO

Newbie
Jan 6, 2022
25
2
Just put the RPY file in the same folder as the corresponding RPYC file is (for example, an events.rpy goes in the same folder you got it from). When you run the game, Ren'Py will create a new RPYC file from the new RPY file (you can delete the old RPYC or not; it doesn't matter). Make sure to remove the appropriate RPA file from the "game" folder (RPA files take priority when running Ren'Py games).
So how did you switch from bree gamer to bree maid?
 

Ilovekatz19

Member
Jul 24, 2021
220
196
Changes in the events section of bree maid or bree gamer
Since you're trying to do the maid path after already doing the gamer path the line you'll want to modify is in "events_maid" and if it were the other way around (doing the game path after the maid path) you would be instead in "events_gamer".
 

omegashrn

Member
Jul 26, 2017
178
155
Is there a way to unlock Emma dating? I have Samantha as my slave, and she said she would talk to her but I still cannot date her to up her love or really do anything with her.
 

HUNGVINHZORO

Newbie
Jan 6, 2022
25
2
firstly Did you delete scripts.rpa? If you did delete scripts.rpa, show me your edited code so I can see what went wrong.

to insert code into your message click on the three dots then the option that says "Code"
"
"init python:
Event(**{
"name": "bree_event_04",
"label": "bree_event_04",
"duration": 2,
"conditions": [
IsDone("bree_event_03"),
IsDayOfWeek("12345"),
IsHour(12, 18),
HeroTarget(
IsGender("male"),
Not(OnDate())),
PersonTarget(bree,
Not(IsPresent()),
Not(IsHidden()),
MinStat("love", 80),
MinStat("sub", 25),
),
],
"priority": 500,
"music": "music/roa_music/juice.ogg",
"do_once": True,
})
,
"
 

Ilovekatz19

Member
Jul 24, 2021
220
196
"init python:
Event(**{
"name": "bree_event_04",
"label": "bree_event_04",
"duration": 2,
"conditions": [
IsDone("bree_event_03"),
IsNotDone("bree_event_05"),
IsDayOfWeek("12345"),
IsHour(12, 18),
HeroTarget(
IsGender("male"),
Not(OnDate())),
PersonTarget(bree,
Not(IsPresent()),
Not(IsHidden()),
MinStat("love", 80),
MinStat("sub", 25),
),
],
"priority": 500,
"music": "music/roa_music/juice.ogg",
"do_once": True,
})"
I've marked the section of code you should trash in red.

"init python:
Event(**{
"name": "bree_event_04",
"label": "bree_event_04",
"duration": 2,
"conditions": [
IsDone("bree_event_03"),
IsNotDone("bree_event_05"),
IsDayOfWeek("12345"),
IsHour(12, 18),
HeroTarget(
IsGender("male"),
Not(OnDate())),
PersonTarget(bree,
Not(IsPresent()),
Not(IsHidden()),
MinStat("love", 80),
MinStat("sub", 25),
),
],
"priority": 500,
"music": "music/roa_music/juice.ogg",
"do_once": True,
})"
 

HUNGVINHZORO

Newbie
Jan 6, 2022
25
2
I've marked the section of code you should trash in red.

"init python:
Event(**{
"name": "bree_event_04",
"label": "bree_event_04",
"duration": 2,
"conditions": [
IsDone("bree_event_03"),
IsNotDone("bree_event_05"),
IsDayOfWeek("12345"),
IsHour(12, 18),
HeroTarget(
IsGender("male"),
Not(OnDate())),
PersonTarget(bree,
Not(IsPresent()),
Not(IsHidden()),
MinStat("love", 80),
MinStat("sub", 25),
),
],
"priority": 500,
"music": "music/roa_music/juice.ogg",
"do_once": True,
})"
when you finish entering the game wait until afternoon for bree to talk right?
 

Ilovekatz19

Member
Jul 24, 2021
220
196
It's been 3 days and she still hasn't talked
Lets go down the list of requirements here
Is Bree's love score 40 or higher?
Is Bree's sub score 25 or higher?
Happens only from Mon-Fri
Only happens between 12:00-18:00
Is Bree not in the same room as you?

Do you meet all these requirements?
 

Muliu

Newbie
Mar 28, 2018
75
19
Update the engine to 440 version,and install latest renpy plugin
Sorry to bother you again , but i just try to download the newest Joiplay version and download the latest renpy plugin , and try to install the game again , the problem is still the same , its force close again after a few second loading screen
 

Robin_Scales

Member
Feb 21, 2018
237
533
The second event requires Amy to have a love score of 35 also requires you to be on a pub date with Kleio and buying her two drinks again (You'll need 25+ money and a charm score of 25+, have the guitar, shooting, and foodieskill, have a knowledge score of 50+ for the best outcome), the third event requires Amy to have a love score of 50 and you to be on a waterpark date with Anna, the fourth event also requires you to be on a waterpark date with Anna the same time Amy is at the waterpark and Amy to have a love score of 55(You'll need a charm score of 60+ and a fitness score of 60+ for the best outcome), and the fifth event requires Amy to have a love score of 65 and you to be on an amusement park date with Sasha. as of right now that's all.

You don't have permission to view the spoiler content. Log in or register now.
I can't trigger the first Kleio/Amy bar event, despite both their stats being 100% maxed, but as far as I can tell, isn't it actually impossible? You say that triggering the event requires:
a) Being at the bar while Amy is there, which she only is from 19-20 and after 12AM, on any given weekday
b) Being on a bar-date with Kleio, which can only be started from 20:00
c) Buying Kleio 2 drinks, at the pub

Thing is, you can't buy more than 1 drink per hour, and since the date starts at 20, the earliest point at which you could possibly have bought Kleio 2 drinks, is at 21. At which point Amy will have gone home, and she won't return to the bar, until the date already is guaranteed to be over.

Am I missing something? Has someone actually completed this questline? I can't trigger Anna's Amy events either, nor can I start Sasha's second event. But Amy's schedule says nothing about ever going to the Water- OR Amusement Park. Something seems kinda wack, about this whole questline.
 

marque03

Newbie
Nov 15, 2020
57
7
The dev console. If you don't have access UnRen.bat can give you access. Just put the file in the folder run the file and enter the number correlating to the action to wish to preform.
How to Run? when i located whre lsesb.exe it says"This folder not have games based on the RenPy engine. Choose another one"
 

WalterHomes

Newbie
Jul 27, 2019
74
22
I've marked the section of code you should trash in red.

"init python:
Event(**{
"name": "bree_event_04",
"label": "bree_event_04",
"duration": 2,
"conditions": [
IsDone("bree_event_03"),
IsNotDone("bree_event_05"),
IsDayOfWeek("12345"),
IsHour(12, 18),
HeroTarget(
IsGender("male"),
Not(OnDate())),
PersonTarget(bree,
Not(IsPresent()),
Not(IsHidden()),
MinStat("love", 80),
MinStat("sub", 25),
),
],
"priority": 500,
"music": "music/roa_music/juice.ogg",
"do_once": True,
})"
Sorry , dude due to lack of time didn't read the posts https://f95zone.to/threads/love-sex...-lolololol-version-24-10-0-compatible.209403/ does mod makes its to have bree maid or bree gamer at the same playthrough? Say like i want to max love but want max dom and coller her?
 

HUNGVINHZORO

Newbie
Jan 6, 2022
25
2
Lets go down the list of requirements here
Is Bree's love score 40 or higher?
Is Bree's sub score 25 or higher?
Happens only from Mon-Fri
Only happens between 12:00-18:00
Is Bree not in the same room as you?

Do you meet all these requirements?
Hey can you give me the save file?
 

Ilovekatz19

Member
Jul 24, 2021
220
196
How to Run? when i located whre lsesb.exe it says"This folder not have games based on the RenPy engine. Choose another one"
You don't have permission to view the spoiler content. Log in or register now.

Sorry , dude due to lack of time didn't read the posts https://f95zone.to/threads/love-sex...-lolololol-version-24-10-0-compatible.209403/ does mod makes its to have bree maid or bree gamer at the same playthrough? Say like i want to max love but want max dom and coller her?
Yes the Collab Mod has a feature that lets you do both the gamer path and maid path.

I can't trigger the first Kleio/Amy bar event, despite both their stats being 100% maxed, but as far as I can tell, isn't it actually impossible? You say that triggering the event requires:
a) Being at the bar while Amy is there, which she only is from 19-20 and after 12AM, on any given weekday
b) Being on a bar-date with Kleio, which can only be started from 20:00
c) Buying Kleio 2 drinks, at the pub

Thing is, you can't buy more than 1 drink per hour, and since the date starts at 20, the earliest point at which you could possibly have bought Kleio 2 drinks, is at 21. At which point Amy will have gone home, and she won't return to the bar, until the date already is guaranteed to be over.

Am I missing something? Has someone actually completed this questline? I can't trigger Anna's Amy events either, nor can I start Sasha's second event. But Amy's schedule says nothing about ever going to the Water- OR Amusement Park. Something seems kinda wack, about this whole questline.
Just check the code and I stand corrected Amy needs to be anywhere but the pub.

Since the isn't particularly helpful right now I've provided you the code for the trigger for all 6 events.

You don't have permission to view the spoiler content. Log in or register now.
 
  • Like
Reactions: WalterHomes
3.60 star(s) 293 Votes