diff --git a/game/audio/effects/cavemanMagic.ogg b/game/audio/effects/cavemanMagic.ogg new file mode 100644 index 0000000..a0d839d Binary files /dev/null and b/game/audio/effects/cavemanMagic.ogg differ diff --git a/game/audio/effects/clipLoop.ogg b/game/audio/effects/clipLoop.ogg index fe7b96e..585f147 100644 Binary files a/game/audio/effects/clipLoop.ogg and b/game/audio/effects/clipLoop.ogg differ diff --git a/game/audio/effects/fangPunch.ogg b/game/audio/effects/fangPunch.ogg index 2a32dcb..3ff0c39 100644 Binary files a/game/audio/effects/fangPunch.ogg and b/game/audio/effects/fangPunch.ogg differ diff --git a/game/images/animations/fang tail.webm b/game/images/animations/fang tail.webm index cdcbeb7..a97c587 100644 Binary files a/game/images/animations/fang tail.webm and b/game/images/animations/fang tail.webm 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 e04747c..98df552 100644 --- a/game/script/1.first-two-days-anon-meets-fang.rpy +++ b/game/script/1.first-two-days-anon-meets-fang.rpy @@ -256,11 +256,13 @@ label chapter_1: stop music fadeout 6 pause .5 + scene black with Dissolve(1) + pause 0.5 scene garden show anon neutral flip at scenter play ambient 'audio/effects/outdoorNatureLoop.ogg' fadein 6 play ambient1 'audio/effects/teenageCrowdFarLoop.ogg' volume 0.4 fadein 2.0 - with Fade(1, 0, 1) + with Dissolve(1) pause .5 "It’s a small alcove of sorts." @@ -271,6 +273,7 @@ label chapter_1: pause .5 "It was perfect." + pause 0.5 "I flop down on the wet bench and the violent crack from it makes my heart drop." @@ -311,7 +314,7 @@ label chapter_1: show naomi silo at sleft show naser silo: - yalign 0.1 xalign 0.9 + yalign 0.1 xalign 1.2 with Dissolve(2.5) unknown "{cps=*0.5}Would you happen to be Anon?{/cps}" #Naomi @@ -320,16 +323,21 @@ label chapter_1: "I look up." "The bench broke down." + window hide + window auto show naomi silo shocked: easein_quart 0.5 xalign -0.05 show naser silo: - easein_quart 0.5 xalign 0.99 - with None + easein_quart 0.5 xalign 1.3 + play sound "audio/effects/woodSnap.ogg" play ambient 'audio/effects/outdoorNatureLoop.ogg' fadein 1.0 play ambient1 'audio/effects/teenageCrowdFarLoop.ogg' volume 0.5 fadein 1.0 - hide anon with Dissolve(0.2) + + show anon: + easeout_cubic 0.35 yalign -0.7 + hide anon with Dissolve(0.35) with vpunch pause 1 @@ -362,17 +370,24 @@ label chapter_1: unknown "Naser!" Nas "Right, right." + window hide + window auto + pause 0.5 scene garden show naser neutral flip: yalign 0.1 xalign 0.9 show naomi neutral at sleft - with dissolve + with Dissolve(1) + pause 0.5 "The hand tightens around my own and pulls roughly." # Documentation on MoveTransition : https://git.snootgame.xyz/Cavemanon/SnootGame/wiki/Tips#MoveTransition - show naser neutral flip at nmidright with MoveTransition(0.5, time_warp=_ease_in_time_warp) + + show naser neutral flip: + easein_cubic 1 xalign 1.4 + pause 0.5 show anon neutral at acenter with dissolve @@ -412,7 +427,6 @@ label chapter_1: A "O{w=0.3}-kay then." "{cps=*0.5}Is that really necessary?{/cps}" - show naomi explanatory N "I had this prepared just for you!" @@ -422,12 +436,15 @@ label chapter_1: with dissolve pause .25 - show naomi neutral at scloserleft with MoveTransition(0.4, time_warp=_ease_in_time_warp) + show naomi neutral: + easein_quad 0.5 xalign 0.1 + pause 0.5 "The orange one, Naomi, hands me a brochure." - show naomi neutral at sleft with MoveTransition(0.5, time_warp=_ease_in_time_warp) - pause 0.5 + show naomi neutral: + easein_quad 0.5 xalign 0.0 + pause 1 "{i}\"Volcano High and You:{w=0.4} A New Beginning to Adulthood.\"{/i}" @@ -443,7 +460,7 @@ label chapter_1: "None of it matters." show naser: - easein_quad 0.7 xalign 1.0 + easein_quad 1 xalign 1.0 pause .5 show naser considering flip with Dissolve(.25) @@ -463,11 +480,12 @@ label chapter_1: show naser happy flip with Dissolve(.25) Nas "*chuckles*{w=0.4} Of course." - show anon at aright + show anon: + easein_cubic 1 xalign 1.0 show naser: - xalign 0.05 yalign 0.1 - with MoveTransition(0.75, time_warp=_ease_in_time_warp) - pause .25 + easein_cubic 1 xalign 0.05 yalign 0.1 + + pause 1 show naomi: easein_back 0.6 xalign 0.02 yalign 0.075 @@ -480,14 +498,14 @@ label chapter_1: "Is that how dinos kiss?" show naomi: - easein 0.5 yalign 0.0 xalign 0.0 + easein_cubic 0.5 yalign 0.0 xalign 0.0 show naser: - easein 0.7 yalign 0.1 xalign 0.3 + easein_cubic 0.7 yalign 0.1 xalign 0.3 pause 1 show naser neutral behind naomi with Dissolve(.25) show naser: - easeout 1 xalign 1.9 + easeout_cubic 1 xalign 1.9 pause .4 hide naser with dissolve @@ -504,8 +522,8 @@ label chapter_1: with Dissolve(.25) "I turn back to Naomi. She smiles again, though there is a plasticity to it." + show naomi explanatory with Dissolve(.25) - show naomi explanatory N "So, Anon, why did you transfer here?" show naomi neutral with Dissolve(.25) @@ -556,8 +574,8 @@ label chapter_1: A "I can figure things out on my own, don’t worry too much about it." show naomi: - ease 0.25 yalign 0.05 - ease 0.25 yalign 0.0 + ease_cubic 0.3 yalign 0.05 + ease_cubic 0.3 yalign 0.0 N "Oh, the school here has programs to help it’s less fortunate students!" show naomi happy with Dissolve(.25) @@ -577,21 +595,26 @@ label chapter_1: easein_quart 1 xalign 0.7 pause 0.8 show anon: - easein_quad 1 xalign 0.6 + easein_cubic 1 xalign 0.6 show naomi neutral flip behind anon: - easein_quad 1 xalign 0.25 + easein_cubic 1 xalign 0.25 "Naomi grabs my hand and{cps=*.1}...{/cps}" pause 0.5 stop music fadeout 3 "{cps=*.05}...{/cps}" - play ambient 'audio/effects/alarmAirraidSiren.ogg' + window hide + window auto pause 0.5 - - show dimmer_darker behind anon, naomi with Fade(.1, 0, .25, color="#fff") + play ambient 'audio/effects/alarmAirraidSiren.ogg' play sound 'audio/effects/slapstickBigPunch.ogg' + show white with Dissolve(.1) + show dimmer_darker behind anon, naomi, white + show white: + easein_cubic 1 alpha 0 + window show Dissolve(0.0) "{cps=*0.5}AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA{/cps}" with vpunch pause .5 @@ -642,15 +665,16 @@ label chapter_1: window auto show anon: - easeout 1.0 xalign 0.001 + easeout_cubic 1.0 xalign 0.001 show naomi: - easeout 1.0 xalign -0.3 + easeout_cubic 1.0 xalign -0.3 pause 0.5 hide naomi hide anon with dissolve + pause 0.5 - scene black with fade + scene black with Dissolve(1) "{cps=*0.1}......{/cps}" @@ -848,10 +872,12 @@ label chapter_1: $ renpy.music.set_volume(0.3, 0, 'ambient1') play ambient1 'audio/effects/heartbeat.ogg' fadein 4 - show anon neutral flip at acenter + show anon: + ease_cubic 1 xalign 0.5 show jinflip behind anon: - xalign -0.2 yalign 0.0 - with ease + ease_cubic 1 xalign -0.2 yalign 0.0 + pause 1 + show anon neutral at acenter with dissolve pause 0.75 @@ -976,10 +1002,13 @@ label chapter_1: window auto #TODO: confirm if 2D flipping is OK when done for comedy occasionally - show naser neutral behind anon with easeinleft: - xalign -0.6 yalign 0.1 + + show naser neutral behind anon with dissolve: + xalign -1.0 yalign 0.1 + easein_cubic 0.75 xalign -0.6 $ renpy.music.set_volume(0, 1, 'ambient') play sound 'audio/effects/whoosh.ogg' # CC0 + show anon fear: xalign 0.6 yalign 0.1 easein 0.5 xzoom -1 @@ -1393,7 +1422,9 @@ label chapter_1: window auto show anon: - easeout_quart 1.0 xalign 0.5 + easeout_quart 1 xalign 0.5 + easein_cubic 0.2 xalign 0.45 + ease_cubic 0.75 xalign 0.5 pause 1 play music 'audio/OST/we just turned on the microphone in our programmers_ house.ogg' @@ -1575,7 +1606,9 @@ label chapter_1: show naser table hit behind anon with vpunch pause 0.5 - show anon at aright with MoveTransition(0.25, time_warp=_ease_in_time_warp) + show anon: + easein_cubic 0.75 xalign 1.0 yalign 0.1 + pause 0.25 A "Whoa{w=0.2} whoa." @@ -1618,9 +1651,11 @@ label chapter_1: window hide window auto + show naser: + easeout_cubic 1 xalign -1.0 show naser flip neutral with Dissolve(0.25) - - hide naser with easeoutleft + pause 0.25 + hide naser with dissolve pause 0.5 @@ -1649,10 +1684,14 @@ label chapter_1: pause .5 "The call ends and Naser sags." + window hide + window auto pause .25 - show naser sad at nleft with easeinleft - pause 0.5 + show naser sad with dissolve: + xalign -1.0 yalign 0.1 + easein_cubic 1 xalign -0.2 + pause 1 Nas "I’ve gotta leave." 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 94e9dbb..1852d79 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 @@ -254,6 +254,11 @@ label chapter_10: window auto pause .5 + play sound 'audio/effects/anonBedRustle.ogg' + + scene black with Dissolve(1) + pause 2 + scene wounds07 with dissolve pause 1 diff --git a/game/script/13A.fang-loses-it-after-losing-prom-queen.rpy b/game/script/13A.fang-loses-it-after-losing-prom-queen.rpy index 348d4e1..49c8897 100644 --- a/game/script/13A.fang-loses-it-after-losing-prom-queen.rpy +++ b/game/script/13A.fang-loses-it-after-losing-prom-queen.rpy @@ -639,7 +639,10 @@ label chapter_13A: window auto pause .5 - play music "audio/effects/promChatterLoop2.ogg" fadein 3 + play music "audio/OST/prom2.ogg" fadein 3 + play ambient 'audio/effects/teenageCrowdFarLoop.ogg' fadein 3 + $ renpy.music.set_volume(0.5, 0, 'ambient') + scene prom show anon prom neutral: yalign 0.1 xalign 0.3 @@ -763,7 +766,7 @@ label chapter_13A: "Everyone moves out of his way as he cuts his way across the room to the small stage." stop music fadeout 5 - play ambient 'audio/effects/teenageCrowdFarLoop.ogg' fadein 5 + $ renpy.music.set_volume(1, 5, 'ambient') scene black with Dissolve(1) pause .5 diff --git a/game/script/13B.fang-breaks-up-with-anon.rpy b/game/script/13B.fang-breaks-up-with-anon.rpy index 388edde..25dc559 100644 --- a/game/script/13B.fang-breaks-up-with-anon.rpy +++ b/game/script/13B.fang-breaks-up-with-anon.rpy @@ -557,7 +557,7 @@ label chapter_13B: "Now it’s just us. Alone." stop music fadeout 4 - play ambient 'audio/effects/beachLoop1.ogg' fadein 3 + play ambient 'audio/effects/beachLoop.ogg' fadein 3 pause .5 "I take Fang by the hand and we make our way down to the beach." @@ -783,7 +783,7 @@ label chapter_13B: pause .5 stop music fadeout 4 - play ambient 'audio/effects/beachLoop2.ogg' fadein 5 + play ambient 'audio/effects/beachLoop.ogg' fadein 5 F "Fix?" pause .5 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 9c35261..592d53b 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 @@ -2821,7 +2821,7 @@ label chapter_13D: ease_cubic 1.5 xalign 0.1 pause 0.75 - play sound 'audio/effects/caveman_magic.ogg' + play sound 'audio/effects/cavemanMagic.ogg' pause 1 "Once the bonfire was set ablaze Stella and Trish started setting up the speakers around in a radius." diff --git a/game/script/4.anon-needs-help-during-music-period.rpy b/game/script/4.anon-needs-help-during-music-period.rpy index 575ef0c..99ff8fd 100644 --- a/game/script/4.anon-needs-help-during-music-period.rpy +++ b/game/script/4.anon-needs-help-during-music-period.rpy @@ -355,13 +355,8 @@ label chapter_4: "Trish pulls a cardboard tube out of her backpack." "She pops the top of the tube open and pulls a rolled up poster out and unfurls it." + show trish happy flip with dissolve - show trish happy flip - pause 0.5 - show vvurm_drama_poster at acenter: - yalign 0.2 - with wipeup - pause 1.0 T "This! Tada!{w=.4} Our first poster!" window hide @@ -371,28 +366,27 @@ label chapter_4: linear 0.5 alpha 1.0 transform expand_vertical: xcenter 0.5 ycenter 0.5 yzoom 0.0 - ease_cubic 2 yzoom 2 + easeout_cubic 1.5 yzoom 2 show expression AlphaMask("vvurm_drama_poster", At("mask_thing", expand_vertical)) as mask2: rotate 10 - xalign 0.5 yalign 0.15 + xalign 0.5 yalign 0.5 pause - show fang surprised behind mask2 with Dissolve(.25) + show fang surprised behind mask2 transform rollup_vertical: xcenter 0.5 ycenter 0.5 yzoom 2 - ease_cubic 2 yzoom 0.0 + easein_cubic 1.5 yzoom 0.0 show expression AlphaMask("vvurm_drama_poster", At("mask_thing", rollup_vertical)) as mask3: rotate 10 - xalign 0.5 yalign 0.15 + xalign 0.5 yalign 0.5 hide mask2 - pause 2 + pause 1 + hide dimmer_light with Dissolve(.5) hide mask3 - hide dimmer_light with Dissolve(.25) # hide mask3 - show fang surprised with Dissolve(.25) - - pause .5 + + pause .75 A "VVURM DRAMA?{w=.4} That’s an{cps=*.1}...{/cps}{w=.2} interesting name{cps=*.1}...{/cps}{w=.4} and what’s with the date on it?" 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 1d24edd..917d822 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 @@ -558,6 +558,8 @@ label chapter_5: stop music fadeout 3 image fang tail = Movie(play="animations/fang tail.webm",loop=True) + play ambient 'audio/effects/clipLoop.ogg' fadein 1 + play ambient1 'audio/effects/outdoorNatureLoop.ogg' fadein 1 scene fang tail with Dissolve(1) "Through my blurred vision I can make out Fang’s tail, slowly shifting side to side." @@ -588,6 +590,8 @@ label chapter_5: "I give the appendage a sharp tug." + stop ambient fadeout 0.69 + stop ambient1 fadeout 0.69 scene black with Dissolve(.25) "There’s a shrill cry above me.{w=.4} That got her attention." diff --git a/game/script/x6-passion-of-the-trigga.rpy b/game/script/x6-passion-of-the-trigga.rpy index 06da426..a06b88f 100644 --- a/game/script/x6-passion-of-the-trigga.rpy +++ b/game/script/x6-passion-of-the-trigga.rpy @@ -577,7 +577,7 @@ label chapter_x6: window hide window auto - play sound 'audio/effects/caveman_magic.ogg' + play sound 'audio/effects/cavemanMagic.ogg' pause .75 show tana: