diff --git a/game/script/1.first-two-days-anon-meets-fang.rpy b/game/script/1.first-two-days-anon-meets-fang.rpy index 2381663..fffa1e5 100644 --- a/game/script/1.first-two-days-anon-meets-fang.rpy +++ b/game/script/1.first-two-days-anon-meets-fang.rpy @@ -184,7 +184,7 @@ label chapter_1: show naomiSilo at sleft show naserSilo at sright unknown "Would you happen to be Anon?" #Naomi - play sound "audio/effects/WoodSnap.wav" + play sound "audio/effects/WoodSnap.ogg" hide anon "I look up. The bench broke down." "I lay on the ground, ass hurt from hitting jagged concrete and splintered wood." @@ -1946,4 +1946,4 @@ label chapter_1: A "Yeah. If you need any help Naser, I owe ya for the pizza." - return \ No newline at end of file + return diff --git a/game/script/13D.fang-plays-well,-naomi-jealous,-fang-talks-to-anon-to-break-up-while-she-thinks-about-her-life.rpy b/game/script/13D.fang-plays-well,-naomi-jealous,-fang-talks-to-anon-to-break-up-while-she-thinks-about-her-life.rpy index 177a746..b56084f 100644 --- a/game/script/13D.fang-plays-well,-naomi-jealous,-fang-talks-to-anon-to-break-up-while-she-thinks-about-her-life.rpy +++ b/game/script/13D.fang-plays-well,-naomi-jealous,-fang-talks-to-anon-to-break-up-while-she-thinks-about-her-life.rpy @@ -1238,7 +1238,7 @@ label chapter_13D: "Fang notices us and some of the nervousness melts off her face." - play music "audio/OST/Amberlight Brilliance - Demo.wav" fadein 1.0 + play music "audio/OST/Amberlight Brilliance - Demo.ogg" fadein 1.0 "She takes a deep breath and starts strumming the first notes of her song." @@ -1246,7 +1246,7 @@ label chapter_13D: "It took half a year but she finally completed the song from the roof." - play music 'audio/OST/Amberlight Brilliance - Live.wav' fadein 1.0 + play music 'audio/OST/Amberlight Brilliance - Live.ogg' fadein 1.0 "The cascade of chords is a slow build that increases tempo gradually." @@ -2439,4 +2439,4 @@ label chapter_13D: pause 6 "..." - return \ No newline at end of file + return diff --git a/game/script/14A.KO_OP-ending.rpy b/game/script/14A.KO_OP-ending.rpy index 489862f..52ac213 100644 --- a/game/script/14A.KO_OP-ending.rpy +++ b/game/script/14A.KO_OP-ending.rpy @@ -748,7 +748,7 @@ label chapter_14A: "My final plea to Fang races through my head." #fade in wind blowing here - play sound "audio/effects/wind.wav" loop volume 0.3 + play sound "audio/effects/wind.ogg" loop volume 0.3 "{i}Don’t leave me alone.{/i}" "I just feel completely and utterly and hopelessly alone." @@ -770,7 +770,7 @@ label chapter_14A: "It’s better this way." $ quick_menu = False window hide - play sound "audio/effects/wind.wav" loop volume 0.2 + play sound "audio/effects/wind.ogg" loop volume 0.2 play music "audio/OST/Sad!.ogg" fadein 1.0 volume 2.8 noloop pause 20 stop sound fadeout 1.0 @@ -778,4 +778,4 @@ label chapter_14A: pause 30 scene 1of4 with fade pause 15 - return \ No newline at end of file + return diff --git a/game/script/14C.good-ending.rpy b/game/script/14C.good-ending.rpy index 33a3ce2..8bbf627 100644 --- a/game/script/14C.good-ending.rpy +++ b/game/script/14C.good-ending.rpy @@ -688,7 +688,7 @@ label chapter_14C: F "Tomorrow, yes." stop music fadeout 1.0 scene city morning with fade - play sound "audio/OST/Amberlight Brilliance.wav" fadein 5.0 + play sound "audio/OST/Amberlight Brilliance.ogg" fadein 5.0 "We made our way towards her car door, but before getting in, she once again embraces me, This time a little stronger." show c09 with dissolve @@ -712,4 +712,4 @@ label chapter_14C: pause 16 scene black with fade pause 1 - return \ No newline at end of file + return diff --git a/game/script/14D.gold-ending.rpy b/game/script/14D.gold-ending.rpy index fff8d13..555fdd2 100644 --- a/game/script/14D.gold-ending.rpy +++ b/game/script/14D.gold-ending.rpy @@ -520,7 +520,7 @@ label chapter_14D: show fang d happy with dissolve "We chuckle together." - play music "audio/OST/Amberlight Brilliance.wav" fadein 1.0 + play music "audio/OST/Amberlight Brilliance.ogg" fadein 1.0 A "Hey, Lucy…" "I keep my eyes on the stars, even when Lucy turns to look at me." @@ -609,4 +609,4 @@ label chapter_14D: pause 16 scene black with fade pause 1 - return \ No newline at end of file + return diff --git a/game/script/8.anon-and-fang-study-together.rpy b/game/script/8.anon-and-fang-study-together.rpy index f6ef2d8..1c5a6d5 100644 --- a/game/script/8.anon-and-fang-study-together.rpy +++ b/game/script/8.anon-and-fang-study-together.rpy @@ -456,42 +456,42 @@ label chapter_8: label musicalchoices: menu: "Slap the guitar": - play sound "audio/effects/badA.mp3" + play sound "audio/effects/badA.ogg" F "Pfft hahahaha, wow you suck at this." jump musicalchoices "Try Something Cool": - play sound "audio/effects/goodA.mp3" + play sound "audio/effects/goodA.ogg" F "Wow that was really pretty." A "Really?" F "Pretty shit." jump musicalchoices "Keep it simple": - play sound "audio/effects/correctA.mp3" + play sound "audio/effects/correctA.ogg" F "Hmm. Interesting, keep going." menu: "Jam out hard": - play sound "audio/effects/badB.mp3" + play sound "audio/effects/badB.ogg" F "You {i}really{/i} suck at this." jump musicalchoices "Strum with confidence": - play sound "audio/effects/correctB.mp3" + play sound "audio/effects/correctB.ogg" F "That’s pretty good." F "Don’t stop you idiot, keep going." "Keep a soft tone": - play sound "audio/effects/goodB.mp3" + play sound "audio/effects/goodB.ogg" F "C’mon Anon, you can do better." jump musicalchoices menu: "Press this button or else your mother dies in her sleep": - play sound "audio/effects/badC.mp3" + play sound "audio/effects/badC.ogg" F "Oh come on now, impress me." jump musicalchoices "Try to impress": - play sound "audio/effects/goodC.mp3" + play sound "audio/effects/goodC.ogg" F "Nah… That’s not it, but you’re getting there." jump musicalchoices "Play something random": - play sound "audio/effects/correctC.mp3" + play sound "audio/effects/correctC.ogg" F "I like this." F "Play that one again for me, will you?" @@ -506,7 +506,7 @@ label chapter_8: F "I... I think I’ve figured that song out, Anon." - play music 'audio/OST/Amberlight Brilliance - Demo.wav' fadein 1.0 + play music 'audio/OST/Amberlight Brilliance - Demo.ogg' fadein 1.0 "Her tail slaps a simple beat on her mattress as she slowly builds up a rhythm in her strumming." @@ -1280,4 +1280,4 @@ label chapter_8: "..." - return \ No newline at end of file + return