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
https://f95zone.to/threads/unren-old-unren-forall-v8-7-unren-powershell-forall-v8-7.92717/
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.
Added Sprite unlock for Goodbye Eternity [v0.7].