From 94e764e6d2ee73068f890f9a2fb09a0bf8972a21 Mon Sep 17 00:00:00 2001 From: Evan Goers Date: Sat, 29 Oct 2011 06:44:05 +0000 Subject: Various detailing all around. --- base/materials/common.shader | 54 +++++++++++++++++++++++++------------------- 1 file changed, 31 insertions(+), 23 deletions(-) (limited to 'base/materials') diff --git a/base/materials/common.shader b/base/materials/common.shader index e9fa8b3..7117def 100644 --- a/base/materials/common.shader +++ b/base/materials/common.shader @@ -1,12 +1,12 @@ textures/common/caulk { - qer_editorimage textures/common/caulk.tga + qer_editorimage textures/common/caulk ignore } textures/common/clip { - qer_editorimage textures/common/clip.tga + qer_editorimage textures/common/clip qer_trans 0.20 clip // make radiant recognize this material as clip. ignored by osirion @@ -15,7 +15,7 @@ textures/common/clip textures/common/noclip { - qer_editorimage textures/common/noclip.tga + qer_editorimage textures/common/noclip qer_trans 0.20 ignore // make radiant recognize this material as clip. ignored by osirion @@ -24,14 +24,23 @@ textures/common/noclip textures/common/engine { - qer_editorimage textures/common/engine.tga + qer_editorimage textures/common/engine engine bright } +textures/common/origin +{ + qer_editorimage textures/common/origin + origin + ignore +} + +// entity color shaders + textures/common/entity { - qer_editorimage textures/common/entity.tga + qer_editorimage textures/common/entity entity color 1.00 1.00 1.00 texture textures/fx/generic_env2 @@ -40,7 +49,7 @@ textures/common/entity textures/common/entity_shiny { - qer_editorimage textures/common/entity.tga + qer_editorimage textures/common/entity entity color 1.00 1.00 1.00 texture textures/fx/generic_env.png @@ -49,7 +58,7 @@ textures/common/entity_shiny textures/common/entity_bright { - qer_editorimage textures/common/entity.tga + qer_editorimage textures/common/entity entity color 1.00 1.00 1.00 bright @@ -57,7 +66,7 @@ textures/common/entity_bright textures/common/entity_dark { - qer_editorimage textures/common/entity_dark.tga + qer_editorimage textures/common/entity_dark entity color 0.50 0.50 0.50 texture textures/fx/generic_env2 @@ -66,7 +75,7 @@ textures/common/entity_dark textures/common/entity_dark_shiny { - qer_editorimage textures/common/entity_dark.tga + qer_editorimage textures/common/entity_dark entity color 0.50 0.50 0.50 texture textures/fx/generic_env.png @@ -75,7 +84,7 @@ textures/common/entity_dark_shiny textures/common/entity_dark_bright { - qer_editorimage textures/common/entity_dark.tga + qer_editorimage textures/common/entity_dark entity color 0.50 0.50 0.50 bright @@ -83,7 +92,7 @@ textures/common/entity_dark_bright textures/common/entity_second { - qer_editorimage textures/common/entity_second.tga + qer_editorimage textures/common/entity_second entitySecond color 1.00 1.00 1.00 texture textures/fx/generic_env2 @@ -92,7 +101,7 @@ textures/common/entity_second textures/common/entity_second_shiny { - qer_editorimage textures/common/entity_second.tga + qer_editorimage textures/common/entity_second entitySecond color 1.00 1.00 1.00 texture textures/fx/generic_env.png @@ -101,16 +110,15 @@ textures/common/entity_second_shiny textures/common/entity_second_bright { - qer_editorimage textures/common/entity_second.tga + qer_editorimage textures/common/entity_second entitySecond color 1.00 1.00 1.00 bright } -// don't touch textures/common/entity_second_dark { - qer_editorimage textures/common/entity_second_dark.tga + qer_editorimage textures/common/entity_second_dark entitySecond color 0.50 0.50 0.50 texture textures/fx/generic_env2 @@ -119,7 +127,7 @@ textures/common/entity_second_dark textures/common/entity_second_dark_shiny { - qer_editorimage textures/common/entity_second_dark.tga + qer_editorimage textures/common/entity_second_dark entitySecond color 0.50 0.50 0.50 texture textures/fx/generic_env.png @@ -128,7 +136,7 @@ textures/common/entity_second_dark_shiny textures/common/entity_second_dark_bright { - qer_editorimage textures/common/entity_second_dark.tga + qer_editorimage textures/common/entity_second_dark entitySecond color 0.50 0.50 0.50 bright @@ -137,7 +145,7 @@ textures/common/entity_second_dark_bright // don't touch textures/common/entity_third { - qer_editorimage textures/common/entity_third.tga + qer_editorimage textures/common/entity_third entityThird color 1.00 1.00 1.00 texture textures/fx/generic_env2 @@ -146,7 +154,7 @@ textures/common/entity_third textures/common/entity_third_shiny { - qer_editorimage textures/common/entity_third.tga + qer_editorimage textures/common/entity_third entityThird color 1.00 1.00 1.00 texture textures/fx/generic_env.png @@ -155,7 +163,7 @@ textures/common/entity_third_shiny textures/common/entity_third_bright { - qer_editorimage textures/common/entity_third.tga + qer_editorimage textures/common/entity_third entityThird color 1.00 1.00 1.00 bright @@ -163,7 +171,7 @@ textures/common/entity_third_bright textures/common/entity_third_dark { - qer_editorimage textures/common/entity_third_dark.tga + qer_editorimage textures/common/entity_third_dark entityThird color 0.50 0.50 0.50 texture textures/fx/generic_env2 @@ -172,7 +180,7 @@ textures/common/entity_third_dark textures/common/entity_third_dark_shiny { - qer_editorimage textures/common/entity_third_dark.tga + qer_editorimage textures/common/entity_third_dark entityThird color 0.50 0.50 0.50 texture textures/fx/generic_env.png @@ -181,7 +189,7 @@ textures/common/entity_third_dark_shiny textures/common/entity_third_dark_bright { - qer_editorimage textures/common/entity_third_dark.tga + qer_editorimage textures/common/entity_third_dark entityThird color 0.50 0.50 0.50 bright -- cgit v1.2.3