From b1d113961bfbbfcd05d40b130c773fdb91a2c9d9 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 1 Feb 2015 21:29:48 +0000 Subject: Corrected a number of broken materials. --- base/materials/common.shader | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'base/materials/common.shader') diff --git a/base/materials/common.shader b/base/materials/common.shader index b88da99..79ee1a1 100644 --- a/base/materials/common.shader +++ b/base/materials/common.shader @@ -56,7 +56,7 @@ textures/common/entity qer_editorimage textures/common/entity { color 1.00 1.00 1.00 - entity + rgbgen entity } } @@ -65,7 +65,7 @@ textures/common/entity_shiny qer_editorimage textures/common/entity { color 1.00 1.00 1.00 - entity + rgbgen entity map textures/fx/generic_env environment } @@ -75,8 +75,8 @@ textures/common/entity_bright { qer_editorimage textures/common/entity { - entity color 1.00 1.00 1.00 + rgbgen entity bright } } @@ -85,17 +85,17 @@ textures/common/entity_dark { qer_editorimage textures/common/entity_dark { - entity color 0.50 0.50 0.50 + rgbgen entity } } textures/common/entity_dark_shiny { qer_editorimage textures/common/entity_dark - { - entity + { color 0.50 0.50 0.50 + rgbgen entity map textures/fx/generic_env environment } @@ -104,9 +104,9 @@ textures/common/entity_dark_shiny textures/common/entity_dark_bright { qer_editorimage textures/common/entity_dark - { - entity + { color 0.50 0.50 0.50 + rgbgen entity bright } } @@ -114,18 +114,18 @@ textures/common/entity_dark_bright textures/common/entity_second { qer_editorimage textures/common/entity_second - { - entitySecond + { color 1.00 1.00 1.00 + rgbgen entitysecond } } textures/common/entity_second_shiny { qer_editorimage textures/common/entity_second - { - entitySecond + { color 1.00 1.00 1.00 + rgbgen entitysecond map textures/fx/generic_env environment } @@ -135,8 +135,8 @@ textures/common/entity_second_bright { qer_editorimage textures/common/entity_second { - entitySecond color 1.00 1.00 1.00 + rgbgen entitysecond bright } } @@ -145,8 +145,8 @@ textures/common/entity_second_dark { qer_editorimage textures/common/entity_second_dark { - entitySecond color 0.50 0.50 0.50 + rgbgen entitysecond } } @@ -154,8 +154,8 @@ textures/common/entity_second_dark_shiny { qer_editorimage textures/common/entity_second_dark { - entitySecond color 0.50 0.50 0.50 + rgbgen entitysecond map textures/fx/generic_env environment } @@ -165,8 +165,8 @@ textures/common/entity_second_dark_bright { qer_editorimage textures/common/entity_second_dark { - entitySecond color 0.50 0.50 0.50 + rgbgen entitysecond bright } } @@ -176,8 +176,8 @@ textures/common/entity_third { qer_editorimage textures/common/entity_third { - entityThird color 1.00 1.00 1.00 + rgbgen entitythird } } @@ -185,8 +185,8 @@ textures/common/entity_third_shiny { qer_editorimage textures/common/entity_third { - entityThird color 1.00 1.00 1.00 + rgbgen entitythird map textures/fx/generic_env environment } @@ -196,8 +196,8 @@ textures/common/entity_third_bright { qer_editorimage textures/common/entity_third { - entityThird color 1.00 1.00 1.00 + rgbgen entitythird bright } } @@ -206,8 +206,8 @@ textures/common/entity_third_dark { qer_editorimage textures/common/entity_third_dark { - entityThird color 0.50 0.50 0.50 + rgbgen entitythird } } @@ -215,8 +215,8 @@ textures/common/entity_third_dark_shiny { qer_editorimage textures/common/entity_third_dark { - entityThird color 0.50 0.50 0.50 + rgbgen entitythird map textures/fx/generic_env environment } @@ -226,8 +226,8 @@ textures/common/entity_third_dark_bright { qer_editorimage textures/common/entity_third_dark { - entityThird color 0.50 0.50 0.50 + rgbgen entitythird bright } } -- cgit v1.2.3