Can someone post the fix for the day jumping ?
For some reason my VPN is unable to access adult content on patreon, so i just get a geoblocked page
Day Jumping Fix
After updating the game,
don't use the save files where you used Groundhog Days. After Groundhog Day, the day counter shifts, leading to jumping through one or few days.
If you don't have any other saves, you can fix the day counter in the following way:
1) Open the B&T folder and find the file
renpy/common/00console.rpy
2) Open this file in Notepad and use
Ctrl+F to find
config.console = False
3) Replace it with
config.console = True
4) Save it and launch the game. Load your save-file
5) Press
Shift+O to open a console
6) Input
current_day = X, where X is your real day. For example, if you see at the top menu
June 8, then input
current_day = 8
7) Press
Enter to confirm and
Esc to close the console
8) After that, you will replay the current day (
Day 8 in our example), then proceed to the
correct Day 9, where Lisa visits the doctor.
I want to point out that it's not a real bug. I'll try to explain.
Imagine the game ends on Day 9, but you played Day 10 as Groundhog Day. So, you finished Day 10.
Then you update your game where I added Day 10 and Day 11.
You start from your old save file, but you have already played Day 10, right? So, the game moves you to Day 11.