Skip to content

Commit aa6f250

Browse files
committed
changed 3 files, waiting to merge 4th file
1 parent 619379c commit aa6f250

File tree

6 files changed

+133
-2
lines changed

6 files changed

+133
-2
lines changed

.vscode/settings.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"files.exclude": {
3+
"**/*.rpyc": true,
4+
"**/*.rpa": true,
5+
"**/*.rpymc": true,
6+
"**/cache/": true
7+
}
8+
}

BytesOfLove/game/script.rpy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,6 @@ label start:
248248
"Your name is [mc]."
249249

250250
#jump w1_d1_LunchApology
251-
251+
jump w0_d2
252252
jump w0_d1
253253

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"files.exclude": {
3+
"**/*.rpyc": true,
4+
"**/*.rpa": true,
5+
"**/*.rpymc": true,
6+
"**/cache/": true
7+
}
8+
}

BytesOfLove/game/scripts/orientation/w0_d2_choices/w0_d2_StatueC.rpy

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,51 +2,112 @@ label w0_d2_StatueC:
22
$ c_rep = reputation(c_rep, 2)
33
$ p_rep = reputation(p_rep, -2)
44
$ js_rep = reputation(js_rep, -2)
5+
hide python_pocket_happy
6+
show python_angry at left
7+
hide cpp_talk
8+
show cpp_normal
9+
show js_normal at right
510
mc "\"Yep, I totally knew that. It’s pretty insensitive of Python to support someone like that.\""
11+
hide python_angry
12+
show python_angry_talk at left
613
p "\"I seriously didn’t know, jeez...\""
714
p "\"You guys don’t need to be mean about it.\""
15+
hide python_angry_talk
16+
show python_angry at left
17+
hide cpp_normal
18+
show cpp_handhip_talk
819
c "\"At least someone knows what they’re talking about, thanks, [mc].\""
20+
hide cpp_handhip_talk
21+
show cpp_normal
22+
hide js_normal
23+
show js_talk at right
924
js "\"There is no way you knew that!\""
1025
js "\"And even if you did, C++ is being so mean, there’s no need to be nasty!\""
1126
js "\"I bet you’re just agreeing with her because you think she’s cute!\""
1227
js "\"God, men are so shallow!\""
28+
hide js_talk
29+
show js_normal at right
1330
mc "{i}Flustered{/i} \"No, not at all! I seriously mean what I said.\""
31+
hide cpp_normal
32+
show cpp_talk
1433

1534
# Short choice decided other file was not neccessary - Lazzy
1635
menu w0_d2_CuteC:
1736
c "\"Hm, so you don’t think I’m cute?\""
1837

1938
"Admit C++ is cute":
2039
$ c_rep = reputation(c_rep, 2)
40+
hide cpp_talk
41+
show cpp_normal
2142
mc "{i}Flustered{/i}"
2243
mc "\"Well... that’s not what I was saying.\""
2344
mc "\"I do think you’re kinda cute...\""
45+
hide cpp_normal
46+
show cpp_happy
2447
c "{i}Blushes{/i}"
48+
hide js_normal
49+
show js_talk at right
2550
js "\"Ugh I knew it!\""
2651
#this \/ line is good but awarge
2752
js "\"Stop being such a simp!\""
2853
js "\"So typical of boys to only care about looks.\""
2954
js "\"C++, don’t think you’re right just because this guy agrees with you!\""
55+
hide js_talk
56+
show js_angry at right
57+
hide cpp_happy
58+
show cpp_angry_talk
3059
c "\"And what would you know about being right?\""
3160
c "\"You’re just jealous he didn’t take your side!\""
61+
hide cpp_angry_talk
62+
show cpp_angry
63+
hide js_angry
64+
show js_talk at right
3265
js "\"I wouldn’t want someone so superficial to agree with me anyway!\""
66+
hide js_talk
67+
show js_angry at right
3368
mc "\"Woah, I’m not superficial, I just think-\""
69+
hide cpp_angry
70+
show cpp_angry_talk
3471
c "\"[mc], be quiet. This isn’t even about you!\""
72+
hide cpp_angry_talk
73+
show cpp_angry
3574

3675
"Call out C++":
3776
$ c_rep = reputation(c_rep, -2)
77+
hide cpp_talk
78+
show cpp_normal
3879
mc "\"Don’t go fishing for a compliment just because I agreed with you...\""
3980
mc "\"I agree that Python shouldn’t go around calling statues cool without knowing what they represent.\""
4081
mc "\"That's it.\""
82+
hide cpp_talk
83+
show cpp_angry_talk
4184
c "\"So you think I’m ugly!?\""
85+
hide cpp_angry_talk
86+
show cpp_angry
4287
mc "\"I-\""
88+
hide js_angry
89+
show js_talk at right
4390
js "\"Why are you begging for his attention C++?\""
4491
js "\"This isn’t about you, it’s about the statue.\""
4592
js "\"Or did you forget what you were mad about already?\""
93+
hide js_talk
94+
show js_normal
95+
hide cpp_angry
96+
show cpp_angry_talk
4697
c "\"Okay sugar queen, no one asked you for your input.\""
4798
c "\"You’re just mad because he didn’t take your side.\""
99+
hide cpp_angry_talk
100+
show cpp_angry
101+
hide js_normal
102+
show js_talk at right
48103
js "\"At least he doesn’t think I’m ugly...\""
104+
hide js_talk
105+
show js_normal at right
106+
hide cpp_angry
107+
show cpp_angry_talk
49108
c "\"Excuse me!?\""
109+
hide cpp_angry_talk
110+
show cpp_angry
50111
mc "\"I never said-\""
51112

