home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Inne / Gry / OpenArena / baseoa / pak0.pk3 / scripts / shells.shader < prev    next >
Encoding:
Text File  |  2006-11-27  |  2.1 KB  |  134 lines

  1. powerups/invisibility
  2. {
  3.     cull disable
  4.     {
  5.         animmap 30 sprites/multwake1.tga sprites/multwake2.tga sprites/multwake3.tga sprites/multwake4.tga sprites/multwake5.tga sprites/multwake6.tga sprites/multwake7.tga sprites/multwake8.tga 
  6.         blendfunc gl_dst_color gl_src_color
  7.         tcMod rotate 86
  8.         tcGen environment 
  9.     }
  10. }
  11.  
  12. //too invisible
  13. powerups/invisibilityOLD
  14. {
  15.     cull disable
  16.     deformVertexes wave 64 sin 0 1 0 1 
  17.     {
  18.         map textures/oafx/inviso.tga
  19.         blendfunc gl_dst_color gl_src_color
  20.         tcMod rotate 53
  21.     }
  22.     {
  23.         map textures/oafx/inviso.tga
  24.         blendfunc gl_dst_color gl_src_color
  25.         tcMod rotate -86
  26.     }
  27. }
  28.  
  29. mediumcrossEnv
  30. {
  31.     cull disable
  32.     {
  33.         map textures/effects/tinfx2.tga
  34.         blendfunc add
  35.         tcGen environment 
  36.     }
  37. }
  38.  
  39. smallcrossEnv
  40. {
  41.     cull disable
  42.     {
  43.         map textures/effects/envmaprail.tga
  44.         blendfunc add
  45.         tcMod scroll 1 0.1
  46.         tcGen environment 
  47.     }
  48. }
  49.  
  50. largecrossEnv
  51. {
  52.     cull disable
  53.     {
  54.         map textures/effects/largehelth.tga
  55.         blendfunc add
  56.         tcMod scroll 1 0.2
  57.         tcMod scale 0.5 0.5
  58.         tcGen environment 
  59.     }
  60. }
  61.  
  62. megacrossEnv
  63. {
  64.     cull disable
  65.     {
  66.         map textures/effects/megahelth.tga
  67.         blendfunc add
  68.         tcMod scroll 1 0.2
  69.         tcGen environment 
  70.     }
  71. }
  72.  
  73. powerups/quadi
  74. {
  75.     {
  76.         map textures/oafx/quadmultshell.tga
  77.         blendfunc gl_dst_color gl_src_color
  78.         tcMod rotate 53
  79.     }
  80. }
  81.  
  82. powerups/quad
  83. {
  84.     deformVertexes wave 100 sin 0.5 0 0 0 
  85.     {
  86.         map textures/oafx/quadshell.tga
  87.         blendfunc add
  88.         tcMod rotate 75
  89.         tcGen environment 
  90.     }
  91. }
  92.  
  93. powerups/quadWeapon
  94. {
  95.     deformVertexes wave 100 sin 0.5 0 0 0 
  96.     {
  97.         map textures/oafx/quadshell.tga
  98.         blendfunc add
  99.         tcMod rotate 75
  100.         tcGen environment 
  101.     }
  102. }
  103.  
  104. powerups/battleSuit
  105. {
  106.     deformVertexes wave 100 sin 0.5 0 0 0 
  107.     {
  108.         map textures/oafx/suitshell.tga
  109.         blendfunc add
  110.         tcMod rotate 75
  111.     }
  112. }
  113.  
  114. powerups/battleWeapon
  115. {
  116.     deformVertexes wave 100 sin 0.5 0 0 0 
  117.     {
  118.         map textures/oafx/suitshell.tga
  119.         blendfunc add
  120.         tcMod rotate 75
  121.     }
  122. }
  123.  
  124. powerups/regen
  125. {
  126.     deformVertexes wave 100 sin 0.5 0 0 0 
  127.     {
  128.         map textures/oafx/regenshell.tga
  129.         blendfunc add
  130.         tcMod rotate 75
  131.     }
  132. }
  133.  
  134.