Template:PatchDiff/July 8, 2014 Patch/tf/tf2 misc dir.vpk/materials/signs/capture zone pulse red.vmt

From Team Fortress Wiki
Jump to: navigation, search
N/A1"VertexlitGeneric"
N/A2{
N/A3 "$basetexture" "signs/capture_zone"
N/A4 "$surfaceprop" "default"
N/A5 "$translucent" 1
N/A6 "$vertexcolor" "1"
N/A7 "$vertexalpha" "1"
N/A8 "$decal" 1
N/A9 "%keywords" "tf"
N/A10 $selfillum 1
N/A11 $selfillumtint "[1 1 0]"
N/A12 "$blendtintbybasealpha" "0"
N/A13 "$blendtintcoloroverbase" "0"
N/A14 
N/A15 "$colortint_base" "{100 20 4}"
N/A16 "$color2" "{0 0 0}"
N/A17 "$colortint_tmp" "[0 0 0]"
N/A18 "Proxies"
N/A19 {
N/A20 
N/A21 "ItemTintColor"
N/A22 {
N/A23 "resultVar" "$colortint_tmp"
N/A24 }
N/A25 "SelectFirstIfNonZero"
N/A26 {
N/A27 "srcVar1" "$colortint_tmp"
N/A28 "srcVar2" "$colortint_base"
N/A29 "resultVar" "$color2"
N/A30 }
N/A31 "Sine" // a proxy which produces a sine wave
N/A32 {
N/A33 resultVar $selfillumtint // The shader parameter to be manipulated
N/A34 sineperiod 1
N/A35 sinemin 0.1
N/A36 sinemax 60
N/A37 }
N/A38 
N/A39 }
N/A40}