From 156dc975ebf94fdbc843dc68dd3a45eb283e4d79 Mon Sep 17 00:00:00 2001 From: Amogh Allani Date: Tue, 25 Feb 2025 18:08:58 -0500 Subject: [PATCH 1/2] Modified all reputation integers to affection_chenge, affection_change == 2 --- BytesOfLove/game/script.rpy | 3 +++ .../w0_d1_DoorDash.rpy | 4 ++-- .../w0_d1_VendingMachine.rpy | 4 ++-- BytesOfLove/game/scripts/orientation/w0_d2.rpy | 12 ++++++------ .../w0_d2_choices/w0_d2_LunchApology.rpy | 6 +++--- .../w0_d2_choices/w0_d2_LunchFlirt.rpy | 12 ++++++------ .../w0_d2_choices/w0_d2_StatueC.rpy | 10 +++++----- .../w0_d2_choices/w0_d2_StatueDB.rpy | 12 ++++++------ .../w0_d2_choices/w0_d2_StatueJS.rpy | 10 +++++----- .../w0_d2_choices/w0_d2_StatueSexist.rpy | 6 +++--- .../C++_Choices/w0_d3_JSGeology.rpy | 6 +++--- .../C++_Choices/w0_d3_JSWomenSuffrage.rpy | 8 ++++---- .../C++_Choices/w0_d3_JSWomenTennis.rpy | 10 +++++----- .../w0_d3_choices/w0_d3_CppCopy.rpy | 4 ++-- .../w0_d3_choices/w0_d3_MeetingRust.rpy | 18 +++++++++--------- 15 files changed, 64 insertions(+), 61 deletions(-) diff --git a/BytesOfLove/game/script.rpy b/BytesOfLove/game/script.rpy index b7af973..dd392ed 100644 --- a/BytesOfLove/game/script.rpy +++ b/BytesOfLove/game/script.rpy @@ -29,6 +29,9 @@ define dc = Character("Director of Computing College", color="#10436b") define pe = Character("Perl", color="5c5f5d") define bsl = Character("Breakout Session Leader", color="5c5f5d") +#Affection change +define affection_change = 2 + #Rust image rust_normal = "Rust/Rust_Base_1.png" image rust_talk = "Rust/Rust_Base_2.png" diff --git a/BytesOfLove/game/scripts/before_orientation/before_orientation_choices/w0_d1_DoorDash.rpy b/BytesOfLove/game/scripts/before_orientation/before_orientation_choices/w0_d1_DoorDash.rpy index 33862e2..533fa48 100644 --- a/BytesOfLove/game/scripts/before_orientation/before_orientation_choices/w0_d1_DoorDash.rpy +++ b/BytesOfLove/game/scripts/before_orientation/before_orientation_choices/w0_d1_DoorDash.rpy @@ -18,7 +18,7 @@ label w0_d1_DoorDash: mc "\"Whatever, at least you finally got here.\"" "Tip the driver": - $ pe_rep = reputation(pe_rep, 2) + $ pe_rep = reputation(pe_rep, affection_change) $ byte = bytecoin(byte, -35) u "\"Your total is 30 Bytecoin.\"" mc "{i}*Hands over 35 Bytecoin*{/i}" @@ -28,7 +28,7 @@ label w0_d1_DoorDash: mc "{i}*Closes the door*{/i}" "Don't tip the driver": - $ pe_rep = reputation(pe_rep, -2) + $ pe_rep = reputation(pe_rep, -affection_change) $ byte = bytecoin(byte, -30) u "\"Your total is 30 Bytecoin.\"" mc "{i}*Hands over 30 Bytecoin with no tip*{/i}" diff --git a/BytesOfLove/game/scripts/before_orientation/before_orientation_choices/w0_d1_VendingMachine.rpy b/BytesOfLove/game/scripts/before_orientation/before_orientation_choices/w0_d1_VendingMachine.rpy index e3f8234..e09aea6 100644 --- a/BytesOfLove/game/scripts/before_orientation/before_orientation_choices/w0_d1_VendingMachine.rpy +++ b/BytesOfLove/game/scripts/before_orientation/before_orientation_choices/w0_d1_VendingMachine.rpy @@ -14,7 +14,7 @@ label w0_d1_VendingMachine: menu w0_d1_Rust: "Be mean": - $ r_rep = reputation(r_rep, -2) + $ r_rep = reputation(r_rep, -affection_change) mc "\"Yeah, I do, my name is [mc].\"" r "\"Cool cool. What’s your major?\"" mc "\"Wouldn’t you like to know...\"" @@ -37,7 +37,7 @@ label w0_d1_VendingMachine: hide rust_angry with dissolve "{i}*Rust leaves*{/i}" "Be nice": - $ r_rep = reputation(r_rep, 2) + $ r_rep = reputation(r_rep, affection_change) mc "\"Yeah I do, my name is [mc]. What’s your major?\"" r "{i}*Smiles*{/i} \"I’m computer engineering. What about you?\"" mc "\"Oh, I’m in computer science!\"" diff --git a/BytesOfLove/game/scripts/orientation/w0_d2.rpy b/BytesOfLove/game/scripts/orientation/w0_d2.rpy index 27450d5..33f5fd7 100644 --- a/BytesOfLove/game/scripts/orientation/w0_d2.rpy +++ b/BytesOfLove/game/scripts/orientation/w0_d2.rpy @@ -145,9 +145,9 @@ label w0_d2: "Make up excuse(s)": hide cpp_talk show cpp_normal - $ p_rep = reputation(r_rep, -1) - $ js_rep = reputation(r_rep, -1) - $ c_rep = reputation(r_rep, -1) + $ p_rep = reputation(r_rep, int(-affection_change * 0.5)) + $ js_rep = reputation(r_rep, int(-affection_change * 0.5)) + $ c_rep = reputation(r_rep, int(-affection_change * 0.5)) mc "\"So, I was about to get in my car this morning, when suddenly I heard a faint meow.\"" mc "\"Looking up, I was able to see a cat 20 feet up the tree.\"" mc "\"I had to help this cat get down, so I climbed the tree.\"" @@ -206,7 +206,7 @@ label w0_d2: # Another short interaction not worth seperating files. Temporarily named everything "Respond to X" since I didnt know what to put - Lazzy menu w0_d2_BreakoutResponse1: "Respond to Javascript": - $ js_rep = reputation(js_rep, 2) + $ js_rep = reputation(js_rep, affection_change) mc "\"Yeah, it is pretty annoying that your mom won’t leave you alone.\"" mc "\"Parents can be so annoying.\"" mc "\"I wish my mom had cared enough to come with me to orientation though.\"" @@ -217,7 +217,7 @@ label w0_d2: show js_normal at left "Respond to Python": - $ p_rep = reputation(p_rep, 2) + $ p_rep = reputation(p_rep, affection_change) mc "\"Yeah I agree with Python, computer science definitely seems cool.\"" mc "\"I’m just like you, I don’t have much experience, but I’m excited to learn.\"" mc "\"And A.I. is a great field to make money in.\"" @@ -228,7 +228,7 @@ label w0_d2: show python_pocket at right "Respond to C++": - $ c_rep = reputation(c_rep, 3) + $ c_rep = reputation(c_rep, int(affection_change * 1.5)) mc "\"I think it’s really cool that your parents work for those companies, C++.\"" mc "\"I’ve never heard of iClicker or Mentimeter.\"" mc "\"I don’t know much when it comes to coding, but you sound really experienced.\"" diff --git a/BytesOfLove/game/scripts/orientation/w0_d2_choices/w0_d2_LunchApology.rpy b/BytesOfLove/game/scripts/orientation/w0_d2_choices/w0_d2_LunchApology.rpy index 6a258d6..116a4a3 100644 --- a/BytesOfLove/game/scripts/orientation/w0_d2_choices/w0_d2_LunchApology.rpy +++ b/BytesOfLove/game/scripts/orientation/w0_d2_choices/w0_d2_LunchApology.rpy @@ -16,9 +16,9 @@ label w0_d2_LunchApology: mc "\"Hey guys, about what happened on the campus tour...\"" "Apologize and smooth things over": - $ c_rep = reputation(c_rep, 2) - $ p_rep = reputation(p_rep, 2) - $ js_rep = reputation(js_rep, 2) + $ c_rep = reputation(c_rep, affection_change) + $ p_rep = reputation(p_rep, affection_change) + $ js_rep = reputation(js_rep, affection_change) mc "\"I just want to apologize one more time for what happened.\"" mc "\"I think that we could all be good friends.\"" mc "\"And I am excited to get to know you guys better in the future.\"" diff --git a/BytesOfLove/game/scripts/orientation/w0_d2_choices/w0_d2_LunchFlirt.rpy b/BytesOfLove/game/scripts/orientation/w0_d2_choices/w0_d2_LunchFlirt.rpy index 9e3a531..ab15807 100644 --- a/BytesOfLove/game/scripts/orientation/w0_d2_choices/w0_d2_LunchFlirt.rpy +++ b/BytesOfLove/game/scripts/orientation/w0_d2_choices/w0_d2_LunchFlirt.rpy @@ -1,7 +1,7 @@ label w0_d2_LunchFlirt: menu w0_d2_LunchFlirtC: "Flirt with Python": - $ p_rep = reputation(p_rep, -2) + $ p_rep = reputation(p_rep, -affection_change) mc "\"Especially you Python.\"" mc "{i}Winks{/i}" hide python_pocket @@ -16,7 +16,7 @@ label w0_d2_LunchFlirt: hide cpp_talk show cpp_normal at right "Flirt with C++": - $ c_rep = reputation(c_rep, -2) + $ c_rep = reputation(c_rep, -affection_change) mc "\"Especially you C++.\"" mc "{i}Winks{/i}" hide cpp_normal @@ -32,7 +32,7 @@ label w0_d2_LunchFlirt: show js_normal "Flirt with JavaScript": - $ js_rep = reputation(js_rep, -2) + $ js_rep = reputation(js_rep, -affection_change) mc "\"Especially you JavaScript.\"" mc "{i}Winks{/i}" hide js_normal @@ -48,9 +48,9 @@ label w0_d2_LunchFlirt: show cpp_normal at right "Everyone": - $ p_rep = reputation(p_rep, -6) - $ js_rep = reputation(js_rep, -6) - $ c_rep = reputation(c_rep, -6) + $ p_rep = reputation(p_rep, -affection_change *3) + $ js_rep = reputation(js_rep, -affection_change * 3) + $ c_rep = reputation(c_rep, -affection_change * 3) mc "\"Maybe I could get to know all of you really well back at my hotel tonight...\"" hide cpp_normal show cpp_talk at right diff --git a/BytesOfLove/game/scripts/orientation/w0_d2_choices/w0_d2_StatueC.rpy b/BytesOfLove/game/scripts/orientation/w0_d2_choices/w0_d2_StatueC.rpy index 847e699..078ba0b 100644 --- a/BytesOfLove/game/scripts/orientation/w0_d2_choices/w0_d2_StatueC.rpy +++ b/BytesOfLove/game/scripts/orientation/w0_d2_choices/w0_d2_StatueC.rpy @@ -1,7 +1,7 @@ label w0_d2_StatueC: - $ c_rep = reputation(c_rep, 2) - $ p_rep = reputation(p_rep, -2) - $ js_rep = reputation(js_rep, -2) + $ c_rep = reputation(c_rep, affection_change) + $ p_rep = reputation(p_rep, -affection_change) + $ js_rep = reputation(js_rep, -affection_change) hide python_pocket_happy show python_angry at left hide cpp_talk @@ -36,7 +36,7 @@ label w0_d2_StatueC: c "\"Hm, so you don’t think I’m cute?\"" "Admit C++ is cute": - $ c_rep = reputation(c_rep, 2) + $ c_rep = reputation(c_rep, affection_change) hide cpp_talk show cpp_normal mc "{i}Flustered{/i}" @@ -73,7 +73,7 @@ label w0_d2_StatueC: show cpp_angry "Call out C++": - $ c_rep = reputation(c_rep, -2) + $ c_rep = reputation(c_rep, -affection_change) hide cpp_talk show cpp_normal mc "\"Don’t go fishing for a compliment just because I agreed with you...\"" diff --git a/BytesOfLove/game/scripts/orientation/w0_d2_choices/w0_d2_StatueDB.rpy b/BytesOfLove/game/scripts/orientation/w0_d2_choices/w0_d2_StatueDB.rpy index 76370d8..d6f2ade 100644 --- a/BytesOfLove/game/scripts/orientation/w0_d2_choices/w0_d2_StatueDB.rpy +++ b/BytesOfLove/game/scripts/orientation/w0_d2_choices/w0_d2_StatueDB.rpy @@ -1,7 +1,7 @@ label w0_d2_StatueDB: - $ c_rep = reputation(c_rep, -2) - $ p_rep = reputation(p_rep, -2) - $ js_rep = reputation(js_rep, -2) + $ c_rep = reputation(c_rep, -affection_change) + $ p_rep = reputation(p_rep, -affection_change) + $ js_rep = reputation(js_rep, -affection_change) hide python_pocket_happy show python_pocket at left hide cpp_talk @@ -62,9 +62,9 @@ label w0_d2_StatueDBContinue: mc "\"Well I am not going to sit here and say that you guys aren’t cute...\"" "Deny that they're cute": - $ c_rep = reputation(c_rep, -2) - $ p_rep = reputation(p_rep, -2) - $ js_rep = reputation(js_rep, -2) + $ c_rep = reputation(c_rep, -affection_change) + $ p_rep = reputation(p_rep, -affection_change) + $ js_rep = reputation(js_rep, -affection_change) hide python_angry_talk show python_angry at left mc "\"No way! I don’t think that! That’s crazy! I mean-\"" diff --git a/BytesOfLove/game/scripts/orientation/w0_d2_choices/w0_d2_StatueJS.rpy b/BytesOfLove/game/scripts/orientation/w0_d2_choices/w0_d2_StatueJS.rpy index 57a547a..6db04c9 100644 --- a/BytesOfLove/game/scripts/orientation/w0_d2_choices/w0_d2_StatueJS.rpy +++ b/BytesOfLove/game/scripts/orientation/w0_d2_choices/w0_d2_StatueJS.rpy @@ -1,7 +1,7 @@ label w0_d2_StatueJS: - $ p_rep = reputation(p_rep, 2) - $ js_rep = reputation(js_rep, 2) - $ c_rep = reputation(c_rep, -2) + $ p_rep = reputation(p_rep, affection_change) + $ js_rep = reputation(js_rep, affection_change) + $ c_rep = reputation(c_rep, -affection_change) hide js_talk show js_normal at right hide python_pocket_happy @@ -47,7 +47,7 @@ label w0_d2_StatueJS: js "\"Hm, so do you think I’m cute?\"" "Admit JavaScript is cute": - $ js_rep = reputation(js_rep, 2) + $ js_rep = reputation(js_rep, affection_change) mc "{i}Flustered{/i}" mc "\"Well... that’s not exactly what I was saying...\"" mc "\"But, I do think you’re kind of cute.\"" @@ -75,7 +75,7 @@ label w0_d2_StatueJS: mc "\"Woah, I’m not superficial, I just think--\"" "Call out JavaScript": - $ js_rep = reputation(js_rep, -2) + $ js_rep = reputation(js_rep, -affection_change) mc "\"Alright, don’t go fishing for a compliment just because I agreed with you...\"" mc "\"I agree that Python shouldn’t go around calling statues cool without knowing what they represent.\"" mc "\"That's it.\"" diff --git a/BytesOfLove/game/scripts/orientation/w0_d2_choices/w0_d2_StatueSexist.rpy b/BytesOfLove/game/scripts/orientation/w0_d2_choices/w0_d2_StatueSexist.rpy index de526b4..921fe6f 100644 --- a/BytesOfLove/game/scripts/orientation/w0_d2_choices/w0_d2_StatueSexist.rpy +++ b/BytesOfLove/game/scripts/orientation/w0_d2_choices/w0_d2_StatueSexist.rpy @@ -12,9 +12,9 @@ label w0_d2_StatueSexist: "Say something sexist": hide python_angry_talk show python_angry at left - $ p_rep = reputation(p_rep, -4) - $ js_rep = reputation(js_rep, -4) - $ c_rep = reputation(c_rep, -4) + $ p_rep = reputation(p_rep, -affection_change * 2) + $ js_rep = reputation(js_rep, -affection_change * 2) + $ c_rep = reputation(c_rep, -affection_change * 2) mc "\"Look sweetheart, I don’t need your help here.\"" hide python_angry show python_angry_talk at left diff --git a/BytesOfLove/game/scripts/orientation/w0_d3_choices/C++_Choices/w0_d3_JSGeology.rpy b/BytesOfLove/game/scripts/orientation/w0_d3_choices/C++_Choices/w0_d3_JSGeology.rpy index d5dca8e..0c275e7 100644 --- a/BytesOfLove/game/scripts/orientation/w0_d3_choices/C++_Choices/w0_d3_JSGeology.rpy +++ b/BytesOfLove/game/scripts/orientation/w0_d3_choices/C++_Choices/w0_d3_JSGeology.rpy @@ -31,13 +31,13 @@ label w0_d3_JSGeology: js "\"He rocks?\"" "Laugh at the joke": - $ js_rep = reputation(js_rep,2) + $ js_rep = reputation(js_rep,affection_change) mc "{i}*Laughs*{/i} \"Why have I never thought of that?\"" mc "\"You’re really funny, you know that?\"" js "{i}*Smiles*{/i} \"Thank you, [mc], you’re a good guy.\"" "Don't laugh at the joke": - $ js_rep = reputation(js_rep,-2) + $ js_rep = reputation(js_rep,-affection_change) mc "\"That was horrible.\"" mc "\"You’re trying too hard to be funny, JavaScript.\"" js "\"You just don’t know how to be nice, do you?\"" @@ -62,7 +62,7 @@ label w0_d3_JSGeology: js "\"Ah, I would but I am pretty committed to watching One Piece right now.\"" "One Piece? I prefer two piece swimsuits": - $ js_rep = reputation(js_rep,-2) + $ js_rep = reputation(js_rep,-affection_change) mc "\"One piece? I prefer watching girls in two piece swimsuits...\"" js "\"One Piece is an anime, idiot!\"" js "\"All you think about is girls!\"" diff --git a/BytesOfLove/game/scripts/orientation/w0_d3_choices/C++_Choices/w0_d3_JSWomenSuffrage.rpy b/BytesOfLove/game/scripts/orientation/w0_d3_choices/C++_Choices/w0_d3_JSWomenSuffrage.rpy index 9638676..6b4ab69 100644 --- a/BytesOfLove/game/scripts/orientation/w0_d3_choices/C++_Choices/w0_d3_JSWomenSuffrage.rpy +++ b/BytesOfLove/game/scripts/orientation/w0_d3_choices/C++_Choices/w0_d3_JSWomenSuffrage.rpy @@ -1,5 +1,5 @@ label w0_d3_JSWomenSuffrage: - $ js_rep = reputation(js_rep,-2) + $ js_rep = reputation(js_rep,-affection_change) mc "\"Maybe a class on how to mitigate women’s suffrage.\"" mc "\"I am very passionate about the issues women face,\"" mc "\"And I hate to hear that they are still suffering...\"" @@ -17,14 +17,14 @@ label w0_d3_JSWomenSuffrage: c "\"You are really saying that you don’t want women to vote.\"" "Double Down": - $ js_rep = reputation(js_rep,-2) - $ c_rep = reputation(c_rep,-2) + $ js_rep = reputation(js_rep,-affection_change) + $ c_rep = reputation(c_rep,-affection_change) mc "\"That’s exactly what I want!\"" mc "\"I’m glad we’re on the same page now.\"" mc "\"And you know what else? I think that-\"" "Admit your mistake": - $ js_rep = reputation(js_rep,2) + $ js_rep = reputation(js_rep,affection_change) mc "\"Ohhhh, I didn’t realize that.\"" mc "\"I was wondering why people looked at me weird when I said that before...\"" js "\"LMAO\"" diff --git a/BytesOfLove/game/scripts/orientation/w0_d3_choices/C++_Choices/w0_d3_JSWomenTennis.rpy b/BytesOfLove/game/scripts/orientation/w0_d3_choices/C++_Choices/w0_d3_JSWomenTennis.rpy index 7d56ab7..9a28840 100644 --- a/BytesOfLove/game/scripts/orientation/w0_d3_choices/C++_Choices/w0_d3_JSWomenTennis.rpy +++ b/BytesOfLove/game/scripts/orientation/w0_d3_choices/C++_Choices/w0_d3_JSWomenTennis.rpy @@ -9,7 +9,7 @@ label w0_d3_JSWomenTennis: js "\"Who's your favorite player??\"" "Steffi Graf": - $ js_rep = reputation(js_rep,2) + $ js_rep = reputation(js_rep,affection_change) mc "\"Steffi Graf, for sure!\"" mc "\"She is one of the greatest of all time.\"" js "\"Oh yea, I do like her.\"" @@ -24,7 +24,7 @@ label w0_d3_JSWomenTennis: mc "\"Sorry!\"" "Billie Jean King": - $ js_rep = reputation(js_rep,2) + $ js_rep = reputation(js_rep,affection_change) mc "\"Billie Jean King, for sure!\"" mc "\"She is one of the greatest of all time.\"" mc "\"And I loved seeing Emma Stone play her in ‘Battle of the Sexes’.\"" @@ -40,7 +40,7 @@ label w0_d3_JSWomenTennis: mc "\"Sorry!\"" "Ada Lovelace": - $ js_rep = reputation(js_rep,-2) + $ js_rep = reputation(js_rep,-affection_change) mc "\"Ada Lovelace, for sure!\"" mc "\"She is one of the greatest of all time.\"" js "\"Hm, I’m not sure I know her...\"" @@ -67,7 +67,7 @@ label w0_d3_JSWomenTennis: mc "\"Hm, I definitely can see why you would think that...\"" "Allow me to explain what actually happened": - $ js_rep = reputation(js_rep,-2) + $ js_rep = reputation(js_rep,-affection_change) mc "\"But, allow me to explain what actually happened.\"" mc "\"...\"" mc "\"Okay, I thought you would interrupt me, so I actually didn’t think of anything...\"" @@ -76,7 +76,7 @@ label w0_d3_JSWomenTennis: c "\"Typical.\"" "I'm sorry for lying": - $ js_rep = reputation(js_rep,2) + $ js_rep = reputation(js_rep,affection_change) mc "\"I’m sorry for lying about liking tennis and knowing Ada Lovelace.\"" mc "\"That wasn’t cool of me.\"" mc "\"I just wanted to be able to relate to you since I remembered you liked tennis.\"" diff --git a/BytesOfLove/game/scripts/orientation/w0_d3_choices/w0_d3_CppCopy.rpy b/BytesOfLove/game/scripts/orientation/w0_d3_choices/w0_d3_CppCopy.rpy index 40f7640..8b394cb 100644 --- a/BytesOfLove/game/scripts/orientation/w0_d3_choices/w0_d3_CppCopy.rpy +++ b/BytesOfLove/game/scripts/orientation/w0_d3_choices/w0_d3_CppCopy.rpy @@ -29,7 +29,7 @@ label w0_d3_CppCopy: p "\"Also, I can catch you up on what you missed while you were asleep.\"" "Give a friendly compliment": - $ r_rep = reputation(r_rep, 1) + $ r_rep = reputation(r_rep, int(affection_change * 0.5)) mc "\"Also, I really like your hair today, it looks good.\"" p "\"Thank you!\"" p "\"I like your outfit today, you have good style.\"" @@ -39,7 +39,7 @@ label w0_d3_CppCopy: p "\"Okay, good idea.\"" "Give a rude compliment": - $ r_rep = reputation(r_rep, -1) + $ r_rep = reputation(r_rep, int(-affection_change * 0.5)) mc "\"Anywho…\"" mc "\"I bet you get a lot of guys looking at you dressed like that.\"" mc "\"I doubt there are many women on campus hotter than you.\"" diff --git a/BytesOfLove/game/scripts/orientation/w0_d3_choices/w0_d3_MeetingRust.rpy b/BytesOfLove/game/scripts/orientation/w0_d3_choices/w0_d3_MeetingRust.rpy index 48283cd..fae9fa8 100644 --- a/BytesOfLove/game/scripts/orientation/w0_d3_choices/w0_d3_MeetingRust.rpy +++ b/BytesOfLove/game/scripts/orientation/w0_d3_choices/w0_d3_MeetingRust.rpy @@ -9,7 +9,7 @@ label w0_d3_MeetingRust: r "\"You look about my age, do you go to UB?\"" "Be mean": - $ r_rep = reputation(r_rep, -2) + $ r_rep = reputation(r_rep, -affection_change) mc "\"Yeah, I do, my name is [mc].\"" r "\"Cool, you seem chill. What’s your major?\"" mc "\"Wouldn’t you like to know...\"" @@ -27,7 +27,7 @@ label w0_d3_MeetingRust: "{i}Rust leaves{/i}" "Be nice": - $ r_rep = reputation(r_rep, 2) + $ r_rep = reputation(r_rep, affection_change) mc "\"Yeah I do! My name is [mc], nice to meet you!\"" mc "\"What major are you?\"" r "{i}*Smiles*{/i} \"I’m in computer engineering, what about you?\"" @@ -53,7 +53,7 @@ label w0_d3_MeetingRust: menu w0_d3_RustName: "Robust": window show - $ r_rep = reputation(r_rep, -2) + $ r_rep = reputation(r_rep, -affection_change) mc "Your name is Robust, right?" hide rust_normal show rust_angry at right @@ -64,7 +64,7 @@ label w0_d3_MeetingRust: "Robin": window show - $ r_rep = reputation(r_rep, -2) + $ r_rep = reputation(r_rep, -affection_change) mc "Your name is Robin, right?" hide rust_normal show rust_angry at right @@ -84,7 +84,7 @@ label w0_d3_MeetingRust: "Resch": window show - $ r_rep = reputation(r_rep, -2) + $ r_rep = reputation(r_rep, -affection_change) mc "Your name is Resch, right?" hide rust_normal show rust_angry at right @@ -97,7 +97,7 @@ label w0_d3_MeetingRust: r "\"Now what do you want?\"" "Be mean": - $ r_rep = reputation(r_rep, -2) + $ r_rep = reputation(r_rep, -affection_change) mc "\"Don’t act like you have something I want, this is the only seat left.\"" mc "\"If I had it my way, you wouldn’t be here.\"" r "\"Dude, what is your problem?\"" @@ -109,7 +109,7 @@ label w0_d3_MeetingRust: "{i}Rust leaves{/i}" "Be nice": - $ r_rep = reputation(r_rep, 1) + $ r_rep = reputation(r_rep, int(affection_change * 0.5)) mc "\"Listen, Rust...\"" mc "\"I’m sorry about our encounter the other day.\"" mc "\"I was fresh off the drive here and was way too mean to you for no reason.\"" @@ -147,7 +147,7 @@ label w0_d3_MeetingRust: mc "\"In fact-\"" "\"I met some baddies.\"": - $ r_rep = reputation(r_rep, -1) + $ r_rep = reputation(r_rep, int(-affection_change * 0.5)) mc "\"When I eventually made it to my breakout room, there was only one place to sit.\"" mc "\"Luckily, the open table had 3 girls at it\"" mc "\"And they were BADDDD!\"" @@ -166,7 +166,7 @@ label w0_d3_MeetingRust: "{i}Rust leaves.{/i}" "\"I made three friends.\"": - $ r_rep = reputation(r_rep, 1) + $ r_rep = reputation(r_rep, int(affection_change * 0.5)) mc "\"When I eventually made it to my breakout room, there was only one place to sit.\"" mc "\"Luckily, that table had 3 girls at it who were really nice.\"" r "\"Oh, cool!\"" From 7ad9267fde9fc1397092b7cfc5c0c0c0525aeed9 Mon Sep 17 00:00:00 2001 From: Amogh Allani Date: Thu, 27 Feb 2025 18:01:19 -0500 Subject: [PATCH 2/2] Be Nice, Vending Machine reputation fix --- .../before_orientation_choices/w0_d1_VendingMachine.rpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BytesOfLove/game/scripts/before_orientation/before_orientation_choices/w0_d1_VendingMachine.rpy b/BytesOfLove/game/scripts/before_orientation/before_orientation_choices/w0_d1_VendingMachine.rpy index 2e28597..6a654dc 100644 --- a/BytesOfLove/game/scripts/before_orientation/before_orientation_choices/w0_d1_VendingMachine.rpy +++ b/BytesOfLove/game/scripts/before_orientation/before_orientation_choices/w0_d1_VendingMachine.rpy @@ -38,7 +38,7 @@ label w0_d1_VendingMachine: "{i}*Rust leaves*{/i}" "Be nice": - $ r_rep = reputation(r_rep, 2) + $ r_rep = reputation(r_rep, affection_change) hide rust_talk show rust_normal at right