Plumbogummite

New Member
Dec 13, 2020
9
7
How do you get Grace's second scene? It's the top right on the gallery page
After the aphrodisiac eggplant/defloration scene I waited a few days and then went back to the greenhouse. I get that second scene now anytime I go there.
edit: This is with version 0.26
 
Last edited:

the66

beware, the germans are cumming
Modder
Respected User
Donor
Jan 27, 2017
7,631
23,671
here is my unofficial android port of S.h.e.l.t.e.r. - An Apocalyptic Tale v0.29.
You don't have permission to view the spoiler content. Log in or register now.

from now on my android ports of Ren'Py games have a 2nd, persistent save location like windows. if you uninstall an app, the save files and persistent data remain intact.
therefore the app needs the permission to access the public external storage (or a new one on Android 11 :FacePalm:), because it has to read and write outside its own external storage directories.
you have to grant the permission or the app is shut down.

have fun and please report problems (you can reach me ).
updated: 22.04.2021 (v0.29)
 
Last edited:

Yournewowner

Member
Jun 30, 2017
225
215
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.
That unlocked half the gallery. A lot is still locked...
 

PULALAU1

Active Member
Oct 13, 2017
645
336
not to much in this verions but hey as long as my favorite girl the androird recive a thing i am happy
 

Yournewowner

Member
Jun 30, 2017
225
215
Change this as well:
for i in self.conditions:
if not i.check(all_prior):
return True

def check_unlock(self):
for i in self.conditions:
if not i.check(True):
return True

for i in self.images:
if i.check_unlock(False):
return True

return True
Now THIS is a hero, thank you <3
 

borrowed

Member
Feb 18, 2020
169
83
what new with this update? can I already have romance with the garden female or mechanic female? have kids with them or new H scene with them?
 

Steppen Wolf

Active Member
Dec 21, 2019
761
357
Guys

I´m new with the game.

I´m following mom´s love path and I'm stuck after the wine´s scene.

I can not visit her at her office after breakfast.

I need some help here, please.
 
4.10 star(s) 144 Votes