mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-03-24 19:04:54 +01:00
map updates
This commit is contained in:
parent
377894db98
commit
9ac4e03f08
1 changed files with 26 additions and 19 deletions
|
@ -368,7 +368,7 @@ label chapter_14A:
|
||||||
|
|
||||||
#Alexa, play In The House, In a Heartbeat
|
#Alexa, play In The House, In a Heartbeat
|
||||||
play ambient "audio/effects/windLightLoop.ogg" fadein 4
|
play ambient "audio/effects/windLightLoop.ogg" fadein 4
|
||||||
pause 1.5
|
pause 5
|
||||||
|
|
||||||
"The whole time my mind floods with horrid worst-case scenarios."
|
"The whole time my mind floods with horrid worst-case scenarios."
|
||||||
|
|
||||||
|
@ -392,13 +392,16 @@ label chapter_14A:
|
||||||
"There’s just a fire in the school that scared people."
|
"There’s just a fire in the school that scared people."
|
||||||
|
|
||||||
"She’s in this crowd somewhere."
|
"She’s in this crowd somewhere."
|
||||||
|
window hide
|
||||||
|
window auto
|
||||||
pause .5
|
pause .5
|
||||||
|
|
||||||
scene a02 with fade
|
scene a02 with fade
|
||||||
pause 1
|
pause 1
|
||||||
|
|
||||||
stop ambient1 fadeout 3
|
stop ambient1 fadeout 3
|
||||||
stop ambient fadeout 3
|
play ambient2 'audio/effects/radioChatterLoop.ogg' fadein 3 volume 0.05
|
||||||
|
play ambient3 'audio/effects/hungrybeast.ogg' fadein 3 volume 0.1
|
||||||
|
|
||||||
T "{b}YOU!!{/b}"
|
T "{b}YOU!!{/b}"
|
||||||
pause 1
|
pause 1
|
||||||
|
@ -450,15 +453,19 @@ label chapter_14A:
|
||||||
pause .5
|
pause .5
|
||||||
|
|
||||||
"A teacher has to hold her back and try directing her to a nearby curb to sit."
|
"A teacher has to hold her back and try directing her to a nearby curb to sit."
|
||||||
play ambient "audio/effects/windLightLoop.ogg" fadein 15
|
stop ambient3 fadeout 4
|
||||||
play ambient1 "audio/effects/teenageCrowdMurmurLoop.ogg" fadein 7
|
stop ambient2 fadeout 3
|
||||||
|
stop ambient fadeout 5
|
||||||
|
|
||||||
window hide
|
window hide
|
||||||
window auto
|
window auto
|
||||||
pause 1
|
pause 1
|
||||||
|
|
||||||
scene black with Dissolve(2)
|
scene black with Dissolve(2)
|
||||||
pause .5
|
pause 2
|
||||||
|
|
||||||
|
play ambient "audio/effects/windLightLoop.ogg" fadein 5
|
||||||
|
play ambient1 "audio/effects/teenageCrowdMurmurLoop.ogg" fadein 10
|
||||||
|
|
||||||
"{cps=*.1}...{/cps}I don’t have time for this."
|
"{cps=*.1}...{/cps}I don’t have time for this."
|
||||||
|
|
||||||
|
@ -1183,7 +1190,7 @@ label chapter_14A:
|
||||||
window hide
|
window hide
|
||||||
window auto
|
window auto
|
||||||
play sound 'audio/effects/shooterFangJumps.ogg' volume 0.7
|
play sound 'audio/effects/shooterFangJumps.ogg' volume 0.7
|
||||||
pause 4
|
pause 6
|
||||||
|
|
||||||
"I can’t look over."
|
"I can’t look over."
|
||||||
pause .5
|
pause .5
|
||||||
|
@ -1290,7 +1297,7 @@ label chapter_14A:
|
||||||
window auto
|
window auto
|
||||||
pause 1
|
pause 1
|
||||||
|
|
||||||
stop ambient fadeout 3
|
stop ambient fadeout 5
|
||||||
play ambient1 "audio/effects/drizzleLoop.ogg" fadein 3
|
play ambient1 "audio/effects/drizzleLoop.ogg" fadein 3
|
||||||
play ambient2 "audio/effects/windLightLoop.ogg" fadein 3
|
play ambient2 "audio/effects/windLightLoop.ogg" fadein 3
|
||||||
scene a15 with Fade(2, .5, 2)
|
scene a15 with Fade(2, .5, 2)
|
||||||
|
@ -1399,20 +1406,20 @@ label chapter_14A:
|
||||||
"It’s better this way."
|
"It’s better this way."
|
||||||
$ quick_menu = False
|
$ quick_menu = False
|
||||||
window hide
|
window hide
|
||||||
|
|
||||||
|
stop ambient fadeout 20
|
||||||
|
|
||||||
pause 4
|
pause 7
|
||||||
|
|
||||||
play music "audio/OST/Sad!.ogg" fadein 1.0 volume 2.8 noloop
|
|
||||||
|
scene black with Dissolve(10.0)
|
||||||
|
pause 2.5
|
||||||
|
play music "audio/OST/Sad!.ogg" fadein 15.0 volume 2.8 noloop
|
||||||
|
scene 1of4 with Dissolve(9.0)
|
||||||
|
pause 11
|
||||||
|
|
||||||
stop ambient fadeout 10
|
stop music fadeout 22
|
||||||
scene black with Dissolve(4)
|
scene black with Dissolve(17.0)
|
||||||
pause 2
|
pause 5
|
||||||
|
|
||||||
scene e1of4 with Dissolve(2)
|
|
||||||
pause
|
|
||||||
|
|
||||||
scene black with Dissolve(3)
|
|
||||||
stop music fadeout 2
|
|
||||||
pause 2
|
|
||||||
|
|
||||||
return
|
return
|
Loading…
Add table
Reference in a new issue