Is there a way to unlock the gallery or any guide on how to get it all? even before the recent update i was unable to unlock everything and im pretty sure i went through almost every option.
Gallery save is literally one page back
https://f95zone.to/threads/project2-v0-12u-goodtriangle.37205/post-8075906
Try this neat app that lets you search all the game files
You must be registered to see the links
Search Path: Game Folder
File Types: *.rpy
Check: Search Subfolders
At least 3 Content Lines
Options > Text Editors > Change to Notepad++
You must be registered to see the links
Now in the game folder open up gallery.rpy in Notepad++
Look for the "if persistent" or image file name and use AstroGrep to search the game for references to those. If feeling extra generous write up a walkthrough.
Otherwise when searching the gallery.rpy for "if persistent" try Find All in Current Document, select the lines found, copy selected lines, paste in new document and if you see line numbers then you didn't copy selected lines, now at the top add a new line and write "init python:", search & replace " if " with "", "==" with " = ", and ":" with "", then save the document to the game folder next to gallery.rpy naming it something like gallery_unlock.rpy. Next time you run the game it will compile that into gallery_unlock.rpyc and unlock everything in the gallery.
Want to see what the scene was like? Remember AstroGrep? Look up the first image in a set to see when it's referenced in game which usually is in script.rpy, from that spot Find what "label " and check "Backward direction", write down this label's name.
Enable the Ren'Py console and type in "jump " followed by the label's name. If you would like a real replay gallery instead go on itch.io and ask the developer for one.