You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
76 lines
1.3 KiB
76 lines
1.3 KiB
"VertexLitGeneric"
|
|
{
|
|
"$basetexture" "models/soldier_mge/rocket"
|
|
|
|
"$phong" "1"
|
|
"$phongexponent" "25"
|
|
"$phongboost" "10"
|
|
"$lightwarptexture" "models/soldier_mge/weapon_lightwarp"
|
|
"$halflambert" "1"
|
|
// "$selfillum" "1"
|
|
|
|
"$glowcolor" "1"
|
|
"$speccolor" "1"
|
|
|
|
"$tempvar" "0"
|
|
|
|
"$basemapalphaphongmask" "1"
|
|
|
|
"$rimlight" "0"
|
|
"$rimlightexponent" "20"
|
|
"$rimlightboost" ".25"
|
|
|
|
"360?$color2" "[ 0.8 0.8 0.8 ]"
|
|
|
|
// Cloaking
|
|
"$cloakPassEnabled" "1"
|
|
"Proxies"
|
|
{
|
|
"weapon_invis"
|
|
{
|
|
}
|
|
"ModelGlowColor"
|
|
{
|
|
"resultVar" "$glowcolor"
|
|
}
|
|
"Equals"
|
|
{
|
|
"srcVar1" "$glowcolor"
|
|
"resultVar" "$selfillumtint"
|
|
}
|
|
"Equals"
|
|
{
|
|
"srcVar1" "$glowcolor"
|
|
"resultVar" "$color2"
|
|
}
|
|
"CommunityWeapon"
|
|
{
|
|
"resultVar" "$commweapon"
|
|
}
|
|
"Multiply"
|
|
{
|
|
"srcVar1" "$commweapon"
|
|
"srcVar2" "$commadd_phongexponent"
|
|
"resultVar" "$tempvar"
|
|
}
|
|
"Add"
|
|
{
|
|
"srcVar1" "$tempvar"
|
|
"srcVar2" "$basephongexponent"
|
|
"resultVar" "$phongexponent"
|
|
}
|
|
"Multiply"
|
|
{
|
|
"srcVar1" "$commweapon"
|
|
"srcVar2" "$commadd_phongboost"
|
|
"resultVar" "$tempvar"
|
|
}
|
|
"Add"
|
|
{
|
|
"srcVar1" "$tempvar"
|
|
"srcVar2" "$basephongboost"
|
|
"resultVar" "$phongboost"
|
|
}
|
|
|
|
}
|
|
}
|