Ilovekatz19

Member
Jul 24, 2021
265
257
what's the next step man
In the "ch" folder you'll find a bunch of folders with a corresponding NPC's name go in the folder with the name of the girl you wish to modify events.rpyc is where events are stored (Bree actually as three event files that are stored the folder labeled "events"). Some events aren't stored in the girls folder though (don't worry Bree isn't on that short list) the rest are in the "gen" and "gen_full". Stuff in relation to harems are stored in the folders labeled "harems" and "harems_ful" (for some reason the home harem is the only one stored in the "harems" folder the rest are in "harems_full").
 

Anontran07

Newbie
Jan 6, 2022
30
2
In the "ch" folder you'll find a bunch of folders with a corresponding NPC's name go in the folder with the name of the girl you wish to modify events.rpyc is where events are stored (Bree actually as three event files that are stored the folder labeled "events"). Some events aren't stored in the girls folder though (don't worry Bree isn't on that short list) the rest are in the "gen" and "gen_full". Stuff in relation to harems are stored in the folders labeled "harems" and "harems_ful" (for some reason the home harem is the only one stored in the "harems" folder the rest are in "harems_full").
If I have completed the Bree game, how do I switch to Bree Maid?
 

Anontran07

Newbie
Jan 6, 2022
30
2
is a program that lets you edit Python you're free to use what ever you're most comfortable with. Atom is just what I personally use.
When this step is done, do I need to put the game file back in?
when finished its atom is RPY file, do I need to change it to RPYC or RPA??
If yes, how to change it?
When finished changing, what to do to make the game run?
 
Last edited:

Ilovekatz19

Member
Jul 24, 2021
265
257
When this step is done, do I need to put the game file back in?
when finished its atom is RPY file, do I need to change it to RPYC or RPA??
If yes, how to change it?
When finished changing, what to do to make the game run?
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).
 

Anontran07

Newbie
Jan 6, 2022
30
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
265
257
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
Donor
Jul 26, 2017
179
168
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.
 

Anontran07

Newbie
Jan 6, 2022
30
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
265
257
"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,
})"
 

Anontran07

Newbie
Jan 6, 2022
30
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
265
257
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?
 
3.60 star(s) 300 Votes