• To improve security, we will soon start forcing password resets for any account that uses a weak password on the next login. If you have a weak password or a defunct email, please update it now to prevent future disruption.

Macgamer

Active Member
Oct 10, 2018
734
1,360
Trying for first time and one minute in I see that its not incest at all. The tag should be removed.
 
  • Angry
Reactions: McWoodz

FroKe88

Member
May 15, 2017
442
757
Caribdis
There's a bug in your script when coming back from hospital.
If you change the "if"s after the first to "elif" it should work (line 11224 and 11242) like intended
Code:
if judiehospitalback and gunjudie:
        scene rebs 8
        j "Yes..."
        $ judie_points += 1
        scene rebs 9
        show red
        show screen judie_points
        with Dissolve (1)
        j "But before I go..." with dissolve
        j "I just wanted to say thank you for saving me yesterday..."
        j "You and Lauren came back for me so... thanks."
        scene rebs 10
        hide screen judie_points
        me "Of course we came back Judie, I'll always protect you." with dissolve
        scene rebs 11
        if inc:
            j "I know... You're the best brother I could have ever asked for... Bye bro!" with dissolve
        else:
            j "I know... You're the best step-brother I could have ever asked for... Bye bro!" with dissolve
    elif judiehospitalback and gunlauren:
        scene rebs 8
        j "Yes..."
        $ judie_points += 2
        scene rebs 9
        show red
        show screen judie_points
        with Dissolve (1)
        j "But before I go..." with dissolve
        j "I just wanted to say thank you for saving me yesterday..."
        j "You and Lauren came back for me and then... the way you stood up to that creature... It was... impressive."
        scene rebs 10
        hide screen judie_points
        me "Of course we came back Judie, I'll always protect you." with dissolve
        scene rebs 11
        if inc:
            j "I know... You're the best brother I could have ever asked for... Bye bro!" with dissolve
        else:
            j "I know... You're the best step-brother I could have ever asked for... Bye bro!" with dissolve
    elif judiehospitalback and gunme:
        scene rebs 8
        j "Yes..."
        $ judie_points += 3
        scene rebs 9
        show red
        show screen judie_points
        with Dissolve (1)
        j "But before I go..." with dissolve
        j "I just wanted to say thank you for saving me yesterday..."
        j "You and Lauren came back for me and then... the way you stood up to that creature... It was... impressive. You shot her in the face!"
        scene rebs 10
        hide screen judie_points
        me "Of course we came back Judie, I'll always protect you." with dissolve
        scene rebs 11
        if inc:
            j "I know... You're the best brother I could have ever asked for... Bye bro!" with dissolve
        else:
            j "I know... You're the best step-brother I could have ever asked for... Bye bro!" with dissolve
    else:
        $ judie_points -= 10
        scene rebs je
        show blue
        show screen judie_points
        with Dissolve (1)
        j "Yes, I am." with dissolve
        j "By the way, thank you for abandoning me yesterday."
        j "I'd be dead if it weren't for Lauren but hey, don't worry, I'll never bother you again."
        j "Step aside!"
        hide screen judie_points
Great Update as always <3
 

TripleZ

Active Member
Jun 23, 2017
676
1,540
Caribdis
There's a bug in your script when coming back from hospital.
If you change the "if"s after the first to "elif" it should work (line 11224 and 11242) like intended
Code:
if judiehospitalback and gunjudie:
        scene rebs 8
        j "Yes..."
        $ judie_points += 1
        scene rebs 9
        show red
        show screen judie_points
        with Dissolve (1)
        j "But before I go..." with dissolve
        j "I just wanted to say thank you for saving me yesterday..."
        j "You and Lauren came back for me so... thanks."
        scene rebs 10
        hide screen judie_points
        me "Of course we came back Judie, I'll always protect you." with dissolve
        scene rebs 11
        if inc:
            j "I know... You're the best brother I could have ever asked for... Bye bro!" with dissolve
        else:
            j "I know... You're the best step-brother I could have ever asked for... Bye bro!" with dissolve
    elif judiehospitalback and gunlauren:
        scene rebs 8
        j "Yes..."
        $ judie_points += 2
        scene rebs 9
        show red
        show screen judie_points
        with Dissolve (1)
        j "But before I go..." with dissolve
        j "I just wanted to say thank you for saving me yesterday..."
        j "You and Lauren came back for me and then... the way you stood up to that creature... It was... impressive."
        scene rebs 10
        hide screen judie_points
        me "Of course we came back Judie, I'll always protect you." with dissolve
        scene rebs 11
        if inc:
            j "I know... You're the best brother I could have ever asked for... Bye bro!" with dissolve
        else:
            j "I know... You're the best step-brother I could have ever asked for... Bye bro!" with dissolve
    elif judiehospitalback and gunme:
        scene rebs 8
        j "Yes..."
        $ judie_points += 3
        scene rebs 9
        show red
        show screen judie_points
        with Dissolve (1)
        j "But before I go..." with dissolve
        j "I just wanted to say thank you for saving me yesterday..."
        j "You and Lauren came back for me and then... the way you stood up to that creature... It was... impressive. You shot her in the face!"
        scene rebs 10
        hide screen judie_points
        me "Of course we came back Judie, I'll always protect you." with dissolve
        scene rebs 11
        if inc:
            j "I know... You're the best brother I could have ever asked for... Bye bro!" with dissolve
        else:
            j "I know... You're the best step-brother I could have ever asked for... Bye bro!" with dissolve
    else:
        $ judie_points -= 10
        scene rebs je
        show blue
        show screen judie_points
        with Dissolve (1)
        j "Yes, I am." with dissolve
        j "By the way, thank you for abandoning me yesterday."
        j "I'd be dead if it weren't for Lauren but hey, don't worry, I'll never bother you again."
        j "Step aside!"
        hide screen judie_points
