Mind giving me your steps to decompile? I can't seem to do so with anything that uses Ren'Py 8 due to "pickle protocol: 5".
Or if not, can I just have your persistent file so I don't have to unlock everything myself?
1. I used
UnRen-1.0.11d
. It is here in f95 somewhere you'll find it. I used it only for decompress (option 1) and enable dev console (option 3).
2. Then i used unrpyc from
You must be registered to see the links
and placed it inside game directory of VN. On first start with this file it will decompile rpyc to rpy. I used it only because the build in option 2 in UnRen did give me some errors.
3. Then i modified
persistent.replayedScenes
via dev console inside game so all scenes are there. The names of the scenes you will find in gui/images/gallery or sth like that, you just need the names of the files. This is what the code there does, it placese these images inside gallery view.
4. Then modified gallery.rpy and added
, locked=False
to
Reply
action in the code there.