upsnosegothe
New Member
- Aug 5, 2020
- 13
- 15
- 147
Unlocks most of the galery, but some images are still hidden in the final version.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.
To unlock the rest find if not i.check(all_prior): and under the line replace False with True
Unlocks the rest of the gallery, some scenes are stil hiden, but it is 4 or 5 of them.
To get the final images find if not i.check(True): and if i.check_unlock(False): and make sure they have return True, also under both of these there is also a return, so make sure to set it to True. Lines 114 to 123.