Great Update as always <3
Worked thanks. (y)


How would you use this fix? What file/codeline would I be looking for?
It's in script.rpy. Just gotta ctrl+f "if judiehospitalback and gunjudie:" to find the paragraphs then do what Caribdis said. :geek:
 

Reniere

Well-Known Member
Aug 5, 2019
1,067
1,944
ok there's some type of bug go back to get her in the hospital back home and you get plus points for coming back for her but right after that you get negative points and she says thanks for abandoning me
 

Spyderwraith

Well-Known Member
Jul 21, 2017
1,132
880
im confused with the teacher content i got to it then it just skipped to me at home where he says to himself he cant believe he fucked his teacher and then the end? is it supposed to be that way?
I got that too, gave her flowers and then it jump skipped to the guy saying "oh my god i can;'t believe i fucked my teacher" odd
 
  • Like
Reactions: Anthony2

Laziness

Well-Known Member
Feb 14, 2018
1,486
2,024
Caribdis
There's a bug in your script when coming back from hospital.
If you change the "if"s after the first to "elif" it should work (line 11224 and 11242) like intended
Code:
if judiehospitalback and gunjudie:
        scene rebs 8
        j "Yes..."
        $ judie_points += 1
        scene rebs 9
        show red
        show screen judie_points
        with Dissolve (1)
        j "But before I go..." with dissolve
        j "I just wanted to say thank you for saving me yesterday..."
        j "You and Lauren came back for me so... thanks."
        scene rebs 10
        hide screen judie_points
        me "Of course we came back Judie, I'll always protect you." with dissolve
        scene rebs 11
        if inc:
            j "I know... You're the best brother I could have ever asked for... Bye bro!" with dissolve
        else:
            j "I know... You're the best step-brother I could have ever asked for... Bye bro!" with dissolve
    elif judiehospitalback and gunlauren:
        scene rebs 8
        j "Yes..."
        $ judie_points += 2
        scene rebs 9
        show red
        show screen judie_points
        with Dissolve (1)
        j "But before I go..." with dissolve
        j "I just wanted to say thank you for saving me yesterday..."
        j "You and Lauren came back for me and then... the way you stood up to that creature... It was... impressive."
        scene rebs 10
        hide screen judie_points
        me "Of course we came back Judie, I'll always protect you." with dissolve
        scene rebs 11
        if inc:
            j "I know... You're the best brother I could have ever asked for... Bye bro!" with dissolve
        else:
            j "I know... You're the best step-brother I could have ever asked for... Bye bro!" with dissolve
    elif judiehospitalback and gunme:
        scene rebs 8
        j "Yes..."
        $ judie_points += 3
        scene rebs 9
        show red
        show screen judie_points
        with Dissolve (1)
        j "But before I go..." with dissolve
        j "I just wanted to say thank you for saving me yesterday..."
        j "You and Lauren came back for me and then... the way you stood up to that creature... It was... impressive. You shot her in the face!"
        scene rebs 10
        hide screen judie_points
        me "Of course we came back Judie, I'll always protect you." with dissolve
        scene rebs 11
        if inc:
            j "I know... You're the best brother I could have ever asked for... Bye bro!" with dissolve
        else:
            j "I know... You're the best step-brother I could have ever asked for... Bye bro!" with dissolve
    else:
        $ judie_points -= 10
        scene rebs je
        show blue
        show screen judie_points
        with Dissolve (1)
        j "Yes, I am." with dissolve
        j "By the way, thank you for abandoning me yesterday."
        j "I'd be dead if it weren't for Lauren but hey, don't worry, I'll never bother you again."
        j "Step aside!"
        hide screen judie_points
Great Update as always <3
Gonna have to remember to load before that once 0.6 comes out...
 

tigerdiamond

Well-Known Member
Mar 1, 2020
1,475
1,772
does using the old walkthrough mod cause the game to end at the patch it was made for? my game ended at the arrow and I was real confused.
 
  • Like
Reactions: HappySapling
4.80 star(s) 902 Votes