52113
jump w0_d2_StatueSexist

BytesOfLove/game/scripts/orientation/w0_d2_choices/w0_d2_StatueDB.rpy

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,26 @@ label w0_d2_StatueDB:
22
$ c_rep = reputation(c_rep, -2)
33
$ p_rep = reputation(p_rep, -2)
44
$ js_rep = reputation(js_rep, -2)
5+
hide python_pocket_happy
6+
show python_pocket at left
7+
hide cpp_talk
8+
show cpp_normal
59
mc "{i}Distracted{/i} \"Wait, guys. Look at that girl over there.\""
610
mc "\"She is actually so hot, should I go talk to her?\""
11+
hide python_pocket_happy
12+
show python_angry_talk at left
713
p "\"What are you even talking about, [mc]?\""
14+
hide python_angry_talk
15+
show python_angry at left
16+
hide js_normal
17+
show js_talk at right
818
js "\"Yeah, what is wrong with you?\""
919
js "\"Were you even listening to the conversation we were having?\""
20+
hide js_talk
21+
show js_normal at right
1022
mc "\"What? Of course I was!\""
23+
hide cpp_normal
24+
show cpp_talk
1125

1226
menu w0_d2_GuessingConvo:
1327
c "\"Okay, then what were we talking about?\""
@@ -23,31 +37,55 @@ label w0_d2_StatueDB:
2337

2438
label w0_d2_StatueDBContinue:
2539
c "\"See? That wasn’t even close to what we were talking about.\""
40+
hide cpp_talk
41+
show cpp_normal
42+
hide js_normal
43+
show js_talk at right
2644
js "\"I bet you didn’t know what we were talking about because you were too busy staring at that girl!\""
2745
js "\"You are sooo into her!\""
46+
hide js_talk
47+
show js_normal at right
2848
mc "\"Woah, woah, woah. You’re getting mad at me?\""
2949
mc "\"Look at her, she’s a 10!\""
3050
mc "\"When do you get to see girls THAT cute?\""
51+
hide python_angry
52+
show python_angry_talk at left
3153

3254
menu w0_d2_CuteGroup:
3355
p "\"What? Aren’t we cute enough?\""
3456

3557
"Admit the girls are cute":
58+
hide python_angry_talk
59+
show python_angry at left
3660
mc "\"Well I am not going to sit here and say that you guys aren’t cute...\""
3761

3862
"Deny that they're cute":
3963
$ c_rep = reputation(c_rep, -2)
4064
$ p_rep = reputation(p_rep, -2)
4165
$ js_rep = reputation(js_rep, -2)
66+
hide python_angry_talk
67+
show python_angry at left
4268
mc "\"No way! I don’t think that! That’s crazy! I mean-\""
4369
mc "\"This feels like a trap!\""
4470
mc "\"I was just looking at that girl, it wasn’t related to you three.\""
71+
hide python_angry
72+
show python_angry_talk at left
4573
p "\"Okay, I see how it is...\""
74+
hide python_angry_talk
75+
show python_angry at left
4676
mc "\"No, I meant-\""
4777

78+
hide cpp_normal
79+
show cpp_angry_talk
4880
c "\"Well I don’t care who you think is or isn’t cute!\""
4981
c "\"That’s no reason to be ignoring us.\""
82+
hide cpp_angry_talk
83+
show cpp_normal
84+
hide js_normal
85+
show js_talk at right
5086
js "\"Yeah, sorry our conversation isn’t interesting enough for you.\""
87+
hide js_talk
88+
show js_normal at right
5189
mc "\"No, that’s not what I was saying-\""
5290
bsl "\"Hey you guys are being really loud.\""
5391
bsl "\"Could you try to keep it down?\""

BytesOfLove/game/scripts/orientation/w0_d2_choices/w0_d2_StatueSexist.rpy

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,40 @@
11
label w0_d2_StatueSexist:
2+
hide python_angry
3+
show python_angry_talk at left
24
p "\"Everyone just shut up!\""
35
p "\"It’s not that important and you’re talking over the tour guide!\""
46
p "\"[mc] was just having an opinion about the statue.\""
5-
7+
68
menu w0_d2_StatueSexistC:
79
p "\"He didn’t say that anybody was hot or ugly, so let’s all just relax.\""
810

911
"Say something sexist":
1012
$ p_rep = reputation(p_rep, -4)
1113
$ js_rep = reputation(js_rep, -4)
1214
$ c_rep = reputation(c_rep, -4)
15+
hide python_angry_talk
16+
show python_angry at left
1317
mc "\"Look sweetheart, I don’t need your help here.\""
18+
hide python_angry
19+
show python_angry_talk at left
1420
p "\"I'M SORRY WHAT!?\""
21+
hide python_angry_talk
22+
show python_angry at left
23+
hide js_angry
24+
show js_talk at right
1525
js "\"There is no way you just said that.\""
26+
hide js_talk
27+
show js_angry at right
28+
hide cpp angry
29+
show cpp_angry_talk
1630
c "\"Please shut up.\""
1731

1832
"Say something normal":
1933
mc "\"Thank you, Python.\""
2034
mc "\"I wasn’t trying to step on any toes.\""
2135

36+
hide cpp_angry_talk
37+
show cpp_angry
2238
bsl "\"Uh... I am not a tour guide, I am just the leader of our breakout session.\""
2339
bsl "\"Which you guys have really been interrupting.\""
2440
bsl "\"Could you try to keep it down?\""

0 commit comments

Comments
 (0)