From 67545f15124806107cfe3b703dbed7505ef4e26a Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 30 Aug 2009 09:28:54 +0000 Subject: removed envmap from the non-shiny common/entity material family --- base/materials/common.shader | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) (limited to 'base/materials') diff --git a/base/materials/common.shader b/base/materials/common.shader index f8ed511..fb9099f 100644 --- a/base/materials/common.shader +++ b/base/materials/common.shader @@ -24,13 +24,12 @@ textures/common/engine bright } +// don't touch textures/common/entity { qer_editorimage textures/common/entity.tga entity color 1.00 1.00 1.00 - texture textures/fx/generic_env2.png - environment } textures/common/entity_shiny @@ -50,13 +49,12 @@ textures/common/entity_bright bright } +// don't touch textures/common/entity_dark { qer_editorimage textures/common/entity_dark.tga entity color 0.50 0.50 0.50 - texture textures/fx/generic_env2.png - environment } textures/common/entity_dark_shiny @@ -76,13 +74,12 @@ textures/common/entity_dark_bright bright } +// don't touch textures/common/entity_second { qer_editorimage textures/common/entity_second.tga entitySecond color 1.00 1.00 1.00 - texture textures/fx/generic_env2.png - environment } textures/common/entity_second_shiny @@ -102,13 +99,12 @@ textures/common/entity_second_bright bright } +// don't touch textures/common/entity_second_dark { qer_editorimage textures/common/entity_second_dark.tga entitySecond color 0.50 0.50 0.50 - texture textures/fx/generic_env2.png - environment } textures/common/entity_second_dark_shiny @@ -128,13 +124,12 @@ textures/common/entity_second_dark_bright bright } +// don't touch textures/common/entity_third { qer_editorimage textures/common/entity_third.tga entityThird color 1.00 1.00 1.00 - texture textures/fx/generic_env2.png - environment } textures/common/entity_third_shiny @@ -159,8 +154,6 @@ textures/common/entity_third_dark qer_editorimage textures/common/entity_third_dark.tga entityThird color 0.50 0.50 0.50 - texture textures/fx/generic_env2.png - environment } textures/common/entity_third_dark_shiny -- cgit v1.2.3