Skip to content

Commit

Permalink
updated backgrounds
Browse files Browse the repository at this point in the history
  • Loading branch information
Lance-Tan committed Nov 21, 2024
1 parent d1a062c commit 9a1dba7
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 24 deletions.
8 changes: 8 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"files.exclude": {
"**/*.rpyc": true,
"**/*.rpa": true,
"**/*.rpymc": true,
"**/cache/": true
}
}
Binary file added BytesOfLove/game/backgrounds/breakout-room.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions BytesOfLove/game/script.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -143,14 +143,15 @@ image w0_d3_buffet = "backgrounds/hotelBuffet.jpg"


#new backgrounds
image breakout_room = "backgrounds/breakout-room.PNG"
image campus_pathway = "backgrounds/campus_pathway.PNG"
image dining_hall = "backgrounds/dining-hall.PNG"
image driving_car = "backgrounds/driving-car.png"
image empty_lecture_hall = "backgrounds/empty-lecture-hall.png"
image full_lecture_hall = "backgrounds/full-lecture-hall.png"
image hotel_buffet = "backgrounds/hotel-buffet.png"
image hotel_room_day = "backgrounds/hotel-room-day.png"
image hotel-room-night = "backgrounds/hotel-room-night.png"
image hotel_room_night = "backgrounds/hotel-room-night.png"
image office = "backgrounds/office.PNG"
image parking_lot = "backgrounds/parking-lot.png"
image starting_car = "backgrounds/starting-car.png"
Expand All @@ -163,6 +164,7 @@ image vending_machine = "backgrounds/vending-machine.PNG"




image w0_d3_Advisor = "backgrounds/ciseDungeon.png"

image w0_d3_parkingLot = "backgrounds/IMG_3556.jpg"
Expand Down Expand Up @@ -229,7 +231,7 @@ init python:
label start:
stop music fadeout 4
# PROLOUGUE
scene instruction_screen with shorter_fade
scene campus_pathway with shorter_fade
"Welcome to Bytes of Love! A visual novel currently being developed by the University of Florida's Open Source Club!"
"This is an educational dating simulator where you build relationships with other programming languages that are represented as anime-style characters."
"Throughout the game, these characters will immerse you into computer science and the college experience."
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
label w0_d1:
scene w0_d1_hotel
scene hotel_room_night

mc "Man, I can't believe it, tomorrow is the first day of orientation at the University of Byteborough."
mc "I can't wait for everything I'm going to experience, all the parties, friends, clubs, and ladies!"
Expand All @@ -25,12 +25,12 @@ label w0_d1:
jump w0_d1_DoorDash

label w0_d1_End:
scene w0_d1_hotel with longer_fade
scene hotel_room_night with longer_fade
mc "Man that hit the spot."
mc "Now what should I do with the rest of my night?"
mc "I know I’ll play some Valorant. I’ve been grinding so I can go from silver to gold."
#Add clock below when it is made - Lazzy
scene w0_d1_hotel with shorter_fade
scene hotel_room_night with shorter_fade
"{i}Time passes it's now 11:30PM{/i}"
mc "Now I’m Silver 3! I just have to win a few more games to push to gold!"
mc "Do I play one more ranked game so I can get gold, or do I head to bed early so I'm not late in the morning?"
Expand All @@ -39,7 +39,7 @@ label w0_d1:
mc "I have a big day tomorrow."

"Grind Valorant":
scene w0_d1_hotel with shorter_fade
scene hotel_room_night with shorter_fade
mc "{i}*4 hours later*{/i}"
mc "Wow, that was miserable. I went back and forth for 4 hours, and sacrificed my pride and rank."
mc "Now it’s 3:30 AM, I deranked to Silver I, and I am so tired."
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
label w0_d1_DoorDash:
mc "I passed like 15 Chipotles on the way here, I bet I can order a burrito for dinner..."
# Edit transitions below when we have clock - Lazzy
scene w0_d1_hotel with shorter_fade
scene hotel_room_night with shorter_fade
"{i}*15 minutes later*{/i}"
mc "This driver sucks! I ordered this 30 minutes ago, and he still hasn’t picked it up!!!"
scene w0_d1_hotel with shorter_fade
scene hotel_room_night with shorter_fade
"{i}*20 minutes later*{/i}"
mc "Uuuugggghhhhh. I’m so hungry. Can this loser hurry up? It isn’t that hard to deliver food."
scene w0_d1_hotel with shorter_fade
scene hotel_room_night with shorter_fade
"{i}*20 more minutes later, there is a knock at the door*{/i}"
u "\"Are you [mc]? I’ve got your food.\""
mc "{i}*Annoyed*{/i} \"What took you so long?\""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ label w0_d1_RoomService:

mc "Yeah, I HAVE to get [food_item]. You can’t go wrong with that."
$ byte = bytecoin(byte, -15)
scene w0_d1_hotel with shorter_fade
scene hotel_room_night with shorter_fade
"{i}*5 minutes pass*{/i}"
mc "I hope this doesn’t take too long, I’m getting pretty hungry here."
"{i}*You hear a knock on the door*{/i}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ label w0_d1_VendingMachine:
mc "And, I will save some money. You never know when you’ll need it."
mc "I am pretty hungry though, maybe I should eat something more to fuel my body and mind."

