Anyone know how to unlock gallery with latest builds? tried changing gallery_ver like previous ones have said in screens.rpy but I keep getting an error when I click on one of the galleries.
While running game code:
File "game/screens.rpy", line 1528, in script
call screen cg_char_select
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/common/00action_menu.rpy", line 100, in __call__
raise Exception("%r is not a screen or a label." % orig_screen)
Exception: u'spe_character_gallery_tab_1_pose_1' is not a screen or a label.