diff --git a/TF2UltimateVisualFix/materials/models/paintkits/c_shotgun/c_shotgun_yak.vmt b/TF2UltimateVisualFix/materials/models/paintkits/c_shotgun/c_shotgun_yak.vmt index 97b7855..d24c1b4 100644 --- a/TF2UltimateVisualFix/materials/models/paintkits/c_shotgun/c_shotgun_yak.vmt +++ b/TF2UltimateVisualFix/materials/models/paintkits/c_shotgun/c_shotgun_yak.vmt @@ -17,9 +17,6 @@ "$glowcolor" "1" - "$envmap" "env_cubemap" - "$envmaptint" "[.025 .025 .025]" - "$selfillum" 1 "$selfillumtint" "[5 3 .7]" "$selfIllumFresnel" "1" diff --git a/TF2UltimateVisualFix/materials/models/weapons/c_models/c_grenadelauncher/c_grenadelauncher_gold.vmt b/TF2UltimateVisualFix/materials/models/weapons/c_models/c_grenadelauncher/c_grenadelauncher_gold.vmt index 0fb4122..d9f76c9 100644 --- a/TF2UltimateVisualFix/materials/models/weapons/c_models/c_grenadelauncher/c_grenadelauncher_gold.vmt +++ b/TF2UltimateVisualFix/materials/models/weapons/c_models/c_grenadelauncher/c_grenadelauncher_gold.vmt @@ -9,6 +9,7 @@ "$phongboost" "4" "$lightwarptexture" "models/lightwarps/weapon_lightwarp" "$phongfresnelranges" "[2 1 1]" + "$rimlight" "1" "$rimlightexponent" "10" "$rimlightboost" "1" diff --git a/TF2UltimateVisualFix/materials/models/weapons/c_models/c_minigun/c_minigun_gold.vmt b/TF2UltimateVisualFix/materials/models/weapons/c_models/c_minigun/c_minigun_gold.vmt new file mode 100644 index 0000000..cc54256 --- /dev/null +++ b/TF2UltimateVisualFix/materials/models/weapons/c_models/c_minigun/c_minigun_gold.vmt @@ -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" + } + } +} \ No newline at end of file diff --git a/TF2UltimateVisualFix/materials/models/weapons/c_models/c_stickybomb_launcher/c_stickybomb_launcher.vmt b/TF2UltimateVisualFix/materials/models/weapons/c_models/c_stickybomb_launcher/c_stickybomb_launcher.vmt index 5ed98eb..e598f0f 100644 --- a/TF2UltimateVisualFix/materials/models/weapons/c_models/c_stickybomb_launcher/c_stickybomb_launcher.vmt +++ b/TF2UltimateVisualFix/materials/models/weapons/c_models/c_stickybomb_launcher/c_stickybomb_launcher.vmt @@ -17,9 +17,6 @@ "$glowcolor" "1" - - - //commented out to use the exponent mask //"$basephongexponent" "15" //"$basephongboost" "3"