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 got this
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00action_menu.rpy", line 100, in __call__
raise Exception("%r is not a screen or a label." % orig_screen)
Exception: u'gallerymain' is not a screen or a label.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "Z:\home\Dave\Downloads\Shelter-0.20-win\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "Z:\home\Dave\Downloads\Shelter-0.20-win\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
File "Z:\home\Dave\Downloads\Shelter-0.20-win\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "Z:\home\Dave\Downloads\Shelter-0.20-win\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "Z:\home\Dave\Downloads\Shelter-0.20-win\renpy\display\core.py", line 3518, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "Z:\home\Dave\Downloads\Shelter-0.20-win\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "Z:\home\Dave\Downloads\Shelter-0.20-win\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "Z:\home\Dave\Downloads\Shelter-0.20-win\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "Z:\home\Dave\Downloads\Shelter-0.20-win\renpy\display\screen.py", line 714, in event
rv = self.child.event(ev, x, y, st)
File "Z:\home\Dave\Downloads\Shelter-0.20-win\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "Z:\home\Dave\Downloads\Shelter-0.20-win\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "Z:\home\Dave\Downloads\Shelter-0.20-win\renpy\display\behavior.py", line 962, in event
return handle_click(self.clicked)
File "Z:\home\Dave\Downloads\Shelter-0.20-win\renpy\display\behavior.py", line 897, in handle_click
rv = run(action)
File "Z:\home\Dave\Downloads\Shelter-0.20-win\renpy\display\behavior.py", line 320, in run
return action(*args, **kwargs)
File "renpy/common/00action_menu.rpy", line 100, in __call__
raise Exception("%r is not a screen or a label." % orig_screen)
Exception: u'gallerymain' is not a screen or a label.
Windows-7-6.1.7601-SP1
Ren'Py 7.3.5.606
S.h.e.l.t.e.r. - An Apocalyptic Tale 0.20
Sat Aug 01 23:41:33 2020
```