Template:PatchDiff/October 28, 2015 Patch/tf/tf2 misc dir.vpk/materials/models/props halloween/gargoyle gold.vmt

From Team Fortress Wiki
Jump to: navigation, search
N/A1"VertexLitGeneric"
N/A2{
N/A3 "$basetexture" "models/props_halloween/gargoyle"
N/A4 "$basemapalphaphongmask" 1
N/A5 
N/A6 
N/A7 "$envmap" "cubemaps\cubemap_specular001"
N/A8 "$envmaptint" "[.5 .5 .08]"
N/A9 
N/A10// "$lightwarptexture" "models\lightwarps\weapon_lightwarp"
N/A11 
N/A12 "$blendtintbybasealpha" "0"
N/A13 "$blendtintcoloroverbase" "1"
N/A14 
N/A15 "$colortint_base" "{208 175 129}"
N/A16 "$color2" "{208 175 129}"
N/A17 "$colortint_tmp" "[0 0 0]"
N/A18 
N/A19 
N/A20 //phong properties
N/A21 "$phong" "1"
N/A22 "$phongboost" "1"
N/A23 "$phongexponent" "20"
N/A24 "$phongfresnelranges" "[.5 1 2]"
N/A25 //"$phongtint" "2 2 1"
N/A26 "$halflambert" "0"
N/A27 
N/A28 "$selfillum" 1
N/A29 "$selfillumtint" "[15 12 2]"
N/A30 "$selfIllumFresnel" "1"
N/A31 "$selfIllumFresnelMinMaxExp" "[0 10 20]" // 0.0 1.0 1.0 is the default
N/A32 
N/A33 
N/A34 "ItemTintColor"
N/A35 {
N/A36 "resultVar" "$colortint_tmp"
N/A37 }
N/A38 "SelectFirstIfNonZero"
N/A39 {
N/A40 "srcVar1" "$colortint_tmp"
N/A41 "srcVar2" "$colortint_base"
N/A42 "resultVar" "$color2"
N/A43 }
N/A44 
N/A45}