Are your saves from SAZ mod?
no. and this is a fresh start as well.Are your saves from SAZ mod?
I get the same error, and I started a new game. Still get the error.Are your saves from SAZ mod?
The issue is that "casbasementtrainlove" hasn't been added to the game yet. Saddog has only added the corruption side for this event so far, although he has added the button choice for the love option already. I suspect it will be added in the next update he releases. It was listed in the change-log.Are your saves from SAZ mod?
I've only gone corruption with Cassandra and I'm still getting the same problem.The issue is that "casbasementtrainlove" hasn't been added to the game yet. Saddog has only added the corruption side for this event so far, although he has added the button choice for the love option already.
That is weird. The only place in the new code that "casbasementtrainlove" is referenced is in repeatings.rpy. It specifically is checking to see if Love points are higher than Corruption.I've only gone corruption with Cassandra and I'm still getting the same problem.
screen casbasementtrainchoose():
default tt = Tooltip (" ")
fixed:
if dtime == 9 and gangmember == True and basecassecond == False and cassandrapregnant4 == False and basecasfirst == True and bigsislove > bigsiscorruption:
imagebutton auto "gui/icons/icon_love_%s.png" xpos 1191 ypos 250 action (Hide ('casbasementtrainchoose'), Jump('casbasementtrainlove')) hovered tt.Action ("Train her more [lv1]") focus_mask True
if dtime == 9 and gangmember == True and basecassecond == False and cassandrapregnant4 == False and basecasfirst == True and bigsislove <= bigsiscorruption:
imagebutton auto "gui/icons/icon_corruption_%s.png" xpos 591 ypos 250 action (Hide ('casbasementtrainchoose'), Jump('casbasementtraincor')) hovered tt.Action ("Ask if she wants to train more [cr1]") focus_mask True
imagebutton auto "gui/icons/icon_abort_%s.png" xpos 891 ypos 250 action (Hide ('casbasementtrainchoose'), Jump('casbasementtrainno')) hovered tt.Action ("Do nothing") focus_mask True
if dtime == 9 and gangmember == True and basecassecond == False and cassandrapregnant4 == False and basecasfirst == True and bigsiscorruption >= 50:
imagebutton auto "gui/icons/icon_corruption_%s.png" xpos 1191 ypos 550 action (Hide ('casbasementtrainchoose'), Jump('casbasement2')) hovered tt.Action ("Take her training to the next level [cr1]") focus_mask True
He is not a developer for F95. He develops via Patreon and he did give news.Wtf he actually put an update,but he should atleast put some news and not just be no contact, he even came online.