Thanks! Putting that in the renpy folder worked like a charm. Took everything from dump123 and put it in the game folder where it belongs and deleted data.extra afterwards.
After that used this
You must be registered to see the links
Seems to mess up the translation but you can look at the code again
For console try this instead as it bypasses a lot of the silly checks.
renpy\common\00console.rpy
Change line 734 from
Code:
if config.developer or config.console:
console = DebugConsole()
To this
Code:
if True: #config.developer or config.console:
console = DebugConsole()
Added mod to skip the disclaimer after you acknowledge it the first time.
Added mod to unlock the gallery. Hopefully it's forward compatible.
Still works with the new name.
Tested on Goodbye Eternity [v0.6.1]