From: cbrutail Date: Thu, 1 Jul 2010 12:31:21 +0000 (+0200) Subject: A new shader, it can be used for healpods. Might need some further tweaking. X-Git-Tag: xonotic-v0.1.0preview~156 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=ceac183d3b13aeebdbedd76c5364c3615dd6f7dd;p=xonotic%2Fxonotic-maps.pk3dir.git A new shader, it can be used for healpods. Might need some further tweaking. --- diff --git a/scripts/xonotic-fx.shader b/scripts/xonotic-fx.shader index 2ecc362b..7308d98a 100644 --- a/scripts/xonotic-fx.shader +++ b/scripts/xonotic-fx.shader @@ -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 index 00000000..2830309c Binary files /dev/null and b/textures/fx/forcefields/healpod1_d.tga differ