From f552ee8697565c0d9e4784ef4bfe2bc3017ce19b Mon Sep 17 00:00:00 2001 From: "ALLEN-PC\\acj30" Date: Fri, 10 Nov 2023 16:59:54 -0600 Subject: [PATCH] Add material overrides --- .../concrete/blendconcreterock001a.vmt | 23 ++++++ .../models/props_combine/core_sheet.vmt | 70 +++++++++++++++++++ .../materials/nature/blendcliffdirt001a.vmt | 10 +++ .../materials/nature/blendcliffgrass001a.vmt | 10 +++ .../materials/nature/blenddirtgrass001a.vmt | 11 +++ .../materials/nature/blenddirtgrass001b.vmt | 11 +++ .../materials/nature/blenddirtgrass005a.vmt | 11 +++ .../materials/nature/blenddirtgrass006a.vmt | 13 ++++ .../materials/nature/blenddirtgrass008a.vmt | 19 +++++ .../materials/nature/blenddirtgrass008b.vmt | 18 +++++ .../nature/blenddirtgrass008b_lowfriction.vmt | 19 +++++ .../nature/blendrockdirt005b_lowfrict.vmt | 12 ++++ .../materials/nature/blendrockdirt006a.vmt | 11 +++ .../nature/blendrockdirt006b_lowfrict.vmt | 12 ++++ .../materials/nature/blendrockdirt007d.vmt | 13 ++++ .../materials/nature/blendrockdirt008d.vmt | 29 ++++++++ .../materials/nature/blendrockgrass004a.vmt | 12 ++++ .../materials/nature/blendrocksand004a.vmt | 11 +++ .../materials/nature/blendrocksgrass005a.vmt | 11 +++ .../materials/nature/blendrocksgrass006a.vmt | 11 +++ .../materials/nature/red_grass.vmt | 11 +++ .../materials/nature/red_grass_thin.vmt | 11 +++ .../materials/nature/rocks_red_grass.vmt | 11 +++ .../materials/nature/short_red_grass.vmt | 11 +++ 24 files changed, 381 insertions(+) create mode 100644 VPKs/episodic_materials_overrides/materials/concrete/blendconcreterock001a.vmt create mode 100644 VPKs/episodic_materials_overrides/materials/models/props_combine/core_sheet.vmt create mode 100644 VPKs/hl2_materials_overrides/materials/nature/blendcliffdirt001a.vmt create mode 100644 VPKs/hl2_materials_overrides/materials/nature/blendcliffgrass001a.vmt create mode 100644 VPKs/hl2_materials_overrides/materials/nature/blenddirtgrass001a.vmt create mode 100644 VPKs/hl2_materials_overrides/materials/nature/blenddirtgrass001b.vmt create mode 100644 VPKs/hl2_materials_overrides/materials/nature/blenddirtgrass005a.vmt create mode 100644 VPKs/hl2_materials_overrides/materials/nature/blenddirtgrass006a.vmt create mode 100644 VPKs/hl2_materials_overrides/materials/nature/blenddirtgrass008a.vmt create mode 100644 VPKs/hl2_materials_overrides/materials/nature/blenddirtgrass008b.vmt create mode 100644 VPKs/hl2_materials_overrides/materials/nature/blenddirtgrass008b_lowfriction.vmt create mode 100644 VPKs/hl2_materials_overrides/materials/nature/blendrockdirt005b_lowfrict.vmt create mode 100644 VPKs/hl2_materials_overrides/materials/nature/blendrockdirt006a.vmt create mode 100644 VPKs/hl2_materials_overrides/materials/nature/blendrockdirt006b_lowfrict.vmt create mode 100644 VPKs/hl2_materials_overrides/materials/nature/blendrockdirt007d.vmt create mode 100644 VPKs/hl2_materials_overrides/materials/nature/blendrockdirt008d.vmt create mode 100644 VPKs/hl2_materials_overrides/materials/nature/blendrockgrass004a.vmt create mode 100644 VPKs/hl2_materials_overrides/materials/nature/blendrocksand004a.vmt create mode 100644 VPKs/hl2_materials_overrides/materials/nature/blendrocksgrass005a.vmt create mode 100644 VPKs/hl2_materials_overrides/materials/nature/blendrocksgrass006a.vmt create mode 100644 VPKs/hl2_materials_overrides/materials/nature/red_grass.vmt create mode 100644 VPKs/hl2_materials_overrides/materials/nature/red_grass_thin.vmt create mode 100644 VPKs/hl2_materials_overrides/materials/nature/rocks_red_grass.vmt create mode 100644 VPKs/hl2_materials_overrides/materials/nature/short_red_grass.vmt diff --git a/VPKs/episodic_materials_overrides/materials/concrete/blendconcreterock001a.vmt b/VPKs/episodic_materials_overrides/materials/concrete/blendconcreterock001a.vmt new file mode 100644 index 0000000..e1f8985 --- /dev/null +++ b/VPKs/episodic_materials_overrides/materials/concrete/blendconcreterock001a.vmt @@ -0,0 +1,23 @@ +SDK_WorldVertexTransition +{ + "$basetexture" "nature/dirtfloor004a" + "$basetexture2" "Nature/dirtwall001a" + "%tooltexture" "nature/dirtfloor004a" + "$surfaceprop" "concrete" + "$surfaceprop2" "dirt" + "$basetexturetransform" "center .5 .5 scale 1 1 rotate 0 translate 0 0" + //"$basetexturetransform2" "center .5 .5 scale 0.15 0.15 rotate 0 translate 0 0" // Mapbase - Bad $btasetexturetransform2 usage +// "%keywords" "c17downtown" + "$bumpmap" "concrete/concretefloor012a_normal" + "$bumpmap2" "Nature/dirtwall001a_normal" + + SDK_LightmappedGeneric_DX9 + { + "$normalmapalphaenvmapmask" 1 + "$envmap" "env_cubemap" + "$envmapsaturation" 1 + "$envmapcontrast" 1 + "$envmaptint" "[ .35 .35 .35]" + } + +} diff --git a/VPKs/episodic_materials_overrides/materials/models/props_combine/core_sheet.vmt b/VPKs/episodic_materials_overrides/materials/models/props_combine/core_sheet.vmt new file mode 100644 index 0000000..7e4b57b --- /dev/null +++ b/VPKs/episodic_materials_overrides/materials/models/props_combine/core_sheet.vmt @@ -0,0 +1,70 @@ +SDK_Core +{ + "$normalmap" "Models/props_combine/core_normal" + "$dudvmap" "Models/props_combine/core_dudv" + + "$corecolortexture" "models/props_combine/corewarpcolor" + "$flowmap" "models/props_combine/core_flow" + + "$model" 1 + "$REFRACTAmOUNT" "0.15" + "$FLOWMAPSCROLLRATE" "[.0475 .133]" +// "$envmap" "CustomCubeMaps/core" + "$envmap" "env_cubemap" + "$refracttint" "[0.7 0.7 0.6]" + "$envmaptint" "[0.8 0.6 0.6]" + "$FLOWMAPTEXCOORDOFFSET" "1.0" + "$TempMin" 0 + "$TempMax" 1 + + // Mapbase - New vars to control previously hardcoded values (also see proxies) + "$spherecenter" "[2688.0 12139.0 5170.0]" + "$sphereradius" "215.0" + "$entityorigin" "[2688.0 12139.0 5170.0]" + + "core_dx70" + { + "$fallbackmaterial" "models/props_combine/coredx70" + } + + "core_dx80" + { + "$normalmap" "dev/water_normal" + "$dudvmap" "dev/water_dudv" + "$bumptransform" "center .5 .5 scale 5 5 rotate 0 translate 0 0" + "$envmapcontrast" "1.0" + } + + "Proxies" + { + + "Sine" + { + "resultVar" "$FLOWMAPTEXCOORDOFFSET" + "sineperiod" 4 + "sinemin" "$TempMin" + "sinemax" "$TempMax" + } + "AnimatedTexture" + { + "animatedtexturevar" "$normalmap" + "animatedtextureframenumvar" "$bumpframe" + "animatedtextureframerate" 29.00 + } + + // Mapbase - This is now controlled via material proxies + "CoreBallUpdate" + { + } + //"EntityOrigin" + //{ + //} + //"Equals" + //{ + // "srcVar1" "$entityorigin" + // "resultVar" "$spherecenter" + //} + } +} + + diff --git a/VPKs/hl2_materials_overrides/materials/nature/blendcliffdirt001a.vmt b/VPKs/hl2_materials_overrides/materials/nature/blendcliffdirt001a.vmt new file mode 100644 index 0000000..783d2c2 --- /dev/null +++ b/VPKs/hl2_materials_overrides/materials/nature/blendcliffdirt001a.vmt @@ -0,0 +1,10 @@ +SDK_WorldVertexTransition +{ + "$basetexture" "nature/cliffface002a" + "$basetexture2" "nature/dirtfloor004a" + "%tooltexture" "nature/blendcliffdirt001a_tooltexture" + "$basetexturetransform" "center .5 .5 scale 1 1 rotate 0 translate 0 0" + //"$basetexturetransform2" "center .5 .5 scale 4 4 rotate 0 translate 0 0" // Mapbase - Commented out to retain original DX9 shader behavior + "%keywords" "wasteland" + "$surfaceprop" "dirt" +} diff --git a/VPKs/hl2_materials_overrides/materials/nature/blendcliffgrass001a.vmt b/VPKs/hl2_materials_overrides/materials/nature/blendcliffgrass001a.vmt new file mode 100644 index 0000000..870e3f4 --- /dev/null +++ b/VPKs/hl2_materials_overrides/materials/nature/blendcliffgrass001a.vmt @@ -0,0 +1,10 @@ +SDK_WorldVertexTransition +{ + "$basetexture" "nature/cliffface002a" + "$basetexture2" "nature/dirtfloor002a" + "%tooltexture" "nature/blendcliffgrass001a_tooltexture" + "$basetexturetransform" "center .5 .5 scale 2 2 rotate 0 translate 0 0" + //"$basetexturetransform2" "center .5 .5 scale 4 4 rotate 0 translate 0 0" // Mapbase - Commented out to retain original DX9 shader behavior + "%keywords" "wasteland" + "$surfaceprop" "dirt" +} diff --git a/VPKs/hl2_materials_overrides/materials/nature/blenddirtgrass001a.vmt b/VPKs/hl2_materials_overrides/materials/nature/blenddirtgrass001a.vmt new file mode 100644 index 0000000..73741b0 --- /dev/null +++ b/VPKs/hl2_materials_overrides/materials/nature/blenddirtgrass001a.vmt @@ -0,0 +1,11 @@ +SDK_WorldVertexTransition +{ + "$basetexture" "nature/dirtfloor012a" + "$basetexture2" "nature/dirtfloor006a" + "%tooltexture" "nature/blenddirtgrass001a_tooltexture" + "$basetexturetransform" "center .5 .5 scale 1 1 rotate 0 translate 0 0" + //"$basetexturetransform2" "center .5 .5 scale 4 4 rotate 0 translate 0 0" // Mapbase - Commented out to retain original DX9 shader behavior + //"%detailtype" "grassland1" + "%keywords" "wasteland" + "$surfaceprop" "dirt" +} diff --git a/VPKs/hl2_materials_overrides/materials/nature/blenddirtgrass001b.vmt b/VPKs/hl2_materials_overrides/materials/nature/blenddirtgrass001b.vmt new file mode 100644 index 0000000..9f2c852 --- /dev/null +++ b/VPKs/hl2_materials_overrides/materials/nature/blenddirtgrass001b.vmt @@ -0,0 +1,11 @@ +SDK_WorldVertexTransition +{ + "$basetexture" "nature/dirtfloor012a" + "$basetexture2" "nature/dirtfloor006a" + "%tooltexture" "nature/blenddirtgrass001a_tooltexture" + "$basetexturetransform" "center .5 .5 scale 1 1 rotate 0 translate 0 0" + //"$basetexturetransform2" "center .5 .5 scale 4 4 rotate 0 translate 0 0" // Mapbase - Commented out to retain original DX9 shader behavior + "%detailtype" "grass01" + "%keywords" "wasteland" + "$surfaceprop" "dirt" +} diff --git a/VPKs/hl2_materials_overrides/materials/nature/blenddirtgrass005a.vmt b/VPKs/hl2_materials_overrides/materials/nature/blenddirtgrass005a.vmt new file mode 100644 index 0000000..73da38d --- /dev/null +++ b/VPKs/hl2_materials_overrides/materials/nature/blenddirtgrass005a.vmt @@ -0,0 +1,11 @@ +SDK_WorldVertexTransition +{ + "$basetexture" "nature/dirtfloor011a" + "$basetexture2" "nature/dirtfloor006a" + "%tooltexture" "nature/blenddirtgrass005a_tooltexture" + "$basetexturetransform" "center .5 .5 scale 1 1 rotate 0 translate 0 0" + //"$basetexturetransform2" "center .5 .5 scale 4 4 rotate 0 translate 0 0" // Mapbase - Commented out to retain original DX9 shader behavior + "%detailtype" "coastline_grass01" + "$surfaceprop" "dirt" + "%keywords" "coastline" +} diff --git a/VPKs/hl2_materials_overrides/materials/nature/blenddirtgrass006a.vmt b/VPKs/hl2_materials_overrides/materials/nature/blenddirtgrass006a.vmt new file mode 100644 index 0000000..0070411 --- /dev/null +++ b/VPKs/hl2_materials_overrides/materials/nature/blenddirtgrass006a.vmt @@ -0,0 +1,13 @@ +SDK_WorldVertexTransition +{ + "$basetexture" "nature/dirtfloor012a" + "$basetexture2" "nature/dirtfloor006a" + "%tooltexture" "nature/blenddirtgrass006a_tooltexture" + "$basetexturetransform" "center .5 .5 scale 1 1 rotate 0 translate 0 0" + //"$basetexturetransform2" "center .5 .5 scale 2 2 rotate 0 translate 0 0" // Mapbase - Commented out to retain original DX9 shader behavior + "%detailtype" "coastline_grass01" + "$surfaceprop" "dirt" + "$bumpbasetexture2withbumpmap" "0" +// "$bumpmap" "Nature/dirtfloor012a_normal" + "%keywords" "coastline" +} diff --git a/VPKs/hl2_materials_overrides/materials/nature/blenddirtgrass008a.vmt b/VPKs/hl2_materials_overrides/materials/nature/blenddirtgrass008a.vmt new file mode 100644 index 0000000..141e22c --- /dev/null +++ b/VPKs/hl2_materials_overrides/materials/nature/blenddirtgrass008a.vmt @@ -0,0 +1,19 @@ +SDK_WorldVertexTransition +{ + "$basetexture" "nature/dirtfloor012a" + "$basetexture2" "nature/dirtfloor006a" + + "$detail" "overlays/macro01a" + "$detailscale" .1 + + "%tooltexture" "nature/blenddirtgrass008a_tooltexture" + + "$basetexturetransform" "center .5 .5 scale 1 1 rotate 0 translate 0 0" + //"$basetexturetransform2" "center .5 .5 scale 1 1 rotate 10 translate 0 0" // Mapbase - Commented out to retain original DX9 shader behavior + + "%detailtype" "coastline_redgrass01" + "$surfaceprop" "dirt" +// "$bumpbasetexture2withbumpmap" "0" +// "$bumpmap" "nature/dirtfloor012b_normal" + "%keywords" "coastline" +} diff --git a/VPKs/hl2_materials_overrides/materials/nature/blenddirtgrass008b.vmt b/VPKs/hl2_materials_overrides/materials/nature/blenddirtgrass008b.vmt new file mode 100644 index 0000000..24d40e0 --- /dev/null +++ b/VPKs/hl2_materials_overrides/materials/nature/blenddirtgrass008b.vmt @@ -0,0 +1,18 @@ +SDK_WorldVertexTransition +// This is a copy of blenddirtgrass008a, but with a no detailtype -JeffL +{ + "$basetexture" "nature/dirtfloor012a" + "$basetexture2" "nature/dirtfloor006a" + + "$detail" "overlays/macro01a" + "$detailscale" .1 + + "%tooltexture" "nature/blenddirtgrass008a_tooltexture" + + "$basetexturetransform" "center .5 .5 scale 1 1 rotate 0 translate 0 0" + //"$basetexturetransform2" "center .5 .5 scale 1 1 rotate 10 translate 0 0" // Mapbase - Commented out to retain original DX9 shader behavior + + + "$surfaceprop" "dirt" + "%keywords" "coastline" +} diff --git a/VPKs/hl2_materials_overrides/materials/nature/blenddirtgrass008b_lowfriction.vmt b/VPKs/hl2_materials_overrides/materials/nature/blenddirtgrass008b_lowfriction.vmt new file mode 100644 index 0000000..eeba9ae --- /dev/null +++ b/VPKs/hl2_materials_overrides/materials/nature/blenddirtgrass008b_lowfriction.vmt @@ -0,0 +1,19 @@ +SDK_WorldVertexTransition +// This is a copy of blenddirtgrass008a, but with a no detailtype -JeffL +{ + "$basetexture" "nature/dirtfloor012a" + "$basetexture2" "nature/dirtfloor006a" + + "$detail" "overlays/macro01a" + "$detailscale" .1 + + "%tooltexture" "nature/blenddirtgrass008a_tooltexture" + + "$basetexturetransform" "center .5 .5 scale 1 1 rotate 0 translate 0 0" + //"$basetexturetransform2" "center .5 .5 scale 1 1 rotate 10 translate 0 0" // Mapbase - Commented out to retain original DX9 shader behavior + + + "$surfaceprop" "dirt" + "$surfaceprop2" "gravel" + "%keywords" "coastline" +} diff --git a/VPKs/hl2_materials_overrides/materials/nature/blendrockdirt005b_lowfrict.vmt b/VPKs/hl2_materials_overrides/materials/nature/blendrockdirt005b_lowfrict.vmt new file mode 100644 index 0000000..7d41b50 --- /dev/null +++ b/VPKs/hl2_materials_overrides/materials/nature/blendrockdirt005b_lowfrict.vmt @@ -0,0 +1,12 @@ +SDK_WorldVertexTransition +{ + "$basetexture" "nature/rockwall011d" + "$basetexture2" "nature/dirtfloor011a" + "%tooltexture" "nature/blendrockdirt005a_tooltexture" + "$basetexturetransform" "center .5 .5 scale 1 1 rotate 0 translate 0 0" + //"$basetexturetransform2" "center .5 .5 scale 2 2 rotate 0 translate 0 0" // Mapbase - Commented out to retain original DX9 shader behavior +// "%detailtype" "rocks1" + "$surfaceprop" "dirt" + "$surfaceprop2" "gravel" + "%keywords" "coastline" +} diff --git a/VPKs/hl2_materials_overrides/materials/nature/blendrockdirt006a.vmt b/VPKs/hl2_materials_overrides/materials/nature/blendrockdirt006a.vmt new file mode 100644 index 0000000..66f36fe --- /dev/null +++ b/VPKs/hl2_materials_overrides/materials/nature/blendrockdirt006a.vmt @@ -0,0 +1,11 @@ +SDK_WorldVertexTransition +{ + "$basetexture" "nature/rockwall011d" + "$basetexture2" "nature/dirtfloor011a" + "%tooltexture" "nature/blendrockdirt006a_tooltexture" + "$basetexturetransform" "center .5 .5 scale 1 1 rotate 0 translate 0 0" + //"$basetexturetransform2" "center .5 .5 scale 2 2 rotate 0 translate 0 0" // Mapbase - Commented out to retain original DX9 shader behavior +// "%detailtype" "rocks1" + "$surfaceprop" "dirt" + "%keywords" "coastline" +} diff --git a/VPKs/hl2_materials_overrides/materials/nature/blendrockdirt006b_lowfrict.vmt b/VPKs/hl2_materials_overrides/materials/nature/blendrockdirt006b_lowfrict.vmt new file mode 100644 index 0000000..a793aba --- /dev/null +++ b/VPKs/hl2_materials_overrides/materials/nature/blendrockdirt006b_lowfrict.vmt @@ -0,0 +1,12 @@ +SDK_WorldVertexTransition +{ + "$basetexture" "nature/rockwall011d" + "$basetexture2" "nature/dirtfloor011a" + "%tooltexture" "nature/blendrockdirt006a_tooltexture" + "$basetexturetransform" "center .5 .5 scale 1 1 rotate 0 translate 0 0" + //"$basetexturetransform2" "center .5 .5 scale 2 2 rotate 0 translate 0 0" // Mapbase - Commented out to retain original DX9 shader behavior +// "%detailtype" "rocks1" + "$surfaceprop" "dirt" + "$surfaceprop2" "gravel" + "%keywords" "coastline" +} diff --git a/VPKs/hl2_materials_overrides/materials/nature/blendrockdirt007d.vmt b/VPKs/hl2_materials_overrides/materials/nature/blendrockdirt007d.vmt new file mode 100644 index 0000000..ebf6b43 --- /dev/null +++ b/VPKs/hl2_materials_overrides/materials/nature/blendrockdirt007d.vmt @@ -0,0 +1,13 @@ +SDK_WorldVertexTransition +{ + "$basetexture2" "nature/dirtfloor012a" + "$basetexture" "nature/cliffface001a" + + "%tooltexture" "nature/blendrockdirt007d_tooltexture" + + "$basetexturetransform" "center .5 .5 scale 1 1 rotate 0 translate 0 0" + //"$basetexturetransform2" "center .5 .5 scale 2 2 rotate 0 translate 0 0" // Mapbase - Commented out to retain original DX9 shader behavior +// "%detailtype" "rocks1" + "$surfaceprop" "dirt" + "%keywords" "coastline" +} diff --git a/VPKs/hl2_materials_overrides/materials/nature/blendrockdirt008d.vmt b/VPKs/hl2_materials_overrides/materials/nature/blendrockdirt008d.vmt new file mode 100644 index 0000000..9612e6f --- /dev/null +++ b/VPKs/hl2_materials_overrides/materials/nature/blendrockdirt008d.vmt @@ -0,0 +1,29 @@ +//"WorldVertexTransition" +//{ +// "$basetexture" "nature/cliffface001a" +// "$basetexture2" "nature/dirtfloor012a" + +// "%tooltexture" "nature/blendrockdirt007d_tooltexture" + +// "$basetexturetransform" "center .5 .5 scale 1 1 rotate 0 translate 0 0" +// //"$basetexturetransform2" "center .5 .5 scale 2 2 rotate 0 translate 0 0" // Mapbase - Commented out to retain original DX9 shader behavior + +// "%detailtype" "rocks1" +// "$surfaceprop" "dirt" +// "%keywords" "coastline" +//} + + +//Coast bumpmap upgrade. Please excuse the hackiness. +SDK_LightmappedGeneric +{ + "$basetexture" "Nature/cliffface001a" + "$surfaceprop" "dirt" + "$basetexturetransform" "center .5 .5 scale 1 1 rotate 0 translate 0 0" + "$bumpmap" "Nature/cliffface001a_normal" + + "$detail" "detail\rock_detail_01" + "$detailscale" "11" + "$detailblendfactor" 1 + "$detailblendmode" 0 +} diff --git a/VPKs/hl2_materials_overrides/materials/nature/blendrockgrass004a.vmt b/VPKs/hl2_materials_overrides/materials/nature/blendrockgrass004a.vmt new file mode 100644 index 0000000..de96e41 --- /dev/null +++ b/VPKs/hl2_materials_overrides/materials/nature/blendrockgrass004a.vmt @@ -0,0 +1,12 @@ +SDK_WorldVertexTransition +{ + "$basetexture" "nature/rockfloor005a" + "$basetexture2" "nature/dirtfloor006a" + "%tooltexture" "nature/blendrockgrass004a_tooltexture" + "$basetexturetransform" "center .5 .5 scale 1 1 rotate 0 translate 0 0" + //"$basetexturetransform2" "center .5 .5 scale 1 1 rotate 10 translate 0 0" // Mapbase - Commented out to retain original DX9 shader behavior + "%detailtype" "coastline_redgrass01" + "$surfaceprop" "dirt" + "%keywords" "coastline" + "$bumpmap" "nature/rockfloor005a_normal" +} diff --git a/VPKs/hl2_materials_overrides/materials/nature/blendrocksand004a.vmt b/VPKs/hl2_materials_overrides/materials/nature/blendrocksand004a.vmt new file mode 100644 index 0000000..f2510f1 --- /dev/null +++ b/VPKs/hl2_materials_overrides/materials/nature/blendrocksand004a.vmt @@ -0,0 +1,11 @@ +SDK_WorldVertexTransition +{ + "$basetexture" "nature/rockfloor005a" + "$basetexture2" "nature/sandfloor009a" + "%tooltexture" "nature/blendrocksand004a_tooltexture" + "%keywords" "wasteland" + "$basetexturetransform" "center .5 .5 scale 1 1 rotate 0 translate 0 0" + //"$basetexturetransform2" "center .5 .5 scale 1 1 rotate 10 translate 0 0" // Mapbase - Commented out to retain original DX9 shader behavior + "$bumpmap" "nature/rockfloor005a_normal" + "$surfaceprop" "dirt" +} diff --git a/VPKs/hl2_materials_overrides/materials/nature/blendrocksgrass005a.vmt b/VPKs/hl2_materials_overrides/materials/nature/blendrocksgrass005a.vmt new file mode 100644 index 0000000..5d447cf --- /dev/null +++ b/VPKs/hl2_materials_overrides/materials/nature/blendrocksgrass005a.vmt @@ -0,0 +1,11 @@ +SDK_WorldVertexTransition +{ + "$basetexture" "nature/rockwall011d" + "$basetexture2" "nature/dirtfloor006a" + "%tooltexture" "nature/blendrocksgrass005a_tooltexture" + "$basetexturetransform" "center .5 .5 scale 1 1 rotate 0 translate 0 0" + //"$basetexturetransform2" "center .5 .5 scale 8 8 rotate 0 translate 0 0" +// "%detailtype" "rocks1" + "$surfaceprop" "rock" + "%keywords" "coastline" +} diff --git a/VPKs/hl2_materials_overrides/materials/nature/blendrocksgrass006a.vmt b/VPKs/hl2_materials_overrides/materials/nature/blendrocksgrass006a.vmt new file mode 100644 index 0000000..3a44e8f --- /dev/null +++ b/VPKs/hl2_materials_overrides/materials/nature/blendrocksgrass006a.vmt @@ -0,0 +1,11 @@ +SDK_WorldVertexTransition +{ + "$basetexture" "nature/rockwall011d" + "$basetexture2" "nature/dirtfloor006a" + "%tooltexture" "nature/blendrocksgrass006a_tooltexture" + "$basetexturetransform" "center .5 .5 scale 1 1 rotate 0 translate 0 0" + //"$basetexturetransform2" "center .5 .5 scale 8 8 rotate 0 translate 0 0" +// "%detailtype" "rocks1" + "$surfaceprop" "rock" + "%keywords" "coastline" +} diff --git a/VPKs/hl2_materials_overrides/materials/nature/red_grass.vmt b/VPKs/hl2_materials_overrides/materials/nature/red_grass.vmt new file mode 100644 index 0000000..6da130d --- /dev/null +++ b/VPKs/hl2_materials_overrides/materials/nature/red_grass.vmt @@ -0,0 +1,11 @@ +SDK_WorldVertexTransition +{ + "$basetexture" "nature/dirtfloor011a" + "$basetexture2" "nature/dirtfloor006a" + "%tooltexture" "nature/dirtfloor011a" + "$basetexturetransform" "center .5 .5 scale 1 1 rotate 0 translate 0 0" + //"$basetexturetransform2" "center .5 .5 scale 4 4 rotate 0 translate 0 0" // Mapbase - Commented out to retain original DX9 shader behavior + "%detailtype" "redgrass" + "%keywords" "wasteland" + "$surfaceprop" "dirt" +} diff --git a/VPKs/hl2_materials_overrides/materials/nature/red_grass_thin.vmt b/VPKs/hl2_materials_overrides/materials/nature/red_grass_thin.vmt new file mode 100644 index 0000000..a95da37 --- /dev/null +++ b/VPKs/hl2_materials_overrides/materials/nature/red_grass_thin.vmt @@ -0,0 +1,11 @@ +SDK_WorldVertexTransition +{ + "$basetexture" "nature/dirtfloor011a" + "$basetexture2" "nature/dirtfloor006a" + "%tooltexture" "nature/dirtfloor011a" + "$basetexturetransform" "center .5 .5 scale 1 1 rotate 0 translate 0 0" + //"$basetexturetransform2" "center .5 .5 scale 4 4 rotate 0 translate 0 0" // Mapbase - Commented out to retain original DX9 shader behavior + "$surfaceprop" "dirt" + "%detailtype" "redgrass_light" + "%keywords" "wasteland" +} diff --git a/VPKs/hl2_materials_overrides/materials/nature/rocks_red_grass.vmt b/VPKs/hl2_materials_overrides/materials/nature/rocks_red_grass.vmt new file mode 100644 index 0000000..ccf4735 --- /dev/null +++ b/VPKs/hl2_materials_overrides/materials/nature/rocks_red_grass.vmt @@ -0,0 +1,11 @@ +SDK_WorldVertexTransition +{ + "$basetexture" "nature/dirtfloor011a" + "$basetexture2" "nature/dirtfloor006a" + "%tooltexture" "nature/dirtfloor011a" + "$basetexturetransform" "center .5 .5 scale 1 1 rotate 0 translate 0 0" + //"$basetexturetransform2" "center .5 .5 scale 4 4 rotate 0 translate 0 0" // Mapbase - Commented out to retain original DX9 shader behavior + "%detailtype" "rocks_redgrass" + "%keywords" "wasteland" + "$surfaceprop" "dirt" +} diff --git a/VPKs/hl2_materials_overrides/materials/nature/short_red_grass.vmt b/VPKs/hl2_materials_overrides/materials/nature/short_red_grass.vmt new file mode 100644 index 0000000..96a067c --- /dev/null +++ b/VPKs/hl2_materials_overrides/materials/nature/short_red_grass.vmt @@ -0,0 +1,11 @@ +SDK_WorldVertexTransition +{ + "$basetexture" "nature/dirtfloor011a" + "$basetexture2" "nature/dirtfloor006a" + "%tooltexture" "nature/dirtfloor011a" + "$basetexturetransform" "center .5 .5 scale 1 1 rotate 0 translate 0 0" + //"$basetexturetransform2" "center .5 .5 scale 4 4 rotate 0 translate 0 0" // Mapbase - Commented out to retain original DX9 shader behavior + "%detailtype" "short_redgrass" + "%keywords" "wasteland" + "$surfaceprop" "dirt" +}