home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Inne / Gry / OpenArena / baseoa / pak0.pk3 / scripts / czest.shader < prev    next >
Encoding:
Text File  |  2007-07-06  |  1.0 KB  |  65 lines

  1. textures/czest3ctf/fir_branch
  2. {
  3.     qer_editorimage textures/czest3ctf/fir_branch.tga
  4.     surfaceparm nomarks
  5.     surfaceparm nonsolid
  6.     cull disable
  7.     {
  8.         map textures/czest3ctf/fir_branch.tga
  9.         depthWrite
  10.         alphaFunc GE128
  11.     }
  12.     {
  13.         map $lightmap
  14.         blendfunc filter
  15.         tcGen lightmap
  16.         depthFunc equal
  17.     }
  18. }
  19.  
  20. models/mapobjects/czest2ctf/lamphanggrate
  21. {
  22.     cull none
  23.     {
  24.         map models/mapobjects/czest2ctf/lamphanggrate.tga
  25.         rgbGen identity
  26.     }
  27.     {
  28.         map $lightmap
  29.         rgbGen identity
  30.         blendFunc GL_DST_COLOR GL_ZERO
  31.         depthFunc equal
  32.     }
  33. }
  34.  
  35. textures/czest2ctf/sundownsky
  36. {
  37.     surfaceparm noimpact
  38.     surfaceparm nolightmap
  39.     surfaceparm sky
  40.     q3map_lightsubdivide 256
  41.     q3map_globaltexture
  42.     q3map_sun 1 0.8 0.7 70 70 30
  43.     q3map_sun 1 0.8 0.7 30 250 30
  44.     skyParms full 700 -
  45.     {
  46.         map textures/czest2ctf/redclouds.jpg
  47.         tcMod scroll -0.013 0.04
  48.     }
  49.     {
  50.         map textures/skies/dimclouds.tga
  51.         blendfunc add
  52.         tcMod scroll 0.02 0.07
  53.     }
  54. }
  55.  
  56. textures/czest2ctf/darkfog
  57. {
  58.     surfaceparm trans
  59.     surfaceparm nonsolid
  60.     surfaceparm fog
  61.     surfaceparm nolightmap
  62.     cull disable
  63.     fogparms ( 0.05 0.05 0.05 ) 1024
  64. }
  65.