Template:PatchDiff/April 1, 2014 Patch/tf/tf2 misc dir.vpk/materials/models/player/items/scout/scout gloves style.vmt

From Team Fortress Wiki
Jump to: navigation, search
11"VertexlitGeneric"
22{
3N/A "$baseTexture" "models\player\items\scout/scout_gloves_style"
4N/A "$bumpmap" "models\player\items\scout\scout_gloves_normal.vtf"
N/A3 "$baseTexture" "models/player/items/scout/scout_gloves_style"
N/A4 "$bumpmap" "models/player/items/scout/scout_gloves_normal.vtf"
55 
66 "$detail" "effects/tiledfire/fireLayeredSlowTiled512.vtf"
77 "$detailscale" "1"
1313 "$phong" "1"
1414 "$phongexponent" "5"
1515 "$phongboost" ".2"
16N/A "$lightwarptexture" "models\player\pyro\pyro_lightwarp"
N/A16 "$lightwarptexture" "models/player/pyro/pyro_lightwarp"
1717 "$phongfresnelranges" "[.25 .5 2]"
1818 
1919 "$rimlight" "1" // To enable rim lighting (requires phong)
3333 
3434 "Proxies"
3535 {
36N/A "weapon_invis"
N/A36 "invis"
3737 {
3838 }
3939 "AnimatedTexture"
4646 {
4747 "resultVar" "$detailblendfactor"
4848 }
49N/A "YellowLevel"
N/A49 "ItemTintColor"
5050 {
51N/A "resultVar" "$yellow"
N/A51 "resultVar" "$colortint_tmp"
5252 }
53N/A "Equals"
N/A53 "SelectFirstIfNonZero"
5454 {
55N/A "srcVar1" "$yellow"
N/A55 "srcVar1" "$colortint_tmp"
N/A56 "srcVar2" "$colortint_base"
5657 "resultVar" "$color2"
57N/A }
58N/A "SelectFirstIfNonZero"
59N/A {
60N/A "srcVar1" "$colortint_tmp"
61N/A "srcVar2" "$colortint_base"
62N/A "resultVar" "$color2"
63N/A }
64N/A "ItemTintColor" // Gets the paint color
N/A58 }
N/A59 "YellowLevel"
6560 {
66N/A "resultVar" "$colortint_tmp"
N/A61 "resultVar" "$yellow"
6762 }
68N/A "SelectFirstIfNonZero" // If there is a paint color according to the item server, apply it
N/A63 "Multiply"
6964 {
70N/A "srcVar1" "$colortint_tmp"
71N/A "srcVar2" "$colortint_base"
N/A65 "srcVar1" "$color2"
N/A66 "srcVar2" "$yellow"
7267 "resultVar" "$color2"
7368 }
74N/A 
7569 }
76N/A}
N/A70}