From ae4c8761301b2039a98444f2b7075efb5a336c7c Mon Sep 17 00:00:00 2001 From: Scott Date: Tue, 10 May 2016 17:58:15 -0400 Subject: Added to the content folder --- .../materials/models/weapons/gms/hatchet_copper.vmt | 7 +++++++ .../materials/models/weapons/gms/hatchet_copper.vtf | Bin 0 -> 43832 bytes content/materials/models/weapons/gms/hatchet_iron.vmt | 7 +++++++ content/materials/models/weapons/gms/hatchet_iron.vtf | Bin 0 -> 43832 bytes .../materials/models/weapons/gms/hatchet_normal.vtf | Bin 0 -> 349644 bytes .../models/weapons/gms/hatchet_normal_metal.vtf | Bin 0 -> 349644 bytes content/materials/models/weapons/gms/hatchet_stone.vmt | 7 +++++++ content/materials/models/weapons/gms/hatchet_stone.vtf | Bin 0 -> 43832 bytes .../materials/models/weapons/gms/pickaxe_copper.vmt | 7 +++++++ .../materials/models/weapons/gms/pickaxe_copper.vtf | Bin 0 -> 174984 bytes content/materials/models/weapons/gms/pickaxe_iron.vmt | 7 +++++++ content/materials/models/weapons/gms/pickaxe_iron.vtf | Bin 0 -> 174984 bytes .../materials/models/weapons/gms/pickaxe_normal.vtf | Bin 0 -> 262224 bytes .../models/weapons/gms/pickaxe_normal_metal.vtf | Bin 0 -> 262224 bytes content/materials/models/weapons/gms/pickaxe_stone.vmt | 7 +++++++ content/materials/models/weapons/gms/pickaxe_stone.vtf | Bin 0 -> 174984 bytes content/materials/models/weapons/gms/shovel1.vmt | 6 ++++++ content/materials/models/weapons/gms/shovel1.vtf | Bin 0 -> 349732 bytes content/materials/models/weapons/gms/shovel1_n.vtf | Bin 0 -> 349732 bytes content/materials/models/weapons/gms/shovel2.vmt | 6 ++++++ content/materials/models/weapons/gms/shovel2.vtf | Bin 0 -> 43896 bytes content/materials/models/weapons/gms/shovel2_n.vtf | Bin 0 -> 349732 bytes content/materials/models/weapons/gms/shovel3.vmt | 7 +++++++ content/materials/models/weapons/gms/shovel3.vtf | Bin 0 -> 349644 bytes content/materials/models/weapons/gms/shovel3_n.vtf | Bin 0 -> 349644 bytes 25 files changed, 61 insertions(+) create mode 100644 content/materials/models/weapons/gms/hatchet_copper.vmt create mode 100644 content/materials/models/weapons/gms/hatchet_copper.vtf create mode 100644 content/materials/models/weapons/gms/hatchet_iron.vmt create mode 100644 content/materials/models/weapons/gms/hatchet_iron.vtf create mode 100644 content/materials/models/weapons/gms/hatchet_normal.vtf create mode 100644 content/materials/models/weapons/gms/hatchet_normal_metal.vtf create mode 100644 content/materials/models/weapons/gms/hatchet_stone.vmt create mode 100644 content/materials/models/weapons/gms/hatchet_stone.vtf create mode 100644 content/materials/models/weapons/gms/pickaxe_copper.vmt create mode 100644 content/materials/models/weapons/gms/pickaxe_copper.vtf create mode 100644 content/materials/models/weapons/gms/pickaxe_iron.vmt create mode 100644 content/materials/models/weapons/gms/pickaxe_iron.vtf create mode 100644 content/materials/models/weapons/gms/pickaxe_normal.vtf create mode 100644 content/materials/models/weapons/gms/pickaxe_normal_metal.vtf create mode 100644 content/materials/models/weapons/gms/pickaxe_stone.vmt create mode 100644 content/materials/models/weapons/gms/pickaxe_stone.vtf create mode 100644 content/materials/models/weapons/gms/shovel1.vmt create mode 100644 content/materials/models/weapons/gms/shovel1.vtf create mode 100644 content/materials/models/weapons/gms/shovel1_n.vtf create mode 100644 content/materials/models/weapons/gms/shovel2.vmt create mode 100644 content/materials/models/weapons/gms/shovel2.vtf create mode 100644 content/materials/models/weapons/gms/shovel2_n.vtf create mode 100644 content/materials/models/weapons/gms/shovel3.vmt create mode 100644 content/materials/models/weapons/gms/shovel3.vtf create mode 100644 content/materials/models/weapons/gms/shovel3_n.vtf (limited to 'content/materials/models/weapons') diff --git a/content/materials/models/weapons/gms/hatchet_copper.vmt b/content/materials/models/weapons/gms/hatchet_copper.vmt new file mode 100644 index 0000000..08ea8de --- /dev/null +++ b/content/materials/models/weapons/gms/hatchet_copper.vmt @@ -0,0 +1,7 @@ +"VertexLitGeneric" +{ + "$baseTexture" "models/weapons/gms/hatchet_copper" + "$bumpmap" "models/weapons/gms/hatchet_normal_metal" + "$surfaceprop" "metal" + "$normalmapalphaenvmapmask" "1" +} \ No newline at end of file diff --git a/content/materials/models/weapons/gms/hatchet_copper.vtf b/content/materials/models/weapons/gms/hatchet_copper.vtf new file mode 100644 index 0000000..9c27538 Binary files /dev/null and b/content/materials/models/weapons/gms/hatchet_copper.vtf differ diff --git a/content/materials/models/weapons/gms/hatchet_iron.vmt b/content/materials/models/weapons/gms/hatchet_iron.vmt new file mode 100644 index 0000000..9909452 --- /dev/null +++ b/content/materials/models/weapons/gms/hatchet_iron.vmt @@ -0,0 +1,7 @@ +"VertexLitGeneric" +{ + "$baseTexture" "models/weapons/gms/hatchet_iron" + "$bumpmap" "models/weapons/gms/hatchet_normal_metal" + "$surfaceprop" "metal" + "$normalmapalphaenvmapmask" "1" +} \ No newline at end of file diff --git a/content/materials/models/weapons/gms/hatchet_iron.vtf b/content/materials/models/weapons/gms/hatchet_iron.vtf new file mode 100644 index 0000000..43a7615 Binary files /dev/null and b/content/materials/models/weapons/gms/hatchet_iron.vtf differ diff --git a/content/materials/models/weapons/gms/hatchet_normal.vtf b/content/materials/models/weapons/gms/hatchet_normal.vtf new file mode 100644 index 0000000..22d5792 Binary files /dev/null and b/content/materials/models/weapons/gms/hatchet_normal.vtf differ diff --git a/content/materials/models/weapons/gms/hatchet_normal_metal.vtf b/content/materials/models/weapons/gms/hatchet_normal_metal.vtf new file mode 100644 index 0000000..9621276 Binary files /dev/null and b/content/materials/models/weapons/gms/hatchet_normal_metal.vtf differ diff --git a/content/materials/models/weapons/gms/hatchet_stone.vmt b/content/materials/models/weapons/gms/hatchet_stone.vmt new file mode 100644 index 0000000..5fc1e6c --- /dev/null +++ b/content/materials/models/weapons/gms/hatchet_stone.vmt @@ -0,0 +1,7 @@ +"VertexLitGeneric" +{ + "$baseTexture" "models/weapons/gms/hatchet_stone" + "$bumpmap" "models/weapons/gms/hatchet_normal" + "$surfaceprop" "metal" + "$normalmapalphaenvmapmask" "1" +} \ No newline at end of file diff --git a/content/materials/models/weapons/gms/hatchet_stone.vtf b/content/materials/models/weapons/gms/hatchet_stone.vtf new file mode 100644 index 0000000..7e14fe6 Binary files /dev/null and b/content/materials/models/weapons/gms/hatchet_stone.vtf differ diff --git a/content/materials/models/weapons/gms/pickaxe_copper.vmt b/content/materials/models/weapons/gms/pickaxe_copper.vmt new file mode 100644 index 0000000..57a87de --- /dev/null +++ b/content/materials/models/weapons/gms/pickaxe_copper.vmt @@ -0,0 +1,7 @@ +"VertexLitGeneric" +{ + "$baseTexture" "models/weapons/gms/pickaxe_copper" + "$bumpmap" "models/weapons/gms/pickaxe_normal_metal" + "$surfaceprop" "metal" + "$normalmapalphaenvmapmask" "1" +} \ No newline at end of file diff --git a/content/materials/models/weapons/gms/pickaxe_copper.vtf b/content/materials/models/weapons/gms/pickaxe_copper.vtf new file mode 100644 index 0000000..99748e6 Binary files /dev/null and b/content/materials/models/weapons/gms/pickaxe_copper.vtf differ diff --git a/content/materials/models/weapons/gms/pickaxe_iron.vmt b/content/materials/models/weapons/gms/pickaxe_iron.vmt new file mode 100644 index 0000000..ef5c121 --- /dev/null +++ b/content/materials/models/weapons/gms/pickaxe_iron.vmt @@ -0,0 +1,7 @@ +"VertexLitGeneric" +{ + "$baseTexture" "models/weapons/gms/pickaxe_iron" + "$bumpmap" "models/weapons/gms/pickaxe_normal_metal" + "$surfaceprop" "metal" + "$normalmapalphaenvmapmask" "1" +} \ No newline at end of file diff --git a/content/materials/models/weapons/gms/pickaxe_iron.vtf b/content/materials/models/weapons/gms/pickaxe_iron.vtf new file mode 100644 index 0000000..6718e3f Binary files /dev/null and b/content/materials/models/weapons/gms/pickaxe_iron.vtf differ diff --git a/content/materials/models/weapons/gms/pickaxe_normal.vtf b/content/materials/models/weapons/gms/pickaxe_normal.vtf new file mode 100644 index 0000000..ab66107 Binary files /dev/null and b/content/materials/models/weapons/gms/pickaxe_normal.vtf differ diff --git a/content/materials/models/weapons/gms/pickaxe_normal_metal.vtf b/content/materials/models/weapons/gms/pickaxe_normal_metal.vtf new file mode 100644 index 0000000..83c5749 Binary files /dev/null and b/content/materials/models/weapons/gms/pickaxe_normal_metal.vtf differ diff --git a/content/materials/models/weapons/gms/pickaxe_stone.vmt b/content/materials/models/weapons/gms/pickaxe_stone.vmt new file mode 100644 index 0000000..01fac33 --- /dev/null +++ b/content/materials/models/weapons/gms/pickaxe_stone.vmt @@ -0,0 +1,7 @@ +"VertexLitGeneric" +{ + "$baseTexture" "models/weapons/gms/pickaxe_stone" + "$bumpmap" "models/weapons/gms/pickaxe_normal" + "$surfaceprop" "metal" + "$normalmapalphaenvmapmask" "1" +} \ No newline at end of file diff --git a/content/materials/models/weapons/gms/pickaxe_stone.vtf b/content/materials/models/weapons/gms/pickaxe_stone.vtf new file mode 100644 index 0000000..92f7f57 Binary files /dev/null and b/content/materials/models/weapons/gms/pickaxe_stone.vtf differ diff --git a/content/materials/models/weapons/gms/shovel1.vmt b/content/materials/models/weapons/gms/shovel1.vmt new file mode 100644 index 0000000..eeda392 --- /dev/null +++ b/content/materials/models/weapons/gms/shovel1.vmt @@ -0,0 +1,6 @@ +"VertexLitGeneric" +{ + "$baseTexture" "models\weapons\gms\shovel1" + "$bumpmap" "models\weapons\gms\shovel1_n" + "$normalmapalphaenvmapmask" "1" +} diff --git a/content/materials/models/weapons/gms/shovel1.vtf b/content/materials/models/weapons/gms/shovel1.vtf new file mode 100644 index 0000000..0b08e87 Binary files /dev/null and b/content/materials/models/weapons/gms/shovel1.vtf differ diff --git a/content/materials/models/weapons/gms/shovel1_n.vtf b/content/materials/models/weapons/gms/shovel1_n.vtf new file mode 100644 index 0000000..500179a Binary files /dev/null and b/content/materials/models/weapons/gms/shovel1_n.vtf differ diff --git a/content/materials/models/weapons/gms/shovel2.vmt b/content/materials/models/weapons/gms/shovel2.vmt new file mode 100644 index 0000000..30dc340 --- /dev/null +++ b/content/materials/models/weapons/gms/shovel2.vmt @@ -0,0 +1,6 @@ +"VertexLitGeneric" +{ + "$baseTexture" "models\weapons\gms\shovel2" + "$bumpmap" "models\weapons\gms\shovel2_n" + "$normalmapalphaenvmapmask" "1" +} diff --git a/content/materials/models/weapons/gms/shovel2.vtf b/content/materials/models/weapons/gms/shovel2.vtf new file mode 100644 index 0000000..5b58b40 Binary files /dev/null and b/content/materials/models/weapons/gms/shovel2.vtf differ diff --git a/content/materials/models/weapons/gms/shovel2_n.vtf b/content/materials/models/weapons/gms/shovel2_n.vtf new file mode 100644 index 0000000..a63b932 Binary files /dev/null and b/content/materials/models/weapons/gms/shovel2_n.vtf differ diff --git a/content/materials/models/weapons/gms/shovel3.vmt b/content/materials/models/weapons/gms/shovel3.vmt new file mode 100644 index 0000000..85a211f --- /dev/null +++ b/content/materials/models/weapons/gms/shovel3.vmt @@ -0,0 +1,7 @@ +"VertexLitGeneric" +{ + "$baseTexture" "models\weapons\gms\shovel3" + "$bumpmap" "models\weapons\gms\shovel3_n" + "$normalmapalphaenvmapmask" "1" + "$surfaceprop" "wood" +} diff --git a/content/materials/models/weapons/gms/shovel3.vtf b/content/materials/models/weapons/gms/shovel3.vtf new file mode 100644 index 0000000..ad72c8c Binary files /dev/null and b/content/materials/models/weapons/gms/shovel3.vtf differ diff --git a/content/materials/models/weapons/gms/shovel3_n.vtf b/content/materials/models/weapons/gms/shovel3_n.vtf new file mode 100644 index 0000000..7b82b32 Binary files /dev/null and b/content/materials/models/weapons/gms/shovel3_n.vtf differ -- cgit v1.2.3-70-g09d2