]> de.git.xonotic.org Git - xonotic/xonotic-maps.pk3dir.git/commitdiff
Ok, I think I got it working now.
authorcbrutail <ruszkai.akos@gmail.com>
Wed, 3 Nov 2010 18:29:00 +0000 (19:29 +0100)
committercbrutail <ruszkai.akos@gmail.com>
Wed, 3 Nov 2010 18:29:00 +0000 (19:29 +0100)
scripts/logos.shader [new file with mode: 0644]
scripts/logos_logo01.shader [deleted file]
scripts/logos_logo02.shader [deleted file]

diff --git a/scripts/logos.shader b/scripts/logos.shader
new file mode 100644 (file)
index 0000000..663a757
--- /dev/null
@@ -0,0 +1,209 @@
+textures/logos/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_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_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_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_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_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_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_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
+       }
+}
+
+textures/logos/logo02_red
+{
+       qer_editorimage textures/logos/logo02/logo02_red.tga
+
+       surfaceparm trans
+       surfaceparm nonsolid
+       surfaceparm nodlight
+       surfaceparm nolightmap
+
+       polygonOffset
+       sort 6
+       cull none
+
+       {
+               map textures/logos/logo02/logo02_red.tga
+               blendFunc filter
+               alphaFunc GT0
+               rgbgen identity
+       }
+}
+
+textures/logos/logo02_red_glowy
+{
+       qer_editorimage textures/logos/logo02/logo02_redg.tga
+
+       surfaceparm trans
+       surfaceparm nonsolid
+       surfaceparm nodlight
+       surfaceparm nolightmap
+
+       polygonOffset
+       sort 6
+       cull none
+
+       {
+               map textures/logos/logo02/logo02_redg.tga
+               blendFunc filter
+               alphaFunc GT0
+               rgbgen identity
+       }
+}
\ No newline at end of file
diff --git a/scripts/logos_logo01.shader b/scripts/logos_logo01.shader
deleted file mode 100644 (file)
index cf2e64a..0000000
+++ /dev/null
@@ -1,167 +0,0 @@
-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/scripts/logos_logo02.shader b/scripts/logos_logo02.shader
deleted file mode 100644 (file)
index a862b8d..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-textures/logos_logo02/logo02_red
-{
-       qer_editorimage textures/logos/logo02/logo02_red.tga
-
-       surfaceparm trans
-       surfaceparm nonsolid
-       surfaceparm nodlight
-       surfaceparm nolightmap
-
-       polygonOffset
-       sort 6
-       cull none
-
-       {
-               map textures/logos/logo02/logo02_red.tga
-               blendFunc filter
-               alphaFunc GT0
-               rgbgen identity
-       }
-}
-
-textures/logos_logo02/logo02_red_glowy
-{
-       qer_editorimage textures/logos/logo02/logo02_redg.tga
-
-       surfaceparm trans
-       surfaceparm nonsolid
-       surfaceparm nodlight
-       surfaceparm nolightmap
-
-       polygonOffset
-       sort 6
-       cull none
-
-       {
-               map textures/logos/logo02/logo02_redg.tga
-               blendFunc filter
-               alphaFunc GT0
-               rgbgen identity
-       }
-}
\ No newline at end of file