From fc2cd03db07c0ce0edf54a915bb6eab7651814ef Mon Sep 17 00:00:00 2001 From: Evan Goers Date: Wed, 8 Feb 2012 03:49:36 +0000 Subject: Enter the Dagon. --- base/materials/detail.shader | 17 ++++++++++++++- base/materials/trak.shader | 49 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 65 insertions(+), 1 deletion(-) (limited to 'base/materials') diff --git a/base/materials/detail.shader b/base/materials/detail.shader index c971c15..914dac6 100644 --- a/base/materials/detail.shader +++ b/base/materials/detail.shader @@ -1,3 +1,11 @@ +textures/detail/arrow_32x64_decal +{ + qer_editorimage textures/detail/arrow_32x64 + texture textures/detail/arrow_32x64_trans + color 1.00 1.00 1.00 + decal +} + textures/detail/warn_16_entity { qer_editorimage textures/detail/warn_16 @@ -32,6 +40,14 @@ textures/detail/warn_16_decal_entitysecond decal } +textures/detail/warn_square_decal +{ + qer_editorimage textures/detail/warn_square + texture textures/detail/warn_square_trans + color 1.00 1.00 1.00 + decal +} + textures/detail/tigerstripe_decal_entity { qer_editorimage textures/detail/tigerstripe @@ -122,7 +138,6 @@ textures/detail/line qer_editorimage textures/detail/line texture textures/detail/line_trans color 1.00 1.00 1.00 - bright decal } diff --git a/base/materials/trak.shader b/base/materials/trak.shader index 65ae89c..5f97505 100644 --- a/base/materials/trak.shader +++ b/base/materials/trak.shader @@ -1,3 +1,52 @@ +textures/trak/trak5-base1a +{ + qer_editorimage textures/trak/trak5-base1a + texture textures/trak/trak5-base1a + specular 0.25 0.25 0.25 +} + +textures/trak/trak5-block1 +{ + qer_editorimage textures/trak/trak5-block1 + texture textures/trak/trak5-block1 + specular 0.25 0.25 0.25 +} + +textures/trak/trak5-trim3a +{ + qer_editorimage textures/trak/trak5-trim3a + texture textures/trak/trak5-trim3a + specular 0.25 0.25 0.25 +} + +textures/trak/trak5-trim3e +{ + qer_editorimage textures/trak/trak5-trim3e + texture textures/trak/trak5-trim3e + specular 0.25 0.25 0.25 +} + +textures/trak/trak5-trim4a +{ + qer_editorimage textures/trak/trak5-trim4a + texture textures/trak/trak5-trim4a + specular 0.25 0.25 0.25 +} + +textures/trak/trak5-trim6a +{ + qer_editorimage textures/trak/trak5-trim6a + texture textures/trak/trak5-trim6a + specular 0.25 0.25 0.25 +} + +textures/trak/trak5-trim6e +{ + qer_editorimage textures/trak/trak5-trim6e + texture textures/trak/trak5-trim6e + specular 0.25 0.25 0.25 +} + textures/trak/trak5-base1a_primary { qer_editorimage textures/trak/trak5-base1a -- cgit v1.2.3