mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-02 06:46:34 +01:00
Naomi arc 1 ready for review minor tweaks left phone bg, new pendant for fang very happy and naomi hallway
This commit is contained in:
parent
61495d08d2
commit
4738012d2e
5 changed files with 420 additions and 110 deletions
BIN
game/images/cgs/anonchristmasmorning.png
Normal file
BIN
game/images/cgs/anonchristmasmorning.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 431 KiB |
109
game/script.rpy
109
game/script.rpy
|
@ -150,6 +150,9 @@ define FRT = Character ('Fang Reed & Trish', base, color="#4963A5", who_outline
|
|||
define FangAndTrish = Character('Fang and Trish', base, color="42DFA8", who_outlines=[(1, '#183623')])
|
||||
define NaserAndNaomi = Character('Naser and Naomi', base, color="22DFA8", who_outlines=[(1, '#2036B3')])
|
||||
define TeamMember = Character('Team member', base, color="D32552", who_outlines=[(1, '#445F42')])
|
||||
define Everyone = Character('Everyone', base, color="A45489", who_outline=[(1, '#4F5F81')])
|
||||
define Chet = Character('Chet', base, color="B45411", who_outline=[(1, '#BF5F81')])
|
||||
|
||||
#Extra image translations
|
||||
#siloettes
|
||||
image stellaSilo = im.Flip(im.MatrixColor("stella/stella neutral.png",im.matrix.brightness(-1)), horizontal=True)
|
||||
|
@ -269,6 +272,7 @@ image trish future smug flip = im.Flip("trish/trish future smug.png", horizontal
|
|||
image trish prom happy flip = im.Flip("trish/trish prom happy.png", horizontal=True)
|
||||
image stella happy flip = im.Flip("stella/stella happy.png", horizontal=True)
|
||||
image stella happy alt flip = im.Flip("stella/stella happy alt.png", horizontal=True)
|
||||
image fangdad happy flip = im.Flip("fangparents/fangdad happy.png", horizontal=True)
|
||||
|
||||
#fear flips
|
||||
image anon fear flip = im.Flip("anon/emotive set/anon fear.png", horizontal=True)
|
||||
|
@ -315,7 +319,7 @@ image trish indignant flip = im.Flip("trish/trish indignant.png", horizontal=Tru
|
|||
#surprised flip
|
||||
image fang surprised flip = im.Flip("fang/basic set/fang surprised.png", horizontal=True)
|
||||
image trish surprised flip = im.Flip("trish/trish surprised.png", horizontal=True)
|
||||
|
||||
image naser surprised flip = im.Flip("naser/naserintermediaryshocked.png", horizontal=True)
|
||||
|
||||
#other flips
|
||||
image spears happy flip = im.Flip("spears/spears happy.png", horizontal=True)
|
||||
|
@ -335,22 +339,6 @@ image naser handout flip = im.Flip("naser/naser handout.png", horizontal=True)
|
|||
image fang adorable flip = im.Flip("fang/emotive set/fang adorable.png", horizontal=True)
|
||||
image anon concerned flip = im.Flip("images/anon/base set/anon concerned.png", horizontal=True)
|
||||
|
||||
#fang with amber pendant
|
||||
image fang neutral amberpendant = "images/fang/basic set/fang neutral w amber pendant.png"
|
||||
image fang neutral amberpendant flip = im.Flip("images/fang/basic set/fang neutral w amber pendant.png", horizontal=True)
|
||||
image fang angry amberpendant = "images/fang/basic set/fang angry w amber pendant.png"
|
||||
image fang angry amberpendant flip = im.Flip("images/fang/basic set/fang angry w amber pendant.png", horizontal=True)
|
||||
image fang sad amberpendant = "images/fang/basic set/fang sad w amber pendant.png"
|
||||
image fang sad amberpendant flip = im.Flip("images/fang/basic set/fang sad w amber pendant.png", horizontal=True)
|
||||
image fang considering amberpendant = "images/fang/basic set/fang considering w amber pendant.png"
|
||||
image fang considering amberpendant flip = im.Flip("images/fang/basic set/fang considering w amber pendant.png", horizontal=True)
|
||||
image fang happy amberpendant = "images/fang/basic set/fang happy w amber pendant.png"
|
||||
image fang happy amberpendant flip = im.Flip("images/fang/basic set/fang happy w amber pendant.png", horizontal=True)
|
||||
image fang surprised amberpendant = "images/fang/basic set/fang surprised w amber pendant.png"
|
||||
image fang surprised amberpendant flip = im.Flip("images/fang/basic set/fang surprised w amber pendant.png", horizontal=True)
|
||||
image fang unimpressed amberpendant = "images/fang/basic set/fang unimpressed w amber pendant.png"
|
||||
image fang unimpressed amberpendant flip = im.Flip("images/fang/basic set/fang unimpressed w amber pendant.png", horizontal=True)
|
||||
|
||||
# vfx
|
||||
image black = "#000"
|
||||
image white = "#FFF"
|
||||
|
@ -368,6 +356,7 @@ image schooloutside normal = "images/backgrounds/outside school.jpg"
|
|||
image schooloutside blurred = im.Blur("images/backgrounds/outside school.jpg", 1.8)
|
||||
image sodacan blurred = im.Blur("images/other/sodacan.png", 1.8)
|
||||
image fangdadlarge = "images/fangparents/fangdadneutral large.png"
|
||||
image fangdadunimpressedlarge = "images/fangparents/fangdad unimpressed large.png"
|
||||
image lighter = "images/other/lighter.png"
|
||||
image amberpendant = "images/other/amberpendant1.png"
|
||||
image fangphone = "images/other/fangphone.png"
|
||||
|
@ -376,15 +365,92 @@ image fangphonelayer2 = im.Alpha("images/other/fangphonelayer2.png", 0.4)
|
|||
image nonalcoholic = "images/other/soda.png"
|
||||
image amberpendant = "images/other/amberpendant1.png"
|
||||
|
||||
#additional character images
|
||||
image fang pendant happy = Composite(
|
||||
# (1412, 1500),
|
||||
(1412, 1500),
|
||||
(0, 0), "fang happy",
|
||||
(0, 0), "amberpendant"
|
||||
)
|
||||
|
||||
image fang pendant sad = Composite(
|
||||
# (1412, 1500),
|
||||
(1412, 1500),
|
||||
(0, 0), "fang sad",
|
||||
(0, 0), "amberpendant"
|
||||
)
|
||||
|
||||
image fang pendant unimpressed = Composite(
|
||||
# (1412, 1500),
|
||||
(1412, 1500),
|
||||
(0, 0), "fang unimpressed",
|
||||
(0, 0), "amberpendant"
|
||||
)
|
||||
|
||||
image fang pendant surprised = Composite(
|
||||
# (1412, 1500),
|
||||
(1412, 1500),
|
||||
(0, 0), "fang surprised",
|
||||
(0, 0), "amberpendant"
|
||||
)
|
||||
|
||||
image fang pendant angry = Composite(
|
||||
# (1412, 1500),
|
||||
(1412, 1500),
|
||||
(0, 0), "fang angry",
|
||||
(0, 0), "amberpendant"
|
||||
)
|
||||
|
||||
image fang pendant neutral = Composite(
|
||||
# (1412, 1500),
|
||||
(1412, 1500),
|
||||
(0, 0), "fang neutral",
|
||||
(0, 0), "amberpendant"
|
||||
)
|
||||
|
||||
image fang pendant considering = Composite(
|
||||
# (1412, 1500),
|
||||
(1412, 1500),
|
||||
(0, 0), "fang considering",
|
||||
(0, 0), "amberpendant"
|
||||
)
|
||||
|
||||
image fang pendant very happy = Composite(
|
||||
# (1412, 1500),
|
||||
(1412, 1500),
|
||||
(0, 0), "fang very happy",
|
||||
(0, 0), "amberpendant"
|
||||
)
|
||||
|
||||
image fang pendant shocked = Composite(
|
||||
# (1412, 1500),
|
||||
(1412, 1500),
|
||||
(0, 0), "fang shocked",
|
||||
(0, 0), "amberpendant"
|
||||
)
|
||||
|
||||
image fang pendant flip off happy = Composite(
|
||||
# (1412, 1500),
|
||||
(1412, 1500),
|
||||
(0, 0), "fang flip off happy",
|
||||
(0, 0), "amberpendant"
|
||||
)
|
||||
|
||||
image chadshark flip = im.Flip("stella/chadshark.png", horizontal=True)
|
||||
image chadshark = "stella/chadshark.png"
|
||||
image naser tablehit = "naser/naser table hit.png"
|
||||
image naser tablehit flip = im.Flip("naser/naser table hit.png", horizontal=True)
|
||||
image naomi future flip = im.Flip('images/naomi/naomi future.png', horizontal=True)
|
||||
image fang d happy flip = im.Flip('images/fang/future sets/fang d happy.png', horizontal=True)
|
||||
|
||||
|
||||
|
||||
#extra chapters other images
|
||||
image home fang night blurred = im.Blur('images/backgrounds/home fang night.jpg', 2.0)
|
||||
image home fang night lessblurred = im.Blur('images/backgrounds/home fang night.jpg', 1.5)
|
||||
image home fang night barelyblurred = im.Blur('images/backgrounds/home fang night.jpg', 0.5)
|
||||
image d01_blur = im.Blur('images/cgs/d01.jpg', 1.5)
|
||||
|
||||
#extra chapters other images
|
||||
image fangroomfuture = "images/backgrounds/fangroomfuture.png"
|
||||
image livingroomdayalt = "images/backgrounds/livingroomdayalt.png"
|
||||
|
||||
|
@ -430,7 +496,7 @@ layeredimage fangphonevideocall:
|
|||
group talkerbg:
|
||||
pos (446, -35)
|
||||
rotate 1
|
||||
# xzoom 1.3 #anon's cam is shitty
|
||||
# xzoom 1.3 #anon's cam is shitty?
|
||||
attribute bgday default:
|
||||
"anonday_videocall_bg"
|
||||
|
||||
|
@ -471,10 +537,6 @@ layeredimage fangphonevideocall:
|
|||
attribute basic default:
|
||||
"fangphonelayer2"
|
||||
|
||||
#additional flips
|
||||
image naomi future flip = im.Flip('images/naomi/naomi future.png', horizontal=True)
|
||||
image fang d happy flip = im.Flip('images/fang/future sets/fang d happy.png', horizontal=True)
|
||||
|
||||
#Dual actor images
|
||||
image fangcarriesanon = "images/anon/Other/fanganoncarry.png"
|
||||
image fanganon_promdance = "images/anon/Other/dpromdance.png"
|
||||
|
@ -483,6 +545,7 @@ image fanganon_promdance = "images/anon/Other/dpromdance.png"
|
|||
image gold_fang_home_prom_stars = "images/cgs/stair3.png"
|
||||
image good_fang_home_prom_stars = "images/cgs/stair2.png"
|
||||
image other_fang_home_prom_stars = "images/cgs/stair1.png"
|
||||
image anonfang_xmasmorningbed = "images/cgs/anonchristmasmorning.png"
|
||||
|
||||
#additional BGs
|
||||
image park_night = "images/backgrounds/park night.jpg"
|
||||
|
|
|
@ -2094,7 +2094,7 @@ label chapter_13D:
|
|||
"I’ll never be able to look at marinara the same way."
|
||||
pause 0.5
|
||||
"But pasta-based trauma aside, it’s now the day after Christmas."
|
||||
|
||||
scene anonfang_xmasmorningbed with fade
|
||||
"I’m sitting in my bed, looking through one of my favorite presents."
|
||||
|
||||
"Fang’s mom was right, I am happy about all those photos."
|
||||
|
|
|
@ -84,41 +84,34 @@ label chapter_14C:
|
|||
|
||||
"..."
|
||||
|
||||
"{i}One year since I first joined Volcano High and it felt like just yesterday.{/i}"
|
||||
A "{i}Can you promise me that...{/i}"
|
||||
|
||||
"{i}Stood out on the curb, all my belongings packed up into a single roller briefcase.{/i}"
|
||||
A "{i}...If I do see you again, that you'll be a better person.{/i}"
|
||||
|
||||
"{i}Even after I’d told Lucy about my plans to enlist, seeing her now broke my heart.{/i}"
|
||||
A "{i}Us both. Better persons.{/i}"
|
||||
|
||||
"{i}I can easily tell this is breaking hers, too, but she puts up a strong front to hide it.{/i}"
|
||||
F "{i}Ok.{/i}"
|
||||
|
||||
A "{i}It’s only for a few years, Lucy. I’ll be back before you know it.{/i}"
|
||||
F "{i}I'll be a better person.{/i}"
|
||||
|
||||
F "{i}I know, Anon. But…{/i}"
|
||||
F "{i}But you have to promise me something too.{/i}"
|
||||
|
||||
"{i}I can hear the bus nearing. So can she if the whitening of her knuckles means anything.{/i}"
|
||||
F "{i}That you'll come back.{/i}"
|
||||
|
||||
"{i}My hands wrap around her’s, currently clutching tight to my jacket as if to keep me to herself.{/i}"
|
||||
"{i}I mutter.{/i}"
|
||||
|
||||
F "{i}Anon, promise me.{/i}"
|
||||
A "{i}Ok.{/i}"
|
||||
|
||||
F "{i}Promise you’ll come back.{/i}"
|
||||
"{i}She mutters.{/i}"
|
||||
|
||||
F "{i}Promise me… please…{/i}"
|
||||
F "{i}Ok. Good.{/i}"
|
||||
|
||||
"{i}I place a chaste kiss on her forehead and smile.{/i}"
|
||||
"{i}It's settled, then.{/i}"
|
||||
|
||||
A "{i}I will, Lucy. I’ll come home to you.{/i}"
|
||||
|
||||
"{i}Her smile is watery and weak, but she nods.{/i}"
|
||||
|
||||
F "{i}Please come back to me, Anon.{/i}"
|
||||
|
||||
"..."
|
||||
A "That I’d come back and be with you. How could I forget?"
|
||||
|
||||
stop music fadeout 1.0
|
||||
play music "audio/OST/to_swagger.ogg" fadein 1.0
|
||||
A "That I’d come back and be with you. How could I forget?"
|
||||
|
||||
"I finally have a chance to take Lucy in."
|
||||
|
||||
|
|
|
@ -2,16 +2,11 @@ label chapter_1xN:
|
|||
#Naomi Arc One
|
||||
"{cps=*0.2}-- April, 201M2021 BC --{/cps}"
|
||||
|
||||
scene livingroomdayalt with fade
|
||||
scene home fang day with fade
|
||||
play music "audio/OST/west_coast_kicking.ogg" fadein 1.0
|
||||
|
||||
|
||||
image fang pendant unimpressed = Composite(
|
||||
# (1412, 1500),
|
||||
(1412, 1500),
|
||||
(0, 0), "fang unimpressed",
|
||||
(0, 0), "amberpendant"
|
||||
)
|
||||
|
||||
|
||||
show fang pendant unimpressed at scenter with dissolve
|
||||
# yalign 0.4
|
||||
|
@ -48,10 +43,10 @@ label chapter_1xN:
|
|||
A "If you’d move out Fang-"
|
||||
|
||||
hide fangphonevideocall with easeoutbottom
|
||||
show fang angry at scenter with dissolve
|
||||
show fang pendant angry at scenter with dissolve
|
||||
F "{cps=*2.0}Trying to!{/cps}"
|
||||
|
||||
show fang sad with dissolve
|
||||
show fang pendant sad with dissolve
|
||||
pause 0.5
|
||||
hide fang with dissolve
|
||||
|
||||
|
@ -125,7 +120,7 @@ label chapter_1xN:
|
|||
|
||||
hide fangphonevideocall with easeoutbottom
|
||||
|
||||
show fang unimpressed at sleft with dissolve
|
||||
show fang pendant unimpressed at sleft with dissolve
|
||||
show fangdad neutral flip at sright with easeinright
|
||||
FD "Oi!{w=0.3} Stop slackin’ Lucy. The living room ain’t gonna clean itself!"
|
||||
|
||||
|
@ -171,9 +166,12 @@ label chapter_1xN:
|
|||
hide fangphonevideocall with dissolve
|
||||
stop music fadeout 2.0
|
||||
|
||||
scene livingroomdayalt with fade
|
||||
scene livingroomdayalt
|
||||
with fade
|
||||
play music "audio/OST/to_swagger.ogg" fadein 1.0
|
||||
show fang neutral flip at scenter with dissolve
|
||||
play ambient "audio/effects/teenageCrowdLoop.ogg" fadein 2.0
|
||||
show fang pendant neutral at scenter with dissolve:
|
||||
xzoom -1.0
|
||||
"Thirty minutes till Naser gets back now."
|
||||
|
||||
"Everyone that came is just casually chatting, already snacking on all of mom’s better dishes."
|
||||
|
@ -195,6 +193,7 @@ label chapter_1xN:
|
|||
"I started going to community college around the same time, he has no idea the grueling experience ahead of him."
|
||||
|
||||
"Then again, he does this kind of shit perfectly."
|
||||
pause 0.5
|
||||
|
||||
FM "Lucy, would you be a dear and dim the lights?"
|
||||
|
||||
|
@ -203,41 +202,42 @@ label chapter_1xN:
|
|||
"Naser’s close school friends are all ready and perched out of sight of the entryway."
|
||||
|
||||
show chadshark at scenter
|
||||
show stella happy at sleft
|
||||
show stella happy at sleft
|
||||
with easeinleft
|
||||
|
||||
|
||||
show dimmer_darker with dissolve
|
||||
"I notice one of his old team mates even brought Stella along when I turn the light knob."
|
||||
|
||||
hide stella
|
||||
hide chadshark
|
||||
with dissolve
|
||||
|
||||
scene home fang dim with fade
|
||||
# home_fang_dim with fade
|
||||
|
||||
with easeoutright
|
||||
pause 0.5
|
||||
"Maybe Anon was right in his rant a few weeks ago about girls having it easier?"
|
||||
|
||||
"Nah, that’s bullshit."
|
||||
|
||||
show fang neutral flip at scenter with dissolve
|
||||
# scene home fang dim with fade
|
||||
|
||||
"Trish comes barreling in through the door like there’s a blizzard outside."
|
||||
show trish happy at tleft with easeinleft
|
||||
show trish happy behind dimmer_darker at tleft with easeinleft
|
||||
|
||||
T "Fang! It took a while but Reed’s distracted!"
|
||||
show fang happy with dissolve
|
||||
show fang pendant happy behind dimmer_darker with dissolve:
|
||||
xzoom -1.0
|
||||
F "Oh thank fuck."
|
||||
|
||||
F "Definitely don’t need him being arrested today of all days."
|
||||
|
||||
show fangdad neutral flip at sright with easeinright
|
||||
show fangdad neutral flip behind dimmer_darker at sright with easeinright
|
||||
FD "Arrested for what?"
|
||||
|
||||
show trish surprised with dissolve
|
||||
show fang surprised with dissolve
|
||||
show trish surprised behind dimmer_darker with dissolve
|
||||
show fang pendant surprised behind dimmer_darker with dissolve:
|
||||
xzoom 1.0
|
||||
pause 0.5
|
||||
show trish very happy with dissolve
|
||||
show fang happy with dissolve
|
||||
|
||||
show trish happy behind dimmer_darker
|
||||
show fang pendant happy behind dimmer_darker
|
||||
with dissolve
|
||||
FangAndTrish "For being the most wanted guy in Volcano high."
|
||||
|
||||
"That line doesn’t work anymore but he hasn’t given me a new one yet."
|
||||
|
@ -248,15 +248,18 @@ label chapter_1xN:
|
|||
|
||||
FM "Dear!"
|
||||
|
||||
show fangdad neutral with dissolve
|
||||
show fangdad neutral behind dimmer_darker with dissolve
|
||||
pause 0.5
|
||||
show fangdad neutral:
|
||||
show fangdad neutral behind dimmer_darker with move:
|
||||
ease_cubic 3.0 xalign 2.0
|
||||
|
||||
pause 1.0
|
||||
hide fangdad
|
||||
"The old man limps back towards the kitchen, shoulders slightly hung about being fucking told by mom in seconds."
|
||||
|
||||
show fang neutral flip with dissolve
|
||||
show trish neutral with dissolve
|
||||
|
||||
show fang pendant neutral behind dimmer_darker:
|
||||
xzoom -1.0
|
||||
show trish neutral
|
||||
with dissolve
|
||||
F "Okay, spill.{w=0.3} How?"
|
||||
|
||||
T "I asked Rosa to clear some time for him. She took it to mean a classic date night."
|
||||
|
@ -268,66 +271,143 @@ label chapter_1xN:
|
|||
F "Right, and what about you? Last time you threw a glass of juice on the old man."
|
||||
|
||||
F "We seriously don’t need any arrests tonight."
|
||||
|
||||
show trish considering with dissolve
|
||||
"Trish blows a raspberry and looks away."
|
||||
|
||||
T "Maybe if he wasn’t such a pig."
|
||||
|
||||
show fang pendant unimpressed behind dimmer_darker with dissolve:
|
||||
xzoom -1.0
|
||||
|
||||
F "*Ahem*"
|
||||
|
||||
show trish explanatory with dissolve
|
||||
T "You know what I mean. I’m telling you, him and Moe are-"
|
||||
|
||||
Moe "‘Lucy! Yer ma sayz Nasah is on ‘is ways!"
|
||||
|
||||
show fang pendant surprised behind dimmer_darker with dissolve:
|
||||
xzoom -1.0
|
||||
show trish surprised behind dimmer_darker with dissolve
|
||||
F "Shit, hide!"
|
||||
|
||||
stop music fadeout 1.0
|
||||
stop ambient fadeout 2.0
|
||||
hide fang
|
||||
hide trish
|
||||
with dissolve
|
||||
"Everyone in the room scatters, hiding as best they can in our living room."
|
||||
|
||||
"I even see Stella and the old varsity Football captain dive into the closet."
|
||||
|
||||
"The door creaks open and Naomi leads Naser in slowly."
|
||||
|
||||
show Naomi neutral flip at sleft with easeinleft
|
||||
show Naser neutral flip at sleft with easeinleft
|
||||
show naser neutral behind dimmer_darker at sleft:
|
||||
xalign -1.6
|
||||
show naomi neutral behind dimmer_darker,naser at sleft:
|
||||
xalign -1.1
|
||||
|
||||
show naomi:
|
||||
ease_cubic 1.5 xalign 0.1
|
||||
show naser:
|
||||
ease_cubic 1.5 xalign -0.6
|
||||
Nas "-are Mom and Dad dancing again? I can’t see-"
|
||||
|
||||
#remove dimming effect here
|
||||
hide dimmer_darker with dissolve
|
||||
"I twist the dimmer knob to full brightness, making Naser shade his eyes."
|
||||
|
||||
Nas "Wha-"
|
||||
show trish happy flip at tcenter:
|
||||
xalign 0.55
|
||||
show fangdad happy flip at sright:
|
||||
xalign 0.9
|
||||
show fangmom neutral flip at sright:
|
||||
xalign 1.2
|
||||
show moe neutral flip behind fangmom at sright:
|
||||
xalign 1.65
|
||||
show fang pendant happy at scenter:
|
||||
xalign 0.5
|
||||
xzoom -1.0
|
||||
show stella happy flip behind trish,naomi at scenter:
|
||||
xalign 0.45
|
||||
show chadshark flip behind stella,naomi,naser,trish at tcenter:
|
||||
yalign 0.1
|
||||
xalign 0.5
|
||||
with dissolve
|
||||
|
||||
play music "audio/OST/Those Other Two Weirdos.ogg" fadein 1.0
|
||||
Everyone "SURPRISE!"
|
||||
|
||||
#potentially use fang very happy with a modified pendant cause it looks much better
|
||||
show fang pendant happy with dissolve:
|
||||
xzoom -1.0
|
||||
F "Naomi’s pregnant!"
|
||||
|
||||
show naser shocked
|
||||
show naomi shocked
|
||||
with dissolve
|
||||
NaserAndNaomi "WHAT!?"
|
||||
|
||||
FM "GRANDBABIES?!?!"
|
||||
|
||||
show fangdad unimpressed flip:
|
||||
ease_cubic 0.2 yalign 0.1
|
||||
pause 0.1
|
||||
show fangdad unimpressed flip:
|
||||
ease_cubic 0.2 yalign 0.0
|
||||
show fang pendant surprised with dissolve
|
||||
"Dad swats my crest with one hand."
|
||||
|
||||
show stella neutral flip
|
||||
show fang pendant happy
|
||||
show naser happy
|
||||
show naomi happy
|
||||
show fangdad happy flip
|
||||
with dissolve
|
||||
FD "No, since you’re leaving us for college next week your Mother thought we should throw you a going away party."
|
||||
|
||||
FM "Oh, yes, I invited all your school friends, too."
|
||||
|
||||
show naser considering with dissolve
|
||||
|
||||
"I see the little gerbil on a treadmill in his head spinning aimlessly until comprehension dawns on him that his privacy has been violated."
|
||||
|
||||
show naomi neutral with dissolve
|
||||
show naser surprised flip at sleft with dissolve:
|
||||
xzoom -1.0
|
||||
xalign -0.28
|
||||
Nas "Oh.{w=0.3} My yearbook."
|
||||
|
||||
FM "Don’t worry dear, I put it back in your dirty laundry pile where it was left!"
|
||||
|
||||
"Aside from the peanut gallery this is fairly standard dinner banter."
|
||||
|
||||
Nas "Moooooooooomm, not in front of my friends."
|
||||
show naser annoyed flip at sleft with dissolve:
|
||||
xalign -0.6
|
||||
|
||||
Nas "{cps=*0.5}Moooooooooomm{/cps}, not in front of my friends."
|
||||
|
||||
Chet "Chill man, we know how it is, your Mom is just gonna miss you."
|
||||
|
||||
show naser happy flip with dissolve
|
||||
"The other track members nod in agreement."
|
||||
|
||||
show naser happy flip behind naomi
|
||||
show naomi happy
|
||||
with dissolve
|
||||
N "It’s great everyone came! Let’s all enjoy the party!"
|
||||
|
||||
"A holler of agreement and the whole thing kicks off as though it had been going on for hours already."
|
||||
|
||||
stop music fadeout 2.0
|
||||
hide chadshark
|
||||
hide stella
|
||||
hide fangmom
|
||||
hide fangdad
|
||||
hide moe
|
||||
scene livingroomdayalt
|
||||
show fang pendant neutral at scenter:
|
||||
xzoom -1.0
|
||||
show trish neutral at tleft:
|
||||
xalign 0.1
|
||||
with fade
|
||||
play ambient "audio/effects/teenageCrowdLoop.ogg" fadein 2.0
|
||||
play music "audio/OST/west_coast_kicking.ogg" fadein 2.0
|
||||
"I make a beeline for the food table with Trish, stealing enough grub to keep me sated through the whole ordeal."
|
||||
|
||||
"Ordinarily I’d just hole up in my room and annoy everyone by playing ‘Frankly I Did Do a Little Winning’, but…"
|
||||
|
@ -340,7 +420,7 @@ label chapter_1xN:
|
|||
|
||||
T "It’s weird, right?"
|
||||
|
||||
F "I know. Like, how?"
|
||||
F "I know.{w=0.3} Like, how?"
|
||||
|
||||
T "I mean, I’ve seen her talking a lot with that hot dog chick that’s near your place."
|
||||
|
||||
|
@ -348,34 +428,70 @@ label chapter_1xN:
|
|||
|
||||
T "C’mon, you gotta admit her set up is a little seedy."
|
||||
|
||||
F "She’s chill, Trish. Not some kinda… multitasking prostitute."
|
||||
F "She’s chill, Trish. Not some kinda… {w=0.3}multitasking prostitute."
|
||||
|
||||
T "Pffft. Not even."
|
||||
|
||||
show trish unimpressed with dissolve
|
||||
"Ah, I know that pout well."
|
||||
|
||||
F "No vegan options?"
|
||||
|
||||
show trish indignant with dissolve
|
||||
T "Herbies matter!"
|
||||
|
||||
"Dad’s head whips around at Trish’s shout."
|
||||
|
||||
show fangdadunimpressedlarge at sright with easeinright:
|
||||
xalign 1.7
|
||||
xzoom -1.0
|
||||
|
||||
show trish unimpressed with dissolve
|
||||
"The room’s temperature drops as the two glare at each other."
|
||||
|
||||
show fang pendant angry with dissolve
|
||||
F "Trish!"
|
||||
|
||||
show fang pendant angry with ease:
|
||||
xzoom -1.0
|
||||
ease_cubic 0.2 xalign 0.4
|
||||
ease_cubic 0.2 xalign 0.5
|
||||
"I give her a quick reality check with my elbow."
|
||||
show trish considering
|
||||
hide fangdadunimpressedlarge
|
||||
show fangdad unimpressed flip at sright
|
||||
show fangmom unimpressed flip at sright
|
||||
with dissolve
|
||||
pause 0.2
|
||||
|
||||
show fangmom unimpressed
|
||||
show fangdad neutral
|
||||
with dissolve
|
||||
pause 0.2
|
||||
|
||||
hide fangmom
|
||||
hide fangdad
|
||||
with easeoutright
|
||||
|
||||
"Everyone awkwardly returns to their own tiny dinner talk, Dad getting the patented look from Mom as she pulls him aside."
|
||||
|
||||
show fang pendant neutral at scenter with dissolve:
|
||||
xzoom -1.0
|
||||
|
||||
show trish explanatory with dissolve
|
||||
T "He’s SO a dirty cop."
|
||||
|
||||
F "And you would’ve been in cuffs again."
|
||||
|
||||
show trish surprised with dissolve
|
||||
pause 0.1
|
||||
show trish happy with dissolve
|
||||
"Trish’s small chuckle is enough to know she won’t actually start another argument tonight."
|
||||
show trish neutral with dissolve
|
||||
|
||||
show fang pendant neutral with dissolve:
|
||||
xzoom 1.0
|
||||
"I scan the room again as I nibble on some of the tiny sandwiches Mom made."
|
||||
|
||||
|
||||
"Aside from Stella being swarmed by boys three times her size, Chet and Naser are bro-ing it up with some crazy looking handshake and Naomi is talking with mom."
|
||||
|
||||
T "You’re doing it again."
|
||||
|
@ -385,43 +501,73 @@ label chapter_1xN:
|
|||
"Oh."
|
||||
|
||||
"My thumb circles softly over the surface of polished stone."
|
||||
|
||||
|
||||
show trish explanatory with dissolve
|
||||
T "Anon texted me earlier, y’know."
|
||||
|
||||
show fang pendant happy with dissolve:
|
||||
xzoom -1.0
|
||||
F "Really?"
|
||||
|
||||
T "He said you owe him ten bucks."
|
||||
|
||||
"FFFFFFFFFFFF-"
|
||||
|
||||
show fang pendant unimpressed with dissolve
|
||||
F "{cps=*0.6}FFFFFFFFFFFFFFuuuuuuuuuuuuck.{/cps}"
|
||||
|
||||
|
||||
T "You gonna tell me why?"
|
||||
|
||||
F "No!"
|
||||
|
||||
show trish sad with dissolve
|
||||
"Oh no, not the sad eyes."
|
||||
pause 0.5
|
||||
"Damn it."
|
||||
|
||||
F "May have made a bet on the roommate thing."
|
||||
|
||||
"Trish tries to headbutt me, but I already have her at arm’s length with my palm on her face."
|
||||
show trish neutral with dissolve
|
||||
pause 0.1
|
||||
show trish angry with dissolve
|
||||
show trish angry:
|
||||
yalign 0.0
|
||||
linear 0.05 xalign 0.005
|
||||
linear 0.05 xalign 0
|
||||
repeat
|
||||
pause 0.1
|
||||
show trish with move:
|
||||
ease_cubic 0.2 xalign 0.2
|
||||
show fang pendant neutral:
|
||||
ease_cubic 0.2 xalign 0.55
|
||||
|
||||
show trish annoyed at tleft with dissolve
|
||||
|
||||
"Trish tries to headbutt me, but I already have her at arm’s length with my palm on her face."
|
||||
|
||||
F "For your info, I bet in your favor."
|
||||
|
||||
show trish neutral at tleft with ease:
|
||||
xalign -0.1
|
||||
"Trish finally relents, leaning back against the wall."
|
||||
|
||||
show trish explanatory with dissolve
|
||||
T "I just got out of a loud house, Fang. I’d like to experience having a good night’s sleep for the first time in my life."
|
||||
|
||||
show fang pendant angry with dissolve:
|
||||
xzoom -1.0
|
||||
F "Yeah and leave a sister out in the cold."
|
||||
|
||||
show trish neutral with dissolve
|
||||
F "What am I gonna do now?"
|
||||
|
||||
F "It’s not like I can move in with Anon."
|
||||
|
||||
F "Unlike Naomi and Naser."
|
||||
|
||||
show naomi happy at sright
|
||||
show naser happy flip at nright
|
||||
show fang pendant considering
|
||||
with dissolve
|
||||
|
||||
"I want to be jealous."
|
||||
|
||||
"Thinking about how they get what I want so badly."
|
||||
|
@ -441,45 +587,68 @@ label chapter_1xN:
|
|||
unknown "Hey!"
|
||||
|
||||
"Someone calls to me from across the room."
|
||||
hide naomi
|
||||
hide naser
|
||||
with dissolve
|
||||
|
||||
show trish surprised flip
|
||||
show fang pendant neutral
|
||||
with dissolve
|
||||
|
||||
"Oh, it’s just the ex-captain of the football team."
|
||||
|
||||
"Still wonder how Stella managed to catch this guy."
|
||||
|
||||
Team member "Hey, you’re the chick that played during prom last year, right?"
|
||||
TeamMember "Hey, you’re the chick that played during prom last year, right?"
|
||||
|
||||
Team member "Come on, play somethin’ and liven up the place a bit!"
|
||||
TeamMember "Come on, play somethin’ and liven up the place a bit!"
|
||||
|
||||
"The other track team members holler in agreement."
|
||||
|
||||
show trish considering flip with dissolve
|
||||
"Trish isn’t facing me but she has an odd look going on there."
|
||||
|
||||
show fang pendant happy with dissolve
|
||||
F "Well, hey, it happened."
|
||||
|
||||
T "Oh boy."
|
||||
|
||||
F "Was it just like you always imagined?"
|
||||
|
||||
show trish happy flip with dissolve
|
||||
"She smirks and looks at me from the corner of her eye."
|
||||
|
||||
T "There was a bit more groveling involved."
|
||||
|
||||
T "I kind of forgot about it, honestly."
|
||||
|
||||
show trish happy with dissolve
|
||||
T "You gonna play?"
|
||||
|
||||
F "Eh, sure, why the fuck not."
|
||||
|
||||
F "I was getting bored anyway."
|
||||
|
||||
show fang pendant happy:
|
||||
ease_cubic 1.0 xalign 0.1
|
||||
show trish happy:
|
||||
ease_cubic 0.2 yalign 0.1
|
||||
ease_cubic 0.2 yalign 0.0
|
||||
hide fang with easeoutleft
|
||||
"I high five Trish as I pass her by."
|
||||
|
||||
stop ambient fadeout 2.0
|
||||
scene fangroomfuture
|
||||
show fang pendant considering at sleft
|
||||
with fade
|
||||
"In my room I take the time to consider which weapon I want to slay it with."
|
||||
|
||||
F "What would he pick? Probably at random."
|
||||
|
||||
pause 0.5
|
||||
F "Aha! I got it."
|
||||
|
||||
show fang pendant happy:
|
||||
ease_cubic 0.5 xalign 0.8
|
||||
"I set down my three favorites at the foot of my bed and sprinkle some cracker crumbs in front of them."
|
||||
|
||||
"Then with a quick tap of my foot I let my most loyal minion decide."
|
||||
|
@ -491,11 +660,19 @@ label chapter_1xN:
|
|||
"I quickly tune my proffered weapon, watching as RAYmba finishes it’s dinner before returning to it’s dock."
|
||||
|
||||
"I pat my robotic pet for doing an amazing job and head back to my waiting audience."
|
||||
show fang pendant happy with dissolve:
|
||||
xzoom -1.0
|
||||
|
||||
show fang pendant happy:
|
||||
ease_cubic 0.5 xalign -0.4
|
||||
pause 0.1
|
||||
show fang pendant surprised with dissolve:
|
||||
xalign -0.3
|
||||
|
||||
"Only to nearly get kneecapped by Naomi’s stupidly fat tail."
|
||||
|
||||
"Who would even like a girl with such a disgusting, lardy tail."
|
||||
|
||||
show fang pendant angry with dissolve
|
||||
"Unlike mine."
|
||||
|
||||
F "What the fuck!"
|
||||
|
@ -504,16 +681,40 @@ label chapter_1xN:
|
|||
|
||||
F "Were you trying to bust my knee? You stupid beige bitch."
|
||||
|
||||
N "I didn’t mean too. I was simply heading for the bathroom up here. It seems that Chet and-or Stella are currently using the other bathroom."
|
||||
N "I didn’t mean to. I was simply heading for the bathroom up here. It seems that Chet and-or Stella are currently using the other bathroom."
|
||||
|
||||
"She turns her nose and continues down the hallway."
|
||||
|
||||
"I’m half-tempted to brain her with my beloved guitar."
|
||||
|
||||
"Feh."
|
||||
|
||||
show fang pendant neutral with dissolve
|
||||
"I turn and make my way down the steps."
|
||||
|
||||
scene livingroomdayalt
|
||||
show fang pendant neutral at sleft:
|
||||
yalign 0.4
|
||||
xalign -0.8
|
||||
show trish neutral flip at tleft
|
||||
show fangdad unimpressed flip at sright
|
||||
show fangmom neutral flip at sright
|
||||
show stella neutral flip behind trish at scenter:
|
||||
xalign 0.6
|
||||
show chadshark flip at scenter behind stella,fangmom,fangdad,trish:
|
||||
xalign 1.0
|
||||
show naomi unimpressed flip at sright:
|
||||
xalign 1.3
|
||||
with fade
|
||||
|
||||
pause 0.3
|
||||
|
||||
show trish:
|
||||
ease_cubic 0.3 xalign 0.4
|
||||
|
||||
show fang pendant happy at sleft with dissolve:
|
||||
xalign -0.55
|
||||
yalign 0.2
|
||||
|
||||
"Trish scooches to give me enough space on the stairs to set the guitar on my knee to play."
|
||||
|
||||
F "What should I start with, do you think?"
|
||||
|
@ -528,6 +729,9 @@ label chapter_1xN:
|
|||
|
||||
"Most of the party-goers are already looking my way in anticipation."
|
||||
|
||||
stop music fadeout 2.0
|
||||
pause 1.0
|
||||
play music "audio/OST/The.ogg" fadein 2.0
|
||||
"I run the first few stanzas in my head a couple of times and begin strumming."
|
||||
|
||||
"My fingers glide along the fretboard easily enough and my pick wildly plucks the cords."
|
||||
|
@ -537,11 +741,14 @@ label chapter_1xN:
|
|||
"Even Trish beside me is joining in on the makeshift metronome."
|
||||
|
||||
"I let loose a hard and fast rift, taking the chance to actually feel out the crowd."
|
||||
|
||||
show trish happy flip
|
||||
show stella happy flip
|
||||
with dissolve
|
||||
"All of the jocks and even Stella are loving this."
|
||||
|
||||
show fangdad neutral flip with dissolve
|
||||
"I can see Dad’s snear slowly vanish as Mom repeatedly steps on his foot."
|
||||
|
||||
show naomi sad flip with dissolve
|
||||
"Naomi’s the last one I look at, and I’m expecting one of her vicious sneers."
|
||||
|
||||
"Instead she’s looking like someone took all her hopes and dreams and flushed them down the drain."
|
||||
|
@ -549,33 +756,60 @@ label chapter_1xN:
|
|||
"I nearly miss my next note, so I focus back on my guitar."
|
||||
|
||||
"With an extra flourish I end the punk song with a fist pump."
|
||||
|
||||
stop music fadeout 2.0
|
||||
play ambient "audio/effects/teenageCrowdLoop.ogg" fadein 2.0
|
||||
"The room hollers, demanding more amazing music from me."
|
||||
|
||||
|
||||
"But…"
|
||||
|
||||
show fang pendant flip off happy with dissolve
|
||||
|
||||
F "Oi! I’m just the ambiance, pricks."
|
||||
|
||||
F "It’s baby bro’s party, after all."
|
||||
|
||||
show fang pendant happy with dissolve
|
||||
"With the spotlight on Naser now I decide to just sit back on the stairs."
|
||||
|
||||
show trish neutral flip with dissolve
|
||||
T "Still gonna play?"
|
||||
|
||||
F "Eh… Thinking something slower now."
|
||||
|
||||
F "Dad’ll pitch a fit if they start a mosh pit."
|
||||
|
||||
play music "audio/OST/middle_of_nowhere.ogg" fadein 2.0
|
||||
"We chuckle together, my fingers now lazily strumming a mellow tune for the party."
|
||||
|
||||
"It’s a simple song, one I’ve learned perfectly from granny."
|
||||
|
||||
"So perfectly I can look out as everyone else chats and enjoys the calmer atmosphere."
|
||||
|
||||
hide fangdad
|
||||
hide fangmom
|
||||
hide chadshark
|
||||
hide naomi
|
||||
hide stella
|
||||
with dissolve
|
||||
|
||||
show fang pendant happy:
|
||||
yalign 0.0
|
||||
show trish neutral behind fang:
|
||||
xalign 0.2
|
||||
show stella neutral at scenter:
|
||||
xalign 0.6
|
||||
show chadshark behind stella,naser at tcenter:
|
||||
xalign 0.8
|
||||
show naomi neutral flip at nright:
|
||||
xalign 1.3
|
||||
show naser tablehit behind naomi,stella:
|
||||
xpos 0.6
|
||||
with dissolve
|
||||
"Naser and Chet have started arm wrestling."
|
||||
|
||||
"Stella and some of Naser’s old teammates are talking like crazy about something."
|
||||
|
||||
show stella explanatory with dissolve
|
||||
St "-and it’s like wrestling!"
|
||||
|
||||
unknown "No way, that sounds retarded!"
|
||||
|
@ -589,36 +823,56 @@ label chapter_1xN:
|
|||
"The jocks start jeering and tossing their solo cups at him."
|
||||
|
||||
"Giving Naser the chance to finally win."
|
||||
show naser happy flip at nright behind naomi with dissolve:
|
||||
xalign 1.4
|
||||
|
||||
"Both Chet and Naser sheepishly hold a hand behind their heads while Naser gets showered in praise from his parents."
|
||||
|
||||
show naomi happy flip with dissolve:
|
||||
ease_cubic 0.5 xalign 1.0
|
||||
|
||||
"Naomi ducks under his other arm and embraces him, rubbing muzzles together."
|
||||
|
||||
show fang pendant neutral with dissolve
|
||||
"Wait, no. That didn’t happen."
|
||||
|
||||
"Only Naomi did the nuzzling."
|
||||
|
||||
"Nah, those two are a whole room away, probably didn’t see it right."
|
||||
|
||||
show naomi unimpressed flip with dissolve:
|
||||
ease_cubic 0.5 xalign 1.3
|
||||
pause 0.1
|
||||
|
||||
show naomi sad with dissolve
|
||||
|
||||
"When they separate Naser follows Chet back to the enthralling conversation on wrestling spaceships or whatever with Stella."
|
||||
|
||||
"A purple hand breaches my line of sight."
|
||||
|
||||
hide chadshark
|
||||
hide stella
|
||||
hide naomi
|
||||
hide naser
|
||||
show trish indignant flip:
|
||||
xalign 0.4
|
||||
with dissolve
|
||||
T "Hey, Fang! Hellooo!"
|
||||
|
||||
F "Yeah?"
|
||||
|
||||
show trish explanatory flip with dissolve
|
||||
T "You bridged that last song into Mussolini Macho Mystery perfectly, you didn’t even notice?"
|
||||
show trish neutral flip with dissolve
|
||||
|
||||
"I just now realize I am, in fact, playing a completely different song than when I started."
|
||||
|
||||
"Trish and I continue making small talk through the rest of the party while I keep the ambience upbeat."
|
||||
|
||||
"One of the track members spills some popcorn on the floor below him."
|
||||
|
||||
show fang pendant considering with dissolve
|
||||
"I should start thinking of ways to get out of cleanup."
|
||||
|
||||
|
||||
stop ambient fadeout 2.0
|
||||
stop music fadeout 3.0
|
||||
pause 3
|
||||
scene black with fade
|
||||
|
|
Loading…
Reference in a new issue