diff options
Diffstat (limited to 'assets/scripts/g_humanweaponfx.shader')
-rw-r--r-- | assets/scripts/g_humanweaponfx.shader | 142 |
1 files changed, 142 insertions, 0 deletions
diff --git a/assets/scripts/g_humanweaponfx.shader b/assets/scripts/g_humanweaponfx.shader new file mode 100644 index 0000000..fe22dc4 --- /dev/null +++ b/assets/scripts/g_humanweaponfx.shader @@ -0,0 +1,142 @@ +gfx/blaster/orange_particle +{ + cull disable + { + map gfx/blaster/orange_particle.jpg + blendFunc Add + alphaGen vertex + rgbGen vertex + } +} + +gfx/mdriver/green_particle +{ + cull disable + { + map gfx/mdriver/green_particle.tga + blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA + rgbGen vertex + alphaGen vertex + } +} + +gfx/mdriver/trail +{ + nomipmaps + cull disable + { + map gfx/mdriver/trail.tga + blendFunc blend + } +} + +gfx/psaw/blue_particle +{ + cull disable + { + map gfx/psaw/blue_particle.jpg + blendFunc GL_ONE GL_ONE + alphaGen vertex + rgbGen vertex + } +} + +gfx/rifle/verysmallrock +{ + cull disable + { + map gfx/rifle/verysmallrock.tga + blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA + alphaGen vertex + rgbGen vertex + } +} + +gfx/prifle/red_blob +{ + cull disable + { + map gfx/prifle/red_blob.tga + blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA + alphaGen vertex + } +} + +gfx/prifle/red_streak +{ + nomipmaps + cull disable + { + map gfx/prifle/red_streak.tga + blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA + alphaGen vertex + } +} + +gfx/lcannon/primary +{ + cull disable + { + animmap 24 gfx/lcannon/primary_1.jpg gfx/lcannon/primary_2.jpg gfx/lcannon/primary_3.jpg gfx/lcannon/primary_4.jpg + blendFunc GL_ONE GL_ONE + } +} + +gfx/lasgun/purple_particle +{ + cull disable + { + map gfx/lasgun/purple_particle.tga + blendFunc GL_ONE GL_ONE + } +} + +radialblast01 +{ + cull disable + nopicmip + { + map gfx/lcannon/radial01.jpg + blendFunc GL_ONE GL_ONE_MINUS_SRC_COLOR + } +} + +radialblast02 +{ + cull disable + nopicmip + { + map gfx/lcannon/radial02.jpg + blendFunc GL_ONE GL_ONE_MINUS_SRC_COLOR + } +} + +radialblast03 +{ + cull disable + nopicmip + { + map gfx/lcannon/radial03.jpg + blendFunc GL_ONE GL_ONE_MINUS_SRC_COLOR + } +} + +radialblast04 +{ + cull disable + nopicmip + { + map gfx/lcannon/radial04.jpg + blendFunc GL_ONE GL_ONE_MINUS_SRC_COLOR + } +} + +radialblast05 +{ + cull disable + nopicmip + { + map gfx/lcannon/radial05.jpg + blendFunc GL_ONE GL_ONE_MINUS_SRC_COLOR + } +}
\ No newline at end of file |