]> de.git.xonotic.org Git - xonotic/xonotic-maps.pk3dir.git/commitdiff
Erm... I hope I won't break anything :S Trying to convert the textures to the shader...
authorcbrutail <ruszkai.akos@gmail.com>
Tue, 2 Nov 2010 22:58:26 +0000 (23:58 +0100)
committercbrutail <ruszkai.akos@gmail.com>
Tue, 2 Nov 2010 22:58:26 +0000 (23:58 +0100)
25 files changed:
scripts/logos_logo01.shader [new file with mode: 0644]
textures/logos/logo01/logo01_blue.tga [new file with mode: 0644]
textures/logos/logo01/logo01_blueg.tga [new file with mode: 0644]
textures/logos/logo01/logo01_blueg_glow.tga [new file with mode: 0644]
textures/logos/logo01/logo01_green.tga [new file with mode: 0644]
textures/logos/logo01/logo01_greeng.tga [new file with mode: 0644]
textures/logos/logo01/logo01_greeng_glow.tga [new file with mode: 0644]
textures/logos/logo01/logo01_red.tga [new file with mode: 0644]
textures/logos/logo01/logo01_redg.tga [new file with mode: 0644]
textures/logos/logo01/logo01_redg_glow.tga [new file with mode: 0644]
textures/logos/logo01/logo01_yellow.tga [new file with mode: 0644]
textures/logos/logo01/logo01_yellowg.tga [new file with mode: 0644]
textures/logos/logo01/logo01_yellowg_glow.tga [new file with mode: 0644]
textures/logos/logo01_blue.tga [deleted file]
textures/logos/logo01_blueg.tga [deleted file]
textures/logos/logo01_blueg_glow.tga [deleted file]
textures/logos/logo01_green.tga [deleted file]
textures/logos/logo01_greeng.tga [deleted file]
textures/logos/logo01_greeng_glow.tga [deleted file]
textures/logos/logo01_red.tga [deleted file]
textures/logos/logo01_redg.tga [deleted file]
textures/logos/logo01_redg_glow.tga [deleted file]
textures/logos/logo01_yellow.tga [deleted file]
textures/logos/logo01_yellowg.tga [deleted file]
textures/logos/logo01_yellowg_glow.tga [deleted file]

diff --git a/scripts/logos_logo01.shader b/scripts/logos_logo01.shader
new file mode 100644 (file)
index 0000000..cf2e64a
--- /dev/null
@@ -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 (file)
index 0000000..5121fa7
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 (file)
index 0000000..4cd051e
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 (file)
index 0000000..02da5eb
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 (file)
index 0000000..2fc00f3
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 (file)
index 0000000..860715e
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 (file)
index 0000000..38df473
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 (file)
index 0000000..12c6e57
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 (file)
index 0000000..f58a423
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 (file)
index 0000000..9c6d58e
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 (file)
index 0000000..4e5f331
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 (file)
index 0000000..cafca88
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 (file)
index 0000000..65e67aa
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 (file)
index 5121fa7..0000000
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 (file)
index 4cd051e..0000000
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 (file)
index 02da5eb..0000000
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 (file)
index 2fc00f3..0000000
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 (file)
index 860715e..0000000
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 (file)
index 38df473..0000000
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 (file)
index 12c6e57..0000000
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 (file)
index f58a423..0000000
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 (file)
index 9c6d58e..0000000
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 (file)
index 4e5f331..0000000
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 (file)
index cafca88..0000000
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 (file)
index 65e67aa..0000000
Binary files a/textures/logos/logo01_yellowg_glow.tga and /dev/null differ