Merge pull request 'Assets' (#148) from nutbuster/SnootGame:p7_raymba_choreo into Patch7
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/148
BIN
game/audio/effects/anonBedRustle.ogg
Normal file
BIN
game/audio/effects/clipLoop.ogg
Normal file
BIN
game/audio/effects/concertFail.ogg
Normal file
BIN
game/audio/effects/projectorFallReverb.ogg
Normal file
BIN
game/audio/effects/showerDoor.ogg
Normal file
BIN
game/audio/effects/tableSlamNoBox.ogg
Normal file
BIN
game/audio/effects/vines.ogg
Normal file
BIN
game/images/highres/amberpendant1 megatex.png
Normal file
After Width: | Height: | Size: 46 KiB |
BIN
game/images/highres/amberpendant2happy megatex.png
Normal file
After Width: | Height: | Size: 38 KiB |
BIN
game/images/highres/amberpendant3fanguish megatex.png
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
game/images/highres/amberpendant4shock megatex.png
Normal file
After Width: | Height: | Size: 49 KiB |
BIN
game/images/highres/amberpendant5sad megatex.png
Normal file
After Width: | Height: | Size: 48 KiB |
BIN
game/images/highres/amberpendant6veryhappy megatex.png
Normal file
After Width: | Height: | Size: 46 KiB |
BIN
game/images/highres/anon neutral megatex unblur.png
Normal file
After Width: | Height: | Size: 724 KiB |
BIN
game/images/highres/anon neutral megatex.png
Normal file
After Width: | Height: | Size: 778 KiB |
BIN
game/images/highres/anon shrug megatex.png
Normal file
After Width: | Height: | Size: 754 KiB |
BIN
game/images/highres/anond neutral megatex.png
Normal file
After Width: | Height: | Size: 553 KiB |
BIN
game/images/highres/fang adorable megatex.png
Normal file
After Width: | Height: | Size: 1 MiB |
BIN
game/images/highres/fang flip off happy megatex.png
Normal file
After Width: | Height: | Size: 1 MiB |
BIN
game/images/highres/fang neutral megatex unblur.png
Normal file
After Width: | Height: | Size: 1 MiB |
BIN
game/images/highres/fang neutral megatex.png
Normal file
After Width: | Height: | Size: 1.1 MiB |
BIN
game/images/highres/fang very sad megatex.png
Normal file
After Width: | Height: | Size: 961 KiB |
BIN
game/images/highres/fritatta megatex unblur.png
Normal file
After Width: | Height: | Size: 868 KiB |
BIN
game/images/highres/naomi neutral megatex.png
Normal file
After Width: | Height: | Size: 606 KiB |
BIN
game/images/naomi/naomi prom considering.png
Normal file
After Width: | Height: | Size: 288 KiB |
BIN
game/images/naomi/naomi prom sad.png
Normal file
After Width: | Height: | Size: 287 KiB |
BIN
game/images/naomi/naomi prom unimpressed.png
Normal file
After Width: | Height: | Size: 288 KiB |
BIN
game/images/trish/trish prom surprised.png
Normal file
After Width: | Height: | Size: 237 KiB |
|
@ -1,3 +1,46 @@
|
||||||
|
|
||||||
|
#high res flip - i hate this
|
||||||
|
image anon neutral megatex flip = im.Flip("highres/anon neutral megatex.png", horizontal=True)
|
||||||
|
image anon shrug megatex flip = im.Flip("highres/anon shrug megatex.png", horizontal=True)
|
||||||
|
image anond neutral megatex flip = im.Flip("highres/anond neutral megatex.png", horizontal=True)
|
||||||
|
image fang neutral megatex flip = im.Flip("highres/fang neutral megatex.png", horizontal=True)
|
||||||
|
image fang flip off happy megatex flip = im.Flip("highres/afng flip off happy megatex.png", horizontal=True)
|
||||||
|
image fang very sad megatex flip = im.Flip("highres/fang very sad megatex.png", horizontal=True)
|
||||||
|
image naomi neutral megatex flip = im.Flip("highres/naomi neutral megatex.png", horizontal=True)
|
||||||
|
|
||||||
|
"""
|
||||||
|
show fang pbird happy flip with dissolve
|
||||||
|
show fang pneutral flip with Dissolve(1)
|
||||||
|
"""
|
||||||
|
#pENdant - wait what the fuck there's PBIRD AND FLIP OFF?
|
||||||
|
|
||||||
|
image fang pneutral megatex = Composite(
|
||||||
|
# (1412, 1500),
|
||||||
|
(2683, 2850),
|
||||||
|
(0, 0), "highres/fang neutral megatex.png",
|
||||||
|
(0, 0), "highres/amberpendant1 megatex.png"
|
||||||
|
)
|
||||||
|
image fang pbird happy megatex = Composite(
|
||||||
|
# (1412, 1500),
|
||||||
|
(2683, 2850),
|
||||||
|
(0, 0), "highres/fang flip off happy megatex.png",
|
||||||
|
(0, 0), "highres/amberpendant1 megatex.png"
|
||||||
|
)
|
||||||
|
image fang pneutral megatex flip = Composite(
|
||||||
|
# (1412, 1500),
|
||||||
|
(2683, 2850),
|
||||||
|
(0, 0), im.Flip("highres/fang neutral megatex.png", horizontal=True),
|
||||||
|
(0, 0), im.Flip("highres/amberpendant1 megatex.png", horizontal=True)
|
||||||
|
)
|
||||||
|
image fang pbird happy megatex flip = Composite(
|
||||||
|
# (1412, 1500),
|
||||||
|
(2683, 2850),
|
||||||
|
(0, 0), im.Flip("highres/fang flip off happy megatex.png", horizontal=True),
|
||||||
|
(0, 0), im.Flip("highres/amberpendant1 megatex.png", horizontal=True)
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
image raymba2 flip = im.Flip("raymba/raymba2.png", horizontal=True)
|
image raymba2 flip = im.Flip("raymba/raymba2.png", horizontal=True)
|
||||||
image raymba4 flip = im.Flip("raymba/raymba4.png", horizontal=True)
|
image raymba4 flip = im.Flip("raymba/raymba4.png", horizontal=True)
|
||||||
image raymbashadow flip = im.Flip("raymba/raymbashadow.png", horizontal=True)
|
image raymbashadow flip = im.Flip("raymba/raymbashadow.png", horizontal=True)
|
||||||
|
@ -63,19 +106,22 @@ label chapter_x10:
|
||||||
|
|
||||||
play music 'audio/ost/she_fucks_human_men.ogg' fadein 3
|
play music 'audio/ost/she_fucks_human_men.ogg' fadein 3
|
||||||
scene little troodon:
|
scene little troodon:
|
||||||
blur 5 zoom 1.5 xoffset -600 yoffset -300
|
zoom 1.5 xoffset -600 yoffset -300
|
||||||
show fritatta:
|
|
||||||
xcenter 0.8 yalign 0.4 zoom 2
|
#image fangfog = im.Blur(im.MatrixColor("fang/emotive set/fang anguish.png",im.matrix.brightness(-1)), 1.5)
|
||||||
blur 5
|
show fritatta megatex unblur:
|
||||||
show fang neutral:
|
xcenter 0.8 yalign 0.4 xsize 1135*2 ysize 1500*2
|
||||||
xcenter 0.3 yalign 0.45 zoom 2
|
show fang neutral megatex unblur:
|
||||||
blur 5
|
xcenter 0.3 yalign 0.45 xsize 1412*2 ysize 1500*2
|
||||||
show anon neutral:
|
show anon neutral megatex unblur:
|
||||||
xcenter 0.0 yalign 0.5 zoom 2
|
#xcenter 0.0 yalign 0.5 zoom 2
|
||||||
blur 5
|
xcenter 0.0 yalign 0.5
|
||||||
|
xsize 1061*2 ysize 1500*2
|
||||||
|
|
||||||
with Fade(1, 0, 1, color='#fff')
|
with Fade(1, 0, 1, color='#fff')
|
||||||
pause 1
|
pause 1
|
||||||
|
|
||||||
|
|
||||||
"Observation:{w=.4} I am pulled from the darkness and placed on a brightly lit surface."
|
"Observation:{w=.4} I am pulled from the darkness and placed on a brightly lit surface."
|
||||||
|
|
||||||
"My sensors indicate that this unit is currently being displayed for potential sale."
|
"My sensors indicate that this unit is currently being displayed for potential sale."
|
||||||
|
@ -152,9 +198,9 @@ label chapter_x10:
|
||||||
play music 'audio/ost/the hunt for more (you)s.ogg' fadein 3 noloop
|
play music 'audio/ost/the hunt for more (you)s.ogg' fadein 3 noloop
|
||||||
scene room anon day:
|
scene room anon day:
|
||||||
blur 8 zoom 1.5 xoffset -100 yoffset -400
|
blur 8 zoom 1.5 xoffset -100 yoffset -400
|
||||||
show anon neutral:
|
show anon neutral megatex:
|
||||||
xcenter 0.2 yalign 0.5 zoom 2
|
#xcenter 0.2 yalign 0.5 zoom 2
|
||||||
blur 5
|
xcenter 0.2 yalign 0.5 xsize 1061*2 ysize 1500*2
|
||||||
show raymbabox
|
show raymbabox
|
||||||
show raymba1:
|
show raymba1:
|
||||||
xcenter 0.6 ycenter 0.385 zoom 0.5
|
xcenter 0.6 ycenter 0.385 zoom 0.5
|
||||||
|
@ -177,7 +223,9 @@ label chapter_x10:
|
||||||
A "Naaaah. They aren’t really a thing anymore."
|
A "Naaaah. They aren’t really a thing anymore."
|
||||||
show anon:
|
show anon:
|
||||||
ease_cubic 1.5 xpos 0.1
|
ease_cubic 1.5 xpos 0.1
|
||||||
show anon neutral flip with Dissolve(1)
|
show anon neutral megatex flip with Dissolve(1)
|
||||||
|
#show anon neutral flip with Dissolve(1)
|
||||||
|
|
||||||
A "Hmmmm{cps=*.1}...{/cps}"
|
A "Hmmmm{cps=*.1}...{/cps}"
|
||||||
pause .5
|
pause .5
|
||||||
|
|
||||||
|
@ -273,9 +321,8 @@ label chapter_x10:
|
||||||
A "Yeah{cps=*.1}...{/cps} Two or three will do."
|
A "Yeah{cps=*.1}...{/cps} Two or three will do."
|
||||||
pause .5
|
pause .5
|
||||||
|
|
||||||
show fang neutral behind raymbabox:
|
show fang neutral megatex behind raymbabox:
|
||||||
xcenter -0.5 yalign 0.45 zoom 2
|
xcenter -0.5 yalign 0.45 xsize 1412*2 ysize 1500*2
|
||||||
blur 5
|
|
||||||
show fang:
|
show fang:
|
||||||
easein_cubic 1.5 xpos 0.3
|
easein_cubic 1.5 xpos 0.3
|
||||||
with dissolve
|
with dissolve
|
||||||
|
@ -299,7 +346,7 @@ label chapter_x10:
|
||||||
pause 3.5
|
pause 3.5
|
||||||
|
|
||||||
stop music fadeout 6
|
stop music fadeout 6
|
||||||
show fang neutral flip with Dissolve(1)
|
show fang neutral megatex flip with Dissolve(1):
|
||||||
F "You are such a dweeb, Anon."
|
F "You are such a dweeb, Anon."
|
||||||
pause 1
|
pause 1
|
||||||
|
|
||||||
|
@ -338,12 +385,14 @@ label chapter_x10:
|
||||||
play music 'audio/ost/its_footloose_now.ogg' fadein 4
|
play music 'audio/ost/its_footloose_now.ogg' fadein 4
|
||||||
scene room anon day:
|
scene room anon day:
|
||||||
blur 8 zoom 1.5 xoffset -100 yoffset -400
|
blur 8 zoom 1.5 xoffset -100 yoffset -400
|
||||||
show anon neutral:
|
show anon neutral megatex:
|
||||||
xcenter 0.2 yalign 0.5 zoom 2
|
xzoom 1.0
|
||||||
blur 5
|
xcenter 0.2 yalign 0.5
|
||||||
show fang neutral flip:
|
xsize 1061*2 ysize 1500*2
|
||||||
xcenter 0.8 yalign 0.45 zoom 2
|
show fang neutral megatex:
|
||||||
blur 5
|
xzoom -1.0
|
||||||
|
xcenter 0.8 yalign 0.45
|
||||||
|
xsize 1412*2 ysize 1500*2
|
||||||
show raymbabox
|
show raymbabox
|
||||||
show raymba2:
|
show raymba2:
|
||||||
xcenter 0.6 ycenter 0.385 zoom 0.5
|
xcenter 0.6 ycenter 0.385 zoom 0.5
|
||||||
|
@ -357,9 +406,10 @@ label chapter_x10:
|
||||||
|
|
||||||
"One such object he lays out on the floor."
|
"One such object he lays out on the floor."
|
||||||
|
|
||||||
show anon shrug with dissolve
|
show anon shrug megatex with dissolve:
|
||||||
|
|
||||||
A "See? It really ties the room together."
|
A "See? It really ties the room together."
|
||||||
show anon neutral with dissolve
|
show anon neutral megatex with dissolve:
|
||||||
|
|
||||||
"Owner has opened another of the boxes he brought in, laid the contents on top."
|
"Owner has opened another of the boxes he brought in, laid the contents on top."
|
||||||
|
|
||||||
|
@ -379,11 +429,11 @@ label chapter_x10:
|
||||||
"Confirmed.{w=.4} Response to new unit designated ‘Mark 2’."
|
"Confirmed.{w=.4} Response to new unit designated ‘Mark 2’."
|
||||||
pause .5
|
pause .5
|
||||||
|
|
||||||
show anon:
|
show anon neutral megatex:
|
||||||
easeout_cubic 1 xpos 1.5
|
easeout_cubic 1 xpos 1.5
|
||||||
block:
|
block:
|
||||||
pause 2
|
pause 2
|
||||||
"anon neutral flip"
|
"anon neutral megatex flip"
|
||||||
easein_cubic 0.5 xpos 0.9
|
easein_cubic 0.5 xpos 0.9
|
||||||
pause 1
|
pause 1
|
||||||
easeout_cubic 0.5 xpos -0.5
|
easeout_cubic 0.5 xpos -0.5
|
||||||
|
@ -391,7 +441,8 @@ label chapter_x10:
|
||||||
show fang:
|
show fang:
|
||||||
pause 1
|
pause 1
|
||||||
ease_cubic 0.5 xpos 0.3
|
ease_cubic 0.5 xpos 0.3
|
||||||
"fang neutral" with dissolve
|
"fang neutral megatex" with dissolve
|
||||||
|
xzoom 1.0
|
||||||
pause 1
|
pause 1
|
||||||
easeout_cubic 0.75 xpos 1.5
|
easeout_cubic 0.75 xpos 1.5
|
||||||
|
|
||||||
|
@ -476,12 +527,14 @@ label chapter_x10:
|
||||||
play music 'audio/ost/appreciating her company.ogg' fadein 4
|
play music 'audio/ost/appreciating her company.ogg' fadein 4
|
||||||
scene fangroom:
|
scene fangroom:
|
||||||
blur 8 zoom 1.5 xoffset -900 yoffset -400
|
blur 8 zoom 1.5 xoffset -900 yoffset -400
|
||||||
show anon neutral flip:
|
show anon neutral megatex:
|
||||||
xcenter 0.8 yalign 0.5 zoom 2
|
xzoom -1.0
|
||||||
blur 5
|
xcenter 0.8 yalign 0.5 #zoom 2
|
||||||
show fang neutral:
|
xsize 1061*2 ysize 1500*2
|
||||||
xcenter 0.2 yalign 0.45 zoom 2
|
show fang neutral megatex:
|
||||||
blur 5
|
xzoom 1.0
|
||||||
|
xcenter 0.2 yalign 0.45 #zoom 2
|
||||||
|
xsize 1412*2 ysize 1500*2
|
||||||
show raymbabox
|
show raymbabox
|
||||||
show raymba2:
|
show raymba2:
|
||||||
xcenter 0.6 ycenter 0.385 zoom 0.5
|
xcenter 0.6 ycenter 0.385 zoom 0.5
|
||||||
|
@ -507,20 +560,19 @@ label chapter_x10:
|
||||||
"Response from Mark 2:{w=.4} Observation noted.{w=.4} Current owner and ‘Fang’ are currently in need of repair.{w=.4} Conclusion:{w=.4} will ensure that this unit’s new owner receives necessary repairs."
|
"Response from Mark 2:{w=.4} Observation noted.{w=.4} Current owner and ‘Fang’ are currently in need of repair.{w=.4} Conclusion:{w=.4} will ensure that this unit’s new owner receives necessary repairs."
|
||||||
pause .5
|
pause .5
|
||||||
|
|
||||||
show anon:
|
show anon neutral megatex:
|
||||||
ease_cubic 1.5 xpos 0.75
|
ease_cubic 1.5 xpos 0.75
|
||||||
A "Well{cps=*.1}...{/cps} This is it{cps=*.1}...{/cps}"
|
A "Well{cps=*.1}...{/cps} This is it{cps=*.1}...{/cps}"
|
||||||
|
|
||||||
show fang:
|
show fang:
|
||||||
ease_cubic 1.5 xpos 0.25
|
ease_cubic 1.5 xpos 0.25
|
||||||
pause .5
|
show fang very sad megatex with Dissolve(1):
|
||||||
show fang very sad with Dissolve(1)
|
|
||||||
F "Anon{cps=*.1}...{/cps}"
|
F "Anon{cps=*.1}...{/cps}"
|
||||||
pause .5
|
pause .5
|
||||||
|
|
||||||
A "Hey, it’s only a few years.{w=.4} And it’s not like we won’t talk."
|
A "Hey, it’s only a few years.{w=.4} And it’s not like we won’t talk."
|
||||||
|
|
||||||
show fang neutral with Dissolve(1)
|
show fang neutral megatex with Dissolve(1)
|
||||||
F "I know. And I know I said a break and all{cps=*.1}...{/cps}"
|
F "I know. And I know I said a break and all{cps=*.1}...{/cps}"
|
||||||
pause .5
|
pause .5
|
||||||
show anon:
|
show anon:
|
||||||
|
@ -528,7 +580,7 @@ label chapter_x10:
|
||||||
show fang:
|
show fang:
|
||||||
ease_cubic 1.5 xpos 0.4
|
ease_cubic 1.5 xpos 0.4
|
||||||
pause .5
|
pause .5
|
||||||
show fang adorable with dissolve
|
show fang adorable megatex with dissolve
|
||||||
pause 1
|
pause 1
|
||||||
|
|
||||||
"Observation:{w=.4} Current owner and ‘Fang’ appear to be attempting to clean each other’s brush units again."
|
"Observation:{w=.4} Current owner and ‘Fang’ appear to be attempting to clean each other’s brush units again."
|
||||||
|
@ -612,9 +664,9 @@ label chapter_x10:
|
||||||
|
|
||||||
N "What’s this in the box over here?"
|
N "What’s this in the box over here?"
|
||||||
|
|
||||||
show naomi neutral behind raymbabox:
|
show naomi neutral megatex behind raymbabox:
|
||||||
xcenter -0.5 yalign 0.45 zoom 2
|
xcenter -0.5 yalign 0.45 #zoom 2
|
||||||
blur 5
|
xsize 1036*2 ysize 1500*2
|
||||||
show naomi:
|
show naomi:
|
||||||
easein_cubic 1.5 xpos 0.25
|
easein_cubic 1.5 xpos 0.25
|
||||||
pause 1.5
|
pause 1.5
|
||||||
|
@ -624,8 +676,8 @@ label chapter_x10:
|
||||||
F "Hey, don’t touch him. That’s RAYmba, I’m keeping him safe for a while."
|
F "Hey, don’t touch him. That’s RAYmba, I’m keeping him safe for a while."
|
||||||
|
|
||||||
show fang pneutral flip behind raymbabox:
|
show fang pneutral flip behind raymbabox:
|
||||||
xcenter 1.5 yalign 0.45 zoom 2
|
xcenter 1.5 yalign 0.45 # zoom 2
|
||||||
blur 5
|
xsize 1412*2 ysize 1500*2
|
||||||
show fang:
|
show fang:
|
||||||
easein_cubic 1.5 xpos 0.75
|
easein_cubic 1.5 xpos 0.75
|
||||||
pause .5
|
pause .5
|
||||||
|
@ -655,17 +707,17 @@ label chapter_x10:
|
||||||
show naomi:
|
show naomi:
|
||||||
easeout_cubic 1.5 xpos -0.5
|
easeout_cubic 1.5 xpos -0.5
|
||||||
pause .5
|
pause .5
|
||||||
show naomi neutral flip with dissolve
|
show naomi neutral megatex flip with dissolve
|
||||||
pause .5
|
pause .5
|
||||||
|
|
||||||
"Observation:{w=.4} Unknown guest has left the room."
|
"Observation:{w=.4} Unknown guest has left the room."
|
||||||
pause .5
|
pause .5
|
||||||
|
|
||||||
show fang pbird happy flip with dissolve
|
show fang pbird happy megatex flip with dissolve
|
||||||
|
|
||||||
stop music fadeout 6
|
stop music fadeout 6
|
||||||
F "{cps=*.1}...{/cps}Bitch{cps=*.1}...{/cps}"
|
F "{cps=*.1}...{/cps}Bitch{cps=*.1}...{/cps}"
|
||||||
show fang pneutral flip with Dissolve(1)
|
show fang pneutral megatex flip with Dissolve(1)
|
||||||
|
|
||||||
"Unknown guest designation confirmed."
|
"Unknown guest designation confirmed."
|
||||||
pause 1
|
pause 1
|
||||||
|
@ -748,9 +800,10 @@ label chapter_x10:
|
||||||
|
|
||||||
F "There’s the flakes in a little cup next to the box there."
|
F "There’s the flakes in a little cup next to the box there."
|
||||||
|
|
||||||
show anond neutral behind raymbabox:
|
show anond neutral megatex behind raymbabox:
|
||||||
xcenter -0.5 yalign 0.5 zoom 2
|
xcenter -0.5 yalign 0.5# zoom 2
|
||||||
blur 5
|
xsize 1061*2 ysize 1500*2
|
||||||
|
|
||||||
show anond:
|
show anond:
|
||||||
easein_cubic 1.5 xpos 0.25
|
easein_cubic 1.5 xpos 0.25
|
||||||
pause 1.5
|
pause 1.5
|
||||||
|
@ -919,9 +972,9 @@ label chapter_x10:
|
||||||
show raymbashadow as footshadow behind raymba4s:
|
show raymbashadow as footshadow behind raymba4s:
|
||||||
ypos -0.7 xcenter 0.05 blur 3
|
ypos -0.7 xcenter 0.05 blur 3
|
||||||
easein_cubic 1 xpos 0.1
|
easein_cubic 1 xpos 0.1
|
||||||
show anond neutral behind raymba4s:
|
show anond neutral megatex behind raymba4s:
|
||||||
xcenter 0.05 yanchor 1.0 ypos 0.85 zoom 3.5
|
xcenter 0.05 yanchor 1.0 ypos 0.85 # zoom 3.5
|
||||||
blur 5
|
xsize 1061*3.5 ysize 1500*3.5
|
||||||
easein_cubic 1 xpos 0.1
|
easein_cubic 1 xpos 0.1
|
||||||
with Dissolve(1)
|
with Dissolve(1)
|
||||||
pause .5
|
pause .5
|
||||||
|
@ -952,6 +1005,8 @@ label chapter_x10:
|
||||||
stop music fadeout 6
|
stop music fadeout 6
|
||||||
"{cps=*.05}...{/cps}"
|
"{cps=*.05}...{/cps}"
|
||||||
|
|
||||||
|
window hide
|
||||||
|
window auto
|
||||||
|
|
||||||
image big blending = Composite(
|
image big blending = Composite(
|
||||||
(1920, 1080),
|
(1920, 1080),
|
||||||
|
@ -961,9 +1016,10 @@ label chapter_x10:
|
||||||
|
|
||||||
scene big ending with Dissolve(1)
|
scene big ending with Dissolve(1)
|
||||||
scene big blending with Dissolve(1)
|
scene big blending with Dissolve(1)
|
||||||
pause 8
|
pause 6
|
||||||
|
|
||||||
scene black with Dissolve(2)
|
scene black with Dissolve(2)
|
||||||
|
pause 2
|
||||||
|
|
||||||
|
|
||||||
return
|
return
|
||||||
|
|