Template:PatchDiff/June 6, 2013 Patch/portal2/pak01 dir.vpk/materials/effects/tvscreen noise001a.vmt

From the Portal Wiki
Jump to navigation Jump to search
1N/Aone
N/A1UnlitTwoTexture
N/A2{
N/A3$basetexture "elevator/elevator_screen_colour"
N/A4$texture2 "effects/tvscreen_noise001b"
N/A5$texture2scale 0.05
N/A6$additive 1
N/A7$color "[0.5 0.38 0.25]"
N/A8$alpha 1
N/A9$one 1
N/A10$zero 0
N/A11$temp 0
N/A12$texoffset "[0 0]"
N/A13$texscale 1
N/A14$tex2offset "[0 0]"
N/A15$tex2scale 0
N/A16$a_b_halfwidth 0.005
N/A17$a_b_noise 0
N/A18$a_s_halfwidth 0.002
N/A19$a_s_noise 0
N/A20$a_t_halfwidth 0.00
N/A21$a_threshold 0.02
N/A22$alpha_bias 0.05
N/A23 
N/A24$j_b_halfwidth 0
N/A25$j_b_noise 0
N/A26$j_s_halfwidth 0
N/A27$j_s_noise 0
N/A28$j_t_halfwidth 0
N/A29$j_threshold 1
N/A30$j_basescale 1
N/A31 
N/A32$xo_b_halfwidth 0
N/A33$xo_b_noise 0
N/A34$xo_s_halfwidth 0
N/A35$xo_s_noise 0
N/A36$xo_t_halfwidth 0
N/A37$xo_threshold 0
N/A38Proxies
N/A39{
N/A40 
N/A41GaussianNoise
N/A42{
N/A43mean $zero
N/A44halfwidth $a_b_halfwidth
N/A45resultVar $a_b_noise
N/A46}
N/A47Abs
N/A48{
N/A49srcVar1 $a_b_noise
N/A50resultVar $a_b_noise
N/A51}
N/A52Subtract
N/A53{
N/A54srcvar1 $one
N/A55srcvar2 $a_b_noise
N/A56resultvar $a_b_noise
N/A57}
N/A58GaussianNoise
N/A59{
N/A60mean $zero
N/A61halfwidth $a_s_halfwidth
N/A62resultVar $a_s_noise
N/A63}
N/A64Abs
N/A65{
N/A66srcVar1 $a_s_noise
N/A67resultVar $a_s_noise
N/A68}
N/A69Subtract
N/A70{
N/A71srcvar1 $one
272srcvar2 $a_s_noise
373resultvar $a_s_noise
474}