From a23887d228871c6fc2a58e3d19063519d54743e8 Mon Sep 17 00:00:00 2001 From: cbrutail Date: Wed, 3 Nov 2010 19:29:00 +0100 Subject: [PATCH] Ok, I think I got it working now. --- scripts/{logos_logo01.shader => logos.shader} | 58 ++++++++++++++++--- scripts/logos_logo02.shader | 41 ------------- 2 files changed, 50 insertions(+), 49 deletions(-) rename scripts/{logos_logo01.shader => logos.shader} (72%) delete mode 100644 scripts/logos_logo02.shader diff --git a/scripts/logos_logo01.shader b/scripts/logos.shader similarity index 72% rename from scripts/logos_logo01.shader rename to scripts/logos.shader index cf2e64a8..663a7579 100644 --- a/scripts/logos_logo01.shader +++ b/scripts/logos.shader @@ -1,4 +1,4 @@ -textures/logos_logo01/logo01_blue +textures/logos/logo01_blue { qer_editorimage textures/logos/logo01/logo01_blue.tga @@ -19,7 +19,7 @@ textures/logos_logo01/logo01_blue } } -textures/logos_logo01/logo01_blue_glowy +textures/logos/logo01_blue_glowy { qer_editorimage textures/logos/logo01/logo01_blueg.tga @@ -40,7 +40,7 @@ textures/logos_logo01/logo01_blue_glowy } } -textures/logos_logo01/logo01_red +textures/logos/logo01_red { qer_editorimage textures/logos/logo01/logo01_red.tga @@ -61,7 +61,7 @@ textures/logos_logo01/logo01_red } } -textures/logos_logo01/logo01_red_glowy +textures/logos/logo01_red_glowy { qer_editorimage textures/logos/logo01/logo01_redg.tga @@ -82,7 +82,7 @@ textures/logos_logo01/logo01_red_glowy } } -textures/logos_logo01/logo01_green +textures/logos/logo01_green { qer_editorimage textures/logos/logo01/logo01_green.tga @@ -103,7 +103,7 @@ textures/logos_logo01/logo01_green } } -textures/logos_logo01/logo01_green_glowy +textures/logos/logo01_green_glowy { qer_editorimage textures/logos/logo01/logo01_greeng.tga @@ -124,7 +124,7 @@ textures/logos_logo01/logo01_green_glowy } } -textures/logos_logo01/logo01_yellow +textures/logos/logo01_yellow { qer_editorimage textures/logos/logo01/logo01_yellow.tga @@ -145,7 +145,7 @@ textures/logos_logo01/logo01_yellow } } -textures/logos_logo01/logo01_yellow_glowy +textures/logos/logo01_yellow_glowy { qer_editorimage textures/logos/logo01/logo01_yellowg.tga @@ -164,4 +164,46 @@ textures/logos_logo01/logo01_yellow_glowy alphaFunc GT0 rgbgen identity } +} + +textures/logos/logo02_red +{ + qer_editorimage textures/logos/logo02/logo02_red.tga + + surfaceparm trans + surfaceparm nonsolid + surfaceparm nodlight + surfaceparm nolightmap + + polygonOffset + sort 6 + cull none + + { + map textures/logos/logo02/logo02_red.tga + blendFunc filter + alphaFunc GT0 + rgbgen identity + } +} + +textures/logos/logo02_red_glowy +{ + qer_editorimage textures/logos/logo02/logo02_redg.tga + + surfaceparm trans + surfaceparm nonsolid + surfaceparm nodlight + surfaceparm nolightmap + + polygonOffset + sort 6 + cull none + + { + map textures/logos/logo02/logo02_redg.tga + blendFunc filter + alphaFunc GT0 + rgbgen identity + } } \ No newline at end of file diff --git a/scripts/logos_logo02.shader b/scripts/logos_logo02.shader deleted file mode 100644 index a862b8d1..00000000 --- a/scripts/logos_logo02.shader +++ /dev/null @@ -1,41 +0,0 @@ -textures/logos_logo02/logo02_red -{ - qer_editorimage textures/logos/logo02/logo02_red.tga - - surfaceparm trans - surfaceparm nonsolid - surfaceparm nodlight - surfaceparm nolightmap - - polygonOffset - sort 6 - cull none - - { - map textures/logos/logo02/logo02_red.tga - blendFunc filter - alphaFunc GT0 - rgbgen identity - } -} - -textures/logos_logo02/logo02_red_glowy -{ - qer_editorimage textures/logos/logo02/logo02_redg.tga - - surfaceparm trans - surfaceparm nonsolid - surfaceparm nodlight - surfaceparm nolightmap - - polygonOffset - sort 6 - cull none - - { - map textures/logos/logo02/logo02_redg.tga - blendFunc filter - alphaFunc GT0 - rgbgen identity - } -} \ No newline at end of file -- 2.39.2