diff --git a/game/audio/sad_intro.ogg b/game/audio/sad_intro.ogg new file mode 100644 index 0000000..3c8fa58 Binary files /dev/null and b/game/audio/sad_intro.ogg differ diff --git a/game/audio/sad_verse.ogg b/game/audio/sad_verse.ogg new file mode 100644 index 0000000..31ba450 Binary files /dev/null and b/game/audio/sad_verse.ogg differ diff --git a/game/bad_ending.rpy b/game/bad_ending.rpy index e25d3fa..768a41a 100644 --- a/game/bad_ending.rpy +++ b/game/bad_ending.rpy @@ -1,7 +1,4 @@ label bad_ending: - if affection < 0: - show teacher sadder at scale(0.6), center - show teacher sadder at scale(0.6), center teacher "I don’t know how to say this, but unfortunately, one of our classmates took her own life last night." @@ -18,8 +15,10 @@ label bad_ending: scene black with dissolve -#Put message on why it's important to listen. Add suicide facts, maybe suicide hotline. -#Ask the player if maybe they could have done something different. + + # Put message on why it's important to listen. Add suicide facts, maybe suicide hotline. + # Ask the player if maybe they could have done something different. + "{b}Bad Ending{/b}." - return \ No newline at end of file + return diff --git a/game/good_ending.rpy b/game/good_ending.rpy index afa0ed2..81dc655 100644 --- a/game/good_ending.rpy +++ b/game/good_ending.rpy @@ -1,18 +1,15 @@ label good_ending: - if affection > 0: - show teacher happy - - show teacher sadder + show teacher sadder at scale(0.6), center teacher "I don’t know how to say this, but unfortunately, one of our classmates took her own life last night." player "{i}(thinking){/i} No, it can’t be her. Please don’t be her." teacher "For the privacy of the individual, we’re currently not able to say who it was. But please be respectful for the time being." - stop music fadeout 4 - queue music "tropical_house5_intro.ogg" fadein 4 - queue music "tropical_house5_verse.ogg" + stop music fadeout 1 + queue music "tropical_house1_intro.ogg" fadein 8 + queue music "tropical_house1_verse.ogg" - show classmate smile at scale(0.6), left + show classmate smile at scale(0.6), left, flip classmate "I’m sorry I’m late. I had an appointment with the counselor this morning." @@ -21,7 +18,7 @@ label good_ending: #put counselor/therapist's office background below scene bg uni - queue music "tropical_house5_refrain.ogg" + queue music ["tropical_house1_intro.ogg", "tropical_house1_verse.ogg"] "You and Alex visit the counselor together, talking openly about Alex’s struggles. The counselor provides resources and support." @@ -29,15 +26,13 @@ label good_ending: teacher "It’s great to see friends supporting each other. Alex, we’re here for you. Let’s work together to help you through this." - show classmate smile at scale(0.6), left + show classmate smile at scale(0.8), left, flip classmate "Thank you. I feel like I have a bit more hope now." scene bg lecturehall with dissolve - queue music ["tropical_house5_prechorus.ogg", "tropical_house5_chorus.ogg"] - "In the following days, you and Alex continue to support each other. Alex starts to feel more positive and engaged in class." show classmate smile diff --git a/game/options.rpy b/game/options.rpy index 4b253ed..7b9e767 100644 --- a/game/options.rpy +++ b/game/options.rpy @@ -62,7 +62,7 @@ define config.has_voice = True ## the player is at the main menu. This file will continue playing into the ## game, until it is stopped or another file is played. -# define config.main_menu_music = "main-menu-theme.ogg" +define config.main_menu_music = ["tropical_house5_intro.ogg", "tropical_house5_refrain.ogg", "tropical_house5_prechorus.ogg", "tropical_house5_chorus.ogg", "tropical_house5_refrain.ogg"] ## Transitions ################################################################# diff --git a/game/script.rpy b/game/script.rpy index 2e04180..e42d015 100644 --- a/game/script.rpy +++ b/game/script.rpy @@ -56,12 +56,13 @@ label act_1: stop music fadeout 4 + queue music "sad_intro.ogg" + queue music "sad_verse.ogg" + scene bg club with dissolve - play music ["dark_intro.ogg", "dark_verse.ogg"] - - show classmate upset at scale(0.6), right + show classmate upset at scale(0.7), right "Later, in the hallway, you overhear Alex talking to another student." classmate "{i}(frustrated){/i} I don’t know what to do anymore. It just feels like everything is falling apart." @@ -83,7 +84,7 @@ label act_1: stop music fadeout 4 - queue music ["tropical_house1_intro.ogg", "tropical_house1_verse.ogg"] + queue music ["dark_intro.ogg", "dark_verse.ogg"] scene bg meadow with dissolve @@ -113,7 +114,6 @@ label act_1: "You get to class the next day and notice that Alex is absent. The room feels tense." player "{i}(thinking){/i} Where’s Alex? She said she’d be here today." - if affection > 0: jump good_ending else: