- Jul 18, 2018
- 164
- 481
Thanks... It did take me more time then I would like to admit to figure out how to do more than one line of code in the console.Super sekrit cheat code to unlock all the gallery
In the renpy console, type the following:
Python:for cgset in CGSETS: renpy.game.persistent._seen_ever[cgset.label] = True for cgimg in cgset.images: renpy.game.persistent._seen_images[tuple(cgimg.split())] = True refresh_gallery()