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

From Team Fortress Wiki
Jump to: navigation, search
N/A1"VertexLitGeneric"
N/A2{
N/A3 "$basetexture" "models/player/items/crafting/halloween_case_spider"
N/A4 "$basemapalphaphongmask" 1
N/A5 
N/A6 "$envmap" "cubemaps\cubemap_specular001"
N/A7 "$envmaptint" "[.15 .13 .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 .4 .1]"
N/A21 "$halflambert" "0"
N/A22 
N/A23 "$selfillum" 1
N/A24 "$selfillumtint" "[3 1.5 2]"
N/A25 "$selfIllumFresnel" "1"
N/A26 "$selfIllumFresnelMinMaxExp" "[0 10 20]" // 0.0 1.0 1.0 is the default
N/A27 "$colortint_base" "{158 156 160}"
N/A28 "$colortint_tmp" "[0 0 0]"
N/A29 "Proxies"
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 "YellowLevel"
N/A42 {
N/A43 "resultVar" "$yellow"
N/A44 }
N/A45 "Multiply"
N/A46 {
N/A47 "srcVar1" "$color2"
N/A48 "srcVar2" "$yellow"
N/A49 "resultVar" "$color2"
N/A50 }
N/A51 }
N/A52}