simpleguy787
Member
- Apr 23, 2018
- 149
- 139
- 247
Are the newer xxx scenes still like only 1 image, or do they last longer in these latest updates?
i did this but not all the gallery unlocked there are still some that are not showingGuys 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 have the same issue... any clues or answer around?i did this but not all the gallery unlocked there are still some that are not showing
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: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:
Any idea what's wrong or missing?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
it did work for meOk, 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.
Same issue here, the only Kira and Angela scenes I've unlocked are the shower peeking ones.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
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.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.
So basically it is all due to the first choice.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.
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.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.
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.is there a bug when you buy the book for Jay? bought it and now her bar option is locked.