I've tried the gallery unlock like 10 times and it's not working.
Trying as follows:
type Python:
hit Enter
then typing the following 3 line by line and hitting enter after each
from types import FunctionType
func = compile('def unlock_all(a): return(True) ', "<boolean>", "exec")
is_replay_unlocked = FunctionType(func.co_consts[0], globals(), None)
I've had syntax errors, I've had typos, can you not just copy and paste this, or better yet stick it in one of the game files and have it run automatically?