I compared this screens.rpy file to the original one in the game's "game" folder, and I can see how your text lines/code in the "Replay Gallery" section differs (basically changing the last part of each textbutton line from "locked=None)" to "locked=False)".Gallery mod updated(2.0.0 pc)
However, for some reason, all the new scene replays from the latest update are still showing as greyed out. Any idea why that is happening? Thanks!
EDIT: Nevermind, I figured it out on my own. All I had to do was move the original "scenes.rpy" file to a different folder (I previously had just renamed it to "scenesBAK.rpy", but left it in the "games" folder) . Not sure if that was the fix, or if it was my decision to locate the lines of code for the new replay gallery scenes in your updated for 2.0.0 "scenes.rpy" file, and change them from ending with:
locked=False)
to
locked = False)
by inserting a space before and after the "="
Last edited: