Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Commit

Permalink
Compliments fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TRIDENT1313 committed Dec 27, 2022
1 parent 15f54ee commit f17e631
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 17 deletions.
66 changes: 55 additions & 11 deletions game/dialogs/script-compliments.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@ init 5 python:
)

label compliment_best_girl:
$ Affection.calculatedAffectionGain(bypass=get_chat("compliment_best_girl").seen_no == 0)
if persistent.fae_compliment_best_girl:
$ Affection.calculatedAffectionGain(3, bypass=False)
else:
$ Affection.calculatedAffectionGain(3, bypass=True)
s abagcea "I'm the best girl? Aww, you're so sweet, [player]!"
s abagdka "I'm really happy you think so! It means a lot to me, ehehehe~"
s bbfclfc "After all, I always thought that I might be the least likable given the fact most would choose one of my friends over me, but..."
Expand All @@ -64,6 +67,7 @@ label compliment_best_girl:
s abfbcqa "I'm glad you care so much about me! I love you, [player]~"
else:
s abfbcqa "I'm glad you care so much about me!"
$ persistent.fae_compliment_best_girl = True
return


Expand All @@ -81,12 +85,16 @@ init 5 python:
)

label compliment_beautiful:
$ Affection.calculatedAffectionGain(bypass=get_chat("compliment_beautiful").seen_no == 0)
if persistent.fae_compliment_beautiful:
$ Affection.calculatedAffectionGain(3, bypass=False)
else:
$ Affection.calculatedAffectionGain(3, bypass=True)
s abhfmkb "You think so, [player]? Aww, I don't know what to say, ehehehe~"
s bbhfmebj "Especially since I'm pretty messy sometimes, ahahaha..."
s abfccea "But that means so much to me coming from you, [player]!"
if Affection.isAffectionate(higher=True):
s abfcdqa "Remember that you're the most beautiful person in the world to me too!"
$ persistent.fae_compliment_beautiful = True
return

init 5 python:
Expand All @@ -103,10 +111,14 @@ init 5 python:
)

label compliment_pretty:
$ Affection.calculatedAffectionGain(bypass=get_chat("compliment_pretty").seen_no == 0)
if persistent.fae_compliment_pretty:
$ Affection.calculatedAffectionGain(3, bypass=False)
else:
$ Affection.calculatedAffectionGain(3, bypass=True)
s abaacka "Aww [player], your words always flatter me~"
s abaacoa "It makes me so happy knowing you think so!"
s abfcjoa "And I always think you're pretty too!"
$ persistent.fae_compliment_pretty = True
return

init 5 python:
Expand All @@ -123,12 +135,16 @@ init 5 python:
)

label compliment_love_hair:
$ Affection.calculatedAffectionGain(bypass=get_chat("compliment_love_hair").seen_no == 0)
if persistent.fae_compliment_love_hair:
$ Affection.calculatedAffectionGain(3, bypass=False)
else:
$ Affection.calculatedAffectionGain(3, bypass=True)
s ebaacqa "Ehehehe, even when it's a little messy? You're such a sweetheart, [player]~"
s ebfcdoa "I hope you like my signature bow, too!"
s abgcaoa "I think it fits my hairstyle, {w=0.5}{nw}"
extend abfcaaa "don't you agree?"
s abaaaka "Anyway, thanks for the compliment! It really means a lot to me."
$ persistent.fae_compliment_love_hair = True
return

init 5 python:
Expand All @@ -145,13 +161,17 @@ init 5 python:
)

label compliment_love_eyes:
$ Affection.calculatedAffectionGain(bypass=get_chat("compliment_love_eyes").seen_no == 0)
if persistent.fae_compliment_love_eyes:
$ Affection.calculatedAffectionGain(3, bypass=False)
else:
$ Affection.calculatedAffectionGain(3, bypass=True)
s abhfkoa "Aww, I'm glad you think so, [player]!"
s abegikb "How about we have a staring contest then? Teehee~"
s abegmobj "Only kidding, of course! Unless that's something you're really interested in..."
s abhfmabj "Ehehehe! Anyway..."
s abbbkoa "I think blue suits me really well! It represents happiness and sensitivity, and I always try my best to connect with others in a positive way."
s abbbcqa "And I think they make me unique and give me something to be confident about!"
$ persistent.fae_compliment_love_eyes = True
return

init 5 python:
Expand All @@ -168,14 +188,18 @@ init 5 python:
)

label compliment_kind:
$ Affection.calculatedAffectionGain(bypass=get_chat("compliment_kind").seen_no == 0)
if persistent.fae_compliment_kind:
$ Affection.calculatedAffectionGain(3, bypass=False)
else:
$ Affection.calculatedAffectionGain(3, bypass=True)
s abhfcoa "Aww, you're so nice, [player]!"
s abhfaka "I'm happy you think so! I always try to be welcoming and pleasant to others around me."
s abbbcqa "And I think you're really kind too, {w=0.5}{nw}"
extend abgccoa "you always make my days brighter with your company!"
s abhfcka "I just want you to know that I really appreciate that."
if Affection.isLove(higher=True):
s "I love you so much, [player]~"
$ persistent.fae_compliment_kind = True
return

init 5 python:
Expand All @@ -192,14 +216,18 @@ init 5 python:
)

label compliment_look_up_to_you:
$ Affection.calculatedAffectionGain(bypass=get_chat("compliment_look_up_to_you").seen_no == 0)
if persistent.fae_look_up_to_you:
$ Affection.calculatedAffectionGain(3, bypass=False)
else:
$ Affection.calculatedAffectionGain(3, bypass=True)
s abfbksa "You do? You look up to me? That's so kind of you, [player]!"
s bbfbmoaj "Honestly, I didn't expect to hear that from you. I always thought there were other people who are actually worth looking up to."
s bbfblhaj "And I never really considered myself to be... that kind of person, I guess."
s abfcaka "But the fact that I can be that someone for you makes it really special!"
s abaaloa "You're someone I look up to as well, {w=0.5}{nw}"
extend bbaaiaa "you inspire and motivate me every single day."
s abaacka "Thank you so much, [player]. It really means a lot to me."
$ persistent.fae_look_up_to_you = True
return

init 5 python:
Expand All @@ -216,10 +244,14 @@ init 5 python:
)

label compliment_like_seeing_happy:
$ Affection.calculatedAffectionGain(bypass=get_chat("compliment_like_seeing_happy").seen_no == 0)
if persistent.fae_like_seeing_happy:
$ Affection.calculatedAffectionGain(3, bypass=False)
else:
$ Affection.calculatedAffectionGain(3, bypass=True)
s abhfcka "Aww! That's so cute of you to say, [player]! Thank you so much!"
s ebbckea "I am {i}happy{/i} to make you {i}happy{/i} when you see me {i}happy{/i}, ehehehe~"
s ebbbcka "I like seeing you happy as well! It makes all the time we spend together worth it."
$ persitent.fae_like_seeing_happy = True
return

init 5 python:
Expand All @@ -236,14 +268,18 @@ init 5 python:
)

label compliment_thank_for_being_here:
$ Affection.calculatedAffectionGain(bypass=get_chat("compliment_thank_for_being_here").seen_no == 0)
if persistent.fae_compliment_thank_for_being_here:
$ Affection.calculatedAffectionGain(3, bypass=False)
else:
$ Affection.calculatedAffectionGain(3, bypass=True)
s ebbbcka "Of course, [player]! I'll always be here for you when you need me!"
s abhfaoa "And thank you for being here for me too, it means a lot to me."
s abbcmoaj "You know, you've done so much to help me and you've always been by my side, {w=0.5}{nw}"
extend bbbciaa "despite everything that happened..."
s abaacaa "And I really can't thank you enough for that."
if Affection.isLove(higher=True):
s "I love you so much, [player]."
$ persistent.fae_compliment_thank_for_being_here = True
return

init 5 python:
Expand All @@ -260,14 +296,18 @@ init 5 python:
)

label compliment_like_your_writing:
$ Affection.calculatedAffectionGain(bypass=get_chat("compliment_like_your_writing").seen_no == 0)
if persistent.fae_compliment_like_your_writing:
$ Affection.calculatedAffectionGain(3, bypass=False)
else:
$ Affection.calculatedAffectionGain(3, bypass=True)
s abaanea "Aww, that means a lot to me, [player]! Thank you so much!"
s abaamoaj "You know, since there isn't much else for me to do in here, I try to put a lot of effort into my poetry..."
s abbbmhaj "Sometimes it's hard for me to think of what to write, {w=0.5}{nw}"
extend bbbbaaaj "or I get a bit too insecure about my abilities..."
s abbbcka "But if you really look forward to seeing my creations, I think it's worth it!"
s abbbksa "Do you write, [player]? I'd love to see your work someday if you do!"
s abhfcka "I'm sure you can write some amazing things too, ehehehe~"
$ persistent.fae_compliment_like_your_writing = True
return

init 5 python:
Expand All @@ -284,9 +324,13 @@ init 5 python:
)

label compliment_ball_of_sunshine:
$ Affection.calculatedAffectionGain(bypass=get_chat("compliment_ball_of_sunshine").seen_no == 0)
if persistent.fae_compliment_ball_of_sunshine:
$ Affection.calculatedAffectionGain(3, bypass=False)
else:
$ Affection.calculatedAffectionGain(3, bypass=True)
s abgccea "[player]! That was so cute!"
s abbcnka "Thank you! I hope I can continue making you happy, and brightening up your days, {w=0.5}{nw}"
extend abgccaa "just like you do for me!"
s abaacqa "Ehehehe~"
$ persistent.fae_compliment_ball_of_sunshine = True
return
13 changes: 7 additions & 6 deletions game/dialogs/script-topics.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -2638,12 +2638,13 @@ label sayo_love:
s ebhfhgb "Huh!? O-{w=1.0}Oh my gosh!"
s abhebebj "I didn't expect to hear that from you, [player]!"
s abheegbj "Uwaaaa! I'm so embarrassed!"
s abhfakbg "But also {i}really{/i} happy to hear that!"
s abfdbcbg "I was wondering if you even felt that way about me or if you just simply wanted to save me from my fate..."
s abgdabbg "Like maybe you still saw me as a dear friend or felt really bad for me..."
s abhflabg "But nevermind that, I’m so happy you feel that way..."
s abhfaobf "I love you too, [player]."
s abgccebf "I love you so much!"
if Affection.isEnamoured(higher=True):
s abhfakbg "But also {i}really{/i} happy to hear that!"
s abfdbcbg "I was wondering if you even felt that way about me or if you just simply wanted to save me from my fate..."
s abgdabbg "Like maybe you still saw me as a dear friend or felt really bad for me..."
s abhflabg "But nevermind that, I’m so happy you feel that way..."
s abhfaobf "I love you too, [player]."
s abgccebf "I love you so much!"

# Fall through

Expand Down

0 comments on commit f17e631

Please sign in to comment.