72 lines
1.3 KiB
Plaintext
72 lines
1.3 KiB
Plaintext
"VertexlitGeneric"
|
|
{
|
|
"$baseTexture" "models/dovahki/pyro/mask/pyromancers_mask.vtf"
|
|
"$bumpmap" "models/dovahki/pyro/mask/pyromancers_mask_normal.vtf"
|
|
"$detail" "effects/tiledfire/fireLayeredSlowTiled512.vtf"
|
|
"$detailscale" "5"
|
|
"$detailblendfactor" .01
|
|
"$detailblendmode" 6
|
|
"$yellow" "0"
|
|
|
|
"$phong" "1"
|
|
"$phongexponent" "15"
|
|
"$phongboost" ".1"
|
|
"$lightwarptexture" "models/player/pyro/pyro_lightwarp"
|
|
"$phongfresnelranges" "[2 1 5]"
|
|
|
|
"$color2" "{255 255 255}" // Team Spirit (BLU)
|
|
|
|
"$blendtintbybasealpha" "1"
|
|
"$blendtintcoloroverbase" "0"
|
|
|
|
"$colortint_base" "{255 255 255}"
|
|
"$colortint_tmp" "[0 0 0]"
|
|
|
|
|
|
// Rim lighting parameters
|
|
"$rimlight" "1"
|
|
"$rimlightexponent" "4"
|
|
"$rimlightboost" "2"
|
|
|
|
|
|
|
|
// Cloaking
|
|
"$cloakPassEnabled" "1"
|
|
|
|
"Proxies"
|
|
{
|
|
"invis"
|
|
{
|
|
}
|
|
"AnimatedTexture"
|
|
{
|
|
"animatedtexturevar" "$detail"
|
|
"animatedtextureframenumvar" "$detailframe"
|
|
"animatedtextureframerate" 30
|
|
}
|
|
"BurnLevel"
|
|
{
|
|
"resultVar" "$detailblendfactor"
|
|
}
|
|
"ItemTintColor"
|
|
{
|
|
"resultVar" "$colortint_tmp"
|
|
}
|
|
"SelectFirstIfNonZero"
|
|
{
|
|
"srcVar1" "$colortint_tmp"
|
|
"srcVar2" "$colortint_base"
|
|
"resultVar" "$color2"
|
|
}
|
|
"YellowLevel"
|
|
{
|
|
"resultVar" "$yellow"
|
|
}
|
|
"Multiply"
|
|
{
|
|
"srcVar1" "$color2"
|
|
"srcVar2" "$yellow"
|
|
"resultVar" "$color2"
|
|
}
|
|
}
|
|
} |