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

From Team Fortress Wiki
Jump to: navigation, search
11"VertexlitGeneric"
22{
3N/A "$baseTexture" "models\player\items\demo/demo_beardpipe"
4N/A "$bumpmap" "models\player\items\demo/demo_beardpipe_normal"
N/A3 "$baseTexture" "models/player/items/demo/demo_beardpipe"
N/A4 "$bumpmap" "models/player/items/demo/demo_beardpipe_normal"
55 "$detail" "effects/tiledfire/fireLayeredSlowTiled512.vtf"
66 "$detailscale" "5"
77 "$detailblendfactor" .01
3535 
3636 "Proxies"
3737 {
38N/A "spy_invis"
N/A38 "invis"
3939 {
4040 }
4141 "AnimatedTexture"
4848 {
4949 "resultVar" "$detailblendfactor"
5050 }
51N/A "YellowLevel"
N/A51 "ItemTintColor"
5252 {
53N/A "resultVar" "$yellow"
N/A53 "resultVar" "$colortint_tmp"
5454 }
55N/A "Equals"
N/A55 "SelectFirstIfNonZero"
5656 {
57N/A "srcVar1" "$yellow"
N/A57 "srcVar1" "$colortint_tmp"
N/A58 "srcVar2" "$colortint_base"
5859 "resultVar" "$color2"
5960 }
60N/A "ItemTintColor"
N/A61 "YellowLevel"
6162 {
62N/A "resultVar" "$colortint_tmp" //dump the paint values into the temp variable
N/A63 "resultVar" "$yellow"
6364 }
64N/A "SelectFirstIfNonZero"
N/A65 "Multiply"
6566 {
66N/A "srcVar1" "$colortint_tmp" //if this !=0, use it
67N/A "srcVar2" "$colortint_base"//otherwise, use the base color
68N/A "resultVar" "$color2" //finally apply the correct color to the color2 parameter
69N/A //you can use anything that's a color-based parameter here instead of $color2, depending on the desired effect.
N/A67 "srcVar1" "$color2"
N/A68 "srcVar2" "$yellow"
N/A69 "resultVar" "$color2"
7070 }
71N/A 
7271 }
73N/A}
74N/A 
75N/A 
N/A72}