Didn't work for me sorry....
Dang, so not yay .Essentially, yes. The variables are missing despite your save seemingly having run though their initialization, hence not executing those statements again. Now, this can be fixed by dropping the following into a .rpy file in the game's game directory
but a lot more variables will be missing, possibly messing up later events (like people referencing stuff you never did, for instance). Best start over, and ifPython:label after_load: if not hasattr(store, "choiceflag3_1_1"): $ choiceflag3_1_1 = True $ choiceflag3_1_2 = True $ choiceflag3_1_3 = True
CTRL
skipping feels too slow, simply switch to Insta-Skip (UT anyone? No? Kids these days.). See these posts on advanced skipping.
Don't. Ever.
Granted Ren'Py annotating the AST anew will lead to thedefault
statements being executed again, existing saves' call stacks won't match up anymore leading to Ren'Py complaining that it 'Couldn't find a place to stop rolling back.' in the majority of cases. The end.
See thisYou must be registered to see the linkson how keeping .rpyc files ensures save compatibility.
Will be fixed in the next release. Edit: Does not affect your save.
Go into options and under skip select credits. Will be made default on the next release, if I recall correctly.
I'm still confused as to why this happens to some, but not others. WHY WON'T YOU INITIALIZE THE DAMN VARIABLES RENPYYY
What are the odds these cases are only from old saves of a certain version, and after restarting these people won't have this problem ever again?
Regardless, it seems the best course of action is to start a new save, tape down the CTRL button, and have at it
If this problem affects you, I really am sorry. This is one of those cases where things just don't want to work : (
Good catch! I fixed half of this gallery bug this release, and I missed the variables you're referring to. It's fixed now for next release!Something odd happening in my game. Fresh install, new game.
You don't have permission to view the spoiler content. Log in or register now.