diff --git a/game/audio/effects/anonTheaterFall.ogg b/game/audio/effects/anonTheaterFall.ogg new file mode 100644 index 0000000..8f31c14 Binary files /dev/null and b/game/audio/effects/anonTheaterFall.ogg differ diff --git a/game/audio/effects/badMusic.ogg b/game/audio/effects/badMusic.ogg new file mode 100644 index 0000000..73854fa Binary files /dev/null and b/game/audio/effects/badMusic.ogg differ diff --git a/game/audio/effects/carAlarmLoop.ogg b/game/audio/effects/carAlarmLoop.ogg new file mode 100644 index 0000000..66c665c Binary files /dev/null and b/game/audio/effects/carAlarmLoop.ogg differ diff --git a/game/audio/effects/carKick1.ogg b/game/audio/effects/carKick1.ogg new file mode 100644 index 0000000..013f379 Binary files /dev/null and b/game/audio/effects/carKick1.ogg differ diff --git a/game/audio/effects/carKick2.ogg b/game/audio/effects/carKick2.ogg new file mode 100644 index 0000000..94ef23c Binary files /dev/null and b/game/audio/effects/carKick2.ogg differ diff --git a/game/audio/effects/carSuspension.ogg b/game/audio/effects/carSuspension.ogg new file mode 100644 index 0000000..3254d39 Binary files /dev/null and b/game/audio/effects/carSuspension.ogg differ diff --git a/game/audio/effects/dinomoesLoop.ogg b/game/audio/effects/dinomoesLoop.ogg new file mode 100644 index 0000000..ba36111 Binary files /dev/null and b/game/audio/effects/dinomoesLoop.ogg differ diff --git a/game/audio/effects/fangPunch.ogg b/game/audio/effects/fangPunch.ogg new file mode 100644 index 0000000..763ac2e Binary files /dev/null and b/game/audio/effects/fangPunch.ogg differ diff --git a/game/audio/effects/lockerAnonsDead.ogg b/game/audio/effects/lockerAnonsDead.ogg new file mode 100644 index 0000000..f56208d Binary files /dev/null and b/game/audio/effects/lockerAnonsDead.ogg differ diff --git a/game/audio/effects/lockerSmash.ogg b/game/audio/effects/lockerSmash.ogg new file mode 100644 index 0000000..86abc64 Binary files /dev/null and b/game/audio/effects/lockerSmash.ogg differ diff --git a/game/audio/effects/showerLoop.ogg b/game/audio/effects/showerLoop.ogg new file mode 100644 index 0000000..206cad4 Binary files /dev/null and b/game/audio/effects/showerLoop.ogg differ diff --git a/game/audio/effects/showerMuffledEnd.ogg b/game/audio/effects/showerMuffledEnd.ogg new file mode 100644 index 0000000..992bc5e Binary files /dev/null and b/game/audio/effects/showerMuffledEnd.ogg differ diff --git a/game/audio/effects/showerMuffledLoop.ogg b/game/audio/effects/showerMuffledLoop.ogg new file mode 100644 index 0000000..02f9f69 Binary files /dev/null and b/game/audio/effects/showerMuffledLoop.ogg differ diff --git a/game/audio/effects/showerStart.ogg b/game/audio/effects/showerStart.ogg new file mode 100644 index 0000000..5e2401a Binary files /dev/null and b/game/audio/effects/showerStart.ogg differ diff --git a/game/audio/effects/slapstickThunder.ogg b/game/audio/effects/slapstickThunder.ogg new file mode 100644 index 0000000..a628381 Binary files /dev/null and b/game/audio/effects/slapstickThunder.ogg differ diff --git a/game/images/other/fallingpizza.png b/game/images/other/fallingpizza.png new file mode 100644 index 0000000..b64786f Binary files /dev/null and b/game/images/other/fallingpizza.png differ diff --git a/game/images/other/tablesmash.png b/game/images/other/tablesmash.png new file mode 100644 index 0000000..ea29d0a Binary files /dev/null and b/game/images/other/tablesmash.png differ diff --git a/game/images/other/tablesmashpizza.png b/game/images/other/tablesmashpizza.png new file mode 100644 index 0000000..7ef1550 Binary files /dev/null and b/game/images/other/tablesmashpizza.png differ diff --git a/game/images/other/tablesmashpizzas.png b/game/images/other/tablesmashpizzas.png new file mode 100644 index 0000000..2e16eba Binary files /dev/null and b/game/images/other/tablesmashpizzas.png differ diff --git a/game/images/vfx/naserelbowflash.png b/game/images/vfx/naserelbowflash.png new file mode 100644 index 0000000..689e38f Binary files /dev/null and b/game/images/vfx/naserelbowflash.png differ 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 9079eb0..21f0980 100644 --- a/game/script/1.first-two-days-anon-meets-fang.rpy +++ b/game/script/1.first-two-days-anon-meets-fang.rpy @@ -1123,7 +1123,7 @@ label chapter_1: stop music fadeout 1 scene black with fade - "{cps=*0.2}--After school--{/cps}" + "{cps=*0.2}-- After school --{/cps}" pause 0.8 "My classes after lunch were the same as before it." @@ -1294,6 +1294,9 @@ label chapter_1: scene auditorium show anon neutral flip at aright show naser neutral at nleft + show tablesmash behind anon, naser + show tablesmashpizzas behind anon, naser, tablesmash + show tablesmashpizza behind anon, naser, tablesmashpizzas with fade play music 'audio/OST/to_swagger.ogg' fadein 1 @@ -1390,6 +1393,17 @@ label chapter_1: show naser at nleft with MoveTransition(0.4, time_warp=_ease_in_time_warp) play sound "audio/effects/tableSlam.ogg" + hide tablesmashpizza + show fallingpizza behind naser, tablesmash, tablesmashpizzas: + xanchor 0.5 yanchor 0.5 ypos .4 xpos .2 + parallel: + easein_cubic 0.23 ypos 0.30 + easeout_cubic 0.50 ypos 1.2 + parallel: + linear 0.5 rotate 40 + show tablesmashpizzas: + easein_cubic 0.23 ypos 0.9 + easeout_cubic 0.23 ypos 1.0 show naser table hit behind anon with vpunch pause 0.5 diff --git a/game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy b/game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy index 4dddfdc..27b0cc0 100644 --- a/game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy +++ b/game/script/10.an-excellent-reason-to-start-abusing-mod-powers.rpy @@ -27,7 +27,9 @@ label chapter_10: A "Welcome to Casa Del Shithole, occupancy a miserable weeb." pause .5 - scene room anon day alt with Dissolve(1) + scene room anon day alt + show dimmer_darker + with Dissolve(1) pause .5 "Raptor Jesus threw me a bone at least." @@ -164,51 +166,69 @@ label chapter_10: A "{cps=*.1}...{/cps}Fine{cps=*.1}...{/cps}" - stop music fadeout 4 - play ambient 'audio/effects/apartment loop.ogg' fadein 4 + stop music fadeout 5 + play ambient 'audio/effects/apartmentLoop.ogg' fadein 4 pause .5 - scene wounds01 with dissolve + scene wounds01 with Dissolve(1) pause .5 "I step into my tiny shower stall and turn on the water." "The shower head sputters before it starts weakly spraying lukewarm water." - - scene wounds02 with dissolve - pause .5 + show black with dissolve + play sound "audio/effects/showerStart.ogg" + pause .75 + play ambient1 "audio/effects/showerLoop.ogg" fadein 1.75 + stop ambient fadeout 1.75 + pause 1.5 "The temperature of the water doesn’t help the tension in my muscles or the bruises marring my skin." pause .5 - "I stretch around and see massive blotches of purple and black splattered across my torso." + scene wounds02 with Dissolve(2) + hide black pause .5 - scene wounds03 with dissolve - pause .5 + "I stretch around and see massive blotches of purple and black splattered across my torso." + pause 1 + + stop ambient1 fadeout 1 + play ambient2 "audio/effects/showerMuffledLoop.ogg" fadein 1 + play ambient "audio/effects/apartmentLoop.ogg" fadein 1 + scene wounds03 with Dissolve(1) + pause 1 "Each contusion is hot to the touch under my fingers and the pain is intense." - pause .5 + pause 1 scene wounds04 with dissolve - pause .5 + pause 1 "The worst is across my chest where the bollard hit me." - pause .5 + pause 1 - scene wounds05 with dissolve + scene wounds05 with Dissolve(1) + stop ambient2 fadeout 0.69 pause .5 + play sound "audio/effects/showerMuffledEnd.ogg" + pause 1 - "I eventually get finished examining my wicked wounds and step out of the bathroom. Fang is on her phone doing Raptor Jesus knows what." + "I eventually get finished examining my wicked wounds and step out of the bathroom." + + "Fang is on her phone doing Raptor Jesus knows what." + pause .5 stop ambient fadeout 3 - play music 'audio/ost/appreciating her company.ogg' fadein 1 - scene wounds06 with dissolve - pause .5 + stop sound fadeout 3 + play music 'audio/ost/appreciating her company.ogg' fadein 2 + scene wounds06 with Dissolve(1) + pause 1 "Fang then pats the bed" pause .5 F "Come here." + pause .5 "I walk over and lie down on my stomach." pause .5 @@ -256,9 +276,10 @@ label chapter_10: pause .5 "Fang’s hands slow to a stop and eventually pull away, leaving me disappointed." + pause .5 "The bed shifts." - pause .5 + pause 1 F "Anon." @@ -272,8 +293,9 @@ label chapter_10: pause .5 "Oh." + pause .5 - scene wounds08 with dissolve + scene wounds08 with Dissolve(1) pause .5 "Okay then." @@ -286,7 +308,7 @@ label chapter_10: pause .5 "And find myself face to beak with her." - pause .5 + pause 1 "Dangerously close." pause .5 @@ -317,7 +339,7 @@ label chapter_10: "I hope{cps=*.1}...{/cps}" - play ambient 'audio/effects/apartment loop.ogg' fadein 3 + play ambient 'audio/effects/apartmentLoop.ogg' fadein 3 stop music fadeout 4 pause 1 @@ -336,6 +358,7 @@ label chapter_10: pause .5 "Wait." + pause .5 "{cps=*.3}Oh fuck.{/cps}" @@ -353,8 +376,8 @@ label chapter_10: "My head sinks back into my pillow." - A "{cps=*.4}-ffffffffff{/cps}{i}fuck{/i}." - pause .5 + A "{cps=*.3}-ffffffffff{/cps}{i}fuck{/i}." + pause 1 "A snort escapes from Fang’s beak." pause .5 @@ -369,7 +392,7 @@ label chapter_10: "Her fingers brush lightly across the largest bruise on my chest, without ointment." - scene wounds12 with dissolve + scene wounds12 with Dissolve(1) pause .5 F "You mutter from time to time. I didn’t start noticing til our{cps=*.1}...{/cps} d-date{cps=*.1}...{/cps}" @@ -380,6 +403,7 @@ label chapter_10: "So the entire time{cps=*.1}...{/cps}" F "Yeah{cps=*.1}...{/cps} It’s uh{cps=*.1}...{/cps} kinda cute{cps=*.1}...{/cps}" + pause 1 A "Raptor Jesus on his cross of rock. So for months now-" @@ -457,6 +481,7 @@ label chapter_10: "The feel of her warm body pressed against my side is definitely worth it." + stop music fadeout 6 "And between that warmth and the plush wing-blanket, my eyes grow heavy again." pause .5 @@ -469,12 +494,12 @@ label chapter_10: "Ah, there{cps=*.1}...{/cps} we{cps=*.1}...{/cps} go{size=-5}o{/size}{size=-10}o{/size}{cps=*.1}{size=-10}...{/size}{/cps}" pause .5 - stop music fadeout 4 - scene black with Dissolve(1) + scene black with Dissolve(2) + pause .5 "Z{size=-5}z{/size}{size=-10}z{/size}" "{cps=*.1}...{/cps}" - pause .5 + pause 1 return diff --git a/game/script/11.school-assignment-and-route-lock.rpy b/game/script/11.school-assignment-and-route-lock.rpy index af4ffe5..3f562d9 100644 --- a/game/script/11.school-assignment-and-route-lock.rpy +++ b/game/script/11.school-assignment-and-route-lock.rpy @@ -40,13 +40,13 @@ label chapter_11: "{i}*ahem*{/i}" - play ambient 'audio/effects/alarmsirenloop.ogg' fadein .5 + play ambient 'audio/effects/alarmClicheloop.ogg' fadein .69 show dimmer_light behind anon with Dissolve(.25) "A GIRL IS STAYING IN MY HOUSE HOW DID THIS HAPPEN!" pause .5 - stop ambient fadeout .5 + stop ambient fadeout .69 hide dimmer_light with dissolve pause .5 @@ -74,7 +74,7 @@ label chapter_11: scene hallway show anon neutral: yalign 0.1 xalign 0.7 - with fade + with Fade(1, 0, 1) pause .5 "The school is as rowdy as ever." @@ -136,8 +136,7 @@ label chapter_11: hide anon show naser elbow: easein_elastic 0.75 xalign 1.1 - with Dissolve(.15) - play sound 'audio/effects/tableslam.ogg' + play sound 'audio/effects/lockerSmash.ogg' with hpunch "Naser grabs me by the jacket and shoves me against the wall of lockers." @@ -214,7 +213,7 @@ label chapter_11: hide anon show naser elbow: easein_elastic 0.5 xalign 1.1 - play sound 'audio/effects/tableslam.ogg' + play sound 'audio/effects/lockerSmash.ogg' with hpunch pause .5 @@ -223,9 +222,15 @@ label chapter_11: Nas "Why would Fang kiss you?! Anon I {i}swear to Raptor Jesus{/i}-" A "I told Fang I like her!" - pause .5 + pause 0.25 + + $ renpy.music.set_volume(0, 0.02, 'music') + stop music fadeout 0.2 + pause .75 "Shit, I said that out loud." + + $ renpy.music.set_volume(1, 0, 'music') pause .5 show naser: @@ -246,9 +251,12 @@ label chapter_11: "Then he shoves me back into the lockers as hard as he can." # this was pretty fun ngl + #Note from Multi Anon: God help me + # feel my pain bitch show naser: easeout_cubic 0.5 xalign 1.4 pause .5 + show naser: easein_cubic 1 xalign 0.3 show anon fear flip behind naser: @@ -256,25 +264,33 @@ label chapter_11: play ambient 'audio/effects/hungrybeast.ogg' fadein 1 show dimmer_darker behind naser, anon with Dissolve(1) pause .3 + + $ renpy.music.set_volume(0.7, 0.5, 'ambient') show naser: easeout_back 1 xalign 3.5 show anon: easeout_back 1 xalign 2.8 pause .5 + hide anon - show dimmer_darker: - linear 0.25 alpha 0 + scene naserelbowflash + pause 0.01 + scene hallway show naser elbow: easein_elastic 0.5 xalign 1.1 - stop ambient fadeout 0.5 - play sound 'audio/effects/slapsticksuperpunch.ogg' - play audio 'audio/effects/tableslam.ogg' + show white: + linear 0.25 alpha 0 + hide dimmer_darker + stop ambient fadeout 0.2 + play sound 'audio/effects/lockerAnonsDead.ogg' with hpunch A "{b}FUCK!{/b}{fast}" pause .5 + play ambient 'audio/effects/school loop.ogg' fadein 3 "A few students start turning their heads." + pause .5 "Naser is still frozen in place, staring at his outstretched hands with a thousand yard stare." pause .5 @@ -284,16 +300,16 @@ label chapter_11: unknown "He’s beating on that loser from the presentation, right? Hilarious." pause .5 + play sound 'audio/effects/slapstickwipe.ogg' show naser angry: - easein_cubic 1 xalign 0.9 + easein_cubic 1 xalign 0.9 yalign 0.1 show anon fear flip: yalign 0.1 xalign 1.4 show anon: easeout_cubic 1 yalign -1.5 with Dissolve(.5) - play sound 'audio/effects/slapstickwipe.ogg' hide anon with dissolve - play sound 'audio/effects/anonheadbutt.ogg' + play audio 'audio/effects/anonTheaterFall.ogg' with vpunch show naser: @@ -316,9 +332,6 @@ label chapter_11: with Dissolve(.15) pause .5 - stop music fadeout 4 - play ambient 'audio/effects/school loop.ogg' fadein 3 - show naser: easein_cubic 1 xalign 0.5 show naser explanatory flip with Dissolve(.25) @@ -929,7 +942,7 @@ label chapter_11: "He gets all the bags from the backseat and I lead him up the stairs to my place." pause .5 - play ambient 'audio/effects/apartment loop.ogg' fadein 3 + play ambient 'audio/effects/apartmentLoop.ogg' fadein 3 stop music fadeout 4 scene black with dissolve pause .5 @@ -1050,7 +1063,7 @@ label chapter_11: F "Please, Naser, I need to know for absolute sure." stop music fadeout 4 - play ambient 'audio/effects/apartment loop.ogg' fadein 3 + play ambient 'audio/effects/apartmentLoop.ogg' fadein 3 show naser annoyed flip with Dissolve(.25) Nas "God damn it, Fang!" @@ -2207,7 +2220,7 @@ label chapter_11: "I gently slide my arm out from her grip." stop music fadeout 4 - play ambient 'audio/effects/apartment loop.ogg' fadein 3 + play ambient 'audio/effects/apartmentLoop.ogg' fadein 3 F "No! God damn it, can't you just stay still for one second? You can't leave me here alone!" @@ -2317,7 +2330,7 @@ label chapter_11: A "{i}Fuck{/i}{cps=*.1}...{/cps}" stop music fadeout 4 - play ambient 'audio/effects/apartment loop.ogg' + play ambient 'audio/effects/apartmentLoop.ogg' pause .5 "{cps=*.1}...{/cps}" @@ -2838,7 +2851,7 @@ label chapter_11: "At least I remembered my key this time." pause .5 - play ambient 'audio/effects/apartment loop.ogg' fadeout 1 fadein 1 + play ambient 'audio/effects/apartmentLoop.ogg' fadeout 1 fadein 1 scene room anon day alt show anon neutral flip: yalign 0.1 xalign 1.0 @@ -2988,7 +3001,7 @@ label chapter_11: "She slowly lets go and gets up for the bathroom to get ready." - play ambient 'audio/effects/apartment loop.ogg' fadein 3 + play ambient 'audio/effects/apartmentLoop.ogg' fadein 3 stop music fadeout 4 hide fang with Dissolve(1) pause 1 @@ -4708,7 +4721,7 @@ label chapter_11: "{cps=*.1}...{/cps}" pause .5 - play ambient 'audio/effects/apartment loop.ogg' fadein 3 + play ambient 'audio/effects/apartmentLoop.ogg' fadein 3 pause .5 "I fish the key from my backpack and unlock my door." diff --git a/game/script/2.fourth-day-of-school.rpy b/game/script/2.fourth-day-of-school.rpy index bc13ad2..e801a5c 100644 --- a/game/script/2.fourth-day-of-school.rpy +++ b/game/script/2.fourth-day-of-school.rpy @@ -2004,8 +2004,8 @@ label chapter_2: pause .5 - $ renpy.music.set_volume(0, 0.1, 'ambient') - $ renpy.music.set_volume(0, 0.1, 'music') + $ renpy.music.set_volume(0, 0.02, 'ambient') + $ renpy.music.set_volume(0, 0.02, 'music') show reed shocked flip: easein 0.5 xalign 0.54 @@ -2111,6 +2111,7 @@ label chapter_2: pause .5 play music 'audio/OST/Dragging on and on....ogg' + stop ambient fadeout 3 N "ANON!" diff --git a/game/script/3.showing-up-at-band-practice-and-giving-feedback.rpy b/game/script/3.showing-up-at-band-practice-and-giving-feedback.rpy index 64c5029..7f17368 100644 --- a/game/script/3.showing-up-at-band-practice-and-giving-feedback.rpy +++ b/game/script/3.showing-up-at-band-practice-and-giving-feedback.rpy @@ -1187,7 +1187,7 @@ label chapter_3: pause .6 play sound 'audio/effects/slapstickBigPunch.ogg' - show anon shocked: + show anon foot: easein_elastic 0.5 yalign -0.05 xalign -0.3 show fang: linear 0.25 xalign 0.15 alpha 0 @@ -1411,6 +1411,8 @@ label chapter_3: F "Three{cps=*.1}...{/cps} Two{cps=*.1}...{/cps} One{cps=*.1}...{/cps}" # TODO: flashbang SFX with tinnitus + play sound "audio/effects/badMusic.ogg" + pause 1.12 show black with Fade(.1, 1, 2, color="#fff") pause 1 @@ -1420,6 +1422,7 @@ label chapter_3: "I don’t know what just happened." # TODO: this track doesn't loop very gracefully + stop sound fadeout 2 play music 'audio/OST/The Hunt for more (You)s.ogg' fadein 2 pause .5 show anon sad @@ -2056,7 +2059,7 @@ label chapter_3: "Oh no." - play sound 'audio/effects/alarmKlaxonLoop.ogg' + play ambient 'audio/effects/alarmKlaxonLoop.ogg' show anon behind reed show dimmer_light behind anon show dimmer_darker behind anon @@ -2072,7 +2075,7 @@ label chapter_3: "THE PINK CUBONE KNOWS" - stop sound fadeout .5 + stop ambient fadeout .69 hide dimmer_darker show anon behind dimmer_light with Dissolve(.25) diff --git a/game/script/5.fang-and-anon-cut-class-to-talk-on-the-roof.rpy b/game/script/5.fang-and-anon-cut-class-to-talk-on-the-roof.rpy index a2a2ff5..3a13463 100644 --- a/game/script/5.fang-and-anon-cut-class-to-talk-on-the-roof.rpy +++ b/game/script/5.fang-and-anon-cut-class-to-talk-on-the-roof.rpy @@ -1,7 +1,11 @@ init python: # some stupid bullshit you have to do to get sounds playing in an ATL block def fang_kicks_a_car_workaround_sfx_fuck_renpy(a,b,c): - renpy.play('audio/effects/slapstickPunch.ogg', channel='sound') + if random.random() > 0.5: + renpy.play('audio/effects/carKick1.ogg', channel='audio') + else: + renpy.play('audio/effects/carKick2.ogg', channel='audio') + renpy.play('audio/effects/carSuspension.ogg', channel='audio') label chapter_5: @@ -560,8 +564,12 @@ label chapter_5: A "Stop dropping shi-" - play sound 'audio/effects/slapstickBigPunch.ogg' - show black with Fade(.1, 0, 1, color="#fff") + play sound 'audio/effects/fangPunch.ogg' + pause .14 + show black with Fade(0.14, 0, 0, color="#fff") + show black + pause .06 + show black with Fade(0, 1, 3, color="#fff") pause .5 # B: Going by the script Anon is supposed to be laying in the flowerbed @@ -1540,11 +1548,13 @@ label chapter_5: show fang: easeout_back 0.5 xalign 1.3 pause 0.5 - # TODO: would love an impact-with-suspension-creak SFX or something here - # TODO: also a car alarm + + stop music fadeout 3 show anon fear - play sound 'audio/effects/slapstickBigPunch.ogg' # placeholder + play audio 'audio/effects/carKick1.ogg' + play audio 'audio/effects/carSuspension.ogg' show fang kicking with hpunch + play ambient 'audio/effects/caralarmloop.ogg' pause .5 A "Fang,{w=.1} what are you doing?!" @@ -1555,19 +1565,19 @@ label chapter_5: easein 0.5 xalign 1.0 pause .25 easeout_back 0.25 xalign 1.4 - function fang_kicks_a_car_workaround_sfx_fuck_renpy # placeholder + function fang_kicks_a_car_workaround_sfx_fuck_renpy repeat 5 block: easein 0.5 xalign 1.0 pause .5 easeout_back 0.25 xalign 1.4 - function fang_kicks_a_car_workaround_sfx_fuck_renpy # placeholder + function fang_kicks_a_car_workaround_sfx_fuck_renpy repeat 5 block: easein 0.5 xalign 1.0 pause .75 easeout_back 0.25 xalign 1.4 - function fang_kicks_a_car_workaround_sfx_fuck_renpy # placeholder + function fang_kicks_a_car_workaround_sfx_fuck_renpy repeat pause 2 @@ -1611,7 +1621,8 @@ label chapter_5: show anon neutral with dissolve pause .5 - + + stop ambient fadeout 6 "Thankfully,{w=.4} the glass isn’t even scratched." pause .5 @@ -1657,7 +1668,7 @@ label chapter_5: pause .5 menu: - "Get out of there.": + "Get out of there": pass "GET OUT OF THERE.": pass @@ -2742,7 +2753,7 @@ label chapter_5: show anon: easein_cubic 0.5 xalign -0.05 pause 0.5 - play sound 'audio/effects/slapstickWipe.ogg' volume 0.7 + play sound 'audio/effects/slapstickWipe.ogg' volume 0.7 show orangeslice: easeout_cubic 0.65 ypos 0.19 rotate 160 pause 0.75 diff --git a/game/script/6.anon-helps-fang-find-a-venue-for-band.rpy b/game/script/6.anon-helps-fang-find-a-venue-for-band.rpy index 3aab965..454efea 100644 --- a/game/script/6.anon-helps-fang-find-a-venue-for-band.rpy +++ b/game/script/6.anon-helps-fang-find-a-venue-for-band.rpy @@ -309,12 +309,17 @@ label chapter_6: stop ambient fadeout 1 pause .5 "Before I can hit ‘Send’ the door swings open." - - pause .5 + + stop ambient fadeout 1 + pause .4 + play sound "audio/effects/doorSlam.ogg" + + pause .1 play music "audio/OST/Prized Bowling Ball.ogg" fadein 0.6 # TODO: thunder or other sudden-but-lingering bassy rumble - play sound 'audio/effects/rumble.ogg' + # play sound "audio/effects/slapstickThunder.ogg" volume 0.7 + play audio 'audio/effects/rumble.ogg' play ambient 'audio/effects/hungrybeast.ogg' fadein 1 show dimmer_light behind anon show dimmer_darker behind anon @@ -323,7 +328,7 @@ label chapter_6: "{cps=*.5}{i}What is this killing intent?!{/i}{/cps}" - stop ambient fadeout 3 + stop ambient fadeout 5 pause .5 show fangdad neutral flip: @@ -346,10 +351,14 @@ label chapter_6: A "Y-{w=.1}yeah,{w=.3} I’m Anon.{w=.4} P-{w=.2}pleased to m-{w=.4}meet you uh{cps=*.1}...{/cps}" pause .5 - FD "{cps=*.3}Executioner.{/cps}" + FD "{cps=*.25}{i}Executioner.{/i}{/cps}" pause .5 - show dimmer_darker behind anon, fangdad with Dissolve(.25) + play sound "audio/effects/slapstickThunder.ogg" volume 0.7 + show dimmer_darker behind anon, fangdad + show white behind anon, fangdad + hide white with Dissolve(1) + pause .5 "My pants feel heavy and sodden." pause .5 @@ -389,7 +398,7 @@ label chapter_6: pause .5 show fangdad unimpressed flip with dissolve - pause .5 + pause 1 scene home fang day show fangmom neutral: @@ -1577,7 +1586,7 @@ label chapter_6: "Are my feelings for Fang also just a tool for Naomi?" - stop music fadeout 4 + stop music fadeout 6 pause .5 "What do I even do here?" @@ -2785,7 +2794,8 @@ label chapter_6: yalign 0.1 xalign -0.1 show fang neutral behind anon: yalign 0.0 xalign 0.4 - with fade + with Fade(1, 0, 1) + play ambient 'audio/effects/dinomoesloop.ogg' fadein 5 pause .5 A "Historical,{w=.3} huh?" @@ -2816,6 +2826,7 @@ label chapter_6: show fang unimpressed with Dissolve(.25) F "Wouldn’t they have higher standards for-" + stop ambient fadeout 3 play music "audio/OST/Venetian Values.ogg" fadein 1.0 pause .5 @@ -2932,7 +2943,7 @@ label chapter_6: Moe "Now yous twos wait right there while I make my lil princess’ favrite pie.{w=.5} On me,{w=.3} o’ course." stop music fadeout 4 - # TODO: restaurant chatter + play ambient 'audio/effects/dinomoesloop.ogg' volume .5 fadein 4 "Moe proceeds to saunter off,{w=.4} pushing through the double doors that probably led to the kitchen." pause .5 @@ -2991,7 +3002,7 @@ label chapter_6: A "Honestly,{w=.4} do you blame him?" - # TODO: appreciating the atmosphere + stop ambient fadeout 4 play music 'audio/ost/appreciating the atmosphere.ogg' fadein 1.0 pause .5 @@ -3352,6 +3363,7 @@ label chapter_6: hide anon with dissolve pause .5 + play ambient 'audio/effects/dinomoesloop.ogg' fadein 4 scene moes pizza show moe neutral: yalign 0.1 xalign -0.2 @@ -3376,6 +3388,7 @@ label chapter_6: Moe "Glad to make yas date,{w=.2} then." + stop ambient fadeout 4 play music "audio/OST/Fuck You I Like This Chick.ogg" fadein 1.0 pause .5 @@ -3479,6 +3492,8 @@ label chapter_6: "Moe saunters back to the kitchen." hide moe neutral flip with moveoutleft + + play ambient 'audio/effects/dinomoesloop.ogg' fadein 4 stop music fadeout 4 # TODO: restaurant ambience @@ -3527,6 +3542,8 @@ label chapter_6: A "Yeah,{w=.4} he seemed pretty excited about it." A "He’s got a stage ready and everything." + + stop ambient fadeout 5 show anon neutral with dissolve pause .5 @@ -3605,7 +3622,8 @@ label chapter_6: "{cps=*.1}...{/cps}huh{cps=*.1}...{/cps}" pause .5 - + + play ambient 'audio/effects/dinomoesloop.ogg' fadein 4 stop music fadeout .5 show anon: easein_quart 1 xalign 0.1 @@ -3633,7 +3651,8 @@ label chapter_6: pause .5 A "Totally." - + + stop ambient fadeout 4 play music "audio/OST/appreciating_the_scenery.ogg" fadein 1.0 show anon happy with dissolve