Merge branch 'master' into unbroken-hymen

This commit is contained in:
nutbuster 2021-10-16 22:38:24 +00:00
commit e479698018
4 changed files with 73 additions and 36 deletions

View file

@ -518,6 +518,7 @@ image naser fullystained shocked = Composite(
(-40, -20), "ccf_rstain" (-40, -20), "ccf_rstain"
) )
# TODO: these should be defined in a much more concise way e.g `fangp happy`, the extra tags are very cumbersome and unnecessary
#fang w pendant ending D #fang w pendant ending D
image fang nonxmas pendant happy = Composite( image fang nonxmas pendant happy = Composite(
# (1412, 1500), # (1412, 1500),
@ -525,6 +526,12 @@ image fang nonxmas pendant happy = Composite(
(0, 0), "fang happy", (0, 0), "fang happy",
(0, 0), "amberpendant" (0, 0), "amberpendant"
) )
image fang phappy flip = Composite(
# (1412, 1500),
(1412, 1500),
(0, 0), im.Flip("fang/basic set/fang happy.png", horizontal=True),
(0, 0), im.Flip("images/other/amberpendant1.png", horizontal=True)
)
image fang nonxmas pendant sad = Composite( image fang nonxmas pendant sad = Composite(
# (1412, 1500), # (1412, 1500),
@ -546,6 +553,12 @@ image fang nonxmas pendant surprised = Composite(
(0, 0), "fang surprised", (0, 0), "fang surprised",
(0, 0), "amberpendant" (0, 0), "amberpendant"
) )
image fang psurprised flip = Composite(
# (1412, 1500),
(1412, 1500),
(0, 0), im.Flip("fang/basic set/fang surprised.png", horizontal=True),
(0, 0), im.Flip("images/other/amberpendant1.png", horizontal=True)
)
image fang nonxmas pendant angry = Composite( image fang nonxmas pendant angry = Composite(
# (1412, 1500), # (1412, 1500),
@ -560,6 +573,12 @@ image fang nonxmas pendant neutral = Composite(
(0, 0), "fang neutral", (0, 0), "fang neutral",
(0, 0), "amberpendant" (0, 0), "amberpendant"
) )
image fang pneutral flip = Composite(
# (1412, 1500),
(1412, 1500),
(0, 0), im.Flip("fang/basic set/fang neutral.png", horizontal=True),
(0, 0), im.Flip("images/other/amberpendant1.png", horizontal=True)
)
image fang nonxmas pendant considering = Composite( image fang nonxmas pendant considering = Composite(
# (1412, 1500), # (1412, 1500),
@ -581,6 +600,12 @@ image fang nonxmas pendant very happy = Composite(
(0, 0), "fang very happy", (0, 0), "fang very happy",
(0, 0), "amberpendant6veryhappy" (0, 0), "amberpendant6veryhappy"
) )
image fang pvhappy flip = Composite(
# (1412, 1500),
(1412, 1500),
(0, 0), im.Flip("fang/emotive set/fang very happy.png", horizontal=True),
(0, 0), im.Flip("images/other/amberpendant6veryhappy.png", horizontal=True)
)
image fang nonxmas pendant shocked = Composite( image fang nonxmas pendant shocked = Composite(
# (1412, 1500), # (1412, 1500),
@ -588,6 +613,12 @@ image fang nonxmas pendant shocked = Composite(
(0, 0), "fang shocked", (0, 0), "fang shocked",
(0, 0), "amberpendant4shock" (0, 0), "amberpendant4shock"
) )
image fang pshocked flip = Composite(
# (1412, 1500),
(1412, 1500),
(0, 0), im.Flip("fang/emotive set/fang shocked.png", horizontal=True),
(0, 0), im.Flip("images/other/amberpendant4shock.png", horizontal=True)
)
image fang nonxmas pendant flip off happy = Composite( image fang nonxmas pendant flip off happy = Composite(
# (1412, 1500), # (1412, 1500),
@ -595,6 +626,12 @@ image fang nonxmas pendant flip off happy = Composite(
(0, 0), "fang flip off happy", (0, 0), "fang flip off happy",
(0, 0), "amberpendant" (0, 0), "amberpendant"
) )
image fang pbird happy flip = Composite(
# (1412, 1500),
(1412, 1500),
(0, 0), im.Flip("fang/emotive set/fang flip off happy.png", horizontal=True),
(0, 0), im.Flip("images/other/amberpendant1.png", horizontal=True)
)
#phone gallery effect #phone gallery effect

View file

@ -446,7 +446,7 @@ label chapter_13C:
window auto window auto
hide anon prom with easeoutleft hide anon prom with easeoutleft
"I leave the plate behind and chase after her." "I leave the plate behind and chase after her."
stop music fadeout 3 stop music1 fadeout 3
scene prom with fade scene prom with fade
"Lucy has retreated to a back corner of the gym." "Lucy has retreated to a back corner of the gym."
show anon prom neutral flip at acenter show anon prom neutral flip at acenter

View file

@ -623,7 +623,7 @@ label chapter_x10:
F "Hey, dont touch him. Thats RAYmba, Im keeping him safe for a while." F "Hey, dont touch him. Thats RAYmba, Im keeping him safe for a while."
show fang neutral 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 blur 5
show fang: show fang:
@ -661,11 +661,11 @@ label chapter_x10:
"Observation:{w=.4} Unknown guest has left the room." "Observation:{w=.4} Unknown guest has left the room."
pause .5 pause .5
show fang flip off happy flip with dissolve show fang pbird happy 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 neutral flip with Dissolve(1) show fang pneutral flip with Dissolve(1)
"Unknown guest designation confirmed." "Unknown guest designation confirmed."
pause 1 pause 1

View file

@ -24,7 +24,7 @@ label chapter_x6:
yalign 0.1 xalign 0.75 yalign 0.1 xalign 0.75
show rosa neutral: show rosa neutral:
yalign 0.2 xalign 0.4 yalign 0.2 xalign 0.4
show fang neutral: show fang nonxmas pendant neutral:
yalign 0.0 xalign -0.05 yalign 0.0 xalign -0.05
show anon neutral: show anon neutral:
yalign 0.1 xalign -0.25 yalign 0.1 xalign -0.25
@ -55,7 +55,7 @@ label chapter_x6:
"A feathered elbow pierces my side." "A feathered elbow pierces my side."
show fang considering with Dissolve(.25) show fang nonxmas pendant considering with Dissolve(.25)
F "Her mother works two jobs overtime just so Trish can go to school with us instead of Reef City Continuation." F "Her mother works two jobs overtime just so Trish can go to school with us instead of Reef City Continuation."
show anon shrug with dissolve show anon shrug with dissolve
@ -93,10 +93,10 @@ label chapter_x6:
show anon concerned with Dissolve(.25) show anon concerned with Dissolve(.25)
A "Oh no." A "Oh no."
show fang unimpressed with Dissolve(.25) show fang nonxmas pendant unimpressed with Dissolve(.25)
F "I went there for a week last September because Spears caught me slashing tires." F "I went there for a week last September because Spears caught me slashing tires."
show fang sad with dissolve show fang nonxmas pendant sad with dissolve
F "Its hell." F "Its hell."
show reed considering flip with Dissolve(.25) show reed considering flip with Dissolve(.25)
@ -113,7 +113,7 @@ label chapter_x6:
Ro "Were getting close to Trishs place, no?" Ro "Were getting close to Trishs place, no?"
show anon neutral show anon neutral
show fang neutral show fang nonxmas pendant neutral
show reed neutral flip show reed neutral flip
show stella considering flip show stella considering flip
show rosa considering flip show rosa considering flip
@ -127,12 +127,12 @@ label chapter_x6:
A "Whys that?" A "Whys that?"
show fang considering with Dissolve(.25) show fang nonxmas pendant considering with Dissolve(.25)
F "Its summer vacation." F "Its summer vacation."
A "{cps=*.1}...{/cps}And?" A "{cps=*.1}...{/cps}And?"
show fang happy with dissolve show fang nonxmas pendant happy with dissolve
F "Youll see." F "Youll see."
pause .5 pause .5
@ -158,7 +158,7 @@ label chapter_x6:
yalign 0.1 xalign 0.2 yalign 0.1 xalign 0.2
show stella neutral: show stella neutral:
yalign 0.1 xalign 0.2 yalign 0.1 xalign 0.2
show fang neutral: show fang nonxmas pendant neutral:
yalign 0.0 xalign -0.525 yalign 0.0 xalign -0.525
show rosa considering: show rosa considering:
yalign 0.2 xalign -0.55 yalign 0.2 xalign -0.55
@ -249,7 +249,7 @@ label chapter_x6:
show rosa neutral with Dissolve(.25) show rosa neutral with Dissolve(.25)
Ro "Hes so cute! Trish why did you not tell us you had a kid brother?" Ro "Hes so cute! Trish why did you not tell us you had a kid brother?"
show fang considering with Dissolve(.25) show fang nonxmas pendant considering with Dissolve(.25)
F "Because-" F "Because-"
show trish unimpressed flip with Dissolve(.25) show trish unimpressed flip with Dissolve(.25)
@ -276,7 +276,7 @@ label chapter_x6:
show trish annoyed flip with dissolve show trish annoyed flip with dissolve
T "Riley, I swear to fuck-" T "Riley, I swear to fuck-"
show fang happy with Dissolve(.25) show fang nonxmas pendant happy with Dissolve(.25)
F "Hooookay, how about we get this party started!" F "Hooookay, how about we get this party started!"
show stella neutral show stella neutral
@ -291,7 +291,7 @@ label chapter_x6:
stop music fadeout 4 stop music fadeout 4
play ambient 'audio/effects/outdoorloop.ogg' fadein 5 play ambient 'audio/effects/outdoorloop.ogg' fadein 5
scene courtyard scene courtyard
show fang neutral: show fang nonxmas pendant neutral:
yalign 0.0 xalign -0.3 yalign 0.0 xalign -0.3
show anon neutral: show anon neutral:
yalign 0.1 xalign -0.3 yalign 0.1 xalign -0.3
@ -315,13 +315,13 @@ label chapter_x6:
"He flips the latches open to reveal a charcoal tray." "He flips the latches open to reveal a charcoal tray."
show fang surprised show fang nonxmas pendant surprised
with Dissolve(.25) with Dissolve(.25)
A "What the?" A "What the?"
Re "Made this last week, just for the occasion." Re "Made this last week, just for the occasion."
show fang neutral with Dissolve(.25) show fang nonxmas pendant neutral with Dissolve(.25)
F "An entire grill in a briefcase? Why?" F "An entire grill in a briefcase? Why?"
pause .5 pause .5
@ -366,7 +366,7 @@ label chapter_x6:
show trish considering with Dissolve(.25) show trish considering with Dissolve(.25)
T "Theres always at least one running around screeching." T "Theres always at least one running around screeching."
show fang happy with Dissolve(.25) show fang nonxmas pendant happy with Dissolve(.25)
F "Trish, why dont you invite us over more often?" F "Trish, why dont you invite us over more often?"
F "Id be glad to help when I dont have classes{cps=*.1}...{/cps}" F "Id be glad to help when I dont have classes{cps=*.1}...{/cps}"
@ -387,7 +387,7 @@ label chapter_x6:
Re "Fang, you wanna help a bit?" Re "Fang, you wanna help a bit?"
show reed neutral flip show reed neutral flip
show fang neutral show fang nonxmas pendant neutral
with Dissolve(.25) with Dissolve(.25)
F "Me? Uh{cps=*.1}...{/cps} Sure?" F "Me? Uh{cps=*.1}...{/cps} Sure?"
@ -404,7 +404,7 @@ label chapter_x6:
F "I only wish I came up with the idea for a party sooner, I didnt have much time to get everything together." F "I only wish I came up with the idea for a party sooner, I didnt have much time to get everything together."
show fang happy with Dissolve(.25) show fang nonxmas pendant happy with Dissolve(.25)
F "Like, imagine if we rented a bouncy house?" F "Like, imagine if we rented a bouncy house?"
pause .5 pause .5
@ -436,7 +436,7 @@ label chapter_x6:
show fang: show fang:
easein_quart 1 xalign -0.25 easein_quart 1 xalign -0.25
show fang surprised with Dissolve(.25) show fang nonxmas pendant surprised with Dissolve(.25)
F "Crap!" F "Crap!"
"Fang returns her attention to the grill." "Fang returns her attention to the grill."
@ -449,7 +449,7 @@ label chapter_x6:
show anon: show anon:
easein_cubic 1.5 xalign 0.6 easein_cubic 1.5 xalign 0.6
show fang: show fang nonxmas pendant:
easein_cubic 1.5 xalign 1.4 easein_cubic 1.5 xalign 1.4
show trish: show trish:
easein_cubic 1.5 xalign 1.15 easein_cubic 1.5 xalign 1.15
@ -468,7 +468,7 @@ label chapter_x6:
easein_cubic 1.5 xalign 0.2 easein_cubic 1.5 xalign 0.2
show tana: show tana:
easein_cubic 1.5 xalign 0.0 easein_cubic 1.5 xalign 0.0
show fang neutral show fang nonxmas pendant neutral
hide reed hide reed
hide rosa hide rosa
hide stella hide stella
@ -490,7 +490,7 @@ label chapter_x6:
Tana "Is it true you can light things on fire with your hands?" Tana "Is it true you can light things on fire with your hands?"
show fang neutral flip behind trish show fang pneutral flip behind trish
show trish neutral flip show trish neutral flip
with dissolve with dissolve
pause .5 pause .5
@ -571,7 +571,7 @@ label chapter_x6:
with None with None
show tana cheer show tana cheer
show trevor awe show trevor awe
show fang happy flip show fang phappy flip
with dissolve with dissolve
pause 1 pause 1
@ -645,7 +645,7 @@ label chapter_x6:
show reed: show reed:
easein_cubic 1.5 xalign 0.95 easein_cubic 1.5 xalign 0.95
with None with None
show fang happy behind anon show fang nonxmas pendant happy behind anon
show trish neutral behind fang show trish neutral behind fang
show anon neutral show anon neutral
with Dissolve(1) with Dissolve(1)
@ -674,7 +674,7 @@ label chapter_x6:
yalign 0.1 xalign 0.1 yalign 0.1 xalign 0.1
show reed neutral: show reed neutral:
yalign 0.1 xalign -0.6 yalign 0.1 xalign -0.6
show fang neutral flip: show fang pneutral flip:
yalign 0.0 xalign 0.45 yalign 0.0 xalign 0.45
show anon neutral flip: show anon neutral flip:
yalign 0.1 xalign 0.8 yalign 0.1 xalign 0.8
@ -700,7 +700,7 @@ label chapter_x6:
"Shes entirely focused on her greasy prey." "Shes entirely focused on her greasy prey."
show fang happy flip with dissolve show fang phappy flip with dissolve
"After a few test bites she throws the whole thing in the air{cps=*.1}...{/cps}" "After a few test bites she throws the whole thing in the air{cps=*.1}...{/cps}"
@ -722,7 +722,7 @@ label chapter_x6:
with dissolve with dissolve
pause .5 pause .5
show fang shocked flip with dissolve show fang pshocked flip with dissolve
"Only then does she remember others are watching." "Only then does she remember others are watching."
show anon grin flip with dissolve show anon grin flip with dissolve
@ -758,7 +758,7 @@ label chapter_x6:
show fang behind stella: show fang behind stella:
ease_cubic 1 xalign 0.3 ease_cubic 1 xalign 0.3
show fang surprised with dissolve show fang nonxmas pendant surprised with dissolve
pause .5 pause .5
A "If youd all follow me back out front of the building{cps=*.1}...{/cps}" A "If youd all follow me back out front of the building{cps=*.1}...{/cps}"
@ -786,7 +786,7 @@ label chapter_x6:
yalign 0.1 xalign 0.9 yalign 0.1 xalign 0.9
show rosa considering flip: show rosa considering flip:
yalign 0.2 xalign 1.5 yalign 0.2 xalign 1.5
show fang neutral flip: show fang pneutral flip:
yalign 0.0 xalign -0.1 yalign 0.0 xalign -0.1
show reed neutral flip: show reed neutral flip:
yalign 0.1 xalign 0.55 yalign 0.1 xalign 0.55
@ -833,7 +833,7 @@ label chapter_x6:
easein_quart 1.5 xalign 0.65 #0.65 easein_quart 1.5 xalign 0.65 #0.65
with None with None
show trish surprised flip show trish surprised flip
show fang surprised flip show fang psurprised flip
show reed shocked flip show reed shocked flip
with dissolve with dissolve
show rosa neutral flip show rosa neutral flip
@ -855,7 +855,7 @@ label chapter_x6:
show fang: show fang:
easein_quart 1 xalign -0.15 easein_quart 1 xalign -0.15
show fang shocked flip with Dissolve(.25) show fang pshocked flip with Dissolve(.25)
F "How did you-?" F "How did you-?"
show reed: show reed:
@ -881,7 +881,7 @@ label chapter_x6:
parallel: parallel:
pause 0.5 pause 0.5
easeout_cubic 1 xalign -1.5 easeout_cubic 1 xalign -1.5
show fang very happy flip with dissolve show fang pvhappy flip with dissolve
pause .5 pause .5
hide fang with dissolve hide fang with dissolve
@ -1059,7 +1059,7 @@ label chapter_x6:
pause .5 pause .5
scene trishhome scene trishhome
show fang happy flip: show fang phappy flip:
yalign 0.0 xalign 0.8 yalign 0.0 xalign 0.8
show anon neutral flip: show anon neutral flip:
yalign 0.1 xalign 1.0 yalign 0.1 xalign 1.0
@ -1297,7 +1297,7 @@ label chapter_x6:
easein_back 2 xalign 0.6 yalign 0.05 easein_back 2 xalign 0.6 yalign 0.05
with None with None
show anon fear show anon fear
show fang shocked show fang nonxmas pendant shocked
show trish surprised show trish surprised
show tali happy flip show tali happy flip
show chondra happy flip show chondra happy flip