home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Inne / Gry / OpenArena / baseoa / pak5-TA.pk3 / scripts / teamicons.shader < prev    next >
Text File  |  2007-12-04  |  2KB  |  128 lines

  1. "team_icon/scumm_red"
  2. {
  3.     cull none
  4.     surfaceparm nolightmap
  5.     surfaceparm trans
  6.     surfaceparm nonsolid
  7.     surfaceparm nomarks
  8.     polygonoffset
  9.     {
  10.         map team_icon/redteam01.tga
  11.         alphafunc GE128
  12.         blendFunc GL_DST_COLOR GL_ONE
  13.         rgbgen wave sin .9 1 0 .1
  14.     }
  15. }
  16.  
  17. "team_icon/scumm_blue"
  18. {
  19.     cull none
  20.     surfaceparm nolightmap
  21.     surfaceparm trans
  22.     surfaceparm nonsolid
  23.     surfaceparm nomarks
  24.     polygonoffset
  25.     {
  26.         map team_icon/blueteam01.tga
  27.         alphafunc GE128
  28.         blendFunc GL_DST_COLOR GL_ONE
  29.         rgbgen wave sin .9 1 0 .1
  30.     }
  31. }
  32.  
  33. "team_icon/heathens_red"
  34. {
  35.     cull none
  36.     surfaceparm nolightmap
  37.     surfaceparm trans
  38.     surfaceparm nonsolid
  39.     surfaceparm nomarks
  40.     polygonoffset
  41.     {
  42.         map team_icon/redteam01.tga
  43.         alphafunc GE128
  44.         blendFunc GL_DST_COLOR GL_ONE
  45.         rgbgen wave sin .9 1 0 .1
  46.     }
  47. }
  48.  
  49. "team_icon/heathens_blue"
  50. {
  51.     cull none
  52.     surfaceparm nolightmap
  53.     surfaceparm trans
  54.     surfaceparm nonsolid
  55.     surfaceparm nomarks
  56.     polygonoffset
  57.     {
  58.         map team_icon/blueteam01.tga
  59.         alphafunc GE128
  60.         blendFunc GL_DST_COLOR GL_ONE
  61.         rgbgen wave sin .9 1 0 .1
  62.     }
  63. }
  64.  
  65. "team_icon/cyborgs_blue"
  66. {
  67.     cull none
  68.     surfaceparm nolightmap
  69.     surfaceparm trans
  70.     surfaceparm nonsolid
  71.     surfaceparm nomarks
  72.     polygonoffset
  73.     {
  74.         map team_icon/blueteam01.tga
  75.         alphafunc GE128
  76.         blendFunc GL_DST_COLOR GL_ONE
  77.         rgbgen wave sin .9 1 0 .1
  78.     }
  79. }
  80.  
  81. "team_icon/cyborgs_red"
  82. {
  83.     cull none
  84.     surfaceparm nolightmap
  85.     surfaceparm trans
  86.     surfaceparm nonsolid
  87.     surfaceparm nomarks
  88.     polygonoffset
  89.     {
  90.         map team_icon/redteam01.tga
  91.         alphafunc GE128
  92.         blendFunc GL_DST_COLOR GL_ONE
  93.         rgbgen wave sin .9 1 0 .1
  94.     }
  95. }
  96.  
  97. "team_icon/summer_blue"
  98. {
  99.     cull none
  100.     surfaceparm nolightmap
  101.     surfaceparm trans
  102.     surfaceparm nonsolid
  103.     surfaceparm nomarks
  104.     polygonoffset
  105.     {
  106.         map team_icon/blueteam01.tga
  107.         alphafunc GE128
  108.         blendFunc GL_DST_COLOR GL_ONE
  109.         rgbgen wave sin .9 1 0 .1
  110.     }
  111. }
  112.  
  113. "team_icon/summer_red"
  114. {
  115.     cull none
  116.     surfaceparm nolightmap
  117.     surfaceparm trans
  118.     surfaceparm nonsolid
  119.     surfaceparm nomarks
  120.     polygonoffset
  121.     {
  122.         map team_icon/redteam01.tga
  123.         alphafunc GE128
  124.         blendFunc GL_DST_COLOR GL_ONE
  125.         rgbgen wave sin .9 1 0 .1
  126.     }
  127. }
  128.