- May 26, 2017
- 868
- 2,966
You're right, it doesn't. Only when jumped or called: this is why the "label xxx doesn't exists" error never appears at startup and why shit need to be tested.No problem. I'm surprised that first change worked on my non-JDMOD testbed, I assumed that Renpy tries to resolve all the jumps at startup. Guess it doesn't.
Actually, the only change needed for compatibility is replacingFurther proposal: You can doviressa_fanfic_installed = False
in the JDMOD's init 1 block, and I can dovirssa_fanfic_installed = True
in my fanfic mod's init 2 block. Then you can use that variable to determine whether the fanfic mod is installed, and show/hide the fanfic scenes in the gallery based on that. That way, our mods will just automatically work together so long as they're both installed without users needing to install a special combo pack build.
jump gallery
by jump JDMOD_gallery_bonuses
.I used
renpy.loadable("Fanfic.rpa")
to determine if your mod was installed. I decided to lock your scenes instead of hiding them, because they're good and people need to know about them, and I'll add a link to where they can be downloaded to the JDMOD as soon as you make a thread in the mod section or decide to use a MEGA.nz folder (like I do for the KoD JDMOD) ; both solutions would create a permanent link to the latest version, this way I won't have to change the link whenever you update the fanfic mod.