Template:PatchDiff/October 19, 2018 Patch/tf/tf2 misc dir.vpk/materials/models/player/items/crafting/halloween case spider details 2018.vmt

From Team Fortress Wiki
Jump to: navigation, search
N/A1"VertexLitGeneric"
N/A2{
N/A3 "$basetexture" "models/player/items/crafting/halloween_case_spider_details"
N/A4 "$basemapalphaphongmask" 1
N/A5 
N/A6 "$envmap" "cubemaps\cubemap_specular001"
N/A7 "$envmaptint" "[.85 .07 1]"
N/A8 "$yellow" "0"
N/A9 
N/A10 "$blendtintbybasealpha" "0"
N/A11 "$blendtintcoloroverbase" "1"
N/A12 
N/A13// "$lightwarptexture" "models\lightwarps\weapon_lightwarp"
N/A14 
N/A15 //phong properties
N/A16 "$phong" "1"
N/A17 "$phongboost" ".01"
N/A18 "$phongexponent" "20"
N/A19 "$phongfresnelranges" "[.5 1 2]"
N/A20 "$phongtint" "[2 .1 3]"
N/A21 "$halflambert" "0"
N/A22 
N/A23 "$selfillum" 1
N/A24 "$selfillumtint" "[.5 .2 .6]"
N/A25 "$selfIllumFresnel" "1"
N/A26 "$selfIllumFresnelMinMaxExp" "[0 5 10]" // 0.0 1.0 1.0 is the default
N/A27 
N/A28 "$colortint_base" "{216 20 255}"
N/A29 "$colortint_tmp" "[0 0 0]"
N/A30 
N/A31 "Proxies"
N/A32 {
N/A33 "ItemTintColor"
N/A34 {
N/A35 "resultVar" "$colortint_tmp"
N/A36 }
N/A37 "SelectFirstIfNonZero"
N/A38 {
N/A39 "srcVar1" "$colortint_tmp"
N/A40 "srcVar2" "$colortint_base"
N/A41 "resultVar" "$color2"
N/A42 }
N/A43 "YellowLevel"
N/A44 {
N/A45 "resultVar" "$yellow"
N/A46 }
N/A47 "Multiply"
N/A48 {
N/A49 "srcVar1" "$color2"
N/A50 "srcVar2" "$yellow"
N/A51 "resultVar" "$color2"
N/A52 }
N/A53 }
N/A54}