diff --git a/audio/se/tableware_crash1.mp3 b/audio/se/tableware_crash1.mp3 new file mode 100644 index 0000000..2b57bd0 Binary files /dev/null and b/audio/se/tableware_crash1.mp3 differ diff --git a/images/cg/cg_takeover_hands.png b/images/cg/cg_takeover_hands.png new file mode 100644 index 0000000..571db83 Binary files /dev/null and b/images/cg/cg_takeover_hands.png differ diff --git a/script.rpy b/script.rpy index 251e8a8..ff90437 100644 --- a/script.rpy +++ b/script.rpy @@ -312,15 +312,18 @@ label act1: advnarrator "I start to feel something wet and writhing wrapping itself around my arms." advnarrator "No...{w} Not this...{w} Anything but this." advnarrator "The can I was holding is unceremoniously dropped onto the floor," - # impact sound + play sound tableware_crash1 extend " making a loud metallic sound upon impact." advnarrator "Looking down at my hands, I can see..." scene cg_takeover_hands with dissolve play music evil fadein 4.0 advnarrator "Entrails coil around both my arms, wrapped tightly into helixes." - advnarrator "I know well by now they're just in my mind, but still...{w} I feel them." + advnarrator "I know well by now they're just in my mind, but still..." + play sound rubber_squeeze + extend " I feel them." advnarrator "They're disgusting, alive, the feeling is all too convincing, it's so wet, and it won't stop pulsating." + play sound rubber_squeeze advnarrator "I feel it all shifting up and down, sometimes wrapping tighter, eventually letting go." advnarrator "It grosses me out like nothing else in the world..." advnarrator "If I focus on it much longer, I'll get dizzy and pass out." @@ -888,6 +891,7 @@ label finale: scene ceiling nvl clear + play ambient fanloop fadein 0.6 nvl show Dissolve(0.6) nvlnarrator "I jerk up, finding myself back in my bed." @@ -966,7 +970,7 @@ label finale: scene cg_pinned_1 with Fade(0.1, 0.2, 0.1) play sound knocking_a_wall - play ambient going_mad2 fadein 2.5 volume 0.7 + play ambient going_mad2 fadein 2.5 volume 0.5 nvl show Dissolve(0.5) nvlnarrator "Before I know it, I find myself on top of NULL." @@ -1153,6 +1157,7 @@ label finale: play sound heavy_punch1 extend " Die.{nw}" + stop ambient nvl hide Dissolve(0.5) scene cg_pinned_3 with Dissolve(1.5) null "Haahh......{w} Haaaaaahh......" @@ -1201,7 +1206,9 @@ label finale: null "Hh..." advnarrator "She coughs, then focuses, trying to regain her breath." advnarrator "Still, you have something to say?" - null "Did...{w} Did that feel...{w} good?" + null "Did...{w} Did that feel..." + play music t1 fadein 3.5 + extend " good?" irida "...?!" null "Make you feel better?" irida "What are you saying to me now?" @@ -1220,6 +1227,7 @@ label finale: irida "Just stop already." pause 1.0 show title with Fade(0, 0.2, 4.0) + stop music fadeout 2.5 pause 2.0 scene black with Fade(4.5, 3.0, 0) diff --git a/script.rpyc b/script.rpyc index cd74a41..5d30d9b 100644 Binary files a/script.rpyc and b/script.rpyc differ