From: cbrutail Date: Tue, 2 Nov 2010 22:58:26 +0000 (+0100) Subject: Erm... I hope I won't break anything :S Trying to convert the textures to the shader... X-Git-Tag: xonotic-v0.1.0preview~45^2~6 X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-maps.pk3dir.git;a=commitdiff_plain;h=a4205507a6ff83eab317284295f41d00e09af541 Erm... I hope I won't break anything :S Trying to convert the textures to the shader name convention --- 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/logo01_blue.tga b/textures/logos/logo01/logo01_blue.tga new file mode 100644 index 00000000..5121fa73 Binary files /dev/null and b/textures/logos/logo01/logo01_blue.tga differ diff --git a/textures/logos/logo01/logo01_blueg.tga b/textures/logos/logo01/logo01_blueg.tga new file mode 100644 index 00000000..4cd051e7 Binary files /dev/null and b/textures/logos/logo01/logo01_blueg.tga differ diff --git a/textures/logos/logo01/logo01_blueg_glow.tga b/textures/logos/logo01/logo01_blueg_glow.tga new file mode 100644 index 00000000..02da5ebc Binary files /dev/null and b/textures/logos/logo01/logo01_blueg_glow.tga differ diff --git a/textures/logos/logo01/logo01_green.tga b/textures/logos/logo01/logo01_green.tga new file mode 100644 index 00000000..2fc00f3b Binary files /dev/null and b/textures/logos/logo01/logo01_green.tga differ diff --git a/textures/logos/logo01/logo01_greeng.tga b/textures/logos/logo01/logo01_greeng.tga new file mode 100644 index 00000000..860715ef Binary files /dev/null and b/textures/logos/logo01/logo01_greeng.tga differ diff --git a/textures/logos/logo01/logo01_greeng_glow.tga b/textures/logos/logo01/logo01_greeng_glow.tga new file mode 100644 index 00000000..38df4735 Binary files /dev/null and b/textures/logos/logo01/logo01_greeng_glow.tga differ diff --git a/textures/logos/logo01/logo01_red.tga b/textures/logos/logo01/logo01_red.tga new file mode 100644 index 00000000..12c6e57d Binary files /dev/null and b/textures/logos/logo01/logo01_red.tga differ diff --git a/textures/logos/logo01/logo01_redg.tga b/textures/logos/logo01/logo01_redg.tga new file mode 100644 index 00000000..f58a4237 Binary files /dev/null and b/textures/logos/logo01/logo01_redg.tga differ diff --git a/textures/logos/logo01/logo01_redg_glow.tga b/textures/logos/logo01/logo01_redg_glow.tga new file mode 100644 index 00000000..9c6d58e9 Binary files /dev/null and b/textures/logos/logo01/logo01_redg_glow.tga differ diff --git a/textures/logos/logo01/logo01_yellow.tga b/textures/logos/logo01/logo01_yellow.tga new file mode 100644 index 00000000..4e5f3311 Binary files /dev/null and b/textures/logos/logo01/logo01_yellow.tga differ diff --git a/textures/logos/logo01/logo01_yellowg.tga b/textures/logos/logo01/logo01_yellowg.tga new file mode 100644 index 00000000..cafca88a Binary files /dev/null and b/textures/logos/logo01/logo01_yellowg.tga differ diff --git a/textures/logos/logo01/logo01_yellowg_glow.tga b/textures/logos/logo01/logo01_yellowg_glow.tga new file mode 100644 index 00000000..65e67aa8 Binary files /dev/null and b/textures/logos/logo01/logo01_yellowg_glow.tga differ diff --git a/textures/logos/logo01_blue.tga b/textures/logos/logo01_blue.tga deleted file mode 100644 index 5121fa73..00000000 Binary files a/textures/logos/logo01_blue.tga and /dev/null differ diff --git a/textures/logos/logo01_blueg.tga b/textures/logos/logo01_blueg.tga deleted file mode 100644 index 4cd051e7..00000000 Binary files a/textures/logos/logo01_blueg.tga and /dev/null differ diff --git a/textures/logos/logo01_blueg_glow.tga b/textures/logos/logo01_blueg_glow.tga deleted file mode 100644 index 02da5ebc..00000000 Binary files a/textures/logos/logo01_blueg_glow.tga and /dev/null differ diff --git a/textures/logos/logo01_green.tga b/textures/logos/logo01_green.tga deleted file mode 100644 index 2fc00f3b..00000000 Binary files a/textures/logos/logo01_green.tga and /dev/null differ diff --git a/textures/logos/logo01_greeng.tga b/textures/logos/logo01_greeng.tga deleted file mode 100644 index 860715ef..00000000 Binary files a/textures/logos/logo01_greeng.tga and /dev/null differ diff --git a/textures/logos/logo01_greeng_glow.tga b/textures/logos/logo01_greeng_glow.tga deleted file mode 100644 index 38df4735..00000000 Binary files a/textures/logos/logo01_greeng_glow.tga and /dev/null differ diff --git a/textures/logos/logo01_red.tga b/textures/logos/logo01_red.tga deleted file mode 100644 index 12c6e57d..00000000 Binary files a/textures/logos/logo01_red.tga and /dev/null differ diff --git a/textures/logos/logo01_redg.tga b/textures/logos/logo01_redg.tga deleted file mode 100644 index f58a4237..00000000 Binary files a/textures/logos/logo01_redg.tga and /dev/null differ diff --git a/textures/logos/logo01_redg_glow.tga b/textures/logos/logo01_redg_glow.tga deleted file mode 100644 index 9c6d58e9..00000000 Binary files a/textures/logos/logo01_redg_glow.tga and /dev/null differ diff --git a/textures/logos/logo01_yellow.tga b/textures/logos/logo01_yellow.tga deleted file mode 100644 index 4e5f3311..00000000 Binary files a/textures/logos/logo01_yellow.tga and /dev/null differ diff --git a/textures/logos/logo01_yellowg.tga b/textures/logos/logo01_yellowg.tga deleted file mode 100644 index cafca88a..00000000 Binary files a/textures/logos/logo01_yellowg.tga and /dev/null differ diff --git a/textures/logos/logo01_yellowg_glow.tga b/textures/logos/logo01_yellowg_glow.tga deleted file mode 100644 index 65e67aa8..00000000 Binary files a/textures/logos/logo01_yellowg_glow.tga and /dev/null differ