X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-maps.pk3dir.git;a=blobdiff_plain;f=scripts%2Feffects_forcefield.shader;h=7728ffc87f626d96414bdc1052252e7c5c3abe41;hp=890d25cb30ceeb75c555c14ce96158813c41e4bf;hb=bee625c48be7fc7e259a2bd3ddaa07c4f30a3a9d;hpb=5229c80cea6c66e123f82e63151faa4863dc8ab2 diff --git a/scripts/effects_forcefield.shader b/scripts/effects_forcefield.shader index 890d25cb..7728ffc8 100644 --- a/scripts/effects_forcefield.shader +++ b/scripts/effects_forcefield.shader @@ -18,6 +18,30 @@ textures/effects_forcefield/forcefield1_a tcMod scroll -.5 -.3 } } + +//Forcefield1 red glowy, less turb +textures/effects_forcefield/forcefield1_a_surflight +{ + qer_editorimage textures/effects_forcefield/forcefield1_a.tga + nopicmip + surfaceparm nolightmap + surfaceparm trans + cull none + surfaceparm nomarks + q3map_surfacelight 250 + qer_trans 0.8 + + { + map textures/effects_forcefield/forcefield1_a.tga + tcGen environment + blendfunc GL_ONE GL_ONE + tcMod turb 0 0.25 0 0.25 + tcMod scroll -.5 -.3 + } +} + + + //Forcefield1 blue textures/effects_forcefield/forcefield1_b { @@ -37,6 +61,28 @@ textures/effects_forcefield/forcefield1_b tcMod scroll -.5 -.3 } } + +//Forcefield1 blue glowy, less turb +textures/effects_forcefield/forcefield1_b_surflight +{ + qer_editorimage textures/effects_forcefield/forcefield1_b.tga + nopicmip + surfaceparm nolightmap + surfaceparm trans + cull none + surfaceparm nomarks + q3map_surfacelight 250 + qer_trans 0.8 + + { + map textures/effects_forcefield/forcefield1_b.tga + tcGen environment + blendfunc GL_ONE GL_ONE + tcMod turb 0 0.25 0 0.25 + tcMod scroll -.5 -.3 + } +} + //Forcefield1 yellow textures/effects_forcefield/forcefield1_c { @@ -56,6 +102,29 @@ textures/effects_forcefield/forcefield1_c tcMod scroll -.5 -.3 } } + +//Forcefield1 yellow less turb, glowy +textures/effects_forcefield/forcefield1_c_surflight +{ + qer_editorimage textures/effects_forcefield/forcefield1_c.tga + nopicmip + surfaceparm nolightmap + surfaceparm trans + cull none + surfaceparm nomarks + q3map_surfacelight 250 + qer_trans 0.8 + + { + map textures/effects_forcefield/forcefield1_c.tga + tcGen environment + blendfunc GL_ONE GL_ONE + tcMod turb 0 0.25 0 0.25 + tcMod scroll -.5 -.3 + } +} + + //Forcefield1 green textures/effects_forcefield/forcefield1_d { @@ -75,3 +144,24 @@ textures/effects_forcefield/forcefield1_d tcMod scroll -.5 -.3 } } + +//Forcefield1 green glowy, less turb +textures/effects_forcefield/forcefield1_d_surflight +{ + qer_editorimage textures/effects_forcefield/forcefield1_d.tga + nopicmip + surfaceparm nolightmap + surfaceparm trans + cull none + surfaceparm nomarks + q3map_surfacelight 250 + qer_trans 0.8 + + { + map textures/effects_forcefield/forcefield1_d.tga + tcGen environment + blendfunc GL_ONE GL_ONE + tcMod turb 0 0.25 0 0.25 + tcMod scroll -.5 -.3 + } +} \ No newline at end of file