home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2002 April / GSSH42002.iso / EDITOREN / JK2 / JK2EditingTools.exe / base / shaders / scavenger.shader < prev    next >
Text File  |  2001-05-01  |  3KB  |  135 lines

  1. gfx/misc/red_flare
  2. {
  3.     cull    disable
  4.     {
  5.         map gfx/misc/rfl1d2.tga
  6.         blendFunc GL_ONE GL_ONE
  7.         rgbGen vertex
  8.     }
  9. }
  10.  
  11. gfx/misc/red_ring
  12. {
  13.     cull    disable
  14.     {
  15.         map gfx/misc/redring.tga
  16.         blendFunc GL_ONE GL_ONE
  17.         rgbGen vertex
  18.     }
  19. }
  20.  
  21. gfx/misc/red_ring2
  22. {
  23.     cull    disable
  24.     {
  25.         map gfx/misc/redring2.tga
  26.         blendFunc GL_ONE GL_ONE
  27.         rgbGen vertex
  28.         tcMod scroll 2 0
  29.     }
  30. }
  31.  
  32. gfx/misc/scavaltfire
  33. {
  34.     cull    disable
  35.     {
  36.         map gfx/misc/afl8b.tga
  37.         blendFunc GL_ONE GL_ONE
  38.         rgbGen vertex
  39.     }
  40. }
  41.  
  42. gfx/misc/trail2
  43. {
  44.     cull    disable
  45.     {
  46.         map gfx/misc/trail1_3.tga
  47.         blendFunc GL_ONE GL_ONE
  48.         rgbGen vertex
  49.     }
  50. }
  51.  
  52. gfx/misc/tet1
  53. {
  54.     cull    disable
  55.     {
  56.         map gfx/misc/tet1_3.tga
  57.         blendFunc GL_ONE GL_ONE
  58.         rgbGen vertex
  59.     }
  60. }
  61.  
  62. gfx/misc/borgeyeflare
  63. {
  64.     cull    disable
  65.     {
  66.         map gfx/misc/borgeyeflare.tga
  67.         blendFunc GL_ONE GL_ONE
  68.         rgbGen vertex
  69.     }
  70. }
  71.  
  72. models/weapons2/scavenger/scav
  73. {
  74.     {
  75.         map models/weapons2/scavenger/scav.tga
  76.         rgbGen lightingDiffuse
  77.     }
  78.     {
  79.         map models/weapons2/scavenger/scav_spec.tga
  80.         blendFunc GL_SRC_ALPHA GL_ONE
  81.         detail
  82.         rgbGen identity
  83.         alphaGen lightingSpecular
  84.     }
  85. }
  86.  
  87. scavExplosion
  88. {
  89.     sort    additive
  90.     cull    disable
  91.     {
  92.         animMap 4 gfx/misc/exp04_1.tga gfx/misc/exp04_2.tga gfx/misc/exp04_3.tga 
  93.         blendFunc GL_ONE GL_ONE
  94.         rgbGen wave inversesawtooth 0 1 0 4
  95.     }
  96.     {
  97.         animMap 4 gfx/misc/exp04_2.tga gfx/misc/exp04_3.tga gfx/colors/black.tga 
  98.         blendFunc GL_ONE GL_ONE
  99.         rgbGen wave sawtooth 0 1 0 4
  100.     }
  101. }
  102.  
  103. scavExplosionSlow
  104. {
  105.     sort    additive
  106.     cull    disable
  107.     {
  108.         animMap 4.4 gfx/misc/exp04_1.tga gfx/misc/exp04_2.tga gfx/misc/exp04_3.tga 
  109.         blendFunc GL_ONE GL_ONE
  110.         rgbGen wave inversesawtooth 0 1 0 4.4
  111.     }
  112.     {
  113.         animMap 4.4 gfx/misc/exp04_2.tga gfx/misc/exp04_3.tga gfx/colors/black.tga 
  114.         blendFunc GL_ONE GL_ONE
  115.         rgbGen wave sawtooth 0 1 0 4.4
  116.     }
  117. }
  118.  
  119. scavExplosionFast
  120. {
  121.     sort    additive
  122.     cull    disable
  123.     {
  124.         animMap 7.5 gfx/misc/exp04_1.tga gfx/misc/exp04_2.tga gfx/misc/exp04_3.tga 
  125.         blendFunc GL_ONE GL_ONE
  126.         rgbGen wave inversesawtooth 0 1 0 7.5
  127.     }
  128.     {
  129.         animMap 7.5 gfx/misc/exp04_2.tga gfx/misc/exp04_3.tga gfx/colors/black.tga 
  130.         blendFunc GL_ONE GL_ONE
  131.         rgbGen wave sawtooth 0 1 0 7.5
  132.     }
  133. }
  134.  
  135.