Files
TF2Maps/custom/fartsy/materials/models/dovahki/heavy/hvyweapon_blue.vmt

53 lines
1.1 KiB
Plaintext
Raw Normal View History

2025-08-31 21:05:06 -04:00
"VertexLitGeneric"
{
"$basetexture" "models/dovahki/heavy/hvyweapon_blue"
"$bumpmap" "models/dovahki/heavy/hvyweapon_normal"
"$detail" "effects/tiledfire/fireLayeredSlowTiled512.vtf"
"$detailscale" "5"
"$detailblendfactor" .01
"$detailblendmode" 6
"$yellow" "0"
"$one" "1"
"$phong" "1"
"$phongexponent" "20"
"$phongboost" ".3"
"$lightwarptexture" "models/player/pyro/pyro_lightwarp"
"$phongfresnelranges" "[.3 1 8]"
"$halflambert" "0"
// Rim lighting parameters
"$rimlight" "1" // To enable rim lighting (requires phong)
"$rimlightexponent" "4" // Exponent for phong component of rim lighting
"$rimlightboost" "2" // Boost for ambient cube component of rim lighting
"360?$color2" "[ 0.8 0.8 0.8 ]"
"$cloakPassEnabled" "1"
"Proxies"
{
"spy_invis"
{
}
"AnimatedTexture"
{
"animatedtexturevar" "$detail"
"animatedtextureframenumvar" "$detailframe"
"animatedtextureframerate" 30
}
"BurnLevel"
{
"resultVar" "$detailblendfactor"
}
"YellowLevel"
{
"resultVar" "$yellow"
}
"Equals"
{
"srcVar1" "$yellow"
"resultVar" "$color2"
}
}
}