- Jan 3, 2018
- 75
- 35
The game's new gallery is just a glorified image viewer. Either that, or I don't know how to use it. This mod keeps the context and plot around the images which is what I want out of a gallery.
Here is my update making it work. Mind that I have no idea of Renpy, nor this mod, and I'm just tweaking variables and seeing what sticks. My list of changes (not using version control so this is what I can remember):
1. Fix hero init (mod/Anonymous5000_Gallery/label/hero_setup.rpy:3): Seems at some point the game author changed the hero initialization function and now it requires more parameters
2. Fix scenes loader script reading files in bytes (mod/Anonymous5000_Gallery/functions/addAllSceneToPersistent.rpy:9): For some reason it was reading the other .rpy files in bytes, even though the code then uses string/Unicode operations. Maybe the Renpy version of the game changed at some point and renpy.file had changes as well? No clue, it works now, though.
3. Fix hero initialize function using an undefined variable (cl/class_hero.rpy:97): This is an actual game file, not the mod's, so it might break with future updates if the dev touches this one. For some reason, the initialize function is using a variable heroname that I cannot find defined anywhere. Perhaps this function is legacy in the base game, and that's why the dev never noticed the issue?
4. Added a few scenes: New Cementery Threesome (Violaine and Vincent). Tweaked the Bree when her father comes to visit scene so you can choose to have her collared or not.
I'm not looking to take over this mod, or maintain it. I'm just sharing what I have since I managed to get it working. I haven't tested all the scenes, so some might be broken, or I might have broken them without knowing it. Also, I've only tried it in Windows, no idea about other platforms.
I can't seem to get this to work or show up in game. I've tried installing into the base folder and the game folder, but I'm not seeing any form of a gallery option anywhere. Can someone walk me though it, or is it broke on the latest build?