From 5c4ebc932d8c02522802c842d43d863d89aca162 Mon Sep 17 00:00:00 2001 From: Apickx Date: Mon, 28 Dec 2015 19:10:44 -0500 Subject: Initial commit --- content/materials/models/weapons/archersword.vmt | 11 +++++++++++ content/materials/models/weapons/archersword.vtf | Bin 0 -> 349672 bytes .../materials/models/weapons/archersword_normal.vtf | Bin 0 -> 699180 bytes 3 files changed, 11 insertions(+) create mode 100644 content/materials/models/weapons/archersword.vmt create mode 100644 content/materials/models/weapons/archersword.vtf create mode 100644 content/materials/models/weapons/archersword_normal.vtf (limited to 'content/materials/models') diff --git a/content/materials/models/weapons/archersword.vmt b/content/materials/models/weapons/archersword.vmt new file mode 100644 index 0000000..d41ffab --- /dev/null +++ b/content/materials/models/weapons/archersword.vmt @@ -0,0 +1,11 @@ +"vertexlitgeneric" +{ + "$baseTexture" "models/weapons/archersword" + "$bumpMap" "models/weapons/archersword_normal" + "$model" "1" + "$phong" "1" + "$phongexponent" "30" + "$phongboost" "2" + "$phongfresnelranges" "[.75 1 1.25]" + "$phongalbedotint" "1" +} diff --git a/content/materials/models/weapons/archersword.vtf b/content/materials/models/weapons/archersword.vtf new file mode 100644 index 0000000..2b911e0 Binary files /dev/null and b/content/materials/models/weapons/archersword.vtf differ diff --git a/content/materials/models/weapons/archersword_normal.vtf b/content/materials/models/weapons/archersword_normal.vtf new file mode 100644 index 0000000..0288aac Binary files /dev/null and b/content/materials/models/weapons/archersword_normal.vtf differ -- cgit v1.2.3-70-g09d2