forked from Cavemanon/SnootGame
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:
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"
|
||||
|
Reference in New Issue
Block a user