- Jan 6, 2022
- 30
- 2
what's the next step manTry the RPA file ladled "scripts".
what's the next step manTry the RPA file ladled "scripts".
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").what's the next step man
If I have completed the Bree game, how do I switch to Bree Maid?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").
When this step is done, do I need to put the game file back in?You must be registered to see the linksis 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.
Here's a easy mod for that: https://f95zone.to/threads/love-sex-second-base-v24-10-0c-andrealphus.13488/post-15065806So how can we have bree-game and bree-maid at the same time?
what parts need to be edited to get it? do i need to use notepad++?
모드를 사용하면 그렇습니다. 여기: https://f95zone.to/threads/love-sex-second-base-v24-10-0c-andrealphus.13488/post-15318326
[/인용하다]
고맙다 형
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).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?
So how did you switch from bree gamer to bree maid?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).
I just deleted the check for if I did the event that kicks off the gamer path. i.e. I deleted the line of code that says "So how did you switch from bree gamer to bree maid?
IsNotDone("bree_event_05"),
".Changes in the events section of bree maid or bree gamerI just deleted the check for if I did the event that kicks off the gamer path. i.e. I deleted the line of code that says "IsNotDone("bree_event_05"),
".
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".Changes in the events section of bree maid or bree gamer
it doesn't workI just deleted the check for if I did the event that kicks off the gamer path. i.e. I deleted the line of code that says "IsNotDone("bree_event_05"),
".
firstly Did you delete scripts.rpa? If you did delete scripts.rpa, show me your edited code so I can see what went wrong.it doesn't work
"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,
})
,
"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?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,
})"
Yeswhen you finish entering the game wait until afternoon for bree to talk right?
Lets go down the list of requirements hereIt's been 3 days and she still hasn't talked