home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Inne / Gry / OpenArena / baseoa / pak0.pk3 / scripts / ctf.shader < prev    next >
Encoding:
Text File  |  2008-04-10  |  1.2 KB  |  81 lines

  1. //eh
  2. sprites/friend
  3. {
  4.     nomipmaps
  5.     {
  6.         map sprites/friend1.tga
  7.         blendfunc blend
  8.     }
  9. }
  10.  
  11. sprites/foe
  12. {
  13.     nomipmaps
  14.     {
  15.         map sprites/foe2.tga
  16.         blendfunc blend
  17.     }
  18. }
  19.  
  20. models/flags/b_flag
  21. {
  22.     cull disable
  23.     deformVertexes wave 80 sin 2 8 0 3 
  24.     deformVertexes wave 20 square 0 2 0.5 0.2 
  25.     {
  26.         map textures/sfx/proto_zzztblu3.tga
  27.         rgbGen identity
  28.         tcMod turb 1 1 0.5 0.3
  29.         tcGen environment 
  30.     }
  31.     {
  32.         map models/flags/b_flag.tga
  33.         rgbGen lightingDiffuse
  34.         alphaFunc GE128
  35.     }
  36.     {
  37.         map textures/effects/flagenv.tga
  38.         blendfunc gl_dst_color gl_src_color
  39.         tcGen environment 
  40.     }
  41. }
  42.  
  43. models/flags/pole
  44. {
  45.     {
  46.         map textures/base_wall/chrome_env.tga
  47.         rgbGen lightingDiffuse
  48.         tcMod scale 0.5 0.5
  49.         tcGen environment 
  50.     }
  51.     {
  52.         map models/flags/pole.tga
  53.         blendfunc filter
  54.         rgbGen identity
  55.     }
  56. }
  57.  
  58. models/flags/r_flag
  59. {
  60.     cull disable
  61.     deformVertexes wave 80 sin 2 8 0 3 
  62.     deformVertexes wave 20 square 0 2 0.5 0.2 
  63.     {
  64.         map textures/sfx/proto_zzzt.tga
  65.         rgbGen identity
  66.         tcMod turb 1 1 0.5 0.3
  67.         tcGen environment 
  68.     }
  69.     {
  70.         map models/flags/r_flag.tga
  71.         rgbGen lightingDiffuse
  72.         alphaFunc GE128
  73.     }
  74.     {
  75.         map textures/effects/flagenv.tga
  76.         blendfunc gl_dst_color gl_src_color
  77.         tcGen environment 
  78.     }
  79. }
  80.  
  81.