So... I asked this a few days ago but no one answered, so I will ask you directly instead... Do you know how to change the variables of the days left for an event to occur? I mean, it says that i have to wait 66250 days, but... You know, I don't think my mind want to last spamming the "skipping days" button till I reach 66000... So, you know about a way to fix or edit that?
Yes. But those extreme high values are actually markers. Those branches/paths are blocked. A different branch needs to reach a certain point to unlock or fully lock them.
So if you change those high number you might fuck up your save.
Let's see about those speed ups though. Dont want to wait 10 days for your wife to reply to her bbc addicted friend now do we? Generally events, as is messages, trigger when a variables in the form <identifier>_write_next_day reaches 0. There are a lot of those variables, 1 for each branch / path, maybe some extras. Look them up in the variable viewer or extract the rpyc files and do a search for _next_day in the file script.rpy. Might be easier to search for the path name though, but dont use names in the search as the are inserted as variables.
Example do not search for "Valerie and the son" but instead only for "and the son". This will get you to this line:
Code:
text "The branch of [wife_name_is] and the son" size 44 color "#000"
and a bit below you will find the steps with the variable name, here "Wife_Son_write_next_day"
IMPORTANT:
Do not set the variables to 0, this sometimes bugs out. Allways set them to 1.
Dont set variables that also require a command, that can also bug out.
It's best to check the values before changing them, this can be done by entering them in the console without assigning a value
View attachment 2782118
I also get this message when I want to open a changed save file. Unfortunately, regardless of whether it is YES or NO, it cannot be opened under any circumstances. Is that a bug?
I do not change the save, but a quick look into the folder showed a subfolder called sync. Looks like the saves are stored twice and you might have to change both files.