scene w0_d1_vending
scene vending_machine
#scene test
"{i}*You walk downstairs to find a vending machine*{/i}"
"{i}*On your way to the vending machines you see someone*{/i}"
Expand Down
18 changes: 9 additions & 9 deletions BytesOfLove/game/scripts/orientation/w0_d2.rpy
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
label w0_d2:
scene w0_d2_sunnyhotel with longer_fade
scene hotel_room_day with longer_fade
"{i}You wake up in your room and look at the clock.{/i}"
"{i}It's 9:30AM, orientation started 15 minutes ago.{/i}"
mc "WHAT THE HELL?!?!?"
Expand All @@ -17,15 +17,15 @@ label w0_d2:
mc "What kind of excuse can I come up with..."
mc "I was sick? Family emergency? My car wouldn’t start?"
"{i}You turn the key and the car struggles to start{/i}"
scene w0_d2_urgentcar with shorter_fade
scene starting_car with shorter_fade
mc "WAIT NOT ACTUALLY! PLEASE START!!!"
scene w0_d2_insidecar with shorter_fade
scene driving_car with shorter_fade
"{i}As the car starts, you sign in relief and speed off.{/i}"
mc "I don’t even know where I’m going. This city is all new to me!"
mc "I’m going to be so late..."

#"*Scene fades to the lecture hall.*" Current one is temporary
scene w0_d2_lecturehall with longer_fade
scene full_lecture_hall with longer_fade
"{i}You burst through the doors into an nearly empty auditorium, looking around frantically in search of someone.{/i}"
mc "Oh look there’s somebody."
mc "She looks old, I wonder if she is a professor..."
Expand Down Expand Up @@ -81,7 +81,7 @@ label w0_d2:

# Insert transition to breakout room - Lazzy
# currently put a temp one in - Anton
scene w0_d2_breakout with fade
scene breakout_room with fade

mc "Jeez, everyone’s here already, where am I going to sit?"
mc "Oh! There’s a seat! And the company isn’t that bad either..."
Expand Down Expand Up @@ -234,7 +234,7 @@ label w0_d2:
bsl "\"Alright now, we’re gonna start our guided tour of campus!\""

#tour just started put scene change
scene w0_d2_statue with fade
scene statue_garden with fade

"{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...\""
Expand Down Expand Up @@ -286,7 +286,7 @@ label w0_d2_AfterStatue:
bsl "\"Now we will be taking a break for lunch.\""

#change scene to cafeteria
scene w0_d2_cafeteria with longer_fade
scene dining_hall with longer_fade


bsl "\"The different food stations are located around the room.\""
Expand All @@ -312,7 +312,7 @@ label w0_d2_AfterLunch:
bsl "\"Everyone, make sure you get back to Room 283 in 10 minutes.\""


scene w0_d2_breakout with fade
scene breakout_room with fade

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...\""
Expand Down Expand Up @@ -648,7 +648,7 @@ label w0_d2_AfterLunch:
c "\"I guess it wasn’t boring...\""
"{i}Everyone laughs.{/i}"

scene w0_d1_hotel with longer_fade
scene hotel_room_night with longer_fade
mc "\"Well, that was a fun day.\""
mc "\"Those girls were so nice, I hope I can run into them again tomorrow.\""
mc "\"One thing is for sure, I can’t stay up late again.\""
Expand Down
8 changes: 4 additions & 4 deletions BytesOfLove/game/scripts/orientation/w0_d3.rpy
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
label w0_d3:
scene w0_d1_hotel with longer_fade
scene hotel_room_day with longer_fade
"{i}You wake up{/i}"
mc"Uh oh, don’t tell me I slept through my alarm again!"
"{i}You alarm goes off{/i}"
mc"...Looks like I woke up right before it."
mc"Much better than yesterday, let me start getting ready..."
"{i}You brush your teeth, take a shower, and get dressed.{/i}"
mc"All set! And I actually have enough time to eat breakfast this time!"
scene w0_d3_buffet with shorter_fade
scene hotel_buffet with shorter_fade
mc"Oh wow! Everything looks so good!"
"{i}While holding your food you notice that there is only one seat available, and it’s next to a boy who looks about your age.{/i}"
mc"Well, I guess I’m eating with him."
Expand All @@ -16,7 +16,7 @@ label w0_d3:



scene w0_d3_Advisor with longer_fade
scene office with longer_fade
show advisor at right with dissolve
a"\"Hey there, sugar!\""
a"\"Hmmm...\""
Expand Down Expand Up @@ -114,7 +114,7 @@ label w0_d3:

hide advisor with dissolve

scene w0_d3_parkingLot with longer_fade
scene parking_lot with longer_fade

mc"\"Wow, what a good day!\""
mc"\"I made it to orientation on time and picked some good classes.\""
Expand Down

0 comments on commit 9a1dba7

Please sign in to comment.