- Jan 11, 2018
- 230
- 331
Wait, I can use 2 mods at the same time? Meaning SFC and this one? If so, then thats pretty nice and unexpectedAnd if you mean using both, the answer is yes.
Wait, I can use 2 mods at the same time? Meaning SFC and this one? If so, then thats pretty nice and unexpectedAnd if you mean using both, the answer is yes.
It's not something that happen with all mods, but with mine I try to be as compatible as possible with the others. This said, there's still incompatibilities, alas.Wait, I can use 2 mods at the same time? Meaning SFC and this one? If so, then thats pretty nice and unexpected
It took me some time, but I found the cause... The investigation scene is broke and overwrite the variable for Chelsea I really hope that you have a save prior to the investigation, because it's not reversible.I get this error everytime i try to use my phone
investigation_in_progress = False
It shall be done!It took me some time, but I found the cause... The investigation scene is broke and overwrite the variable for Chelsea I really hope that you have a save prior to the investigation, because it's not reversible.
Waiting that the bug is fixed, take care of the demerits, and the second time you're warned that Billy's have to change his behavior, open the console and write this :
It should prevent the investigation scene to happen, and so also prevent the bug to break the game.Code:investigation_in_progress = False
Once I've finished with the scene tracking, I'll post an update of the mod that will include both a fix for this issue, and give the control over the demerits. Both should be enough to not be annoyed anymore by this bug.It shall be done!
Once I started to mod a game, I add anything that I myself miss in the game And once I started working on the scene tracker, I wanted it more than anything else.This mod doesn't need any improvement and you are still going at it.
Perhaps that it's a little impressing, I can't judge this, but don't be envious, there's no need for this.Im impressed and a little envious of your dedication.
I have never, until now, noticed any corruption of the backups by the SFC mod.The SFC mod corrupt the save files.....
My mods use variables and custom object, and save a lot of things ; in they all rely around a massive object. And yet the save files will load without problem even if you remove the mod.A mod that creates variables will necessarily make the backup unplayable if the mod is not installed. I wouldn't call this a corruption.
The problem is that you need to have the mod installed to use your save files. A mod should stay as discrete as possible and not force its presence ; whatever it works by changing the original code, or as an independent standalone.If there really is a problem with file corruption, I would like to know more about it, in order to fix it.
init python:
class MyClass( renpy.python.RevertableObject ):
def __init__( self, this, that ):
self.this = this
self.that = that
default myClass = MyClass( "abc", "def" )
init python:
class MyClass( renpy.python.RevertableObject ):
def setterThis( self, value ):
mySaves["this"] = value
def getterThis( self ):
return mySaves["this"]
this = property(getterThis, setterThis)
def setterThat( self, value ):
mySaves["that"] = value
def getterThat( self ):
return mySaves["that"]
that = property(getterThat, setterThat)
default mySave = { "this": None, "that": None }
define myClass = MyClass( "abc", "def" )
Hmm. If you used the link on top of this thread, then it's not an out of date version. And if I had messed the download (which can happen, I'm just human), you wouldn't be the first, nor the only one to notice it.I'm not able to track scenes, did I download an out of date version of the mod?
SHIFT
+ e
) ? Same for me, so not isolated.Annexes is red, and college unavailable
Tried a fresh install with no SFC mod, and it is working correctly. I reinstalled SFC and it stopped working. I can't load old SFC saves without it, no surprise.Same for me, so not isolated.
The mod is designed to not break the game (as much as possible) by disabling itself, or part of itself like here, if the variables/screen/whatever he works with aren't present anymore.Annexes is red, and college unavailable
I tried and had no problem with SFC, but I haven't really played the game I used to test this, so it don't mean much.Tried a fresh install with no SFC mod, and it is working correctly. I reinstalled SFC and it stopped working. I can't load old SFC saves without it, no surprise.