diff --git a/neo/materials/effects/cap_zone_bar.vtf b/neo/materials/effects/cap_zone_bar.vtf new file mode 100644 index 0000000..052684b Binary files /dev/null and b/neo/materials/effects/cap_zone_bar.vtf differ diff --git a/neo/materials/effects/cap_zone_ring.vmt b/neo/materials/effects/cap_zone_ring.vmt new file mode 100644 index 0000000..e0d5dcf --- /dev/null +++ b/neo/materials/effects/cap_zone_ring.vmt @@ -0,0 +1,26 @@ +"UnlitGeneric" +{ + "$basetexture" "effects/cap_zone_bar" + "$vertexcolor" 1 + "$vertexalpha" 1 + "$translucent" 1 + "$no_fullbright" 1 + "$nocull" 1 + + "proxies" + { + "TextureScroll" + { + "Texturescrollvar" "$basetexturetransform" + "Texturescrollrate" "1" + "texturescrollangle" "0" + } + "Sine" + { + "resultVar" "$alpha" + "sineperiod" 2.5 + "sinemin" 0.3 + "sinemax" 0.5 + } + } +} diff --git a/neo/materials/effects/cap_zone_ring_jinrai.vmt b/neo/materials/effects/cap_zone_ring_jinrai.vmt new file mode 100644 index 0000000..bbd2f87 --- /dev/null +++ b/neo/materials/effects/cap_zone_ring_jinrai.vmt @@ -0,0 +1,20 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui/hud/cp/cp_jinrai" + "$vertexcolor" 1 + "$vertexalpha" 1 + "$translucent" 1 + "$no_fullbright" 1 + "$nocull" 1 + + "proxies" + { + "Sine" + { + "resultVar" "$alpha" + "sineperiod" 2.5 + "sinemin" 0.3 + "sinemax" 0.5 + } + } +} diff --git a/neo/materials/effects/cap_zone_ring_nsf.vmt b/neo/materials/effects/cap_zone_ring_nsf.vmt new file mode 100644 index 0000000..852ad1d --- /dev/null +++ b/neo/materials/effects/cap_zone_ring_nsf.vmt @@ -0,0 +1,20 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui/hud/cp/cp_nsf" + "$vertexcolor" 1 + "$vertexalpha" 1 + "$translucent" 1 + "$no_fullbright" 1 + "$nocull" 1 + + "proxies" + { + "Sine" + { + "resultVar" "$alpha" + "sineperiod" 2.5 + "sinemin" 0.3 + "sinemax" 0.5 + } + } +}