Is there a way to know how to write these inputs without bothering you every time? You're so kind and I'm grateful for your help, but surely I can't ask you to provide me an answer each time I need to modify a variable.
Well just do what I do to figure out the commands, look in the code.
First extract the
rpa
s (the code is in
scripts
, and if it's DLC content
dlc_breemc
and/or
dlc_fafow
). I use
UnRen.bat, but I also sometimes use
You must be registered to see the links
.
From there you'll have a bunch of
rpyc
s, you'll need to convert them into
rpy
s. I use
You must be registered to see the links
for this, just drag drop and download, of course you don't need to download it once you've uploaded it to
You must be registered to see the links
since you can view the contents of the files there, hell you could drag and drop the
rpa
s, and look at the code or download the necessary
rpy
s, the only reason I don't suggest this is because Ren'Py when not using
rpa
files will use
rpyc
files and make a coppy of
every rpy
as an
rpyc
and having nothing but
rpy
s makes the initial startup slower if you got rid of the
rpa
s
The commands that I provide are all in the files and some that I haven't found yet.
So apparently I repeatedly made the wrong choice when given the option to add Minami to the home harem, is there a console command to repair the "Minami snooping around" step where she bursts into the room after he's had sex with Bree and Sasha?
minami.flags.haremdenied = x
(replace
x
with your desired value,
3
+ kills the harem) and
del DONE["minami_snooping"]
, this should let you have another crack at the event.