diff --git a/TF2UltimateVisualFix/materials/models/props_halloween/haunted_eyeball_angry.vmt b/TF2UltimateVisualFix/materials/models/props_halloween/haunted_eyeball_angry.vmt new file mode 100644 index 0000000..ed327ad --- /dev/null +++ b/TF2UltimateVisualFix/materials/models/props_halloween/haunted_eyeball_angry.vmt @@ -0,0 +1,30 @@ +"VertexLitGeneric" +{ + "$baseTexture" "models\props_halloween\haunted_eyeball_angry" + "$bumpmap" "models\props_halloween\haunted_eyeball_normal" + "$surfaceprop" "flesh" + "$one" "1" + + "$nodecal" "1" + + "$phong" "1" + "$phongexponent" "10" + "$phongboost" ".3" + "$lightwarptexture" "models/player/pyro/pyro_lightwarp" + "$phongfresnelranges" "[.1 1 8]" + "$halflambert" "0" + + "$rimlight" "1" + "$rimlightexponent" "4" + "$rimlightboost" "2" + + // Cloaking + "$cloakPassEnabled" "1" + + "Proxies" + { + "spy_invis" + { + } + } +} \ No newline at end of file diff --git a/TF2UltimateVisualFix/materials/models/workshop/player/items/all_class/witchhat/witchhat_1.vmt b/TF2UltimateVisualFix/materials/models/workshop/player/items/all_class/witchhat/witchhat_1.vmt new file mode 100644 index 0000000..a591196 --- /dev/null +++ b/TF2UltimateVisualFix/materials/models/workshop/player/items/all_class/witchhat/witchhat_1.vmt @@ -0,0 +1,44 @@ +"VertexLitGeneric" +{ + "$basetexture" "models/workshop/player/items/all_class/witchhat/witchhat_1_color" + "$yellow" "0" + + "$selfillum" "1" + "$selfillumtint" "[3 3 3]" + "$phong" "1" + "$phongexponent" ".1" + "$phongboost" "1" + "$phongfresnelranges""[0.01 1 3]" + + "$lightwarptexture" "models/player/pyro/pyro_lightwarp" + + "$rimlight" "1" + "$rimlightexponent" ".014" + "$rimlightboost" "2" + + // Cloaking + "$cloakPassEnabled" "1" + + "Proxies" + { + "Sine" + { + "sinemax" "1" + "sinemin" ".25" + "sineperiod" "2" + "resultvar" "$selfillumtint" + } + "weapon_invis" + { + } + "YellowLevel" + { + "resultVar" "$yellow" + } + "Equals" + { + "srcVar1" "$yellow" + "resultVar" "$color2" + } + } +} \ No newline at end of file diff --git a/TF2UltimateVisualFix/materials/models/workshop/player/items/all_class/witchhat/witchhat_1_blue.vmt b/TF2UltimateVisualFix/materials/models/workshop/player/items/all_class/witchhat/witchhat_1_blue.vmt new file mode 100644 index 0000000..8e48937 --- /dev/null +++ b/TF2UltimateVisualFix/materials/models/workshop/player/items/all_class/witchhat/witchhat_1_blue.vmt @@ -0,0 +1,43 @@ +"VertexLitGeneric" +{ + "$basetexture" "models/workshop/player/items/all_class/witchhat/witchhat_1_color" + "$yellow" "0" + + "$selfillum" "1" + "$selfillumtint" "[3 3 3]" + "$phong" "1" + "$phongexponent" ".1" + "$phongboost" "1" + "$phongfresnelranges""[0.01 1 3]" + + "$lightwarptexture" "models/player/pyro/pyro_lightwarp" + + "$rimlight" "1" + "$rimlightexponent" ".014" + "$rimlightboost" "2" + + // Cloaking + "$cloakPassEnabled" "1" + "Proxies" + { + "Sine" + { + "sinemax" "1" + "sinemin" ".25" + "sineperiod" "2" + "resultvar" "$selfillumtint" + } + "weapon_invis" + { + } + "YellowLevel" + { + "resultVar" "$yellow" + } + "Equals" + { + "srcVar1" "$yellow" + "resultVar" "$color2" + } + } +} \ No newline at end of file