Template:PatchDiff/May 17, 2012 Patch/team fortress 2 materials.gcf/tf/materials/models/player/items/spy/spy spats.vmt

From Team Fortress Wiki
Jump to: navigation, search
N/A1"VertexLitGeneric"
N/A2{
N/A3 "$basetexture" "models/player/items/spy/spy_spats"
N/A4 "$bumpmap" "models/effects/flat_normal"
N/A5 
N/A6 "$detail" "effects/tiledfire/fireLayeredSlowTiled512.vtf"
N/A7 "$detailscale" "5"
N/A8 "$detailblendfactor" .01
N/A9 "$detailblendmode" 6
N/A10 
N/A11 "$yellow" "0"
N/A12 
N/A13 "$color2" "{72 50 43}"
N/A14 
N/A15 "$blendtintbybasealpha" "1"
N/A16 "$blendtintcoloroverbase" "0" // between 0-1 determines how much blended by tinting vs. replacing the color
N/A17 
N/A18 "$colortint_base" "{253 253 253}"
N/A19 "$colortint_tmp" "[0 0 0]"
N/A20 
N/A21 $phong 1
N/A22 $phongExponent 6
N/A23 $phongFresnelRanges "[0.25 0.5 1]"
N/A24 
N/A25 $rimLight 1
N/A26 $rimLightExponent 1
N/A27 $rimLightBoost 10
N/A28 
N/A29 "$cloakPassEnabled" "1"
N/A30 "Proxies"
N/A31 {
N/A32 "weapon_invis"
N/A33 {
N/A34 }
N/A35 "BurnLevel"
N/A36 {
N/A37 "resultVar" "$detailblendfactor"
N/A38 }
N/A39 "YellowLevel"
N/A40 {
N/A41 "resultVar" "$yellow"
N/A42 }
N/A43 "Equals"
N/A44 {
N/A45 "srcVar1" "$yellow"
N/A46 "resultVar" "$color2"
N/A47 }
N/A48 
N/A49 "ItemTintColor"
N/A50 {
N/A51 "resultVar" "$colortint_tmp"
N/A52 }
N/A53 "SelectFirstIfNonZero"
N/A54 {
N/A55 "srcVar1" "$colortint_tmp"
N/A56 "srcVar2" "$colortint_base"
N/A57 "resultVar" "$color2"
N/A58 }
N/A59 }
N/A60}
N/A61