]> de.git.xonotic.org Git - xonotic/xonotic-maps.pk3dir.git/commitdiff
A new shader, it can be used for healpods. Might need some further tweaking.
authorcbrutail <ruszkai.akos@gmail.com>
Thu, 1 Jul 2010 12:31:21 +0000 (14:31 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Wed, 7 Jul 2010 10:12:10 +0000 (12:12 +0200)
scripts/xonotic-fx.shader
textures/fx/forcefields/healpod1_d.tga [new file with mode: 0644]

index 2ecc362bf5104284d170816ab51d63ba56c7cb8a..7308d98a68f1b7805b5a9448dfe4a91de248a383 100644 (file)
@@ -75,6 +75,23 @@ textures/fx/forcefield1-d
                tcMod scroll -.5 -.3
        }
 }
+//Healpod1 green
+//For best effect apply to a rotating cylinder
+textures/fx/healpod1-d
+{
+       qer_editorimage textures/fx/forcefields/healpod1_d.tga
+       surfaceparm nolightmap
+       surfaceparm nomarks
+       surfaceparm nonsolid
+       surfaceparm trans
+       cull none
+       qer_trans 0.6
+       {
+               map textures/fx/forcefields/healpod1_d.tga
+               blendfunc add
+               tcMod scroll 0 2
+       }
+}
 //Jumppad1 blue
 textures/fx/jumppadfx1-a
 {
diff --git a/textures/fx/forcefields/healpod1_d.tga b/textures/fx/forcefields/healpod1_d.tga
new file mode 100644 (file)
index 0000000..2830309
Binary files /dev/null and b/textures/fx/forcefields/healpod1_d.tga differ