Template:PatchDiff/April 1, 2014 Patch/tf/tf2 misc dir.vpk/materials/models/player/items/all class/pet robro blue.vmt

From Team Fortress Wiki
Jump to: navigation, search
11"VertexlitGeneric"
22{
3N/A "$baseTexture" "models\player\items\all_class/pet_robro"
4N/A "$bumpmap" "models\effects\flat_normal"
5N/A "$detail" "effects/tiledfire/fireLayeredSlowTiled512.vtf"
6N/A "$detailscale" "5"
7N/A "$detailblendfactor" .01
8N/A "$detailblendmode" 6
N/A3 "$baseTexture" "models/player/items/all_class/pet_robro"
N/A4 "$bumpmap" "models/effects/flat_normal"
N/A5 "$detail" "effects/tiledfire/fireLayeredSlowTiled512.vtf"
N/A6 "$detailscale" "5"
N/A7 "$detailblendfactor" .01
N/A8 "$detailblendmode" 6
99 
10N/A "$yellow" "0"
N/A10 "$yellow" "0"
1111 
1212 
1313 "$blendtintbybasealpha" "1"
2828 "$rimlightexponent" "4" // Exponent for phong component of rim lighting
2929 "$rimlightboost" "2"
3030 
31N/A "$cloakPassEnabled" "1"
32N/A "Proxies"
33N/A {
34N/A "weapon_invis"
N/A31 "$cloakPassEnabled" "1"
N/A32 "Proxies"
N/A33 {
N/A34 "invis"
3535 {
3636 }
3737 "BurnLevel"
3838 {
39N/A "resultVar" "$detailblendfactor"
N/A39 "resultVar" "$detailblendfactor"
4040 }
41N/A "YellowLevel"
N/A41 "ItemTintColor"
4242 {
43N/A "resultVar" "$yellow"
N/A43 "resultVar" "$colortint_tmp"
4444 }
45N/A "Equals"
N/A45 "SelectFirstIfNonZero"
4646 {
47N/A "srcVar1" "$yellow"
48N/A "resultVar" "$color2"
N/A47 "srcVar1" "$colortint_tmp"
N/A48 "srcVar2" "$colortint_base"
N/A49 "resultVar" "$color2"
4950 }
50N/A 
51N/A "ItemTintColor"
N/A51 "YellowLevel"
5252 {
53N/A "resultVar" "$colortint_tmp"
N/A53 "resultVar" "$yellow"
5454 }
55N/A "SelectFirstIfNonZero"
N/A55 "Multiply"
5656 {
57N/A "srcVar1" "$colortint_tmp"
58N/A "srcVar2" "$colortint_base"
59N/A "resultVar" "$color2"
N/A57 "srcVar1" "$color2"
N/A58 "srcVar2" "$yellow"
N/A59 "resultVar" "$color2"
6060 }
6161 }
62N/A}
63N/A 
N/A62}