From d9d80a5769629de29efdb9668316b8512a30e282 Mon Sep 17 00:00:00 2001 From: WilsonGoins Date: Thu, 27 Feb 2025 19:30:53 -0500 Subject: [PATCH 1/3] made changes made all of the changes that i believe I am supposed to make. need to do quality check --- .../game/scripts/orientation/w0_d2.rpy | 232 +++++++++--------- .../w0_d2_choices/w0_d2_LunchApology.rpy | 18 +- .../w0_d2_choices/w0_d2_LunchFlirt.rpy | 105 +++++--- .../w0_d2_choices/w0_d2_LunchJava.rpy | 28 +-- .../w0_d2_choices/w0_d2_LunchPythonC.rpy | 70 ++++-- 5 files changed, 268 insertions(+), 185 deletions(-) diff --git a/BytesOfLove/game/scripts/orientation/w0_d2.rpy b/BytesOfLove/game/scripts/orientation/w0_d2.rpy index 27450d5..7940999 100644 --- a/BytesOfLove/game/scripts/orientation/w0_d2.rpy +++ b/BytesOfLove/game/scripts/orientation/w0_d2.rpy @@ -246,12 +246,10 @@ label w0_d2: "{i}The group tours campus as the breakout session leader talks about random trivia{/i}" bsl "\"And if you look to your left you will see Half-A-Century Tower...\"" - show cpp_talk with dissolve + show cpp_normal with dissolve c "\"Gosh, this is so boring.\"" c "\"Who doesn’t know all of this stuff already?\"" c "\"I mean did anybody really come to this school without already taking a tour?\"" - hide cpp_talk - show cpp_normal show python_pocket_happy at left with dissolve p "\"I didn’t... so this is interesting! I’m really enjoying this tour.\"" p "\"Like look at that cool statue over there.\"" @@ -271,8 +269,6 @@ label w0_d2: show python_pocket_happy at left p "\"Oh, well I didn’t realize that...\"" hide cpp_normal - hide python_pocket_happy - show python_pocket at left show cpp_talk c "\"Yeah, I wouldn’t expect someone like you to know basic history...\"" hide cpp_talk @@ -303,7 +299,7 @@ label w0_d2_AfterStatue: bsl "\"The different food stations are located around the room.\"" bsl "\"We will be meeting back in Room 283 in one hour.\"" bsl "\"Feel free to sit wherever you want.\"" - mc "\"Oh jeez, I was going to the bathroom and now everyone is already sitting with each other.\"" + mc "\"Oh jeez, I was going to the bathroom, and now everyone is already sitting with each other.\"" mc "\"Where are the girls I was talking to earlier?\"" mc "\"I hope I didn’t hurt anyone’s feelings.\"" mc "\"I really don’t want to sit alone at orientation.\"" @@ -325,6 +321,9 @@ label w0_d2_AfterLunch: scene breakout_room with fade + show python_normal at right with easeinright + show js_normal at left with easeinleft + show cpp_normal with dissolve bsl "\"Okay guys, we are now going to be playing a fun game to test your knowledge.\"" bsl "\"Since The University of ByteBorough is renowned for the College of Computing...\"" bsl "\"We’ll be playing a trivia game about computer science!\"" @@ -333,29 +332,47 @@ label w0_d2_AfterLunch: mc "\"Okay guys, I am really good at trivia.\"" mc "\"And we are team 1, and one happens to also be my lucky number.\"" mc "\"I don’t know much about computer science stuff yet, but I am really good at guessing.\"" + hide cpp_normal show cpp_talk c "\"Well, we definitely won’t be guessing.\"" c "\"We want to win, not get by with luck.\"" hide cpp_talk - show cpp_normal at left - show js_talk + show cpp_normal + hide js_normal + show js_talk at left js "\"I’m sure we won’t need luck, we all seem pretty smart!\"" hide js_talk - show js_smirk + show js_smirk at left bsl "\"Okay here is the first question\"" hide js_smirk + show js_normal at left #display on screen #what will the following python code print? ... - + hide cpp_normal + show cpp_talk c "\"Okay guys this one is really easy.\"" c "\"We have to get this one right, it's obviously-\"" + hide cpp_talk + show cpp_normal + hide js_normal + show js_talk at left js "\"Hey, don't be rude C++.\"" js "\"Not all of us have programming experience and so it might not be as obvious.\"" + hide js_talk + show js_normal at left + hide cpp_normal + show cpp_handhip_talk c "\"Whatever, take your time figuring it out.\"" c "\"I am writing down our answer now because I want to win.\"" + hide cpp_handhip_talk + show cpp_handhip_normal + hide python_normal + show python_pocket_happy at right p "\"What are you guys thinking?\"" p "\"I can tell that num1 is an integer, but num2 is a string by the single quotations surrounding it.\"" p "\"That definitely means something.\"" + hide python_pocket_happy + show python_normal at right menu w0_d2_q1: "Disagree with Python": @@ -363,10 +380,12 @@ label w0_d2_AfterLunch: mc "\"No, I don't think so.\"" mc "\"They are both numbers and the asterisk has to mean multiply.\"" mc "\"Surely the answer is just 15.\"" - + show js_talk at left js "\"Yeah, I don't know if your guess is as good as mine.\"" js "\"I trust you to get it right, but what Python said makes sense.\"" js "\"What do you think we should go with, [mc]?\"" + hide js_talk + show js_normal at left "Agree with Python": @@ -375,8 +394,11 @@ label w0_d2_AfterLunch: mc "\"I am not sure what it will change, though.\"" mc "\"What do you think JavaScript?\"" + show js_talk at left js "\"Yeah, I am not sure either.\"" js "\"I think we should leave this one up to you, [mc].\"" + hide js_talk + show js_normal at left menu w0_d2_q1answer: # @@ -384,53 +406,77 @@ label w0_d2_AfterLunch: #techscore - mc "\"I think it’s 15 because 3 times 5 is 15.\"" mc "\"It’s as simple as that, let’s not overthink this.\"" - + hide cpp_handhip_normal + show cpp_angry_talk c "\"Oh my god.\"" c "\"There is no way you just said that right now.\"" c "\"The 5 OBVIOUSLY has quotations around it, making it a string.\"" c "\"And when you multiply a string and an integer in Python,\"" c "\"It just prints the string, integer number of times.\"" c "\"Literally EVERYONE knows that.\"" + hide cpp_angry_talk + show cpp_angry + show js_talk at left js "\"Hey I didn’t know that.\"" js "\"C++, you are kind of mean sometimes.\"" js "\"You should really lay off, we are still going to get the question right.\"" js "\"Since our string is ‘5’, the asterisk means that we repeat it 3 times making the answer ‘555’.\"" + hide js_talk + hide python_normal + show python_pocket_happy at right p "\"C++, just because you have more experience than us doesn’t make you smarter than us.\"" p "\"You have just been doing it for longer.\"" + hide python_pocket_happy + show python_normal at right + hide cpp_angry + show cpp_handhip_talk c "\"Oh my gosh you guys are so sensitive.\"" c "\"Whatever, I am sorry you got hurt by me stating facts.\"" c "\"Let’s just see what everyone else said.\"" + hide cpp_handhip_talk + show cpp_handhip_normal "'15'": #tech score - mc "\"I think it's ‘15’ because 3 times 5 is 15.\"" mc "\"But since the 5 has quotes around it, the answer will have quotes around it too.\"" mc "\"It's as simple as that, let's not overthink this.\"" - + hide cpp_handhip_normal + show cpp_angry_talk c "\"Oh my god.\"" c "\"There is no way you just said that right now.\"" c "\"5 is a STRING, you can’t treat it like an INTEGER!!\"" c "\"So when you multiply a string and an integer in Python,\"" c "\"It just prints the string, integer number of times.\"" c "\"Literally EVERYONE knows that.\"" - + hide cpp_angry_talk + show cpp_angry + show js_talk at left js "\"Hey I didn’t know that.\"" js "\"C++, you are kind of mean sometimes.\"" js "\"You should really lay off, we are still going to get the question right.\"" js "\"Now we know that the answer is ‘555’, since we’re repeating the string ‘5’, 3 times.\"" - + hide js_talk + hide python_normal + show python_pocket_happy at right p "\"C++, just because you have more experience than us doesn’t make you smarter than us.\"" p "\"You have just been doing it for longer.\"" - + hide python_pocket_happy + show python_normal at right + hide cpp_angry + show cpp_handhip_talk c "\"Oh my gosh you guys are so sensitive.\"" c "\"Whatever, I am sorry you got hurt by me stating facts.\"" c "\"Let’s just see what everyone else said.\"" + hide cpp_handhip_talk + show cpp_handhip_normal "'33333'": #tech score - mc "\"I think it’s ‘33333’ because the 5 has quotes around it and the 3 is just a normal number.\"" mc "\"So something weird will have to happen.\"" mc "\"I think that it will print num1, num2 number of times.\"" mc "\"It’s as simple as that, let’s not overthink this.\"" - + hide cpp_handhip_normal + show cpp_angry_talk c "\"Oh my god.\"" c "\"There is no way you just said that right now.\"" c "\"The code might look confusing, but it's not trying to trick you.\"" @@ -438,20 +484,28 @@ label w0_d2_AfterLunch: c "\"And when you multiply a string and an integer in Python,\"" c "\"It just prints the string, integer number of times.\"" c "\"Literally EVERYONE knows that.\"" - + hide cpp_angry_talk + show cpp_angry + show js_talk at left js "\"Hey I didn’t know that.\"" js "\"C++, you are kind of mean sometimes.\"" js "\"You should really lay off, we got the basic idea right.\"" js "\"Something is getting repeated a number of times.\"" js "\"We just switch the ‘numbers’ around and get '555'.\"" - + hide js_talk + hide python_normal + show python_pocket_happy at right p "\"C++, just because you have more experience than us doesn’t make you smarter than us.\"" p "\"You have just been doing it for longer.\"" - + hide python_pocket_happy + show python_normal at right + hide cpp_angry + show cpp_handhip_talk c "\"Oh my gosh you guys are so sensitive.\"" c "\"Whatever, I am sorry you got hurt by me stating facts.\"" c "\"Let’s just see what everyone else said.\"" - + hide cpp_handhip_talk + show cpp_handhip_normal "'555'": # tech score+ (CORRECT ANSWER) mc "\"Okay, wait. I think I actually know this one.\"" @@ -459,9 +513,11 @@ label w0_d2_AfterLunch: mc "\"So I think that it will print the variable that is a string once for each time it is multiplied by the integer.\"" mc "\"So the answer should be ‘555’ since we’ll be printing ‘5’ three times.\"" mc "\"Does that make sense?\"" - + show js_talk at left js "\"I don’t really get it, why wouldn’t it be an error?\"" js "\"How can you multiply a string and an integer??\"" + hide js_talk + show js_normal at left menu w0_d2_meanOrNice: @@ -472,8 +528,11 @@ label w0_d2_AfterLunch: mc "\"It is just something that programming languages know how to do.\"" mc "\"It makes printing something repeatedly quick and easy.\"" mc "\"You really need to study before school even starts.\"" - mc "\"It seems like me and C++ might be the only smart people here...\"" + mc "\"It seems like C++ and I might be the only smart people here...\"" + show js_talk at left js "\"Oh sorry..." + hide js_talk + show js_angry at left "Be Nice": #affects js + @@ -483,12 +542,20 @@ label w0_d2_AfterLunch: mc "\"This stuff can be confusing at first.\"" mc "\"You might be thinking, how would I ever know that.\"" mc "\"But with practice, and lots of repetition, it will start to click.\"" + show js_talk at left js "\"Yeah, you’re right.\"" js "\"Thanks for the explanation, I think I get it now.\"" + hide js_talk + show js_normal at left + show cpp_handhip_talk c "\"Jeez you guys are taking forever.\"" c "\"Maybe try to think a little faster next round, I don’t want you guys to slow me down.\"" c "\"Let’s see what everyone else said.\"" + hide cpp_handhip_talk + show cpp_handhip_normal + hide js_angry + show js_normal at left "ERROR": #tech score - @@ -497,29 +564,36 @@ label w0_d2_AfterLunch: mc "\"That just doesn’t make any sense.\"" mc "\"How will the computer know what to do?\"" mc "\"It’s as simple as that, let’s not overthink this.\"" - + hide cpp_handhip_normal + show cpp_angry_talk c "\"Oh my god.\"" c "\"There is no way you just said that right now.\"" c "\"The 5 OBVIOUSLY has quotations around it making it a string.\"" c "\"And when you multiply a string and an integer in Python.\"" c "\"It just prints the string, integer number of times.\"" c "\"Literally EVERYONE knows that.\"" - + hide cpp_angry_talk + show cpp_angry + show js_talk at left js "\"Hey I didn’t know that.\"" js "\"C++, you are kind of mean sometimes.\"" js "\"You should really lay off, we are still going to get the question right.\"" js "\"So, now we know that, we need to repeat ‘5’ three times to get the answer ‘555’.\"" - + hide js_talk + hide python_normal + show python_pocket_happy at right p "\"C++, just because you have more experience than us doesn’t make you smarter than us.\"" p "\"You have just been doing it for longer.\"" - + hide python_pocket_happy + show python_normal at right + hide cpp_angry + show cpp_handhip_talk c "\"Oh my gosh you guys are so sensitive.\"" c "\"Whatever, I am sorry you got hurt by me stating facts.\"" c "\"Let’s just see what everyone else said.\"" + hide cpp_handhip_talk + show cpp_handhip_normal - show js_normal - show cpp_normal at left - show python_pocket at right bsl "\"Time’s up everyone!\"" bsl "\"Write your answers down and hold them up.\"" "....." @@ -532,80 +606,57 @@ label w0_d2_AfterLunch: #for i in range(x): #x += 1 #print(x, end=‘’) - hide python_pocket - show python_pocket_happy at right + p "\"Well I think I have some idea about this one.\"" p "\"The first thing I see is that this might be an infinite loop.\"" p "\"Because we iterate x times, but x keeps increasing.\"" p "\"But, maybe that loop range only references x one time.\"" p "\"What do you think C++?\"" p "\"You seem to know everything...\"" - hide python_pocket_happy - show python_pocket at right - hide cpp_normal - show cpp_handhip_talk at left + c "\"Uhm, well actually I am not too sure.\"" c "\"I was thinking it would be infinite as well.\"" c "\"But I am really not sure.\"" - hide cpp_handhip_talk - show cpp_normal at left menu w0_d2_loopresponse: # "Rub it in C++'s Face": #techscore - - hide cpp_normal - show cpp_handhip_normal at left mc "\"HAH! You don’t know everything!\"" mc "\"I knew it, you are actually just as dumb as the rest of us!\"" mc "\"Maybe you shouldn’t run your mouth everytime you know the answer\"" mc "\"When other people don’t know the answer don’t make them feel stupid, it’s not nice.\"" - hide cpp_handhip_normal - show cpp_angry_talk at left + c "\"Shut up! You don’t know it either.\"" c "\"And who are you to tell me how to live my life??\"" - hide cpp_angry_talk - "Be Humble": #tech score - mc "\"It's all good C++, you can't expect to know every question.\"" mc "\"But maybe in the future you could not be mean about it when we don’t know the answer.\"" mc "\"It just really isn’t nice and it hurts people’s feelings.\"" - hide cpp_normal - show cpp_talk at left + c "\"Whatever.\"" c "\"You guys didn't know the answer either.\"" - hide cpp_talk - show cpp_normal at left - hide python_pocket - show python_pocket_happy at right p "\"Alright, well, do we have any ideas?\"" p "\"JavaScript? What are you thinking?\"" - hide python_pocket_happy - show python_pocket at right - show js_talk + js "\"Well after the last question it made me realize that the people who design the programming languages are pretty smart.\"" js "\"That has made me think that something like this might not be infinite.\"" js "\"It would make sense that when you initialize the for loop it is referencing the x variable.\"" js "\"But then afterwards, that value won’t change.\"" js "\"At the same time I am just guessing.\"" js "\"You make a decision, [mc].\"" - hide js_talk - show js_normal - + menu w0_d2_mcdecision: "ERROR": #techScore -= 1 - show js_normal mc "\"Okay I think that this will result in an error.\"" mc "\"I don’t think it will know to only reference X once, at the start of the loop.\"" mc "\"Are we all good with this choice?\"" - hide js_normal - show js_talk + js "\"I disagree, but I’m not confident enough to say that I am right.\"" js "\"I say let’s trust your intuition, [mc].\"" js "\"Whatever happens, happens, it’s just a game.\"" - hide js_talk - show js_normal + bsl "\"Alright, time’s up!\"" bsl "\"Everyone, write your answers down and hold them up.\"" "....." @@ -617,27 +668,19 @@ label w0_d2_AfterLunch: mc "\"Oh man, that’s my bad guys.\"" mc "\"I see how that is the answer.\"" - hide python_pocket - show python_pocket_happy at right + p "\"It’s okay we didn’t know either.\"" p "\"If we did we would have said something.\"" - hide python_pocket_happy - show python_pocket at right "4567": #techScore -= 1 - show js_smirk mc "\"I agree with JavaScript, this won’t be an error.\"" mc "\"So first it will print out 4, then 5, then 6, then 7.\"" mc "\"And then after 7 the loop will have iterated four times which was the original value of x.\"" mc "\"Are we all good with this choice?\"" - hide js_smirk - hide cpp_normal - show cpp_talk at left + c "\"I disagree, but I’m not confident enough to say that I am right.\"" c "\"I say let’s trust your intuition, [mc].\"" c "\"Whatever happens, happens, it’s just a game.\"" - hide cpp_talk - show cpp_normal at left bsl "\"Alright, time’s up!\"" bsl "\"Everyone, write your answers down and hold them up.\"" @@ -650,30 +693,22 @@ label w0_d2_AfterLunch: mc "\"Oh man, that’s my bad guys.\"" mc "\"I see how that is the answer.\"" - - hide python_pocket - show python_pocket_happy at right + p "\"It’s okay we didn’t know either.\"" p "\"If we did we would have said something.\"" - hide python_pocket_happy - show python_pocket at right "5678": #techScore += 1 - show js_smirk mc "\"I agree with JavaScript, this won’t be an error.\"" mc "\"So first it will increment x.\"" mc "\"Then it will print out 5, then 6, then 7, then 8.\"" mc "\"And then after 7 the loop will have iterated four times which was the original value of x.\"" mc "\"Are we all good with this choice?\"" - hide js_smirk - hide cpp_normal - show cpp_talk at left + c "\"I disagree, but I’m not confident enough to say that I am right.\"" c "\"I say let’s trust your intuition, [mc].\"" c "\"Whatever happens, happens, it’s just a game.\"" - hide cpp_talk - show cpp_normal at left + bsl "\"Alright, time’s up!\"" bsl "\"Everyone, write your answers down and hold them up.\"" "....." @@ -685,44 +720,20 @@ label w0_d2_AfterLunch: bsl "\"And before we print x we increment it, which is why the first number is 5, not 4.\"" mc "\"Oh nice, we got it right!\"" mc "\"Good job guys, I am glad we were able to work through that!\"" - hide python_pocket - show python_pocket_happy at right + p "\"Yes! We make such a good team.\"" - hide python_pocket_happy - show python_pocket at right "Some time later..." bsl "\"And the team with the most points is...\"" "....." bsl "\"Team 1!\"" - hide js_normal - show js_talk + js "\"OMG Yes!!!\"" - hide js_talk - show js_smirk - hide python_pocket - show python_pocket_happy at right p "\"That was so much fun!\"" - hide python_pocket_happy - show python_pocket at right - hide cpp_normal - show cpp_happy at left c "{i}Smiles{/i}" - hide js_smirk - show js_talk js "\"I see that smile, C++...\"" js "\"Admit it, you had fun!\"" - hide js_talk - show js_smirk - hide cpp_happy - show cpp_talk at left c "\"I guess it wasn’t boring...\"" - hide cpp_talk - hide python_pocket - - show cpp_happy at left - show python_pocket_happy at right - "{i}Everyone laughs.{/i}" scene hotel_room_night with longer_fade @@ -731,7 +742,6 @@ label w0_d2_AfterLunch: mc "\"One thing is for sure, I can’t stay up late again.\"" "{i}You let out a very, very large yawn.{/i}" mc "\"I don’t think I could if I wanted to...\"" - "{i}zzz{/i}" - -jump w0_d3 + "{i}zzz...{/i}" +jump w0_d3 \ No newline at end of file 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..949546f 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 @@ -1,6 +1,4 @@ label w0_d2_LunchApology: - hide python_pocket - show python_pocket_happy at left p "\"Hey JavaScript!\"" p "\"Is it okay if we join you?\"" hide python_pocket_happy @@ -20,6 +18,11 @@ label w0_d2_LunchApology: $ p_rep = reputation(p_rep, 2) $ js_rep = reputation(js_rep, 2) mc "\"I just want to apologize one more time for what happened.\"" + + hide cpp_normal + show cpp_happy at right + hide js_normal + show js_smirk at center 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.\"" @@ -27,6 +30,13 @@ label w0_d2_LunchApology: "Don't apologize": mc "\"...\"" + + hide python_pocket + show python_angry at left + hide cpp_normal + show cpp_angry at right + hide js_normal + show js_angry at center mc "\"Huh, I totally forgot what I was about to say.\"" jump w0_d2_AfterLunch @@ -40,11 +50,11 @@ menu w0_d2_LunchFlirtDecision: js "\"I totally agree, [mc]!\"" js "\"I think we can be good friends as well.\"" hide js_talk - show js_normal + show js_smirk hide python_pocket show python_pocket_happy at left p "\"Yeah, and it’s so good that we are all computer science majors.\"" p "\"Hopefully we will have a lot of classes together.\"" hide python_pocket_happy show python_pocket at left - jump w0_d2_AfterLunch + jump w0_d2_AfterLunch \ No newline at end of file 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..7302efa 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 @@ -2,74 +2,113 @@ label w0_d2_LunchFlirt: menu w0_d2_LunchFlirtC: "Flirt with Python": $ p_rep = reputation(p_rep, -2) - mc "\"Especially you Python.\"" - mc "{i}Winks{/i}" - hide python_pocket - show python_pocket_happy at left + + hide cpp_happy + show cpp_angry at right + hide js_smirk + show js_angry at center + hide python_pocket_happy + show python_angry at left + mc "\"Especially you, Python.\"" + mc "{i}*Winks*{/i}" + + hide python_angry + show python_angry_talk at left p "\"Wow, way to ruin an apology.\"" p "\"I expected nothing less.\"" - hide python_pocket_happy - show python_pocket at left - hide cpp_normal - show cpp_talk at right + + hide python_angry_talk + show python_angry at left + hide cpp_angry + show cpp_angry_talk at right c "\"Typical man...\"" - hide cpp_talk - show cpp_normal at right + + hide cpp_angry_talk + show cpp_angry at right + "Flirt with C++": $ c_rep = reputation(c_rep, -2) - mc "\"Especially you C++.\"" - mc "{i}Winks{/i}" - hide cpp_normal - show cpp_talk at right + + hide python_pocket_happy + show python_angry at left + hide js_smirk + show js_angry at center + hide cpp_happy + show cpp_angry at right + mc "\"Especially you, C++.\"" + mc "{i}*Winks*{/i}" + + hide cpp_angry + show cpp_angry_talk at right c "\"Wow, way to ruin an apology.\"" c "\"I expected nothing less.\"" - hide cpp_talk - show cpp_normal at right - hide js_normal - show js_talk + + hide cpp_angry_talk + show cpp_angry at right + hide js_angry + show js_talk at center js "\"What a simp...\"" + hide js_talk - show js_normal + show js_angry at center "Flirt with JavaScript": $ js_rep = reputation(js_rep, -2) - mc "\"Especially you JavaScript.\"" - mc "{i}Winks{/i}" - hide js_normal + + hide python_pocket_happy + show python_angry at left + hide cpp_happy + show cpp_angry at right + hide js_smirk + show js_angry at center + mc "\"Especially you, JavaScript.\"" + mc "{i}*Winks*{/i}" + hide js_angry show js_talk js "\"Wow, way to ruin an apology.\"" js "\"I expected nothing less.\"" hide js_talk - show js_normal - hide cpp_normal + show js_angry at center + hide cpp_angry show cpp_talk at right c "\"Men...\"" hide cpp_talk - show cpp_normal at right + show cpp_angry at right "Everyone": $ p_rep = reputation(p_rep, -6) $ js_rep = reputation(js_rep, -6) $ c_rep = reputation(c_rep, -6) + + hide python_pocket_happy + show python_angry at left + hide cpp_happy + show cpp_angry at right + hide js_smirk + show js_angry at center 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 + + hide cpp_angry + show cpp_angry_talk at right c "\"What the actual fuck is wrong with you.\"" c "\"That is so disgusting.\"" - hide cpp_talk - show cpp_normal at right - hide python_pocket + + hide cpp_angry_talk + show cpp_angry at right + hide python_angry show python_angry_talk at left p "\"I can’t believe you, you are despicable.\"" + hide python_angry_talk show python_angry at left - hide js_normal + hide js_angry show js_talk js "\"I think I might actually throw up...\"" + hide js_talk - show js_normal + show js_angry mc "\"Hmm, I thought that would go differently.\"" mc "\"Can’t blame me, shooters gotta shoot...\"" - jump w0_d2_AfterLunch + jump w0_d2_AfterLunch \ No newline at end of file diff --git a/BytesOfLove/game/scripts/orientation/w0_d2_choices/w0_d2_LunchJava.rpy b/BytesOfLove/game/scripts/orientation/w0_d2_choices/w0_d2_LunchJava.rpy index 0fa5104..5e309a6 100644 --- a/BytesOfLove/game/scripts/orientation/w0_d2_choices/w0_d2_LunchJava.rpy +++ b/BytesOfLove/game/scripts/orientation/w0_d2_choices/w0_d2_LunchJava.rpy @@ -1,5 +1,4 @@ label w0_d2_LunchJava: - # I think this should increase JS affection, currently not in script - Lazzy show js_normal with dissolve mc "\"Hey JavaScript, I’m sorry for how I was acting earlier.\"" mc "\"That was mean of me.\"" @@ -8,13 +7,13 @@ label w0_d2_LunchJava: js "\"Oh, it’s okay.\"" js "\"It was really just a misunderstanding.\"" hide js_talk - show js_normal + show js_smirk mc "\"Okay, whew. I was scared you would still be mad at me.\"" - hide js_normal + hide js_smirk show js_talk js "\"No, it’s okay.\"" js "\"I’m not mad.\"" - js "\"Like I said, it was a misunderstanding, I’m not mad.\"" + js "\"Like I said, it was a misunderstanding.\"" js "\"Thank you for coming and sitting with me.\"" js "\"I am really excited to eat this lunch!\"" js "\"I’ve heard the plantains are to die for.\"" @@ -30,34 +29,34 @@ label w0_d2_LunchJava: mc "\"My morning was a mess.\"" mc "\"I am from an area about 4 hours away from here and so I had to stay in a hotel.\"" mc "\"And last night I was up way too late.\"" - mc "\"And as you can guess I didn’t wake up on time.\"" + mc "\"And as you can guess, I didn’t wake up on time.\"" hide js_normal show js_talk - js "\"Did you make it to orientation on time?\"" + js "\"Oh no! Did you make it to orientation on time?\"" hide js_talk show js_normal - mc "\"Yeah, and that wasn’t even the worst part.\"" + mc "\"No! But that wasn’t even the worst part.\"" mc "\"I rushed out the door and got in my car in like 3 minutes so I could get to orientation on time.\"" mc "\"But when I started driving, I realized I didn’t even know where the school was.\"" hide js_normal show js_talk - js "\"Yeah, I literally experienced something like that too!\"" + js "\"Yeah, I LITERALLY experienced the same thing!\"" js "\"Even though my mom drove with me, I still have no idea how to get around this town.\"" hide js_talk - show js_normal + show js_smirk mc "\"Then I eventually got here, and I realized I missed the start of orientation.\"" mc "\"Luckily, there was a professor there who told me where to go.\"" mc "\"And that’s how I ended up in the breakout room.\"" - hide js_normal + hide js_smirk show js_talk js "\"You met a professor?\"" js "\"I don’t think there are any professors on campus right now.\"" js "\"Classes haven’t started, so they have no reason to be here.\"" hide js_talk show js_normal - mc "\"Huh I didn’t think of that.\"" - mc "\"She was definitely older than us and seemed really knowledgeable.\"" - mc "\"She definitely wasn’t a student, she looked too old to be anywhere near our age.\"" + mc "\"Huh, I didn’t think of that.\"" + mc "\"She was definitely older than us, and she seemed really knowledgeable.\"" + mc "\"She couldn't have been a student, she looked too old to be anywhere near our age.\"" hide js_normal show js_talk js "\"Hmm, maybe-\"" @@ -65,5 +64,4 @@ label w0_d2_LunchJava: show js_normal show python_pocket at left with dissolve show cpp_normal at right with dissolve - jump w0_d2_LunchApology - + jump w0_d2_LunchApology \ No newline at end of file diff --git a/BytesOfLove/game/scripts/orientation/w0_d2_choices/w0_d2_LunchPythonC.rpy b/BytesOfLove/game/scripts/orientation/w0_d2_choices/w0_d2_LunchPythonC.rpy index dd73a6d..6602150 100644 --- a/BytesOfLove/game/scripts/orientation/w0_d2_choices/w0_d2_LunchPythonC.rpy +++ b/BytesOfLove/game/scripts/orientation/w0_d2_choices/w0_d2_LunchPythonC.rpy @@ -1,84 +1,114 @@ label w0_d2_LunchPythonC: - mc "\"Hey Python and C++, what did you guys get for lunch?\"" show python_angry at left with easeinleft + show cpp_angry at right with easeinright + mc "\"Hey Python and C++, what did you guys get for lunch?\"" p "\"...\"" mc "\"Look, I’m sorry about what happened earlier.\"" mc "\"Do you think we can move past this and start over?\"" + hide python_angry - show python_angry_talk at left + show python_pocket_happy at left p "\"I guess it would be nice if we all got along.\"" p "\"What do you think, C++?\"" - hide python_angry_talk - show python_angry at left - show cpp_talk at right with easeinright + + hide python_pocket_happy + show python_pocket at left + hide cpp_angry + show cpp_handhip_talk at right c "\"I don’t care, do whatever you want.\"" - hide cpp_talk - show cpp_normal at right - hide python_angry + + hide cpp_handhip_talk + show cpp_handhip_normal at right + hide python_pocket show python_pocket_happy at left p "\"It’s settled then.\"" p "\"No hard feelings, we’re all friends here.\"" + hide python_pocket_happy show python_pocket at left mc "\"Great. What did you get for lunch?\"" + hide python_pocket show python_pocket_happy at left p "\"I got a beef burrito and some plantains for lunch.\"" p "\"It looks really good, and I am starving!\"" + hide python_pocket_happy show python_pocket at left mc "\"Yeah me too, I didn’t even get to eat breakfast.\"" + + hide cpp_handhip_normal + show cpp_angry_talk at right + c "\"Why not? Are you so stupid you don’t know how to cook?\"" + + hide cpp_angry_talk + show cpp_normal at right + c "\"...\"" + hide cpp_normal show cpp_talk at right - c "\"Why not? You’re so stupid you don’t know how to cook?\"" - c "{i}Sighs{/i} \"Sorry that was mean, why didn’t you get breakfast??\"" + c "{i}*Sighs* {/i} \"Sorry that was mean, why didn’t you get breakfast?\"" + hide cpp_talk show cpp_normal at right mc "\"My morning was a mess.\"" - mc "\"I am from an area about 4 hours away from here and so I had to stay in a hotel.\"" + mc "\"I am from an area about 4 hours away from here, so I had to stay in a hotel.\"" mc "\"And last night I was up way too late.\"" mc "\"And as you can guess I didn’t wake up on time.\"" + hide cpp_normal show cpp_talk at right c "\"And that was why you barely made it to the room on time?\"" + hide cpp_talk show cpp_normal at right mc "\"Yeah, and that wasn’t even the worst part.\"" mc "\"I rushed out the door and got to my car in like 3 minutes.\"" mc "\"But when I started driving, I realized I didn’t even know where the school was.\"" + hide python_pocket show python_pocket_happy at left p "\"Yeah, I ran into the same problem.\"" - p "\"I have never been to Bytesborough before today.\"" + p "\"I've never been to Bytesborough before today.\"" + hide python_pocket_happy show python_pocket at left - mc "\"Then I eventually got here and I realized I missed the start of orientation.\"" - mc "\"Luckily there was a professor there who told me where I was supposed to go.\"" + mc "\"Then, I eventually got here, and I realized I missed the start of orientation.\"" + mc "\"Luckily, there was a professor there who told me where I was supposed to go.\"" mc "\"And that’s how I ended up in the breakout room.\"" + hide cpp_normal show cpp_talk at right c "\"You met a professor?\"" c "\"I don’t think there are any professors on campus right now.\"" - c "\"Since classes haven’t started, they have no reason to be here.\"" + c "\"Classes haven’t started yet, so they have no reason to be here.\"" + hide cpp_talk show cpp_normal at right hide python_pocket show python_pocket_happy at left p "\"You’re right. Come to think of it, I haven't seen any professors either.\"" + hide python_pocket_happy show python_pocket at left mc "\"Huh, I didn’t think of that.\"" mc "\"She was definitely older than us and seemed really knowledgeable.\"" + hide cpp_normal show cpp_talk at right c "\"You better not be trying to get ahead of me before the semester even starts.\"" + hide cpp_talk - show cpp_normal at right + show cpp_happy at right mc "\"Don’t worry, I don’t have to try, I’m probably ahead of you already.\"" mc "\"Anyway, what did you guys think about JavaScript?\"" + hide python_pocket show python_pocket_happy at left + hide cpp_happy + show cpp_normal at right p "\"She seemed really nice.\"" + hide python_pocket_happy show python_pocket at left hide cpp_normal @@ -93,7 +123,6 @@ label w0_d2_LunchPythonC: hide cpp_talk show cpp_normal at right mc "\"Yeah, she is pretty annoying.\"" - # Add camera pan mc "\"Look over there, she’s sitting alone.\"" mc "\"It makes sense when you think about it.\"" mc "\"I wouldn’t want to sit with her either.\"" @@ -101,9 +130,8 @@ label w0_d2_LunchPythonC: "Defend JavaScript": hide cpp_talk show cpp_normal at right - mc "\"I mean she can be a little much.\"" + mc "\"I mean, she can be a little much.\"" mc "\"But I wouldn’t go as far as to say she is annoying.\"" - # Add camera pan mc "\"Look, she is sitting alone over there.\"" mc "\"Do you guys want to go sit with her?\"" @@ -112,8 +140,6 @@ label w0_d2_LunchPythonC: p "\"I think we should go sit with her.\"" p "\"She is probably feeling lonely.\"" p "\"And we shouldn’t be mean to someone who could be our new friend.\"" - hide python_pocket_happy - show python_pocket at left show js_normal with dissolve - jump w0_d2_LunchApology + jump w0_d2_LunchApology \ No newline at end of file From 9f7f1f1793f0712d9fe2f0a269e5ffa268799883 Mon Sep 17 00:00:00 2001 From: WilsonGoins Date: Tue, 4 Mar 2025 17:39:29 -0500 Subject: [PATCH 2/3] quick fix, ready to pushhhhh --- .../game/scripts/orientation/w0_d2_choices/w0_d2_LunchJava.rpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BytesOfLove/game/scripts/orientation/w0_d2_choices/w0_d2_LunchJava.rpy b/BytesOfLove/game/scripts/orientation/w0_d2_choices/w0_d2_LunchJava.rpy index 5e309a6..8f684bd 100644 --- a/BytesOfLove/game/scripts/orientation/w0_d2_choices/w0_d2_LunchJava.rpy +++ b/BytesOfLove/game/scripts/orientation/w0_d2_choices/w0_d2_LunchJava.rpy @@ -62,6 +62,6 @@ label w0_d2_LunchJava: js "\"Hmm, maybe-\"" hide js_talk show js_normal - show python_pocket at left with dissolve + show python_pocket_happy at left with dissolve show cpp_normal at right with dissolve jump w0_d2_LunchApology \ No newline at end of file From 4db336e00620ee1c322628653443090f1c04b01f Mon Sep 17 00:00:00 2001 From: nickv779 Date: Thu, 13 Mar 2025 17:55:43 -0400 Subject: [PATCH 3/3] Revert "quick fix, ready to pushhhhh" This reverts commit 9f7f1f1793f0712d9fe2f0a269e5ffa268799883. --- .../game/scripts/orientation/w0_d2_choices/w0_d2_LunchJava.rpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BytesOfLove/game/scripts/orientation/w0_d2_choices/w0_d2_LunchJava.rpy b/BytesOfLove/game/scripts/orientation/w0_d2_choices/w0_d2_LunchJava.rpy index 8f684bd..5e309a6 100644 --- a/BytesOfLove/game/scripts/orientation/w0_d2_choices/w0_d2_LunchJava.rpy +++ b/BytesOfLove/game/scripts/orientation/w0_d2_choices/w0_d2_LunchJava.rpy @@ -62,6 +62,6 @@ label w0_d2_LunchJava: js "\"Hmm, maybe-\"" hide js_talk show js_normal - show python_pocket_happy at left with dissolve + show python_pocket at left with dissolve show cpp_normal at right with dissolve jump w0_d2_LunchApology \ No newline at end of file