autism commit 2

This commit is contained in:
2022-11-23 03:21:49 -06:00
parent f9f1501e20
commit c9656488d6
48 changed files with 385 additions and 339 deletions

View File

@ -154,11 +154,6 @@ init python:
#
#slack: 2000
label test_credits:
scene black
stop ambient
@ -220,9 +215,8 @@ image d_credits_text = Composite(
)
label .ending:
label lending:
call get_ending
#I know, horrifying copy and paste
if _return == 4:
pause 0.5
show snootgame_big with dissolve: # Renpy not allowing you to grab images from the gui folder is serious bullshit
@ -243,11 +237,11 @@ label .ending:
hide snootgame_big
with dissolve
show credits_base at Pan((0, -1080),(0, 8100), 5):
show credits_base at Pan((0, -1080),(0, 8100), 65):
subpixel True
show d_credits_text at Pan((0, 0),(0, 12155), 5):
show d_credits_text at Pan((0, 0),(0, 12155), 65):
subpixel True
show credits_coverup at Pan((0, 0),(0, 12155), 5):
show credits_coverup at Pan((0, 0),(0, 12155), 65):
subpixel True
elif _return == 3:
play music "audio/OST/Dino Destiny Reader.ogg"

View File

@ -1,7 +1,5 @@
# Gallery stuff needs to be initialized like this or else it fails to display in it
init 1 python:
### BACKGROUNDS
renpy.image('door auditorium', Composite(
@ -260,12 +258,6 @@ init 1 python:
(0, 0), 'images/fang/fullbody/hallpass.png')
)
renpy.image('fullbody_hallpass', Composite(
(1920, 1080),
(0, 0), 'images/backgrounds/roof day.png',
(0, 0), 'images/fang/fullbody/hallpass.png')
)
renpy.image('fullbody_fangguitar', Composite(
(1920, 1080),
(0, 0), 'fangroom',
@ -297,7 +289,7 @@ init 1 python:
renpy.image('fullbody_kissu1', Composite(
(1920, 1080),
(0, 0), 'images/backgrounds/room anon night.png',
(0, 0), Transform('images/fang/fullbody/kissu1.png', crop=(49, 0, 1920, 1080)))
(0, 0), 'images/fang/fullbody/kissu1.png')
)
renpy.image('fullbody_kissu2', Composite(
@ -306,11 +298,23 @@ init 1 python:
(213, 0), 'images/fang/fullbody/kissu2.png')
)
renpy.image('fullbody_rosahug', Composite(
(1920, 1080),
(0, 0), 'images/backgrounds/moes pizza.png',
(0, 0), 'images/rosa/rosa hug.png')
)
renpy.image('fullbody_fanganoncarry', Composite(
(1920, 1080),
(0, 0), 'schooloutside blurred',
(0, 0), 'images/anon/Other/fanganoncarry.png')
)
# ENDING 4
renpy.image('fullbody_dpromdance', Composite(
(1920, 1080),
(0, 0), 'images/backgrounds/park_night.png',
(0, 0), 'images/backgrounds/park night.png',
(0, 0), 'images/anon/Other/dpromdance.png')
)
@ -320,6 +324,18 @@ init 1 python:
(0, 0), 'images/anon/Other/anonchristmasmorning.png')
)
renpy.image('fullbody_naomislap', Composite(
(1920, 1080),
(0, 0), 'images/backgrounds/kitchen.png',
(0, 0), 'images/naomi/naomi slapped.png')
)
renpy.image('fullbody_anontrishdance', Composite(
(1920, 1080),
(0, 0), 'images/backgrounds/prom.png',
(500, 0), 'images/trish/trish and anon cuck fang.png')
)
# ENDING 3
renpy.image('fullbody_c06', Composite(
@ -347,6 +363,21 @@ init 1 python:
(0, 0), Transform('images/backgrounds/shooterroof.png', xsize=1920, fit='cover'),
(0, 0), Transform('images/fang/fullbody/fang shooter.png', crop=(0,0,1920,1080)))
)
renpy.image('fullbody_fang_silo1', Composite(
(1920, 1080),
(0, 0), Transform('images/backgrounds/shooterroof.png', xsize=1920, fit='cover'),
(0, 0), 'images/fang/fullbody/fang silo1.png')
)
renpy.image('fullbody_fang_silo2', Composite(
(1920, 1080),
(0, 0), Transform('images/backgrounds/shooterroof.png', xsize=1920, fit='cover'),
(0, 0), 'images/fang/fullbody/fang silo2.png')
)
renpy.image('fullbody_fang_silo3', Composite(
(1920, 1080),
(0, 0), Transform('images/backgrounds/shooterroof.png', xsize=1920, fit='cover'),
(0, 0), 'images/fang/fullbody/fang silo3.png')
)
# aight, time for the stuff that isn't gallery required.
@ -386,6 +417,10 @@ image ctc_mid_marker:
# linear 0.5 alpha 0
# repeat
# megatext flips
image anon neutral megatex flip = im.Flip("images/highres/anon neutral megatex unblur.png", horizontal=True)
#neutral flips
image anon neutral flip = im.Flip("images/anon/base set/anon neutral.png", horizontal=True)
image anon d neutral flip = im.Flip("images/anon/ending sets/anon d neutral.png", horizontal=True)
@ -634,6 +669,7 @@ image prom mirrored = im.Flip("images/backgrounds/prom.png", horizontal=True)
image black = "#000"
image white = "#FFF"
image blue = "#BECBFF"
image red = "#ff0000"
image dimmer_lighter = "#00000033"
image dimmer_light = "#00000066"
image dimmer_darker = "#00000088"
@ -648,18 +684,23 @@ image door blurred flip = im.Flip(im.Blur("images/other/door.png", 1.5), horizon
image guitarpick = "images/other/pickthrown.png"
image projector9 blurred = Composite(
(1920, 1080),
(0, 0), im.Blur('images/cgs/projector base.png', 1.5),
(0, 0), im.Blur('images/cgs/projector9 part.png', 1.5),
(0, 0), im.Blur('images/cgs/projector naomishock.png', 1.5)
(0, 0), im.Blur('images/cgs/projector base.png', 1.0),
(0, 0), im.Blur('images/cgs/projector9 part.png', 1.0),
(0, 0), im.Blur('images/cgs/projector naomishock.png', 1.0)
)
image projector9 normal = "projector9"
image schooloutside normal = 'outside school'
image schooloutside blurred = Composite(
(1920, 1080),
(0, 0), im.Blur('images/backgrounds/outside school base.png', 1.8),
(0, 0), im.Blur('images/backgrounds/outside school text.png', 1.8)
(0, 0), Transform('images/backgrounds/outside school text.png', blur=10)
)
image fangroom blurred = Composite(
(1920, 1080),
(0, 0), im.Blur('images/backgrounds/fangroom base.png', 0.3),
(0, 0), Transform('images/backgrounds/fangroom nbflag.png', blur=20), # The "better" blur function. Really, tom?
(0, 0), Transform('images/backgrounds/fangroom text.png', blur=20)
)
image sodacan blurred = im.Blur("images/other/sodacan.png", 1.8)
image lighter = "images/other/lighter.png"
image amberpendant = "images/other/amberpendant1.png"
image fangphonelayer1 = "images/other/fangphonelayer1.png"
@ -1057,27 +1098,6 @@ image schooloutside_blur:
repeat
#Shooter ending blurs
image fang flash blurred = im.Blur('images/fang/fullbody/fang silo3.png', 8.0)
image shooterroof blurred = im.Blur('images/backgrounds/shooterroof.png', 3)
image shooterroof normal = "images/backgrounds/shooterroof.png"
image fang shooter blurred = im.Blur('images/fang/fullbody/fang shooter.png', 3)
image fang shooter normal = "images/fang/fullbody/fang shooter.png"
image blurring_shooterroof:
"shooterroof blurred" with Dissolve(2.5)
pause 2.5
"shooterroof normal" with Dissolve(2.5)
pause 2.5
repeat
image blurring_shooter:
"fang shooter blurred" with Dissolve(2.5)
pause 2.5
"fang shooter normal" with Dissolve(2.5)
pause 2.5
repeat
#phone bgs for video calls
#caller bgs
@ -1409,7 +1429,6 @@ image flashbacktitlecard = Composite(
image fanganonhug_moving = im.Crop("images/fang/fullbody/fanganonhug.png", 300, 0, 1320, 1080)
#additional BGs
image park_night = "images/backgrounds/park night.png"
image home_fang_dim = "images/backgrounds/home fang dim.png"
image bus_stop = "images/backgrounds/Bus_Stop.png"
image hotellobby = "images/backgrounds/hotellobby.png"
@ -1417,6 +1436,101 @@ image airport = "images/backgrounds/airport.png"
image fromairplane = "images/backgrounds/fromairplane.png"
# CHAPTER 1
# Naser and Naomi reacting to Anon landing on his ass
image naser silo = im.Flip(im.MatrixColor("naser/naser neutral.png",im.matrix.brightness(-1)), horizontal=True)
image naomi silo = im.MatrixColor("naomi/naomi neutral.png",im.matrix.brightness(-1))
image naser silo shocked = im.Flip(im.MatrixColor("naser/naser shocked.png",im.matrix.brightness(-1)), horizontal=True)
image naomi silo shocked = im.MatrixColor("naomi/naomi shocked.png",im.matrix.brightness(-1))
image iris = im.FactorScale(im.MatrixColor("vfx/iris.png",im.matrix.opacity(0.9)), 4.5)
# CHAPTER 5
image fang tail = Movie(play="animations/fang tail.webm",loop=True)
# CHAPTER 11
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
# 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)
# CHAPTER 13D
image naomi prom alaska:
"naomi prom shocked flip"
matrixcolor SaturationMatrix(0, (0.40, 0.40, 0.40))
#easeout_cubic 0.3 matrixcolor TintMatrix(Color((1.2*255, 1.2*255, 1.2*255)))
#easeout_cubic 1.80 matrixcolor TintMatrix(Color((255, 255, 255)))
#matrixcolor SaturationMatrix(1, (0.34, 0.34, 0.34)) #how the fuck does this work?
#ease_cubic 0.4 matrixcolor SaturationMatrix(0, (0.40, 0.40, 0.40))
#pause 1.0
#ease_cubic 1.0 matrixcolor SaturationMatrix(1, (0.40, 0.40, 0.40))
#ease_cubic 0.3 matrixcolor SaturationMatrix(0, (1.0, 1.0, 1.0))
# CHAPTER 14A
#Shooter ending blurs
image fang silo3 blurred = im.Blur('images/fang/fullbody/fang silo3.png', 8.0)
image fang flash blurred:
"fang silo3 blurred"
matrixcolor BrightnessMatrix(1)
image fang flash:
"fang silo3"
matrixcolor BrightnessMatrix(1)
image shooterroof blurred = im.Blur('images/backgrounds/shooterroof.png', 3)
image shooterroof normal = "images/backgrounds/shooterroof.png"
image fang shooter blurred = im.Blur('images/fang/fullbody/fang shooter.png', 3)
image fang shooter normal = "images/fang/fullbody/fang shooter.png"
image blurring_shooterroof:
"shooterroof blurred" with Dissolve(2.5)
pause 2.5
"shooterroof normal" with Dissolve(2.5)
pause 2.5
repeat
image blurring_shooter:
"fang shooter blurred" with Dissolve(2.5)
pause 2.5
"fang shooter normal" with Dissolve(2.5)
pause 2.5
repeat
image fang shoot = Composite(
(1920, 1080),
(0, 0), "black",
(0, 0), "fang flash",
(0, 0), "images/vfx/fang shoot flash.png"
)
# PHONE SCROLLING
@ -1491,4 +1605,11 @@ image raymba4s = Composite(
(1500, 1500),
(0, 0), "raymbashadow",
(0, 0), "raymba4")
image noir = "#0c054288"
image noir = "#0c054288"
image big blending = Composite(
(1920, 1080),
(0, 0), "big ending",
(0, 1080-126), "the ending"
)

View File

@ -126,9 +126,16 @@
{
"tab_name": "Fullbody",
"items": [
{ "name": "rosa hug", "image": "fullbody_rosahug" },
{ "name": "hallpass", "image": "fullbody_hallpass" },
{ "name": "fangguitar", "image": "fullbody_fangguitar" },
{ "name": "fangshooter", "image": "fullbody_fang_shooter" },
{ "name": "fang silo1", "image": "fullbody_fang_silo1" },
{ "name": "fang silo2", "image": "fullbody_fang_silo2" },
{ "name": "fang silo3", "image": "fullbody_fang_silo3" },
{ "name": "fullbody_naomislap", "image": "fullbody_naomislap" },
{ "name": "fullbody_anontrishdance", "image": "fullbody_anontrishdance" },
{ "name": "fullbody_fanganoncarry", "image": "fullbody_fanganoncarry" },
{ "name": "fanganonhug", "image": "fullbody_fanganonhug" },
{ "name": "fanganonguitar", "image": "fullbody_fanganonguitar" },
{ "name": "fangarm", "image": "fullbody_fangarm" },
@ -137,7 +144,8 @@
{ "name": "c06", "image": "fullbody_c06" },
{ "name": "c07", "image": "fullbody_c07" },
{ "name": "c09", "image": "fullbody_c09" },
{ "name": "anonchristmasmorning", "image": "fullbody_christmas" }
{ "name": "c09", "image": "fullbody_dpromdance" },
{ "name": "fullbody_christmas", "image": "fullbody_christmas" }
]
},
{