S A Z

Well-Known Member
Modder
Jun 29, 2017
1,475
11,619
743
just got this error

You don't have permission to view the spoiler content. Log in or register now.
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.

- A new event with Cassandra when she‘s your basement slut (corruption, 9am)
 
Last edited:

ronehjr

Member
Aug 22, 2018
185
54
107
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've only gone corruption with Cassandra and I'm still getting the same problem.
 

S A Z

Well-Known Member
Modder
Jun 29, 2017
1,475
11,619
743
I've only gone corruption with Cassandra and I'm still getting the same problem.
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. :unsure:
Python:
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
 
  • Like
Reactions: Knight2416

moonbaby

Member
Jan 20, 2018
399
215
197
Is the
The Tyrant: S A Z Mod [Update 0.9.1][Hot Fix v05][Mod][S A Z]
worth getting right now or just wait for final?
 
3.50 star(s) 139 Votes