From: cbrutail Date: Mon, 1 Nov 2010 00:39:14 +0000 (+0100) Subject: Some logos we can snap to textures. Have to kinds, normal and glowing. Use them as... X-Git-Tag: xonotic-v0.1.0preview~45^2~9 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-maps.pk3dir.git;a=commitdiff_plain;h=5c51d526330ebebf20d9bb08e716b70383073f90 Some logos we can snap to textures. Have to kinds, normal and glowing. Use them as decals. --- diff --git a/scripts/logos.shader b/scripts/logos.shader new file mode 100644 index 00000000..6f61b247 --- /dev/null +++ b/scripts/logos.shader @@ -0,0 +1,159 @@ +textures/logos/phoenix01_blue +{ + qer_editorimage textures/logos/logo01_blue.tga + + surfaceparm trans + surfaceparm nonsolid + surfaceparm nodlight + surfaceparm nolightmap + + polygonOffset + sort 6 + cull none + + { + map textures/logos/logo01_blue.tga + blendFunc filter + rgbgen identity + } +} + +textures/logos/phoenix01_blue_glow +{ + qer_editorimage textures/logos/logo01_blueg.tga + + surfaceparm trans + surfaceparm nonsolid + surfaceparm nodlight + surfaceparm nolightmap + + polygonOffset + sort 6 + cull none + + { + map textures/logos/logo01_blueg.tga + blendFunc filter + rgbgen identity + } +} + +textures/logos/phoenix01_red +{ + qer_editorimage textures/logos/logo01_red.tga + + surfaceparm trans + surfaceparm nonsolid + surfaceparm nodlight + surfaceparm nolightmap + + polygonOffset + sort 6 + cull none + + { + map textures/logos/logo01_red.tga + blendFunc filter + rgbgen identity + } +} + +textures/logos/phoenix01_red_glow +{ + qer_editorimage textures/logos/logo01_redg.tga + + surfaceparm trans + surfaceparm nonsolid + surfaceparm nodlight + surfaceparm nolightmap + + polygonOffset + sort 6 + cull none + + { + map textures/logos/logo01_redg.tga + blendFunc filter + rgbgen identity + } +} + +textures/logos/phoenix01_green +{ + qer_editorimage textures/logos/logo01_green.tga + + surfaceparm trans + surfaceparm nonsolid + surfaceparm nodlight + surfaceparm nolightmap + + polygonOffset + sort 6 + cull none + + { + map textures/logos/logo01_green.tga + blendFunc filter + rgbgen identity + } +} + +textures/logos/phoenix01_green_glow +{ + qer_editorimage textures/logos/logo01_greeng.tga + + surfaceparm trans + surfaceparm nonsolid + surfaceparm nodlight + surfaceparm nolightmap + + polygonOffset + sort 6 + cull none + + { + map textures/logos/logo01_greeng.tga + blendFunc filter + rgbgen identity + } +} + +textures/logos/phoenix01_yelow +{ + qer_editorimage textures/logos/logo01_yelow.tga + + surfaceparm trans + surfaceparm nonsolid + surfaceparm nodlight + surfaceparm nolightmap + + polygonOffset + sort 6 + cull none + + { + map textures/logos/logo01_yelow.tga + blendFunc filter + rgbgen identity + } +} + +textures/logos/phoenix01_yelow_glow +{ + qer_editorimage textures/logos/logo01_yelowg.tga + + surfaceparm trans + surfaceparm nonsolid + surfaceparm nodlight + surfaceparm nolightmap + + polygonOffset + sort 6 + cull none + + { + map textures/logos/logo01_yelowg.tga + blendFunc filter + rgbgen identity + } +} \ No newline at end of file diff --git a/textures/logos/logo01_blue.tga b/textures/logos/logo01_blue.tga new file mode 100644 index 00000000..5121fa73 Binary files /dev/null and b/textures/logos/logo01_blue.tga differ diff --git a/textures/logos/logo01_blueg.tga b/textures/logos/logo01_blueg.tga new file mode 100644 index 00000000..4cd051e7 Binary files /dev/null and b/textures/logos/logo01_blueg.tga differ diff --git a/textures/logos/logo01_blueg_glow.tga b/textures/logos/logo01_blueg_glow.tga new file mode 100644 index 00000000..02da5ebc Binary files /dev/null and b/textures/logos/logo01_blueg_glow.tga differ diff --git a/textures/logos/logo01_green.tga b/textures/logos/logo01_green.tga new file mode 100644 index 00000000..2fc00f3b Binary files /dev/null and b/textures/logos/logo01_green.tga differ diff --git a/textures/logos/logo01_greeng.tga b/textures/logos/logo01_greeng.tga new file mode 100644 index 00000000..860715ef Binary files /dev/null and b/textures/logos/logo01_greeng.tga differ diff --git a/textures/logos/logo01_greeng_glow.tga b/textures/logos/logo01_greeng_glow.tga new file mode 100644 index 00000000..38df4735 Binary files /dev/null and b/textures/logos/logo01_greeng_glow.tga differ diff --git a/textures/logos/logo01_red.tga b/textures/logos/logo01_red.tga new file mode 100644 index 00000000..12c6e57d Binary files /dev/null and b/textures/logos/logo01_red.tga differ diff --git a/textures/logos/logo01_redg.tga b/textures/logos/logo01_redg.tga new file mode 100644 index 00000000..f58a4237 Binary files /dev/null and b/textures/logos/logo01_redg.tga differ diff --git a/textures/logos/logo01_redg_glow.tga b/textures/logos/logo01_redg_glow.tga new file mode 100644 index 00000000..9c6d58e9 Binary files /dev/null and b/textures/logos/logo01_redg_glow.tga differ diff --git a/textures/logos/logo01_yellow.tga b/textures/logos/logo01_yellow.tga new file mode 100644 index 00000000..4e5f3311 Binary files /dev/null and b/textures/logos/logo01_yellow.tga differ diff --git a/textures/logos/logo01_yellowg.tga b/textures/logos/logo01_yellowg.tga new file mode 100644 index 00000000..cafca88a Binary files /dev/null and b/textures/logos/logo01_yellowg.tga differ diff --git a/textures/logos/logo01_yellowg_glow.tga b/textures/logos/logo01_yellowg_glow.tga new file mode 100644 index 00000000..65e67aa8 Binary files /dev/null and b/textures/logos/logo01_yellowg_glow.tga differ