home *** CD-ROM | disk | FTP | other *** search
/ Quark 3 / Quark3.iso / KATALOG / ARCHIV / LEVEL / L104.ZIP / ANTILOGI.PK3 / scripts / antilogic.shader
Encoding:
Text File  |  2000-01-07  |  3.1 KB  |  174 lines

  1. models/mapobjects/arenalogz
  2. {
  3.     {
  4.         map $lightmap
  5.         rgbgen identity      
  6.     }
  7.     
  8.     {
  9. //        map textures/base_wall/patch10_beatup4_alpha.tga
  10.         map textures/base_wall/redmet4.tga
  11. //        blendFunc GL_DST_COLOR GL_SRC_ALPHA
  12.         rgbGen identity
  13. //        alphaGen lightingSpecular
  14.     }
  15.  
  16.     {
  17.         map textures/effects/quadmap.tga
  18.         blendfunc GL_ONE GL_ONE
  19.         tcGen environment
  20.         tcMod turb 0 1 0 0.2
  21.     }
  22. }
  23.  
  24.  
  25. textures/base_support/sonic_support2
  26. {
  27.     qer_editorimage textures/base_support/x_support2.tga
  28.  
  29.     surfaceparm    metalsteps    
  30.     surfaceparm trans    
  31.     surfaceparm alphashadow
  32.     surfaceparm nonsolid
  33.     cull none
  34.     nopicmip
  35.     {
  36.         map textures/base_support/x_support2.tga
  37.         blendFunc GL_ONE GL_ZERO
  38.         alphaFunc GE128
  39.         depthWrite
  40.         rgbGen identity
  41.     }
  42.     {
  43.         map $lightmap
  44.         rgbGen identity
  45.         blendFunc GL_DST_COLOR GL_ZERO
  46.         depthFunc equal
  47.     }
  48. }
  49.  
  50. textures/base_trim/spidertrim_move
  51. {
  52.     qer_editorimage textures/base_trim/spidertrim.tga
  53.  
  54.     tessSize 128
  55. //    deformVertexes wave 100 sin 4 3 0 0.3
  56.     deformVertexes wave 100 sin 0 1 0 0.3
  57.  
  58.     {
  59.         map $lightmap
  60.         rgbGen identity
  61.     }
  62.     {
  63.         map textures/base_trim/spidertrim.tga
  64.         blendFunc GL_DST_COLOR GL_ZERO
  65.         rgbGen identity
  66.     }
  67. }
  68.  
  69. textures/base_wall/sonic_banner2
  70. {
  71.     qer_editorimage textures/base_wall/sonic_banner2.tga
  72.     q3map_lightimage textures/base_wall/sonic_banner2.tga
  73.     q3map_surfacelight 100
  74.  
  75.     {
  76.         animMap .15 textures/base_wall/sonic_banner2.tga textures/base_wall/sonic_banner3.tga
  77.         rgbGen wave sawtooth 0 1 0 .15
  78.     
  79.     }
  80.  
  81.     {
  82.         map textures/base_wall/comp3textb.tga
  83.         blendfunc add
  84.         rgbGen wave inversesawtooth 0 1 0 .15
  85.         tcmod scroll 5 .25 
  86.     }
  87.  
  88.  
  89.     {
  90.         map textures/base_wall/comp3text.tga
  91.         blendfunc add
  92.         rgbGen identity
  93.         tcmod scroll 2 2
  94.     }
  95.  
  96.     {
  97.         map $lightmap
  98.         rgbGen identity
  99.         blendfunc gl_dst_color gl_zero
  100.     }
  101.  
  102.     {
  103.         map $lightmap
  104.         tcgen environment
  105.         tcmod scale .5 .5
  106.         rgbGen wave sin .25 0 0 0
  107.         blendfunc add
  108.     }                      
  109. }     
  110.  
  111. textures/sfx/base_padwallstripe
  112. {
  113.     q3map_surfacelight 100
  114.     q3map_lightimage textures/sfx/xian_dm3padwallglow.tga
  115. //    q3map_globaltexture
  116.     qer_editorimage textures/sfx/xian_dm3padwall.tga
  117.     
  118.     {
  119.         map textures/sfx/xian_dm3padwall.tga
  120.         rgbGen identity
  121.     }
  122.     
  123.     {
  124.         map $lightmap
  125.         rgbGen identity
  126.         blendfunc gl_dst_color gl_zero
  127.     }
  128.  
  129.  
  130.     {
  131.         map textures/sfx/xian_dm3padwallglow.tga
  132.         blendfunc gl_one gl_one
  133.         rgbgen wave sin 0 1 0 .5
  134.         tcmod scale 1 .05
  135.         tcmod scroll 0 1
  136.     }
  137.     
  138. }
  139.  
  140. textures/liquids/sonic_slime
  141. {
  142.     // Added to g3map_global texture on May 11, 1999
  143.     qer_editorimage textures/liquids/slime7.tga
  144.     q3map_lightimage textures/liquids/slime7.tga
  145. //    q3map_lightimage textures/liquids/slime7e4.tga
  146.     q3map_globaltexture
  147.     qer_trans .5
  148.  
  149.     surfaceparm noimpact
  150.     surfaceparm slime
  151.     surfaceparm nolightmap
  152.     surfaceparm trans        
  153.  
  154.     q3map_surfacelight 100
  155.     tessSize 64
  156.     cull disable
  157.     deformVertexes wave 100 sin 0 1 .5 .5
  158.  
  159.     {
  160.         map textures/liquids/slime7c.tga
  161.         tcMod turb 0 .2 .5 .05
  162.         tcMod scroll .01 .01
  163.     }
  164.     
  165.     {
  166.         map textures/liquids/slime7e4.tga
  167.         blendfunc add
  168.         rgbgen wave inversesawtooth 0 1 0 4
  169.         tcMod turb 0 .2 .5 .05
  170.         tcmod scroll .01 .01
  171.     }
  172. }
  173.  
  174.