Cube78

Newbie
May 10, 2020
33
82
I just figured out how to set NPCs as no longer gone forever so I'm updating the command list.

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.
Thank you for your very useful guide. Nevertheless, when I try to "revive" Bree with

bree.is_gone_forever = False
bree.unhide()


I can actually see Bree and interact with her but her storyline remains closed.
In fact, after querying the value of the flag I just set to False I get
bree.is_gone_forever
True
 
  • Heart
Reactions: Ilovekatz19

Cube78

Newbie
May 10, 2020
33
82
PS: this is a very good game, but it is definitely too complex.
I personally don't like branching in games, but I understand that someone can appreciate them. Anyway, can you agree with me that a game that needs hacking with Python console can be definitely simplified?
 

phinny1

Newbie
Aug 22, 2017
39
71
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?
 

Ilovekatz19

Member
Jul 24, 2021
321
313
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 rpas (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 .
From there you'll have a bunch of rpycs, you'll need to convert them into rpys. I use for this, just drag drop and download, of course you don't need to download it once you've uploaded it to since you can view the contents of the files there, hell you could drag and drop the rpas, and look at the code or download the necessary rpys, 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 rpys makes the initial startup slower if you got rid of the rpas

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.
 

Ilovekatz19

Member
Jul 24, 2021
321
313
Thank you for your very useful guide. Nevertheless, when I try to "revive" Bree with

bree.is_gone_forever = False
bree.unhide()


I can actually see Bree and interact with her but her storyline remains closed.
In fact, after querying the value of the flag I just set to False I get
bree.is_gone_forever
True
Seems I made an error thank you for bringing it to my atention.

name.flags.gone_forever seems to control name.is_gone_forever, so name.is_gone_forever = False should do, apologies for the inconvenience.
 

phinny1

Newbie
Aug 22, 2017
39
71
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.

Thanks, seems kind of stupid that agreeing to have sex with her counts as a denial and that you have to refuse sex to open up the option to tell her about your relationship but this fixed it immediately.
 

burned01

Member
Jun 3, 2024
102
58
Now there's a ...

25.2.0b:
Fix:
- Cassidy hero.name
- Crash during grope
- Remove portal location
- Shark training book unavailable
 

Cartageno

Devoted Member
Dec 1, 2019
8,831
14,969
PS: this is a very good game, but it is definitely too complex.
I personally don't like branching in games, but I understand that someone can appreciate them. Anyway, can you agree with me that a game that needs hacking with Python console can be definitely simplified?
Well, it doesn't need hacking (except maybe for the occasional bug which can happen during development). I've gone through all my playthroughs without console help.

You only need console commands in case of a bug. Most others are for when somebody made a bad decision and wants to avoid the consequences, they want to have their cake and eat it (i. e. Bree gamer harem and max kink 100) which isn't what the dev wanted, or to get shortcuts. So it is more a matter of taste than a problem of the game, which is supposed to be punishing at places.
 
3.60 star(s) 300 Votes