home *** CD-ROM | disk | FTP | other *** search
/ Net Power 2000 #2 / NetCD2.iso / Demogame / Quake3 / q3ademo.exe / Main / pak0.pk3 / scripts / base.shader < prev    next >
Encoding:
Text File  |  1999-11-29  |  2.2 KB  |  146 lines

  1. textures/base/q1met_redpad
  2. {
  3.     q3map_surfacelight 1500
  4.     {
  5.         map $lightmap
  6.         rgbGen identity
  7.     }
  8.     {
  9.         map textures/base/q1met_redpad.tga
  10.         blendFunc GL_DST_COLOR GL_ZERO
  11.         rgbGen identity
  12.     }
  13.     {
  14.         map textures/base/q1met_redpad.blend.tga
  15.         blendFunc GL_ONE GL_ONE
  16.         rgbGen wave sin 0.5 0.5 0 .2
  17.     }
  18. }
  19.  
  20. textures/base/bluegoal
  21. {
  22.     {
  23.         map textures/base/bluegoal.tga
  24.         tcGen environment
  25.         blendfunc GL_ONE GL_ONE
  26.         tcMod turb 0 0.25 0 0.05
  27.     }
  28. }
  29. textures/base/redgoal
  30. {
  31.     {
  32.         map textures/base/redgoal.tga
  33.         tcGen environment
  34.         blendfunc GL_ONE GL_ONE
  35.         tcMod turb 0 0.25 0 0.05
  36.     }
  37. }
  38.  
  39.  
  40. textures/base/comp_panel
  41. {
  42.     surfaceparm trans
  43.     light 1
  44.     q3map_surfacelight 500
  45.  
  46.     {
  47.         map textures/base/comp_panel.tga
  48.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  49.     }
  50.  
  51.     {
  52.         map textures/base/comp_panel.blend.tga
  53.         blendFunc GL_ONE GL_ONE
  54.     }
  55. }
  56.  
  57. textures/base/ceil1_8
  58. {
  59.     light 1    
  60.     q3map_surfacelight 500
  61.     {
  62.         map $lightmap
  63.         rgbGen identity
  64.     }
  65.     {
  66.         map textures/base/ceil1_8.tga
  67.         blendFunc GL_DST_COLOR GL_ZERO
  68.         rgbGen identity
  69.     }
  70. }
  71.  
  72. textures/base/ceil1_3
  73. {
  74.     light 1    
  75.     q3map_surfacelight 5000
  76.     {
  77.         map $lightmap
  78.         rgbGen identity
  79.     }
  80.     {
  81.         map textures/base/ceil1_3.tga
  82.         blendFunc GL_DST_COLOR GL_ZERO
  83.         rgbGen identity
  84.     }
  85. }
  86.  
  87. textures/base/ceil1_4
  88. {
  89.     light 1    
  90.     q3map_surfacelight 5000
  91.     {
  92.         map $lightmap
  93.         rgbGen identity
  94.     }
  95.     {
  96.         map textures/base/ceil1_4.tga
  97.         blendFunc GL_DST_COLOR GL_ZERO
  98.         rgbGen identity
  99.     }
  100. }
  101. textures/base/border11light
  102. {
  103.     q3map_surfacelight 1000    
  104.     light 1
  105.     {
  106.         map $lightmap
  107.         rgbGen identity
  108.     }
  109.     {
  110.         map textures/base/border11light.tga
  111.         blendFunc GL_DST_COLOR GL_ZERO
  112.         rgbGen identity
  113.     }
  114.     {
  115.         map textures/base/border11light.blend.tga
  116.         rgbGen wave sin 0.5 0.5 0 .2
  117.         blendfunc GL_ONE GL_ONE
  118.     }
  119. }
  120. textures/base/electricwall    
  121. {
  122.     light 1    
  123.     q3map_surfacelight 400
  124.  
  125.     {
  126.         map $lightmap
  127.         rgbGen identity
  128.     }
  129.     {
  130.         map textures/organics/wire02a_f.tga
  131.         blendFunc GL_DST_COLOR GL_ZERO
  132.         rgbGen identity
  133.     }
  134.     {
  135.         map textures/organics/wire02a_f.blend.tga
  136.         blendFunc GL_ONE GL_ONE
  137.     }
  138.     {
  139.         map textures/base/electric.blend.tga
  140.         tcMod scroll 1 1 10 20
  141.         rgbGen wave sin 1 2 0 1
  142.         blendfunc GL_ONE GL_ONE
  143.     }
  144. }
  145.  
  146.