From 6fcfaf4d959ee038dbe4486571853723ea223afe Mon Sep 17 00:00:00 2001 From: Evan Goers Date: Thu, 21 Oct 2010 08:17:45 +0000 Subject: Convert researchstation.map completely to brushes(Patch meshes are preserved). --- base/materials/colors.shader | 51 +++++++++++++++++++++++++++----------------- 1 file changed, 31 insertions(+), 20 deletions(-) (limited to 'base/materials') diff --git a/base/materials/colors.shader b/base/materials/colors.shader index 3ea3cb7..4598524 100644 --- a/base/materials/colors.shader +++ b/base/materials/colors.shader @@ -2,6 +2,8 @@ textures/colors/black { qer_editorimage textures/colors/black color 0.00 0.00 0.00 + texture textures/fx/generic_env2 + environment } textures/colors/black_bright @@ -15,6 +17,8 @@ textures/colors/white { qer_editorimage textures/colors/white color 1.00 1.00 1.00 + texture textures/fx/generic_env2 + environment } textures/colors/white_bright @@ -28,7 +32,7 @@ textures/colors/red { qer_editorimage textures/colors/red color 1.00 0.00 0.00 - texture textures/fx/generic_env2.png + texture textures/fx/generic_env2 environment } @@ -36,7 +40,7 @@ textures/colors/red_shiny { qer_editorimage textures/colors/red color 1.00 0.00 0.00 - texture textures/fx/generic_env.png + texture textures/fx/generic_env environment } @@ -51,7 +55,7 @@ textures/colors/orange { qer_editorimage textures/colors/orange color 1.00 0.50 0.00 - texture textures/fx/generic_env2.png + texture textures/fx/generic_env2 environment } @@ -59,7 +63,7 @@ textures/colors/orange_shiny { qer_editorimage textures/colors/orange color 1.00 0.50 0.00 - texture textures/fx/generic_env.png + texture textures/fx/generic_env environment } @@ -74,7 +78,7 @@ textures/colors/green { qer_editorimage textures/colors/green color 0.00 1.00 0.00 - texture textures/fx/generic_env2.png + texture textures/fx/generic_env2 environment } @@ -82,7 +86,7 @@ textures/colors/green_shiny { qer_editorimage textures/colors/green color 0.00 1.00 0.00 - texture textures/fx/generic_env.png + texture textures/fx/generic_env environment } @@ -97,7 +101,7 @@ textures/colors/yellow { qer_editorimage textures/colors/yellow color 1.00 1.00 0.00 - texture textures/fx/generic_env2.png + texture textures/fx/generic_env2 environment } @@ -105,7 +109,7 @@ textures/colors/yellow_shiny { qer_editorimage textures/colors/yellow color 1.00 1.00 0.00 - texture textures/fx/generic_env.png + texture textures/fx/generic_env environment } @@ -120,7 +124,7 @@ textures/colors/blue { qer_editorimage textures/colors/blue color 0.00 0.00 1.00 - texture textures/fx/generic_env2.png + texture textures/fx/generic_env2 environment } @@ -128,7 +132,7 @@ textures/colors/blue_shiny { qer_editorimage textures/colors/blue color 0.00 0.00 1.00 - texture textures/fx/generic_env.png + texture textures/fx/generic_env environment } @@ -143,7 +147,7 @@ textures/colors/purple { qer_editorimage textures/colors/purple color 0.50 0.00 0.50 - texture textures/fx/generic_env2.png + texture textures/fx/generic_env2 environment } @@ -151,7 +155,7 @@ textures/colors/purple_shiny { qer_editorimage textures/colors/purple color 0.50 0.00 0.50 - texture textures/fx/generic_env.png + texture textures/fx/generic_env environment } @@ -166,7 +170,7 @@ textures/colors/grey25 { qer_editorimage textures/colors/grey25 color 0.25 0.25 0.25 - texture textures/fx/generic_env2.png + texture textures/fx/generic_env2 environment } @@ -174,7 +178,7 @@ textures/colors/grey25_shiny { qer_editorimage textures/colors/grey25 color 0.25 0.25 0.25 - texture textures/fx/generic_env.png + texture textures/fx/generic_env environment } @@ -189,7 +193,7 @@ textures/colors/grey50 { qer_editorimage textures/colors/grey50 color 0.50 0.50 0.50 - texture textures/fx/generic_env2.png + texture textures/fx/generic_env2 environment } @@ -197,7 +201,7 @@ textures/colors/grey50_shiny { qer_editorimage textures/colors/grey50 color 0.50 0.50 0.50 - texture textures/fx/generic_env.png + texture textures/fx/generic_env environment } @@ -212,7 +216,7 @@ textures/colors/grey75 { qer_editorimage textures/colors/grey75 color 0.75 0.75 0.75 - texture textures/fx/generic_env2.png + texture textures/fx/generic_env2 environment } @@ -220,7 +224,7 @@ textures/colors/grey75_shiny { qer_editorimage textures/colors/grey75 color 0.75 0.75 0.75 - texture textures/fx/generic_env.png + texture textures/fx/generic_env environment } @@ -235,7 +239,7 @@ textures/colors/grey90 { qer_editorimage textures/colors/grey90 color 0.90 0.90 0.90 - texture textures/fx/generic_env2.png + texture textures/fx/generic_env2 environment } @@ -243,7 +247,7 @@ textures/colors/grey90_shiny { qer_editorimage textures/colors/grey90 color 0.90 0.90 0.90 - texture textures/fx/generic_env.png + texture textures/fx/generic_env environment } @@ -254,3 +258,10 @@ textures/colors/grey90_bright bright } +textures/colors/chrome +{ + qer_editorimage textures/fx/generic_env + color 1.00 1.00 1.00 + texture textures/fx/generic_env + environment +} -- cgit v1.2.3