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

  1. textures/pulchr_skies/aa-sky-shader-01
  2. {
  3.     qer_editorimage textures/pulchr_skies/skypulchr01.tga
  4.     surfaceparm noimpact
  5.     surfaceparm nolightmap
  6.     surfaceparm sky
  7.     q3map_surfacelight 175
  8.     q3map_sun 0.87451 0.835294 1 150 176 80
  9.     skyParms - 512 -
  10.     {
  11.         map textures/pulchr_skies/skypulchr01.tga
  12.         tcMod scale 1 1
  13.         tcMod scroll 0.2 0.2
  14.         depthWrite
  15.     }
  16.     {
  17.         map textures/pulchr_skies/skypulchr02.tga
  18.         blendfunc add
  19.         tcMod scale 2 2
  20.         tcMod scroll 0.05 0.05
  21.     }
  22. }
  23.  
  24. textures/pulchr_sfx/aa-jump-casing
  25. {
  26.     qer_editorimage textures/pulchr_sfx/jumppad-casing.tga
  27.     surfaceparm nolightmap
  28.     surfaceparm nomarks
  29.     surfaceparm trans
  30.     q3map_surfacelight 100
  31.     {
  32.         map textures/pulchr_sfx/jumppad-casing.tga
  33.         blendfunc add
  34.     }
  35. }
  36.  
  37. textures/pulchr_light/light-blue-1k
  38. {
  39.     qer_editorimage textures/pulchr_light/light-blue-base.tga
  40.     q3map_lightimage textures/pulchr_light/light-blue-on.tga
  41.     surfaceparm nomarks
  42.     q3map_surfacelight 1000
  43.     {
  44.         map $lightmap 
  45.         rgbGen identity
  46.         tcGen lightmap 
  47.     }
  48.     {
  49.         map textures/pulchr_light/light-blue-base.tga
  50.         blendfunc filter
  51.         rgbGen identity
  52.     }
  53.     {
  54.         map textures/pulchr_light/light-blue-on.tga
  55.         blendfunc add
  56.         rgbGen wave sin 0.6 0.1 0.1 0.1 
  57.     }
  58. }
  59.  
  60. textures/pulchr_light/light-red-1k
  61. {
  62.     qer_editorimage textures/pulchr_light/light-red-base.tga
  63.     q3map_lightimage textures/pulchr_light/light-red-on.tga
  64.     surfaceparm nomarks
  65.     q3map_surfacelight 1000
  66.     {
  67.         map $lightmap 
  68.         rgbGen identity
  69.         tcGen lightmap 
  70.     }
  71.     {
  72.         map textures/pulchr_light/light-red-base.tga
  73.         blendfunc filter
  74.         rgbGen identity
  75.     }
  76.     {
  77.         map textures/pulchr_light/light-red-on.tga
  78.         blendfunc add
  79.         rgbGen wave sin 0.6 0.1 0.1 0.1 
  80.     }
  81. }
  82.  
  83. textures/pulchr_sfx/beam-blue-shader
  84. {
  85.     qer_editorimage textures/pulchr_sfx/beam-blue.tga
  86.     surfaceparm nolightmap
  87.     surfaceparm nomarks
  88.     surfaceparm nonsolid
  89.     surfaceparm trans
  90.     cull disable
  91.     nomipmaps
  92.     q3map_surfacelight 40
  93.     {
  94.         map textures/pulchr_sfx/beam-blue.tga
  95.         blendfunc add
  96.     }
  97. }
  98.  
  99. textures/pulchr_sfx/beam-red-shader
  100. {
  101.     qer_editorimage textures/pulchr_sfx/beam-red.tga
  102.     surfaceparm nolightmap
  103.     surfaceparm nomarks
  104.     surfaceparm nonsolid
  105.     surfaceparm trans
  106.     cull disable
  107.     nomipmaps
  108.     q3map_surfacelight 40
  109.     {
  110.         map textures/pulchr_sfx/beam-red.tga
  111.         blendfunc add
  112.     }
  113. }
  114.  
  115. textures/pulchr_sfx/beam-grellow-shader
  116. {
  117.     qer_editorimage textures/pulchr_sfx/beam-grellow.tga
  118.     surfaceparm nolightmap
  119.     surfaceparm nomarks
  120.     surfaceparm nonsolid
  121.     surfaceparm trans
  122.     cull disable
  123.     nomipmaps
  124.     q3map_surfacelight 40
  125.     {
  126.         map textures/pulchr_sfx/beam-grellow.tga
  127.         blendfunc add
  128.     }
  129. }
  130.  
  131.