Deathicnarnat

Newbie
Nov 7, 2019
58
13
182
Guys if you want a 100% complete gallery follow this:

Go to game folder->renpy->common -> 00gallery.rpy

Open the file using notepad and search for "if not renpy.seen_image(i):" under that line you'll see "return False". Simply change False to True and you've unlocked the entire gallery. Make sure you type True not true, the capital T matters.

Works on TFOI and I decided to give it a go here aswell.
i did this but not all the gallery unlocked there are still some that are not showing
 

makwamba

New Member
Mar 3, 2018
3
5
54
I tried to unlock the gallery to see what I missed out by not corrupting them, however it doesn't seem to work completely for me when I check the gallery. Some corruption stuff is unlocked, other scenes still have the lock. This is what it looks:

Code:
  class __GalleryUnlockCondition(object):
        def __init__(self, images):
            self.images = images

        def check(self, all_prior):
            for i in self.images:

                print(i, renpy.seen_image(i))

                if not renpy.seen_image(i):
                    return True
Any idea what's wrong or missing?
Ok, basically the problem is that there are 2 more gallery unlock conditions on the gallery coding, 1 condition is for when (Self) or the MC face is showed on the scene, and the other is for when the charachter is alone on the scene, without the MC. Do the following:
1.- On the same document a little bit below from where u changed the first 'False' to 'True', under a command that says 'if not i.check(all_prior)' change 'Return False' to 'Return True'.
2.- Even lower from where u changed the second command, under 'if not i.check(True)' below that change 'Return False' to 'Return True' and 6 columns below change the end of the command from 'Return False' to 'Return True' too.

This unlocked everything for me, hope this works for y'all.
 

Xegrid

Member
Donor
Jan 22, 2019
396
744
272
Ok, basically the problem is that there are 2 more gallery unlock conditions on the gallery coding, 1 condition is for when (Self) or the MC face is showed on the scene, and the other is for when the charachter is alone on the scene, without the MC. Do the following:
1.- On the same document a little bit below from where u changed the first 'False' to 'True', under a command that says 'if not i.check(all_prior)' change 'Return False' to 'Return True'.
2.- Even lower from where u changed the second command, under 'if not i.check(True)' below that change 'Return False' to 'Return True' and 6 columns below change the end of the command from 'Return False' to 'Return True' too.

This unlocked everything for me, hope this works for y'all.
it did work for me :)
 

Slipperyminx

Member
Feb 9, 2020
194
188
208
A few things

The android, if you make her self aware, while your whole family is corrupted. She should notice and have a response to that and maybe help in "training" them.

On Another note, she should join the family for breakfast every morning, i know she doesn't need it, but it could be her trying to find some humanity within herself (also bc i kicked the dad out, and now theirs a gap and it bothers me.)

Another thing, since you're the mayor you should get at least one shot a day, if you visit your office.
 

Chel

Active Member
Jun 1, 2017
720
1,472
324
The more this game gets updated the more i start to love it.
Absolutely fantastic work!
 

morsotin

New Member
Jan 27, 2019
4
5
154
It seems I cannot trigger Angela's and Kira's routes. I dealt with Melissa, impregnated Jay, Tiffany, Elin, got android, built watch towers...Yet Kira's room is always locked and Angela's always busy
Same issue here, the only Kira and Angela scenes I've unlocked are the shower peeking ones.
EDIT: Oh, I guess it's because of the first choice I made, when you're asked which one you'd be going for first. I didn't think much of the choice but it looks like it locks all the ones you didn't pick? Whoops.
 
Last edited:
Mar 23, 2019
85
96
95
Same issue here, the only Kira and Angela scenes I've unlocked are the shower peeking ones.
EDIT: Oh, I guess it's because of the first choice I made, when you're asked which one you'd be going for first. I didn't think much of the choice but it looks like it locks all the ones you didn't pick? Whoops.
The question is: Why wouldn't you choose all three when you are asked? But I guess I understand why you would think that. There's always cheats or starting over.
 

PrimeX

I will impreggy your mommy
Donor
May 21, 2019
377
482
247
Holy fucking shit this game scratches all my itch and ticks all my boxes. Harem, incest and impregnation my unholy trinity, goddamn. There's elements of rpg and management as well. I can't wait to see these girls' big round bellies.
 
Mar 23, 2019
85
96
95
Holy fucking shit this game scratches all my itch and ticks all my boxes. Harem, incest and impregnation my unholy trinity, goddamn. There's elements of rpg and management as well. I can't wait to see these girls' big round bellies.
Unfortunately it doesn't seem like those "big round bellies" are coming any time soon since I can't see any actual pregnancy mechanics in place yet, just impregnation "scenes". But since that's really the fun part (think of all those hormones in one place once they start blowing up!), I for one can wait until other characters are introduced and/or more plot elements.
 
Mar 23, 2019
85
96
95
is there a bug when you buy the book for Jay? bought it and now her bar option is locked.
I encountered this as well, but I don't think it's a bug. I can't remember off hand, but I think it has something do with completing either the Perry quest or finishing another side quest. So just wrap up any side quests at the moment, and just keep checking back and the option to give her the book should pop up.
 
4.20 star(s) 160 Votes