From: cbrutail Date: Fri, 5 Nov 2010 12:18:49 +0000 (+0100) Subject: Added some more color variations to logo2 + shaders. X-Git-Tag: xonotic-v0.1.0preview~45^2 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-maps.pk3dir.git;a=commitdiff_plain;h=8c128c1410c4ac8ee6b59450dbc54616638f70e8 Added some more color variations to logo2 + shaders. --- diff --git a/scripts/logos.shader b/scripts/logos.shader index bc7ca5f5..a43ed83a 100644 --- a/scripts/logos.shader +++ b/scripts/logos.shader @@ -206,4 +206,130 @@ textures/logos/logo02_red_glowy alphaFunc GT0 rgbgen identity } +} + +textures/logos/logo02_blue +{ + qer_editorimage textures/logos/logo02/logo02_blue.tga + + surfaceparm trans + surfaceparm nonsolid + surfaceparm nodlight + surfaceparm nolightmap + + polygonOffset + sort 6 + cull none + + { + map textures/logos/logo02/logo02_blue.tga + blendFunc filter + alphaFunc GT0 + rgbgen identity + } +} + +textures/logos/logo02_blue_glowy +{ + qer_editorimage textures/logos/logo02/logo02_blueg.tga + + surfaceparm trans + surfaceparm nonsolid + surfaceparm nodlight + surfaceparm nolightmap + + polygonOffset + sort 6 + cull none + + { + map textures/logos/logo02/logo02_blueg.tga + blendFunc add + alphaFunc GT0 + rgbgen identity + } +} + +textures/logos/logo02_green +{ + qer_editorimage textures/logos/logo02/logo02_green.tga + + surfaceparm trans + surfaceparm nonsolid + surfaceparm nodlight + surfaceparm nolightmap + + polygonOffset + sort 6 + cull none + + { + map textures/logos/logo02/logo02_green.tga + blendFunc filter + alphaFunc GT0 + rgbgen identity + } +} + +textures/logos/logo02_green_glowy +{ + qer_editorimage textures/logos/logo02/logo02_greeng.tga + + surfaceparm trans + surfaceparm nonsolid + surfaceparm nodlight + surfaceparm nolightmap + + polygonOffset + sort 6 + cull none + + { + map textures/logos/logo02/logo02_greeng.tga + blendFunc add + alphaFunc GT0 + rgbgen identity + } +} + +textures/logos/logo02_yellow +{ + qer_editorimage textures/logos/logo02/logo02_yellow.tga + + surfaceparm trans + surfaceparm nonsolid + surfaceparm nodlight + surfaceparm nolightmap + + polygonOffset + sort 6 + cull none + + { + map textures/logos/logo02/logo02_yellow.tga + blendFunc filter + alphaFunc GT0 + rgbgen identity + } +} + +textures/logos/logo02_yellow_glowy +{ + qer_editorimage textures/logos/logo02/logo02_yellowg.tga + + surfaceparm trans + surfaceparm nonsolid + surfaceparm nodlight + surfaceparm nolightmap + + polygonOffset + sort 6 + cull none + + { + map textures/logos/logo02/logo02_yellowg.tga + blendFunc add + alphaFunc GT0 + rgbgen identity + } } \ No newline at end of file diff --git a/textures/logos/logo02/logo02_blue.tga b/textures/logos/logo02/logo02_blue.tga new file mode 100644 index 00000000..b80c8c7f Binary files /dev/null and b/textures/logos/logo02/logo02_blue.tga differ diff --git a/textures/logos/logo02/logo02_blueg.tga b/textures/logos/logo02/logo02_blueg.tga new file mode 100644 index 00000000..f29b859f Binary files /dev/null and b/textures/logos/logo02/logo02_blueg.tga differ diff --git a/textures/logos/logo02/logo02_blueg_glow.tga b/textures/logos/logo02/logo02_blueg_glow.tga new file mode 100644 index 00000000..37f84a8c Binary files /dev/null and b/textures/logos/logo02/logo02_blueg_glow.tga differ diff --git a/textures/logos/logo02/logo02_green.tga b/textures/logos/logo02/logo02_green.tga new file mode 100644 index 00000000..5d2c6034 Binary files /dev/null and b/textures/logos/logo02/logo02_green.tga differ diff --git a/textures/logos/logo02/logo02_greeng.tga b/textures/logos/logo02/logo02_greeng.tga new file mode 100644 index 00000000..0334251d Binary files /dev/null and b/textures/logos/logo02/logo02_greeng.tga differ diff --git a/textures/logos/logo02/logo02_greeng_glow.tga b/textures/logos/logo02/logo02_greeng_glow.tga new file mode 100644 index 00000000..5112e3c9 Binary files /dev/null and b/textures/logos/logo02/logo02_greeng_glow.tga differ diff --git a/textures/logos/logo02/logo02_yellow.tga b/textures/logos/logo02/logo02_yellow.tga new file mode 100644 index 00000000..9519092f Binary files /dev/null and b/textures/logos/logo02/logo02_yellow.tga differ diff --git a/textures/logos/logo02/logo02_yellowg.tga b/textures/logos/logo02/logo02_yellowg.tga new file mode 100644 index 00000000..c45671d3 Binary files /dev/null and b/textures/logos/logo02/logo02_yellowg.tga differ diff --git a/textures/logos/logo02/logo02_yellowg_glow.tga b/textures/logos/logo02/logo02_yellowg_glow.tga new file mode 100644 index 00000000..1a7a2fea Binary files /dev/null and b/textures/logos/logo02/logo02_yellowg_glow.tga differ