gallery_main.rpy change in this versionGallery Unlock: go the game directory and you will see a file called "gallery_main.rpy" open that in notepad or other similar programs, look for this code. It's not far down and has 3 lines of russian above it, starts on line 48.
Change the "False" text into "True" next time you start up the game the gallery will be unlocked.Code:if char_id not in persistent.gallery: return False if ev_id not in persistent.gallery[char_id]: return False return True