Template:PatchDiff/July 8, 2014 Patch/tf/tf2 misc dir.vpk/materials/models/props moonbase/powersupply core blue.vmt

From Team Fortress Wiki
Jump to: navigation, search
N/A1"VertexlitGeneric"
N/A2{
N/A3 "$basetexture" "glass/glasswindow002a"
N/A4 "$surfaceprop" "default"
N/A5 $selfillum 1
N/A6 $selfillumtint "[1 1 1]"
N/A7 "$blendtintbybasealpha" "0"
N/A8 "$blendtintcoloroverbase" "1"
N/A9 
N/A10 "$colortint_base" "{4 42 273}"
N/A11 "$color2" "{0 0 0}"
N/A12 "$colortint_tmp" "[0 0 0]"
N/A13 
N/A14 "$envmap" "cubemaps/cubemap_sheen001"
N/A15 "$envmaptint" "[1 1 1]"
N/A16 $envmapcontrast 0
N/A17 "$phong" "1"
N/A18 "$phongexponent" "5"
N/A19 "$phongboost" "1"
N/A20 "$phongfresnelranges" "[5 6 5]"
N/A21 "$lightwarptexture" "models/lightwarps/weapon_lightwarp"
N/A22 
N/A23 
N/A24 "$rimlight" "1"
N/A25 "$rimlightexponent" "10"
N/A26 "$rimlightboost" "100"
N/A27 
N/A28 "Proxies"
N/A29 {
N/A30 
N/A31 "ItemTintColor"
N/A32 {
N/A33 "resultVar" "$colortint_tmp"
N/A34 }
N/A35 "SelectFirstIfNonZero"
N/A36 {
N/A37 "srcVar1" "$colortint_tmp"
N/A38 "srcVar2" "$colortint_base"
N/A39 "resultVar" "$color2"
N/A40 }
N/A41 "Sine" // a proxy which produces a sine wave
N/A42 {
N/A43 resultVar $selfillumtint // The shader parameter to be manipulated
N/A44 sineperiod 1
N/A45 sinemin -10
N/A46 sinemax 100
N/A47 }
N/A48 
N/A49 }
N/A50}