- Mar 30, 2020
- 54
- 43
i think i figured out my problem. ive tried it without jokers mod and with jokers mod. in my case, dotn know about others, but on a fresh install i manually set annas path to true, then installed jokers mod and it looks like it turns annas path to false. so ill jsut ahve to paly w/o jokers mod for now on.If you want to manually fix it, you can open the "script_ch2.rpy" (it's in the "game" folder) with any text editor (Notepad, Sublime, etc.), find this segment:
And change it to:Python:menu: "Stop her": jump ch9cont1 "Let her continue {color=#f00}(Anna path){/color}": $ anpath == True
Save it, reboot the game, and ensure you load BEFORE the decision in the barn (where you asked whether you want to follow Anna's path). That's it.Python:menu: "Stop her": jump ch9cont1 "Let her continue {color=#f00}(Anna path){/color}": $ anpath = True
edit:
after manually setting my paths to true, and then instally jokers mod, it does indeed reset the script values. you have to go back after you install jokers mod and then reset your paths and values to true and points you were/need
Last edited: