home *** CD-ROM | disk | FTP | other *** search
/ Quark 3 / Quark3.iso / KATALOG / ARCHIV / LEVEL / L071.ZIP / scripts / quake2.shader
Encoding:
Text File  |  1999-12-15  |  2.8 KB  |  151 lines

  1. textures/quake2/liquids/slime
  2. {
  3.         surfaceparm noimpact
  4.         surfaceparm slime
  5.         surfaceparm nolightmap
  6.         surfaceparm trans        
  7.         q3map_surfacelight 50
  8.         tessSize 64
  9.         cull disable
  10.         deformVertexes wave 100 sin 0 1 .5 .5
  11.         {
  12.             map textures/quake2/liquids/slime2.tga
  13.             tcMod turb .3 .2 1 .05
  14.             tcMod scroll .01 .01
  15.         }
  16.         {
  17.             map textures/quake2/liquids/slime1.tga
  18.             blendfunc GL_ONE GL_SRC_COLOR
  19.             tcMod turb .2 .1 1 .05
  20. //            tcMod scale .5 .5
  21.             tcMod scroll .01 .01
  22.         }
  23. }
  24.  
  25. textures/quake2/liquids/transwater
  26. {
  27.     surfaceparm    trans
  28.     surfaceparm    nonsolid
  29.     surfaceparm    water
  30.     surfaceparm    nolightmap
  31.     q3map_surfacelight 200
  32.     cull        disable
  33.     tesssize    128
  34.     {
  35.         map textures/quake2/liquids/water.tga
  36.         blendfunc GL_ONE GL_SRC_ALPHA
  37.         tcMod scale 2 2
  38.         tcMod turb 0.2 0.2 0 0.05
  39.     }
  40. }
  41.  
  42. textures/quake2/liquids/water
  43. {
  44.     surfaceparm    trans
  45.     surfaceparm    nonsolid
  46.     surfaceparm    water
  47.     surfaceparm    nolightmap
  48.     q3map_surfacelight 200
  49.     tesssize    128
  50.     {
  51.         map textures/quake2/liquids/water.tga
  52.         blendfunc GL_ONE GL_SRC_COLOR
  53.         tcMod scale 2 2
  54.         tcMod turb 0.2 0.2 0 0.05
  55.     }
  56. }
  57.  
  58. textures/quake2/qdm/teleport
  59. {
  60.     surfaceparm    nonsolid
  61.     surfaceparm    nolightmap
  62.     q3map_surfacelight 600
  63.     tesssize    128
  64.     {
  65.         map textures/quake2/qdm/teleport.tga
  66.         blendfunc GL_ONE GL_ZERO
  67.         tcMod turb 10 5 1 0.5
  68.         rgbGen Identity
  69.     }
  70. }
  71.  
  72. textures/quake2/e1u1/wndow1_2
  73. {
  74.     surfaceparm nolightmap
  75.     {
  76.         map textures/quake2/e1u1/wndow1_2.tga
  77.         blendfunc GL_ONE GL_SRC_ALPHA
  78.     }
  79. }
  80.  
  81. textures/quake2/e1u1/wndow0_1
  82. {
  83.     surfaceparm nolightmap
  84.     {
  85.         map textures/quake2/e1u1/wndow0_1.tga
  86.         blendfunc GL_ONE GL_SRC_ALPHA
  87.     }
  88. }
  89.  
  90. textures/quake2/e1u2/wndow1_2
  91. {
  92.     surfaceparm nolightmap
  93.     {
  94.         map textures/quake2/e1u2/wndow1_2.tga
  95.         blendfunc GL_ONE GL_SRC_ALPHA
  96.     }
  97. }
  98.  
  99. textures/quake2/clearwater
  100. {
  101.         qer_editorimage textures/liquids/pool3d_3.tga
  102.         qer_trans .5
  103.         q3map_globaltexture
  104.         surfaceparm trans
  105.         surfaceparm nonsolid
  106.         surfaceparm water
  107.  
  108.         cull disable
  109.         deformVertexes wave 64 sin .5 .5 0 .5    
  110.     
  111.         
  112.         { 
  113.             map textures/liquids/pool3d_5.tga
  114.             blendFunc GL_dst_color GL_one
  115.             rgbgen identity
  116.             tcmod scale .5 .5
  117.             tcmod transform 1.5 0 1.5 1 1 2
  118.             tcmod scroll -.05 .001
  119.         }
  120.     
  121.         { 
  122.             map textures/liquids/pool3d_6.tga
  123.             blendFunc GL_dst_color GL_one
  124.             rgbgen identity
  125.             tcmod scale .5 .5
  126.             tcmod transform 0 1.5 1 1.5 2 1
  127.             tcmod scroll .025 -.001
  128.         }
  129.  
  130.         { 
  131.             map textures/liquids/pool3d_3.tga
  132.             blendFunc GL_dst_color GL_one
  133.             rgbgen identity
  134.             tcmod scale .25 .5
  135.             tcmod scroll .001 .025
  136.         }    
  137.  
  138.  
  139.     }
  140. textures/skies/justspace
  141. {
  142.     surfaceparm noimpact
  143.     surfaceparm nolightmap
  144.     surfaceparm sky
  145.       q3map_lightimage textures/skies/stars.tga
  146.     q3map_sun    1 1 1 100 -58 58
  147.     q3map_surfacelight 400
  148.  
  149.         skyparms env/space1 - -
  150.     }
  151.