sound touchup for finale, cg and sound for takeover
This commit is contained in:
parent
f49c8ea05d
commit
2985cf6793
4 changed files with 12 additions and 4 deletions
BIN
audio/se/tableware_crash1.mp3
Normal file
BIN
audio/se/tableware_crash1.mp3
Normal file
Binary file not shown.
BIN
images/cg/cg_takeover_hands.png
Normal file
BIN
images/cg/cg_takeover_hands.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 45 KiB |
16
script.rpy
16
script.rpy
|
|
@ -312,15 +312,18 @@ label act1:
|
||||||
advnarrator "I start to feel something wet and writhing wrapping itself around my arms."
|
advnarrator "I start to feel something wet and writhing wrapping itself around my arms."
|
||||||
advnarrator "No...{w} Not this...{w} Anything but this."
|
advnarrator "No...{w} Not this...{w} Anything but this."
|
||||||
advnarrator "The can I was holding is unceremoniously dropped onto the floor,"
|
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."
|
extend " making a loud metallic sound upon impact."
|
||||||
advnarrator "Looking down at my hands, I can see..."
|
advnarrator "Looking down at my hands, I can see..."
|
||||||
|
|
||||||
scene cg_takeover_hands with dissolve
|
scene cg_takeover_hands with dissolve
|
||||||
play music evil fadein 4.0
|
play music evil fadein 4.0
|
||||||
advnarrator "Entrails coil around both my arms, wrapped tightly into helixes."
|
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."
|
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 "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 "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."
|
advnarrator "If I focus on it much longer, I'll get dizzy and pass out."
|
||||||
|
|
@ -888,6 +891,7 @@ label finale:
|
||||||
scene ceiling
|
scene ceiling
|
||||||
nvl clear
|
nvl clear
|
||||||
|
|
||||||
|
play ambient fanloop fadein 0.6
|
||||||
nvl show Dissolve(0.6)
|
nvl show Dissolve(0.6)
|
||||||
|
|
||||||
nvlnarrator "I jerk up, finding myself back in my bed."
|
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)
|
scene cg_pinned_1 with Fade(0.1, 0.2, 0.1)
|
||||||
play sound knocking_a_wall
|
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)
|
nvl show Dissolve(0.5)
|
||||||
|
|
||||||
nvlnarrator "Before I know it, I find myself on top of NULL."
|
nvlnarrator "Before I know it, I find myself on top of NULL."
|
||||||
|
|
@ -1153,6 +1157,7 @@ label finale:
|
||||||
play sound heavy_punch1
|
play sound heavy_punch1
|
||||||
extend " Die.{nw}"
|
extend " Die.{nw}"
|
||||||
|
|
||||||
|
stop ambient
|
||||||
nvl hide Dissolve(0.5)
|
nvl hide Dissolve(0.5)
|
||||||
scene cg_pinned_3 with Dissolve(1.5)
|
scene cg_pinned_3 with Dissolve(1.5)
|
||||||
null "Haahh......{w} Haaaaaahh......"
|
null "Haahh......{w} Haaaaaahh......"
|
||||||
|
|
@ -1201,7 +1206,9 @@ label finale:
|
||||||
null "Hh..."
|
null "Hh..."
|
||||||
advnarrator "She coughs, then focuses, trying to regain her breath."
|
advnarrator "She coughs, then focuses, trying to regain her breath."
|
||||||
advnarrator "Still, you have something to say?"
|
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 "...?!"
|
irida "...?!"
|
||||||
null "Make you feel better?"
|
null "Make you feel better?"
|
||||||
irida "What are you saying to me now?"
|
irida "What are you saying to me now?"
|
||||||
|
|
@ -1220,6 +1227,7 @@ label finale:
|
||||||
irida "Just stop already."
|
irida "Just stop already."
|
||||||
pause 1.0
|
pause 1.0
|
||||||
show title with Fade(0, 0.2, 4.0)
|
show title with Fade(0, 0.2, 4.0)
|
||||||
|
stop music fadeout 2.5
|
||||||
pause 2.0
|
pause 2.0
|
||||||
scene black with Fade(4.5, 3.0, 0)
|
scene black with Fade(4.5, 3.0, 0)
|
||||||
|
|
||||||
|
|
|
||||||
BIN
script.rpyc
BIN
script.rpyc
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue