]> de.git.xonotic.org Git - xonotic/xonotic-maps.pk3dir.git/commitdiff
Some fx shaders, I think they might be useful. More to come soon.
authorcbrutail <ruszkai.akos@gmail.com>
Tue, 29 Jun 2010 12:03:20 +0000 (14:03 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Wed, 7 Jul 2010 10:12:10 +0000 (12:12 +0200)
scripts/xonotic-fx.shader [new file with mode: 0644]
textures/fx/forcefields/forcefield1_a.tga [new file with mode: 0644]
textures/fx/forcefields/forcefield1_b.tga [new file with mode: 0644]
textures/fx/forcefields/forcefield1_c.tga [new file with mode: 0644]
textures/fx/forcefields/forcefield1_d.tga [new file with mode: 0644]
textures/fx/jumppad/jumppadfx1_a.tga [new file with mode: 0644]
textures/fx/jumppad/jumppadfx1_b.tga [new file with mode: 0644]
textures/fx/jumppad/jumppadfx1_c.tga [new file with mode: 0644]
textures/fx/jumppad/jumppadfx1_d.tga [new file with mode: 0644]

diff --git a/scripts/xonotic-fx.shader b/scripts/xonotic-fx.shader
new file mode 100644 (file)
index 0000000..320207f
--- /dev/null
@@ -0,0 +1,141 @@
+//Shader file for fx
+//Forcefield1 red
+textures/fx/forcefield1-a
+{
+       qer_editorimage textures/fx/forcefields/forcefield1_a.tga
+       nopicmip
+       surfaceparm nolightmap
+       surfaceparm trans
+       cull none
+       surfaceparm nomarks
+       qer_trans 0.8
+       
+       {
+               map textures/fx/forcefields/forcefield1_a.tga
+               tcGen environment
+               blendfunc GL_ONE GL_ONE
+               tcMod turb 0 0.25 0 0.5
+               tcMod scroll -.5 -.3
+       }
+}
+//Forcefield1 blue
+textures/fx/forcefield1-b
+{
+       qer_editorimage textures/fx/forcefields/forcefield1_b.tga
+       nopicmip
+       surfaceparm nolightmap
+       surfaceparm trans
+       cull none
+       surfaceparm nomarks
+       qer_trans 0.8
+       
+       {
+               map textures/fx/forcefields/forcefield1_b.tga
+               tcGen environment
+               blendfunc GL_ONE GL_ONE
+               tcMod turb 0 0.25 0 0.5
+               tcMod scroll -.5 -.3
+       }
+}
+//Forcefield1 yellow
+textures/fx/forcefield2-c
+{
+       qer_editorimage textures/fx/forcefields/forcefield1_c.tga
+       nopicmip
+       surfaceparm nolightmap
+       surfaceparm trans
+       cull none
+       surfaceparm nomarks
+       qer_trans 0.8
+       
+       {
+               map textures/fx/forcefields/forcefield1_c.tga
+               tcGen environment
+               blendfunc GL_ONE GL_ONE
+               tcMod turb 0 0.25 0 0.5
+               tcMod scroll -.5 -.3
+       }
+}
+//Forcefield1 green
+textures/fx/forcefield1-d
+{
+       qer_editorimage textures/fx/forcefields/forcefield1_d.tga
+       nopicmip
+       surfaceparm nolightmap
+       surfaceparm trans
+       cull none
+       surfaceparm nomarks
+       qer_trans 0.8
+       
+       {
+               map textures/fx/forcefields/forcefield1_d.tga
+               tcGen environment
+               blendfunc GL_ONE GL_ONE
+               tcMod turb 0 0.25 0 0.5
+               tcMod scroll -.5 -.3
+       }
+}
+//Jumppad1 blue
+textures/fx/jumppadfx1-a
+{
+       qer_editorimage textures/fx/jumppad/jumppadfx1_a
+       surfaceparm nolightmap
+       surfaceparm nomarks
+       surfaceparm nonsolid
+       surfaceparm trans
+       cull none
+       qer_trans 0.6
+       {
+               map textures/fx/juppad/jumppadfx1_a
+               blendfunc add
+               tcMod scroll 0 2
+       }
+}
+//Jumppad1 red
+textures/fx/jumppadfx1-b
+{
+       qer_editorimage textures/fx/jumppad/jumppadfx1_b
+       surfaceparm nolightmap
+       surfaceparm nomarks
+       surfaceparm nonsolid
+       surfaceparm trans
+       cull none
+       qer_trans 0.6
+       {
+               map textures/fx/juppad/jumppadfx1_b
+               blendfunc add
+               tcMod scroll 0 2
+       }
+}
+//Jumppad1 yellow
+textures/fx/jumppadfx1-c
+{
+       qer_editorimage textures/fx/jumppad/jumppadfx1_c
+       surfaceparm nolightmap
+       surfaceparm nomarks
+       surfaceparm nonsolid
+       surfaceparm trans
+       cull none
+       qer_trans 0.6
+       {
+               map textures/fx/juppad/jumppadfx1_c
+               blendfunc add
+               tcMod scroll 0 2
+       }
+}
+//Jumppad1 green
+textures/fx/jumppadfx1-d
+{
+       qer_editorimage textures/fx/jumppad/jumppadfx1_d
+       surfaceparm nolightmap
+       surfaceparm nomarks
+       surfaceparm nonsolid
+       surfaceparm trans
+       cull none
+       qer_trans 0.6
+       {
+               map textures/fx/juppad/jumppadfx1_d
+               blendfunc add
+               tcMod scroll 0 2
+       }
+}
\ No newline at end of file
diff --git a/textures/fx/forcefields/forcefield1_a.tga b/textures/fx/forcefields/forcefield1_a.tga
new file mode 100644 (file)
index 0000000..3d80cff
Binary files /dev/null and b/textures/fx/forcefields/forcefield1_a.tga differ
diff --git a/textures/fx/forcefields/forcefield1_b.tga b/textures/fx/forcefields/forcefield1_b.tga
new file mode 100644 (file)
index 0000000..0f5042e
Binary files /dev/null and b/textures/fx/forcefields/forcefield1_b.tga differ
diff --git a/textures/fx/forcefields/forcefield1_c.tga b/textures/fx/forcefields/forcefield1_c.tga
new file mode 100644 (file)
index 0000000..b9fe24a
Binary files /dev/null and b/textures/fx/forcefields/forcefield1_c.tga differ
diff --git a/textures/fx/forcefields/forcefield1_d.tga b/textures/fx/forcefields/forcefield1_d.tga
new file mode 100644 (file)
index 0000000..350d431
Binary files /dev/null and b/textures/fx/forcefields/forcefield1_d.tga differ
diff --git a/textures/fx/jumppad/jumppadfx1_a.tga b/textures/fx/jumppad/jumppadfx1_a.tga
new file mode 100644 (file)
index 0000000..a57d025
Binary files /dev/null and b/textures/fx/jumppad/jumppadfx1_a.tga differ
diff --git a/textures/fx/jumppad/jumppadfx1_b.tga b/textures/fx/jumppad/jumppadfx1_b.tga
new file mode 100644 (file)
index 0000000..a35bb26
Binary files /dev/null and b/textures/fx/jumppad/jumppadfx1_b.tga differ
diff --git a/textures/fx/jumppad/jumppadfx1_c.tga b/textures/fx/jumppad/jumppadfx1_c.tga
new file mode 100644 (file)
index 0000000..bf071a9
Binary files /dev/null and b/textures/fx/jumppad/jumppadfx1_c.tga differ
diff --git a/textures/fx/jumppad/jumppadfx1_d.tga b/textures/fx/jumppad/jumppadfx1_d.tga
new file mode 100644 (file)
index 0000000..a6dc70b
Binary files /dev/null and b/textures/fx/jumppad/jumppadfx1_d.tga differ