From 0763ca2067f42a95d234e93bc2bd949049bcd85c Mon Sep 17 00:00:00 2001 From: DESTROYGIRL <170364626+DESTROYGIRL@users.noreply.github.com> Date: Tue, 17 Feb 2026 12:40:01 +0000 Subject: [PATCH 1/2] initial --- neo/materials/models/props_nature/bushhedge.vmt | 8 ++++++++ neo/materials/models/props_nature/foliage_01.vmt | 8 ++++++++ neo/materials/models/props_nature/foliage_02.vmt | 8 ++++++++ neo/materials/models/props_nature/foliage_03.vmt | 8 ++++++++ 4 files changed, 32 insertions(+) create mode 100644 neo/materials/models/props_nature/bushhedge.vmt create mode 100644 neo/materials/models/props_nature/foliage_01.vmt create mode 100644 neo/materials/models/props_nature/foliage_02.vmt create mode 100644 neo/materials/models/props_nature/foliage_03.vmt diff --git a/neo/materials/models/props_nature/bushhedge.vmt b/neo/materials/models/props_nature/bushhedge.vmt new file mode 100644 index 0000000..daa60f5 --- /dev/null +++ b/neo/materials/models/props_nature/bushhedge.vmt @@ -0,0 +1,8 @@ +"vertexlitGeneric" +{ + "$baseTexture" "\models\props_nature\bushhedge" + "$surfaceprop" "foliage" + "$nodecal" 1 + "$alphatest" 1 + "$nocull" 1 +} diff --git a/neo/materials/models/props_nature/foliage_01.vmt b/neo/materials/models/props_nature/foliage_01.vmt new file mode 100644 index 0000000..b56b67b --- /dev/null +++ b/neo/materials/models/props_nature/foliage_01.vmt @@ -0,0 +1,8 @@ +"vertexlitGeneric" +{ + "$baseTexture" "\models\props_nature\foliage_01" + "$surfaceprop" "foliage" + "$nodecal" 1 + "$alphatest" 1 + "$nocull" 1 +} diff --git a/neo/materials/models/props_nature/foliage_02.vmt b/neo/materials/models/props_nature/foliage_02.vmt new file mode 100644 index 0000000..ec2801a --- /dev/null +++ b/neo/materials/models/props_nature/foliage_02.vmt @@ -0,0 +1,8 @@ +"vertexlitGeneric" +{ + "$baseTexture" "\models\props_nature\foliage_02" + "$surfaceprop" "foliage" + "$nodecal" 1 + "$alphatest" 1 + "$nocull" 1 +} diff --git a/neo/materials/models/props_nature/foliage_03.vmt b/neo/materials/models/props_nature/foliage_03.vmt new file mode 100644 index 0000000..41fd3a4 --- /dev/null +++ b/neo/materials/models/props_nature/foliage_03.vmt @@ -0,0 +1,8 @@ +"vertexlitGeneric" +{ + "$baseTexture" "\models\props_nature\foliage_03" + "$surfaceprop" "foliage" + "$nodecal" 1 + "$alphatest" 1 + "$nocull" 1 +} From 6dff86ca08df530b0ccfe62b54988247aaa09e0e Mon Sep 17 00:00:00 2001 From: DESTROYGIRL <170364626+DESTROYGIRL@users.noreply.github.com> Date: Tue, 17 Feb 2026 20:21:40 +0000 Subject: [PATCH 2/2] additional alphatest options Co-Authored-By: Rainyan <6595066+rainyan@users.noreply.github.com> --- neo/materials/models/props_nature/bushhedge.vmt | 2 ++ neo/materials/models/props_nature/foliage_01.vmt | 2 ++ neo/materials/models/props_nature/foliage_02.vmt | 2 ++ neo/materials/models/props_nature/foliage_03.vmt | 2 ++ 4 files changed, 8 insertions(+) diff --git a/neo/materials/models/props_nature/bushhedge.vmt b/neo/materials/models/props_nature/bushhedge.vmt index daa60f5..f9273b1 100644 --- a/neo/materials/models/props_nature/bushhedge.vmt +++ b/neo/materials/models/props_nature/bushhedge.vmt @@ -4,5 +4,7 @@ "$surfaceprop" "foliage" "$nodecal" 1 "$alphatest" 1 + "$alphatestreference" 0.3 + "$allowalphatocoverage" 1 "$nocull" 1 } diff --git a/neo/materials/models/props_nature/foliage_01.vmt b/neo/materials/models/props_nature/foliage_01.vmt index b56b67b..f0b8741 100644 --- a/neo/materials/models/props_nature/foliage_01.vmt +++ b/neo/materials/models/props_nature/foliage_01.vmt @@ -4,5 +4,7 @@ "$surfaceprop" "foliage" "$nodecal" 1 "$alphatest" 1 + "$alphatestreference" 0.3 + "$allowalphatocoverage" 1 "$nocull" 1 } diff --git a/neo/materials/models/props_nature/foliage_02.vmt b/neo/materials/models/props_nature/foliage_02.vmt index ec2801a..daf98f9 100644 --- a/neo/materials/models/props_nature/foliage_02.vmt +++ b/neo/materials/models/props_nature/foliage_02.vmt @@ -4,5 +4,7 @@ "$surfaceprop" "foliage" "$nodecal" 1 "$alphatest" 1 + "$alphatestreference" 0.3 + "$allowalphatocoverage" 1 "$nocull" 1 } diff --git a/neo/materials/models/props_nature/foliage_03.vmt b/neo/materials/models/props_nature/foliage_03.vmt index 41fd3a4..94dea50 100644 --- a/neo/materials/models/props_nature/foliage_03.vmt +++ b/neo/materials/models/props_nature/foliage_03.vmt @@ -4,5 +4,7 @@ "$surfaceprop" "foliage" "$nodecal" 1 "$alphatest" 1 + "$alphatestreference" 0.3 + "$allowalphatocoverage" 1 "$nocull" 1 }