Template:PatchDiff/October 22, 2012 Patch (Beta)/team fortress 2 beta materials.gcf/tf beta/materials/models/player/items/heavy/heavy mustachehat.vmt

From Team Fortress Wiki
< Template:PatchDiff/October 22, 2012 Patch (Beta)
Revision as of 11:02, 23 October 2012 by MousseBOT (talk | contribs) (Diff of file "team fortress 2 beta materials.gcf/tf_beta/materials/models/player/items/heavy/heavy_mustachehat.vmt" for patch October 22, 2012 Patch (Beta).)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
N/A1"VertexlitGeneric"
N/A2{
N/A3 "$baseTexture" "models\player\items\heavy/heavy_mustachehat"
N/A4 "$detail" "effects/tiledfire/fireLayeredSlowTiled512.vtf"
N/A5 "$detailscale" "5"
N/A6 "$detailblendfactor" .01
N/A7 "$detailblendmode" 6
N/A8 
N/A9 
N/A10 "$yellow" "0"
N/A11 "$one" "1"
N/A12 
N/A13 "$phong" "1"
N/A14 "$phongexponent" "20"
N/A15 "$phongboost" "0"
N/A16 "$lightwarptexture" "models/player/pyro/pyro_lightwarp"
N/A17 "$phongfresnelranges" "[.3 1 8]"
N/A18 "$halflambert" "1"
N/A19 
N/A20 "$blendtintbybasealpha" "1"
N/A21 "$blendtintcoloroverbase" "0"
N/A22 
N/A23 //"$color2" "{94 132 158}" // BLU
N/A24 "$color2" "{174 58 58 }" // RED
N/A25 "$colortint_base" "{174 58 58 }"
N/A26 "$colortint_tmp" "[0 0 0]"
N/A27 
N/A28 
N/A29 // Rim lighting parameters
N/A30 "$rimlight" "1" // To enable rim lighting (requires phong)
N/A31 "$rimlightexponent" "4" // Exponent for phong component of rim lighting
N/A32 "$rimlightboost" ".5" // Boost for ambient cube component of rim lighting
N/A33 
N/A34 // Cloaking
N/A35 "$cloakPassEnabled" "1"
N/A36 "Proxies"
N/A37 {
N/A38 "weapon_invis"
N/A39 {
N/A40 }
N/A41 "AnimatedTexture"
N/A42 {
N/A43 "animatedtexturevar" "$detail"
N/A44 "animatedtextureframenumvar" "$detailframe"
N/A45 "animatedtextureframerate" 30
N/A46 }
N/A47 "BurnLevel"
N/A48 {
N/A49 "resultVar" "$detailblendfactor"
N/A50 }
N/A51 "YellowLevel"
N/A52 {
N/A53 "resultVar" "$yellow"
N/A54 }
N/A55 "Equals"
N/A56 {
N/A57 "srcVar1" "$yellow"
N/A58 "resultVar" "$color2"
N/A59 }
N/A60 "ItemTintColor"
N/A61 {
N/A62 "resultVar" "$colortint_tmp"
N/A63 }
N/A64 "SelectFirstIfNonZero"
N/A65 {
N/A66 "srcVar1" "$colortint_tmp"
N/A67 "srcVar2" "$colortint_base"
N/A68 "resultVar" "$color2"
N/A69 }
N/A70 
N/A71 }
N/A72}