Raring

Member
May 6, 2019
111
76
106
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?
 

Jamsalad

Active Member
Mar 22, 2018
576
602
269
Really feels like the dev is starting to milk it which is such a shame because the game started off great.
 

Chucke1992

Well-Known Member
Jun 11, 2017
1,230
815
301
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
 

d1Polterghost

Member
Jul 22, 2017
326
510
246
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.
 
  • Like
Reactions: _Maou_

Master of Puppets

Conversation Conqueror
Oct 5, 2017
7,712
10,383
883
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.
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.
 
  • Angry
Reactions: d1Polterghost

JohnJG

Engaged Member
May 17, 2018
2,492
2,852
470
Make a back up and Delete all of script files from the game folder and then put the Patch script in.

This method worked for me. :coffee: ;)
 
  • Like
Reactions: Gwb2006

Mondoblasto

Well-Known Member
Nov 13, 2017
1,473
2,520
499
winterlook On Tiffany's corrupt route, asking her about Jay's gift states that she just gives it to you outright, but it instead unlocks the purchase option from her romance route so you have to buy it anyway.

Great job with the different android wig styles and their different renders with her scenarios, BTW.(y)
 
Mar 23, 2019
85
96
95
don't know if it's bug or not
You don't have permission to view the spoiler content. Log in or register now.
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...:unsure:
That would imply that the artist who drew it had a seizure or something while they drew it. If I were you, I would've deleted this about 5 minutes after thinking it through. Just a thought.
 

d1Polterghost

Member
Jul 22, 2017
326
510
246
It's a bunker in a fake game. Is this really the biggest problem you have with the game?
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.
 

AdmiralHipperBG

Active Member
Apr 12, 2018
828
549
273
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?
Me too, I have some scenes unlocked, but others are still locked... Can someone upload a save with gallery unlocked ?
 
4.20 star(s) 160 Votes