From a4205507a6ff83eab317284295f41d00e09af541 Mon Sep 17 00:00:00 2001 From: cbrutail Date: Tue, 2 Nov 2010 23:58:26 +0100 Subject: [PATCH] Erm... I hope I won't break anything :S Trying to convert the textures to the shader name convention --- scripts/logos_logo01.shader | 167 ++++++++++++++++++ textures/logos/{ => logo01}/logo01_blue.tga | Bin textures/logos/{ => logo01}/logo01_blueg.tga | Bin .../logos/{ => logo01}/logo01_blueg_glow.tga | Bin textures/logos/{ => logo01}/logo01_green.tga | Bin textures/logos/{ => logo01}/logo01_greeng.tga | Bin .../logos/{ => logo01}/logo01_greeng_glow.tga | Bin textures/logos/{ => logo01}/logo01_red.tga | Bin textures/logos/{ => logo01}/logo01_redg.tga | Bin .../logos/{ => logo01}/logo01_redg_glow.tga | Bin textures/logos/{ => logo01}/logo01_yellow.tga | Bin .../logos/{ => logo01}/logo01_yellowg.tga | Bin .../{ => logo01}/logo01_yellowg_glow.tga | Bin 13 files changed, 167 insertions(+) create mode 100644 scripts/logos_logo01.shader rename textures/logos/{ => logo01}/logo01_blue.tga (100%) rename textures/logos/{ => logo01}/logo01_blueg.tga (100%) rename textures/logos/{ => logo01}/logo01_blueg_glow.tga (100%) rename textures/logos/{ => logo01}/logo01_green.tga (100%) rename textures/logos/{ => logo01}/logo01_greeng.tga (100%) rename textures/logos/{ => logo01}/logo01_greeng_glow.tga (100%) rename textures/logos/{ => logo01}/logo01_red.tga (100%) rename textures/logos/{ => logo01}/logo01_redg.tga (100%) rename textures/logos/{ => logo01}/logo01_redg_glow.tga (100%) rename textures/logos/{ => logo01}/logo01_yellow.tga (100%) rename textures/logos/{ => logo01}/logo01_yellowg.tga (100%) rename textures/logos/{ => logo01}/logo01_yellowg_glow.tga (100%) diff --git a/scripts/logos_logo01.shader b/scripts/logos_logo01.shader new file mode 100644 index 00000000..cf2e64a8 --- /dev/null +++ b/scripts/logos_logo01.shader @@ -0,0 +1,167 @@ +textures/logos_logo01/logo01_blue +{ + qer_editorimage textures/logos/logo01/logo01_blue.tga + + surfaceparm trans + surfaceparm nonsolid + surfaceparm nodlight + surfaceparm nolightmap + + polygonOffset + sort 6 + cull none + + { + map textures/logos/logo01/logo01_blue.tga + blendFunc filter + alphaFunc GT0 + rgbgen identity + } +} + +textures/logos_logo01/logo01_blue_glowy +{ + qer_editorimage textures/logos/logo01/logo01_blueg.tga + + surfaceparm trans + surfaceparm nonsolid + surfaceparm nodlight + surfaceparm nolightmap + + polygonOffset + sort 6 + cull none + + { + map textures/logos/logo01/logo01_blueg.tga + blendFunc filter + alphaFunc GT0 + rgbgen identity + } +} + +textures/logos_logo01/logo01_red +{ + qer_editorimage textures/logos/logo01/logo01_red.tga + + surfaceparm trans + surfaceparm nonsolid + surfaceparm nodlight + surfaceparm nolightmap + + polygonOffset + sort 6 + cull none + + { + map textures/logos/logo01/logo01_red.tga + blendFunc filter + alphaFunc GT0 + rgbgen identity + } +} + +textures/logos_logo01/logo01_red_glowy +{ + qer_editorimage textures/logos/logo01/logo01_redg.tga + + surfaceparm trans + surfaceparm nonsolid + surfaceparm nodlight + surfaceparm nolightmap + + polygonOffset + sort 6 + cull none + + { + map textures/logos/logo01/logo01_redg.tga + blendFunc filter + alphaFunc GT0 + rgbgen identity + } +} + +textures/logos_logo01/logo01_green +{ + qer_editorimage textures/logos/logo01/logo01_green.tga + + surfaceparm trans + surfaceparm nonsolid + surfaceparm nodlight + surfaceparm nolightmap + + polygonOffset + sort 6 + cull none + + { + map textures/logos/logo01/logo01_green.tga + blendFunc filter + alphaFunc GT0 + rgbgen identity + } +} + +textures/logos_logo01/logo01_green_glowy +{ + qer_editorimage textures/logos/logo01/logo01_greeng.tga + + surfaceparm trans + surfaceparm nonsolid + surfaceparm nodlight + surfaceparm nolightmap + + polygonOffset + sort 6 + cull none + + { + map textures/logos/logo01/logo01_greeng.tga + blendFunc filter + alphaFunc GT0 + rgbgen identity + } +} + +textures/logos_logo01/logo01_yellow +{ + qer_editorimage textures/logos/logo01/logo01_yellow.tga + + surfaceparm trans + surfaceparm nonsolid + surfaceparm nodlight + surfaceparm nolightmap + + polygonOffset + sort 6 + cull none + + { + map textures/logos/logo01/logo01_yellow.tga + blendFunc filter + alphaFunc GT0 + rgbgen identity + } +} + +textures/logos_logo01/logo01_yellow_glowy +{ + qer_editorimage textures/logos/logo01/logo01_yellowg.tga + + surfaceparm trans + surfaceparm nonsolid + surfaceparm nodlight + surfaceparm nolightmap + + polygonOffset + sort 6 + cull none + + { + map textures/logos/logo01/logo01_yellowg.tga + blendFunc filter + alphaFunc GT0 + rgbgen identity + } +} \ No newline at end of file diff --git a/textures/logos/logo01_blue.tga b/textures/logos/logo01/logo01_blue.tga similarity index 100% rename from textures/logos/logo01_blue.tga rename to textures/logos/logo01/logo01_blue.tga diff --git a/textures/logos/logo01_blueg.tga b/textures/logos/logo01/logo01_blueg.tga similarity index 100% rename from textures/logos/logo01_blueg.tga rename to textures/logos/logo01/logo01_blueg.tga diff --git a/textures/logos/logo01_blueg_glow.tga b/textures/logos/logo01/logo01_blueg_glow.tga similarity index 100% rename from textures/logos/logo01_blueg_glow.tga rename to textures/logos/logo01/logo01_blueg_glow.tga diff --git a/textures/logos/logo01_green.tga b/textures/logos/logo01/logo01_green.tga similarity index 100% rename from textures/logos/logo01_green.tga rename to textures/logos/logo01/logo01_green.tga diff --git a/textures/logos/logo01_greeng.tga b/textures/logos/logo01/logo01_greeng.tga similarity index 100% rename from textures/logos/logo01_greeng.tga rename to textures/logos/logo01/logo01_greeng.tga diff --git a/textures/logos/logo01_greeng_glow.tga b/textures/logos/logo01/logo01_greeng_glow.tga similarity index 100% rename from textures/logos/logo01_greeng_glow.tga rename to textures/logos/logo01/logo01_greeng_glow.tga diff --git a/textures/logos/logo01_red.tga b/textures/logos/logo01/logo01_red.tga similarity index 100% rename from textures/logos/logo01_red.tga rename to textures/logos/logo01/logo01_red.tga diff --git a/textures/logos/logo01_redg.tga b/textures/logos/logo01/logo01_redg.tga similarity index 100% rename from textures/logos/logo01_redg.tga rename to textures/logos/logo01/logo01_redg.tga diff --git a/textures/logos/logo01_redg_glow.tga b/textures/logos/logo01/logo01_redg_glow.tga similarity index 100% rename from textures/logos/logo01_redg_glow.tga rename to textures/logos/logo01/logo01_redg_glow.tga diff --git a/textures/logos/logo01_yellow.tga b/textures/logos/logo01/logo01_yellow.tga similarity index 100% rename from textures/logos/logo01_yellow.tga rename to textures/logos/logo01/logo01_yellow.tga diff --git a/textures/logos/logo01_yellowg.tga b/textures/logos/logo01/logo01_yellowg.tga similarity index 100% rename from textures/logos/logo01_yellowg.tga rename to textures/logos/logo01/logo01_yellowg.tga diff --git a/textures/logos/logo01_yellowg_glow.tga b/textures/logos/logo01/logo01_yellowg_glow.tga similarity index 100% rename from textures/logos/logo01_yellowg_glow.tga rename to textures/logos/logo01/logo01_yellowg_glow.tga -- 2.39.2