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

  1. logoTitle
  2. {
  3.     cull disable
  4.     {
  5.         map textures/oafx/burnme.tga
  6.         blendfunc add
  7.         tcMod scroll 0 0.1
  8.     }
  9.     {
  10.         map textures/oafx/burnme.tga
  11.         blendfunc add
  12.         rgbGen wave noise 0 0.1 0 7 
  13.         tcMod scroll 0 -0.03
  14.     }
  15.     {
  16.         map textures/oafx/burnme.tga
  17.         blendfunc add
  18.         rgbGen wave sin 0 2 0 0.14 
  19.         tcMod scroll 0 -0.08
  20.     }
  21. }
  22.  
  23. logoEmblem
  24. {
  25.     cull disable
  26.     {
  27.         map textures/oafx/orangechrm_2.tga
  28.         tcMod rotate 7
  29.         tcGen environment 
  30.     }
  31. }
  32.  
  33. logoHalo
  34. {
  35.     deformVertexes autosprite
  36.     {
  37.         clampmap textures/oafx/flare.tga
  38.         blendfunc add
  39.         rgbGen const ( 0.960784 0.360784 0.160784 )
  40.         tcMod rotate -7
  41.     }
  42.     {
  43.         clampmap textures/oafx/flare.tga
  44.         blendfunc add
  45.         rgbGen const ( 0.960784 0.360784 0.160784 )
  46.         tcMod rotate 3
  47.         tcMod stretch sin 1 -0.5 0 0.3 
  48.     }
  49.     {
  50.         clampmap textures/oafx/flare.tga
  51.         blendfunc add
  52.         rgbGen const ( 0.960784 0.360784 0.160784 )
  53.         tcMod rotate 9
  54.         tcMod stretch sin 1 0.4 0 0.6 
  55.     }
  56. }
  57.  
  58. menu/art/cut_frame
  59. {
  60.     {
  61.         map menu/art/cutred.tga
  62.         blendfunc filter
  63.     }
  64.     {
  65.         map menu/art/cut_frame.tga
  66.         blendfunc blend
  67.     }
  68. }
  69.  
  70. menu/art/addbotframe
  71. {
  72.     {
  73.         map menu/art/addbotred.tga
  74.         blendfunc filter
  75.     }
  76.     {
  77.         map menu/art/addbotframe.tga
  78.         blendfunc blend
  79.     }
  80. }
  81.  
  82.