Skip to content

Commit

Permalink
Touched up australiums, a special skin
Browse files Browse the repository at this point in the history
Touched up some australium .vmt rimlights, fixed Australium Minigun which was missed, a special skin .vmt's useless environment cubemap removed.
  • Loading branch information
agrastiOs committed Aug 25, 2019
1 parent 0a3dfad commit 02f41f0
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@

"$glowcolor" "1"

"$envmap" "env_cubemap"
"$envmaptint" "[.025 .025 .025]"

"$selfillum" 1
"$selfillumtint" "[5 3 .7]"
"$selfIllumFresnel" "1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"$phongboost" "4"
"$lightwarptexture" "models/lightwarps/weapon_lightwarp"
"$phongfresnelranges" "[2 1 1]"

"$rimlight" "1"
"$rimlightexponent" "10"
"$rimlightboost" "1"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
"VertexLitGeneric"
{
"$baseTexture" "models/weapons/c_models/c_minigun/c_minigun_gold"
"$phongexponenttexture" "models/weapons/c_models/c_minigun/c_minigun_exp"

"$phong" "1"
"$phongexponent" "165"
"$phongboost" "3"
"$lightwarptexture" "models/lightwarps/weapon_lightwarp"
"$phongfresnelranges" "[1.5 .5 3]"

// Begin GOLD look

"$envmap" "cubemaps/cubemap_gold001"
"$envmaptint" "[2.5 2.5 1.15]"

// End GOLD look
"$basemapalphaphongmask" "1"

"$rimlight" "1"
"$rimlightexponent" "20"
"$rimlightboost" "3"
"$rimmask" "1"

"360?$color2" "[ 0.6 0.6 0.6 ]"

"$glowcolor" "1"

// Cloaking
"$cloakPassEnabled" "1"
"$sheenPassEnabled" "1"

"$sheenmap" "cubemaps/cubemap_sheen001"
"$sheenmapmask" "Effects/AnimatedSheen/animatedsheen0"
"$sheenmaptint" "[ 1 1 1 ]"
"$sheenmapmaskframe" "0"
"$sheenindex" "0"


"$yellow" "0"

"Proxies"
{
"AnimatedWeaponSheen"
{
"animatedtexturevar" "$sheenmapmask"
"animatedtextureframenumvar" "$sheenmapmaskframe"
"animatedtextureframerate" "40"
}
"invis"
{
}
"ModelGlowColor"
{
"resultVar" "$glowcolor"
}
"Equals"
{
"srcVar1" "$glowcolor"
"resultVar" "$selfillumtint"
}
"Equals"
{
"srcVar1" "$glowcolor"
"resultVar" "$color2"
}
"YellowLevel"
{
"resultVar" "$yellow"
}
"Multiply"
{
"srcVar1" "$color2"
"srcVar2" "$yellow"
"resultVar" "$color2"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@

"$glowcolor" "1"




//commented out to use the exponent mask
//"$basephongexponent" "15"
//"$basephongboost" "3"
Expand Down

0 comments on commit 02f41f0

Please sign in to comment.