home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2001 February / maximum-cd-2001-02.iso / Team Arena / TeamArenaDemo.exe / Main / pak0.pk3 / scripts / jim_test.shader < prev    next >
Encoding:
Text File  |  2000-11-22  |  5.0 KB  |  318 lines

  1. textures/skies/terrain1
  2. //used terrain ctf map
  3.  
  4. {
  5.     surfaceparm noimpact
  6.     surfaceparm nolightmap
  7.     surfaceparm sky
  8.  
  9.     q3map_sun    .8 .8 .6 80 190 80
  10.     q3map_surfacelight 65
  11.  
  12.     qer_editorimage textures/skies/toxicbluesky.tga
  13.  
  14.     skyparms - 512 -
  15.     
  16.     {
  17.         map textures/skies/bluedimclouds.tga
  18.         tcMod scale 3 2
  19.         tcMod scroll 0.15 0.15
  20.         depthWrite
  21.     }
  22.     {
  23.         map textures/skies/topclouds.tga
  24.         blendFunc GL_ONE GL_ONE
  25.         tcMod scale 3 3
  26.         tcMod scroll 0.05 0.05
  27.     }
  28. }
  29.  
  30. textures/skies/jimsky
  31. //used in tim_dm4
  32. {
  33.     surfaceparm noimpact
  34.     surfaceparm nolightmap
  35.     surfaceparm sky
  36.  
  37.     q3map_sun    1 1 1 300 120 75
  38.     //q3map_surfacelight 80
  39.     q3map_surfacelight 20
  40.  
  41.     qer_editorimage textures/skies/pjbasesky
  42.     //qer_editorimage textures/skies/toxicsky.tga
  43.  
  44.     skyparms - 4096 -
  45.     {
  46.         map textures/skies/dimclouds.tga
  47.         tcMod scroll 0.015 0.016
  48.         tcMod scale 3 3
  49.         depthWrite
  50.     }
  51.     {
  52.         map textures/skies/pjbasesky.tga
  53.         blendfunc GL_ONE GL_ONE
  54.         tcMod scroll -0.01 -0.012
  55.         tcMod scale 5 5
  56.     }
  57.     //{
  58.     //    map textures/skies/inteldimclouds.tga
  59.     //    tcMod scale 3 2
  60.     //    tcMod scroll 0.15 0.15
  61.     //    depthWrite
  62.     //}
  63.     //{
  64.     //    map textures/skies/intelredclouds.tga
  65.     //    blendFunc GL_ONE GL_ONE
  66.     //    tcMod scale 3 3
  67.     //    tcMod scroll 0.05 0.05
  68.     //}
  69. }
  70.  
  71. textures/proto2/jimtest_0
  72. {
  73.     surfaceparm nolightmap
  74.     {
  75.         map textures/proto2/jim/image1.tga
  76.         tcmod scale 1 1
  77.         rgbGen vertex
  78.     }
  79. }
  80.  
  81. textures/proto2/jimtest_1
  82. {
  83.     surfaceparm nolightmap
  84.     {
  85.         map textures/proto2/jim/image2.tga
  86.         rgbGen vertex
  87.         tcmod scale 1 1
  88.     }
  89. }
  90.  
  91. textures/proto2/jimtest_2
  92. {
  93.     surfaceparm nolightmap
  94.     {
  95.         map textures/proto2/jim/image3.tga
  96.         rgbGen vertex
  97.         tcmod scale 1 1
  98.     }
  99. }
  100.  
  101. textures/proto2/jimtest_3
  102. {
  103.     surfaceparm nolightmap
  104.     {
  105.         map textures/proto2/jim/image4.tga
  106.         tcmod scale 2 2
  107.         rgbGen vertex
  108.     }
  109. }
  110.  
  111. textures/proto2/jimtest_0to1
  112. {
  113.     surfaceparm nolightmap
  114.     {
  115.         map textures/proto2/jim/image1.tga
  116.         tcmod scale 1 1
  117.         rgbGen vertex
  118.         alphaGen vertex
  119.     }
  120.     {
  121.         map textures/proto2/jim/image2.tga
  122.         rgbGen vertex
  123.         alphaGen vertex
  124.         tcmod scale 1 1
  125.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  126.     }
  127. }
  128.  
  129. textures/proto2/jimtest_0to2
  130. {
  131.     surfaceparm nolightmap
  132.     {
  133.         map textures/proto2/jim/image1.tga
  134.         tcmod scale 1 1
  135.         rgbGen vertex
  136.         alphaGen vertex
  137.     }
  138.     {
  139.         map textures/proto2/jim/image3.tga
  140.         rgbGen vertex
  141.         alphaGen vertex
  142.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  143.         tcmod scale 1 1
  144.     }
  145. }
  146.  
  147. textures/proto2/jimtest_0to3
  148. {
  149.     surfaceparm nolightmap
  150.     {
  151.         map textures/proto2/jim/image1.tga
  152.         tcmod scale 1 1
  153.         rgbGen vertex
  154.         alphaGen vertex
  155.     }
  156.     {
  157.         map textures/proto2/jim/image4.tga
  158.         tcmod scale 2 2
  159.         rgbGen vertex
  160.         alphaGen vertex
  161.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  162.     }
  163. }
  164.  
  165. textures/proto2/jimtest_1to2
  166. {
  167.     surfaceparm nolightmap
  168.     {
  169.         map textures/proto2/jim/image2.tga
  170.         rgbGen vertex
  171.         alphaGen vertex
  172.         tcmod scale 1 1
  173.     }
  174.     {
  175.         map textures/proto2/jim/image3.tga
  176.         tcmod scale 1 1
  177.         rgbGen vertex
  178.         alphaGen vertex
  179.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  180.     }
  181. }
  182.  
  183. textures/proto2/jimtest_1to3
  184. {
  185.     surfaceparm nolightmap
  186.     {
  187.         map textures/proto2/jim/image2.tga
  188.         rgbGen vertex
  189.         alphaGen vertex
  190.         tcmod scale 1 1
  191.     }
  192.     {
  193.         map textures/proto2/jim/image4.tga
  194.         tcmod scale 2 2
  195.         rgbGen vertex
  196.         alphaGen vertex
  197.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  198.     }
  199. }
  200.  
  201. textures/proto2/jimtest_2to3
  202. {
  203.     surfaceparm nolightmap
  204.     {
  205.         map textures/proto2/jim/image3.tga
  206.         rgbGen vertex
  207.         alphaGen vertex
  208.         tcmod scale 1 1
  209.     }
  210.     {
  211.         map textures/proto2/jim/image4.tga
  212.         tcmod scale 2 2
  213.         rgbGen vertex
  214.         alphaGen vertex
  215.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  216.     }
  217. }
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235. textures/proto2/grassy_0
  236. {
  237.     surfaceparm nolightmap
  238.     {
  239.         map textures/proto2/jim/image2.tga
  240.         rgbGen vertex
  241.         tcmod scale 0.5 0.5
  242.     }
  243. }
  244.  
  245. textures/proto2/grassy_1
  246. {
  247.     surfaceparm nolightmap
  248.     {
  249.         map textures/proto2/jim/image3.tga
  250.         rgbGen vertex
  251.         tcmod scale 0.5 0.5
  252.     }
  253. }
  254.  
  255. textures/proto2/grassy_2
  256. {
  257.     surfaceparm nolightmap
  258.     {
  259.         map textures/proto2/jim/image4.tga
  260.         tcmod scale 0.5 0.5
  261.         rgbGen vertex
  262.     }
  263. }
  264.  
  265. textures/proto2/grassy_0to1
  266. {
  267.     surfaceparm nolightmap
  268.     {
  269.         map textures/proto2/jim/image2.tga
  270.         rgbGen vertex
  271.         alphaGen vertex
  272.         tcmod scale 0.5 0.5
  273.     }
  274.     {
  275.         map textures/proto2/jim/image3.tga
  276.         tcmod scale 0.5 0.5
  277.         rgbGen vertex
  278.         alphaGen vertex
  279.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  280.     }
  281. }
  282.  
  283. textures/proto2/grassy_0to2
  284. {
  285.     surfaceparm nolightmap
  286.     {
  287.         map textures/proto2/jim/image2.tga
  288.         rgbGen vertex
  289.         alphaGen vertex
  290.         tcmod scale 0.5 0.5
  291.     }
  292.     {
  293.         map textures/proto2/jim/image4.tga
  294.         tcmod scale 0.5 0.5
  295.         rgbGen vertex
  296.         alphaGen vertex
  297.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  298.     }
  299. }
  300.  
  301. textures/proto2/grassy_1to2
  302. {
  303.     surfaceparm nolightmap
  304.     {
  305.         map textures/proto2/jim/image3.tga
  306.         rgbGen vertex
  307.         alphaGen vertex
  308.         tcmod scale 0.5 0.5
  309.     }
  310.     {
  311.         map textures/proto2/jim/image4.tga
  312.         tcmod scale 0.5 0.5
  313.         rgbGen vertex
  314.         alphaGen vertex
  315.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  316.     }
  317. }
  318.