Template:PatchDiff/October 28, 2015 Patch/tf/tf2 misc dir.vpk/materials/models/props halloween/gargoyle silver.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 "$envmap" "cubemaps\cubemap_specular001"
N/A7 "$envmaptint" "[.5 .4 .6]"
N/A8 
N/A9// "$lightwarptexture" "models\lightwarps\weapon_lightwarp"
N/A10 
N/A11 "$blendtintbybasealpha" "0"
N/A12 "$blendtintcoloroverbase" "1"
N/A13 
N/A14 "$colortint_base" "{205 203 204}"
N/A15 "$color2" "{205 203 204}"
N/A16 "$colortint_tmp" "[0 0 0]"
N/A17 
N/A18 
N/A19 //phong properties
N/A20 "$phong" "1"
N/A21 "$phongboost" "1"
N/A22 "$phongexponent" "20"
N/A23 "$phongfresnelranges" "[.5 1 2]"
N/A24 //"$phongtint" "[.4 .3 .6]"
N/A25 "$halflambert" "0"
N/A26 
N/A27 "$selfillum" 1
N/A28 "$selfillumtint" "[5 5 5]"
N/A29 "$selfIllumFresnel" "1"
N/A30 "$selfIllumFresnelMinMaxExp" "[0 10 20]" // 0.0 1.0 1.0 is the default
N/A31 
N/A32 "ItemTintColor"
N/A33 {
N/A34 "resultVar" "$colortint_tmp"
N/A35 }
N/A36 "SelectFirstIfNonZero"
N/A37 {
N/A38 "srcVar1" "$colortint_tmp"
N/A39 "srcVar2" "$colortint_base"
N/A40 "resultVar" "$color2"
N/A41 }
N/A42 
N/A43}