Template:PatchDiff/November 21, 2013 Patch/tf/tf2 misc dir.vpk/materials/models/effects/resist shield/mvm vaccinator shield explosives.vmt

From Team Fortress Wiki
Jump to: navigation, search
N/A1"UnlitGeneric"
N/A2{
N/A3 "$baseTexture" "models\effects\resist_shield/mvm_vaccinator_shield_explosives"
N/A4 "$translucent" "1"
N/A5 "$additive" "1"
N/A6 //"$bumpmap" "models/effects/flat_normal"
N/A7 
N/A8 
N/A9 "$phong" "0"
N/A10 "$phongexponent" "4"
N/A11 "$phongboost" "0.5"
N/A12 "$lightwarptexture" "models/player/pyro/pyro_lightwarp"
N/A13 "$phongfresnelranges" "[.3 .5 .6]"
N/A14 "$halflambert" "0"
N/A15 
N/A16 // Rim lighting parameters
N/A17 "$rimlight" "1" // To enable rim lighting (requires phong)
N/A18 "$rimlightexponent" "2" // Exponent for phong component of rim lighting
N/A19 "$rimlightboost" "7" // Boost for ambient cube component of rim lighting
N/A20 "$selfillumfresnel" "3"
N/A21 
N/A22 "$selfillumfresnelminmaxexp" "[0 0.3 1]"
N/A23 "$selfillum" "1"
N/A24 
N/A25 "$selfillumtint" "[-0.3 -0.3 -0.3]"
N/A26 "$selfillumtint_base" "[0.93 0.93 0.93]"
N/A27 "$shield_falloff" 0.0
N/A28 
N/A29 "Proxies"
N/A30 {
N/A31 "ShieldFalloff"
N/A32 {
N/A33 "resultVar" "$shield_falloff"
N/A34 }
N/A35 "Multiply"
N/A36 {
N/A37 "srcVar1" "$shield_falloff"
N/A38 "srcVar2" "$selfillumtint_base"
N/A39 "resultVar" "$selfillumtint"
N/A40 }
N/A41 }
N/A42}
N/A43 
N/A44