don't know if it's bug or not
You don't have permission to view the spoiler content.
Log in or register now.
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's kind of a bummer to see games portray women such that they are only into fun stuff if you abuse them a little, or a lot.I do like the game, but dev really could make the scenes available in both routes. Add different dialogue of course, but for the people like me who aren't really into MB.
Did you unpack it and place it in the game folder or the main folder for the game.I can't seem to get the incest patch to work?
Did you remember to extract it from the .RAR? I've done the exact same thing.The Incest patch doesn't work
Well it's obviously a fake window in an underground bunker. Probably has to be switched on, it's not going to tell you what time it is.Someone needs to redo the backgrounds. Dialogue says that the only way to tell the time is the clock while there is a goddamn window. Immersion ruined right at the start.
Yeah, is that the problem?Did you extract it from the .RAR? I've done the exact same thing.
Obviously? What kind of a bunker has fake windows with fake sunlight and fake trees behind it? Its reused art of a normal house.Well it's obviously a fake window in an underground bunker. Probably has to be switched on, it's not going to tell you what time it is.
Pretty sure it isn't. The PC's dick is positioned temporarily behind her so that you can see all the wet goods. Plus, I'm not sure if a bug is even possible in a VN style scene...don't know if it's bug or notYou don't have permission to view the spoiler content. Log in or register now.
It's a bunker in a fake game. Is this really the biggest problem you have with the game?Obviously? What kind of a bunker has fake windows with fake sunlight and fake trees behind it? Its reused art of a normal house.
What do you mean "fake game"? Its not a game? Then what is it? What did I download? Anyway, if a piece of art is my "biggest" problem, that should mean that regardless the game is great.It's a bunker in a fake game. Is this really the biggest problem you have with the game?
Me too, I have some scenes unlocked, but others are still locked... Can someone upload a save with gallery unlocked ?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