forked from Cavemanon/SnootGame
autism commit 2
This commit is contained in:
@ -236,15 +236,13 @@ label chapter_11:
|
||||
A "I told Fang I like her!"
|
||||
pause 0.25
|
||||
|
||||
$ renpy.music.set_volume(0, 0.02, 'music')
|
||||
stop music fadeout 0.2
|
||||
stop music fadeout 0.02
|
||||
pause .75
|
||||
|
||||
"Shit, I said that out loud."
|
||||
window hide
|
||||
window auto
|
||||
|
||||
$ renpy.music.set_volume(1, 0, 'music')
|
||||
pause .5
|
||||
|
||||
show naser:
|
||||
@ -287,24 +285,38 @@ label chapter_11:
|
||||
show anon:
|
||||
easeout_back 1 xalign 2.8
|
||||
pause .5
|
||||
stop ambient fadeout 0.1
|
||||
|
||||
show naser:
|
||||
xalign 0.6
|
||||
show anon:
|
||||
xalign 0.9
|
||||
pause 0
|
||||
|
||||
hide anon
|
||||
scene naserelbowflash
|
||||
pause 0.01
|
||||
scene black
|
||||
show naser elbow:
|
||||
xalign 0.9
|
||||
matrixcolor BrightnessMatrix(1)
|
||||
pause 0
|
||||
scene hallway
|
||||
show naser elbow:
|
||||
easein_elastic 0.5 xalign 1.1
|
||||
matrixcolor BrightnessMatrix(-1)
|
||||
parallel:
|
||||
easein_elastic 0.5 xalign 1.1
|
||||
parallel:
|
||||
linear 0.25 matrixcolor BrightnessMatrix(0)
|
||||
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/schoolLoop.ogg' fadein 3
|
||||
$ renpy.music.set_volume(1, 0, 'ambient')
|
||||
play ambient 'audio/effects/schoolLoop.ogg' fadein 3 volume 0.5
|
||||
"A few students start turning their heads."
|
||||
pause .5
|
||||
|
||||
@ -318,8 +330,9 @@ label chapter_11:
|
||||
window auto
|
||||
pause .5
|
||||
|
||||
play sound 'audio/effects/slapstickwipe.ogg'
|
||||
play sound [ "<silence .3>", 'audio/effects/slapstickwipe.ogg']
|
||||
show naser angry:
|
||||
matrixcolor BrightnessMatrix(0) # For some reason skipping misses this, so force it back on so naser isn't black
|
||||
easein_cubic 1 xalign 0.9 yalign 0.1
|
||||
show anon fear flip:
|
||||
yalign 0.1 xalign 1.4
|
||||
@ -1390,7 +1403,7 @@ label chapter_11:
|
||||
A "You gonna stay for dinner Naser?"
|
||||
pause .5
|
||||
|
||||
Nas "{cps=*.6}I want to but-{/cps}{w=.4}{nw}"
|
||||
Nas "{cps=*.6}I want to but-{/cps}{w=.7}{nw}"
|
||||
window hide Dissolve(0.0001)
|
||||
window auto
|
||||
|
||||
@ -1422,7 +1435,7 @@ label chapter_11:
|
||||
pause .5
|
||||
|
||||
show anon neutral flip with dissolve
|
||||
stop ambient fadeout 5
|
||||
stop ambient fadeout 4
|
||||
$ renpy.music.set_volume(1, 2, 'music')
|
||||
"I turn back to Fang."
|
||||
pause .5
|
||||
@ -3759,6 +3772,7 @@ label chapter_11:
|
||||
|
||||
"As soon as I set the cup down a pair of arms wrap around my head."
|
||||
|
||||
$ renpy.mark_image_seen('fullbody_rosahug')
|
||||
hide rosa
|
||||
hide anon
|
||||
show rosa hug
|
||||
@ -3766,7 +3780,12 @@ label chapter_11:
|
||||
pause .5
|
||||
|
||||
"Oh god oh fuck Rosa is actually gonna kill me."
|
||||
pause 1
|
||||
pause 0.5
|
||||
|
||||
#python:
|
||||
# if renpy.seen_image("moes pizza"):
|
||||
# renpy.show('fang angry')
|
||||
|
||||
|
||||
Ro "You stupid boys. Always hiding away your own pain."
|
||||
|
||||
@ -4350,8 +4369,6 @@ label chapter_11:
|
||||
"I hear Reed’s footsteps get further away, and stop for a split second."
|
||||
window hide
|
||||
window auto
|
||||
$ renpy.music.set_volume(0, 0, 'ambient')
|
||||
play ambient "audio/effects/firealarmreverbloop.ogg" loop
|
||||
|
||||
show anon neutral:
|
||||
yalign 0.1 xalign 0.0
|
||||
@ -4365,25 +4382,13 @@ label chapter_11:
|
||||
window auto
|
||||
pause .5
|
||||
|
||||
$ renpy.music.set_volume(0, 0.0, 'ambient')
|
||||
play ambient "audio/effects/firealarmreverbloop.ogg" loop
|
||||
$ renpy.music.set_volume(0, 0.1, 'music')
|
||||
$ renpy.music.set_volume(1, 0.1, 'ambient')
|
||||
pause .5
|
||||
$ renpy.music.set_volume(1, 0.05, 'ambient')
|
||||
pause .75
|
||||
show anon ohshit with Dissolve(.25)
|
||||
pause 0.5
|
||||
|
||||
image sprinkler:
|
||||
"sprinkler 1"
|
||||
pause 0.066
|
||||
"sprinkler 2"
|
||||
pause 0.066
|
||||
block:
|
||||
"sprinkler 3"
|
||||
pause 0.066
|
||||
"sprinkler 4"
|
||||
pause 0.066
|
||||
"sprinkler 5"
|
||||
pause 0.066
|
||||
repeat
|
||||
pause 0.25
|
||||
|
||||
# TODO: SFX
|
||||
play ambient1 '<loop 1.248>audio/effects/fireAlarmExtinguishersLoop.ogg' volume 0.9
|
||||
@ -4415,14 +4420,6 @@ label chapter_11:
|
||||
|
||||
show dimmer_darker behind anon with dissolve
|
||||
|
||||
# general chaos
|
||||
image teacher1 = im.MatrixColor("other/carldelewski.png",im.matrix.brightness(-1))
|
||||
image teacher2 = im.MatrixColor("other/farnsworth.png",im.matrix.brightness(-1))
|
||||
image teacher3 = im.Flip(im.MatrixColor("other/jin.png",im.matrix.brightness(-1)), horizontal=True)
|
||||
image teacher4 = im.MatrixColor("other/jingo.png",im.matrix.brightness(-1))
|
||||
image student1 = im.MatrixColor("stella/chadshark.png",im.matrix.brightness(-1)) # obligatory Chadshark cameo
|
||||
image student2 = im.Flip(im.MatrixColor("stella/stella neutral.png",im.matrix.brightness(-1)), horizontal=True)
|
||||
image student3 = im.Flip(im.MatrixColor("rosa/rosa shocked.png",im.matrix.brightness(-1)), horizontal=True)
|
||||
show teacher1:
|
||||
alpha 0.5
|
||||
yalign 0.0 xalign 2.0
|
||||
@ -4506,8 +4503,8 @@ label chapter_11:
|
||||
hide anon with dissolve
|
||||
pause .5
|
||||
|
||||
stop ambient fadeout 3
|
||||
stop ambient1 fadeout 3
|
||||
stop ambient fadeout 5
|
||||
stop ambient1 fadeout 1.5
|
||||
stop ambient2 fadeout 5
|
||||
$ renpy.music.set_volume(1, 3, 'ambient')
|
||||
$ renpy.music.set_volume(1, 3, 'ambient1')
|
||||
@ -4573,6 +4570,9 @@ label chapter_11:
|
||||
window auto
|
||||
pause .5
|
||||
|
||||
scene black with Dissolve(1)
|
||||
pause 0.5
|
||||
|
||||
play music 'audio/OST/ballad_of_the_boot.ogg' fadein 1.0
|
||||
scene auditorium
|
||||
show dimmer_light
|
||||
@ -4580,7 +4580,7 @@ label chapter_11:
|
||||
yalign 0.0 xalign 0.1
|
||||
show fang very sad flip:
|
||||
yalign 0.0 xalign 0.9
|
||||
with Fade(1, 0, 1)
|
||||
with Dissolve(1)
|
||||
pause 1
|
||||
|
||||
T "{i}WHY{/i} don't you want to talk about it?"
|
||||
@ -5272,7 +5272,7 @@ label chapter_11:
|
||||
A "Well, I hold one of these,"
|
||||
|
||||
show pocky:
|
||||
ypos .175 xpos .395 zoom .65 rotate 10
|
||||
ypos .175 xpos .395 rotate 10
|
||||
with dissolve
|
||||
"I take one of the green sugary sticks from the box and hold the plain end by my teeth."
|
||||
|
||||
|
Reference in New Issue
Block a user