From 6e8464954818f7f4970b8ca52b5fca03e766243f Mon Sep 17 00:00:00 2001 From: Evan Goers Date: Tue, 18 Aug 2009 10:34:24 +0000 Subject: Disabled envmaps on all remaining shaders and added _shiny shaders for explicit envmapped-versions. --- base/materials/common.shader | 56 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 55 insertions(+), 1 deletion(-) (limited to 'base/materials/common.shader') diff --git a/base/materials/common.shader b/base/materials/common.shader index 29c5c6a..05d37d4 100644 --- a/base/materials/common.shader +++ b/base/materials/common.shader @@ -31,6 +31,15 @@ textures/common/entity color 1.00 1.00 1.00 } +textures/common/entity_shiny +{ + qer_editorimage textures/common/entity.tga + entity + color 1.00 1.00 1.00 + texture textures/fx/generic_env.png + environment +} + textures/common/entity_bright { qer_editorimage textures/common/entity.tga @@ -46,6 +55,15 @@ textures/common/entity_dark color 0.50 0.50 0.50 } +textures/common/entity_dark_shiny +{ + qer_editorimage textures/common/entity_dark.tga + entity + color 0.50 0.50 0.50 + texture textures/fx/generic_env.png + environment +} + textures/common/entity_dark_bright { qer_editorimage textures/common/entity_dark.tga @@ -61,6 +79,15 @@ textures/common/entity_second color 1.00 1.00 1.00 } +textures/common/entity_second_shiny +{ + qer_editorimage textures/common/entity_second.tga + entitySecond + color 1.00 1.00 1.00 + texture textures/fx/generic_env.png + environment +} + textures/common/entity_second_bright { qer_editorimage textures/common/entity_second.tga @@ -73,7 +100,16 @@ textures/common/entity_second_dark { qer_editorimage textures/common/entity_second_dark.tga entitySecond - color 0.50 0.50 0.50t + color 0.50 0.50 0.50 +} + +textures/common/entity_second_dark_shiny +{ + qer_editorimage textures/common/entity_second_dark.tga + entitySecond + color 0.50 0.50 0.50 + texture textures/fx/generic_env.png + environment } textures/common/entity_second_dark_bright @@ -91,6 +127,15 @@ textures/common/entity_third color 1.00 1.00 1.00 } +textures/common/entity_third_shiny +{ + qer_editorimage textures/common/entity_third.tga + entityThird + color 1.00 1.00 1.00 + texture textures/fx/generic_env.png + environment +} + textures/common/entity_third_bright { qer_editorimage textures/common/entity_third.tga @@ -106,6 +151,15 @@ textures/common/entity_third_dark color 0.50 0.50 0.50 } +textures/common/entity_third_dark_shiny +{ + qer_editorimage textures/common/entity_third_dark.tga + entityThird + color 0.50 0.50 0.50 + texture textures/fx/generic_env.png + environment +} + textures/common/entity_third_dark_bright { qer_editorimage textures/common/entity_third_dark.tga -- cgit v1.2.3