home *** CD-ROM | disk | FTP | other *** search
/ Net Power 2000 #2 / NetCD2.iso / Demogame / Quake3 / q3ademo.exe / Main / pak0.pk3 / scripts / sky.shader < prev    next >
Encoding:
Text File  |  1999-11-29  |  35.1 KB  |  1,931 lines

  1. // q3map_sun <red> <green> <blue> <intensity> <degrees> <elevation>
  2. // color will be normalized, so it doesn't matter what range you use
  3. // intensity falls off with angle but not distance 100 is a fairly bright sun
  4. // degree of 0 = from the east, 90 = north, etc.  altitude of 0 = sunrise/set, 90 = noon
  5.  
  6. // skyparms work like this: 
  7.  
  8. textures/skies/xtoxicsky_q3ctf3
  9. {
  10.     surfaceparm noimpact
  11.     surfaceparm nolightmap
  12.     surfaceparm sky
  13.     qer_editorimage textures/skies/toxicbluesky.tga
  14.     q3map_surfacelight 500
  15.     q3map_sun    1 1 0.5 150    30 60
  16.     skyparms - 512 -
  17.     {
  18.         map textures/skies/bluedimclouds.tga
  19.         tcMod scale 3 2
  20.         tcMod scroll 0.15 0.15
  21.         depthWrite
  22.     }
  23.     {
  24.         map textures/skies/topclouds.tga
  25.         blendFunc GL_ONE GL_ONE
  26.         tcMod scale 3 3
  27.         tcMod scroll 0.05 0.05
  28.     }
  29. }
  30.  
  31.  
  32. //*******************************************************
  33. //*              Protoskyboxattempt  
  34. //*******************************************************
  35. textures/skies/skybox
  36. {
  37.     surfaceparm noimpact
  38.     surfaceparm nolightmap
  39.     surfaceparm sky
  40.         q3map_lightimage textures/skies/stars.tga
  41.     q3map_sun    1 1 1 100 -58 58
  42.     q3map_surfacelight 400
  43.  
  44.         skyparms env/space1 - -
  45.        {
  46.         map textures/skies/killsky_2.tga
  47.         blendfunc GL_ONE GL_ONE
  48.         tcMod scroll 0.05 0.06
  49.         tcMod scale 3 2
  50.     }
  51. }
  52.  
  53.  
  54. textures/skies/xtoxicskytim_q3dm5
  55. //used in tim_dm2
  56.  
  57. {
  58.     surfaceparm noimpact
  59.     surfaceparm nolightmap
  60.     surfaceparm sky
  61.  
  62. //    q3map_sun    .5 .6 .8 100 190 75
  63. //    q3map_surfacelight 120
  64.  
  65.     q3map_surfacelight 400
  66.     q3map_sun    .5 .6 .8 150 30 60
  67.  
  68.  
  69.     qer_editorimage textures/skies/toxicbluesky.tga
  70.  
  71.     skyparms - 512 -
  72. //    skyparms - 512 full
  73.  
  74.     //cloudparms 512 full
  75.     {
  76.         map textures/skies/bluedimclouds.tga
  77.         tcMod scale 3 2
  78.         tcMod scroll 0.15 0.15
  79.         depthWrite
  80.     }
  81.     {
  82.         map textures/skies/topclouds.tga
  83.         blendFunc GL_ONE GL_ONE
  84.         tcMod scale 3 3
  85.         tcMod scroll 0.05 0.05
  86.     }
  87. }
  88.  
  89. textures/skies/blacksky
  90. {
  91.     qer_editorimage textures/skies/blacksky.tga
  92.     surfaceparm noimpact
  93.     surfaceparm nolightmap
  94.     surfaceparm sky
  95.     //skyparms env/q3sky_red1 - -
  96.     //skyparms env/kmnight - -
  97.     //skyparms env/black - -
  98.     q3map_surfacelight 25
  99.     q3map_lightsubdivide 512
  100.     q3map_sun    1 1 1 32    90 90
  101.     {
  102.         map    gfx/colors/black.tga
  103.     }
  104. }
  105.  
  106. textures/skies/xblacksky
  107. {
  108.     qer_editorimage textures/skies/blacksky.tga
  109.     surfaceparm noimpact
  110.     surfaceparm nolightmap
  111.     surfaceparm sky
  112.     //skyparms env/q3sky_red1 - -
  113.     //skyparms env/kmnight - -
  114.     //skyparms env/black - -
  115.     q3map_surfacelight 300
  116.     q3map_lightsubdivide 512
  117.     q3map_sun    1 1 1 32    45 90
  118.     {
  119.         map    gfx/colors/black.tga
  120.     }
  121. }
  122.  
  123.  
  124. textures/skies/xblacksky_dm7
  125. {
  126.     qer_editorimage textures/skies/blacksky.tga
  127.     surfaceparm noimpact
  128.     surfaceparm nolightmap
  129.     surfaceparm sky
  130.     //skyparms env/q3sky_red1 - -
  131.     //skyparms env/kmnight - -
  132.     //skyparms env/black - -
  133. //    q3map_surfacelight 300
  134. //    q3map_lightsubdivide 512
  135. //    q3map_sun    1 1 1 32    45 90
  136.     {
  137.         map    gfx/colors/black.tga
  138.     }
  139. }
  140.  
  141. textures/skies/stars_arena7
  142. {
  143.     qer_editorimage textures/skies/stars.tga
  144.  
  145.     surfaceparm sky
  146.     surfaceparm noimpact
  147.     surfaceparm nolightmap
  148.  
  149.     q3map_surfacelight 10
  150.     q3map_sun .6 .6 .6 30 35 78
  151.  
  152.     skyparms env/black - -
  153. }
  154.  
  155. textures/skies/killsky
  156. {
  157.     qer_editorimage textures/skies/stars.tga
  158.     surfaceparm noimpact
  159.     surfaceparm nomarks
  160.     surfaceparm nolightmap
  161.     surfaceparm sky
  162.  
  163.     q3map_sun 3 2 2 70 315 65
  164.     q3map_surfacelight 75
  165.     skyparms - 512 -
  166.  
  167.     //cloudparms 512 full
  168.     //lightning
  169.  
  170.     {
  171.         map textures/skies/killsky_1.tga
  172.         tcMod scroll 0.05 .1
  173.         tcMod scale 2 2
  174.     }
  175.     {
  176.         map textures/skies/killsky_2.tga
  177.         blendfunc GL_ONE GL_ONE
  178.         tcMod scroll 0.05 0.06
  179.         tcMod scale 3 2
  180.     }
  181. }
  182.  
  183. textures/skies/tim_km2
  184. {
  185.     qer_editorimage textures/skies/stars_red.tga
  186.     surfaceparm noimpact
  187.     surfaceparm nomarks
  188.     surfaceparm nolightmap
  189.     surfaceparm sky
  190.  
  191.     q3map_sun .5 .37 .19 90 315 40
  192.  
  193.     //q3map_sun 1 .37 .19 70 30 70
  194.     q3map_surfacelight 80
  195.     skyparms - 512 -
  196.  
  197.     //cloudparms 512 full
  198.     //lightning
  199.  
  200.     {
  201.         map textures/skies/killsky_1.tga
  202.         tcMod scroll 0.05 .1
  203.         tcMod scale 2 2
  204.         depthWrite
  205.     }
  206.     {
  207.         map textures/skies/killsky_2.tga
  208.         blendfunc GL_ONE GL_ONE
  209.         tcMod scroll 0.05 0.06
  210.         tcMod scale 3 2
  211.     }
  212. }
  213.  
  214. textures/skies/tim_hell
  215. {
  216.     qer_editorimage textures/skies/stars_red.tga
  217.     surfaceparm noimpact
  218.     surfaceparm nomarks
  219.     surfaceparm nolightmap
  220.     surfaceparm sky
  221.  
  222.     q3map_sun 1 .77 .77 80 315 70
  223.     //q3map_sun .5 .37 .19 80 315 70
  224.  
  225.     //q3map_sun 1 .37 .19 85 30 70
  226.     q3map_surfacelight 130
  227.     skyparms - 384 -
  228.  
  229.     //cloudparms 512 full
  230.     //lightning
  231.  
  232.     {
  233.         map textures/skies/killsky_1.tga
  234.         tcMod scroll 0.05 .1
  235.         tcMod scale 2 2
  236.         depthWrite
  237.     }
  238.     {
  239.         map textures/skies/killsky_2.tga
  240.         blendfunc GL_ONE GL_ONE
  241.         tcMod scroll 0.05 0.06
  242.         tcMod scale 3 2
  243.     }
  244. }
  245.  
  246. textures/skies/tim_dm3_red
  247. {
  248.     qer_editorimage textures/skies/stars_red.tga
  249.     surfaceparm noimpact
  250.     surfaceparm nomarks
  251.     surfaceparm nolightmap
  252.     surfaceparm sky
  253.  
  254.     q3map_sun .5 .37 .19 70 30 70
  255.  
  256.     //q3map_sun 1 .37 .19 70 30 70
  257.     q3map_surfacelight 80
  258.     skyparms - 512 -
  259.  
  260.     //cloudparms 512 full
  261.     //lightning
  262.  
  263.     {
  264.         map textures/skies/killsky_1.tga
  265.         tcMod scroll 0.05 .1
  266.         tcMod scale 2 2
  267.         depthWrite
  268.     }
  269.     {
  270.         map textures/skies/killsky_2.tga
  271.         blendfunc GL_ONE GL_ONE
  272.         tcMod scroll 0.05 0.06
  273.         tcMod scale 3 2
  274.     }
  275. }
  276.  
  277. textures/skies/tim_dm14
  278. {
  279.     qer_editorimage textures/skies/stars.tga
  280.     surfaceparm noimpact
  281.     surfaceparm nomarks
  282.     surfaceparm nolightmap
  283.     surfaceparm sky
  284.  
  285.     q3map_sun 3 2 2 90 314 60
  286.     q3map_surfacelight  80 
  287.     skyparms - 512 -
  288.  
  289.     //cloudparms 512 full
  290.     //lightning
  291.  
  292.     {
  293.         map textures/skies/killsky_1.tga
  294.         tcMod scroll 0.05 .1
  295.         tcMod scale 2 2
  296.         depthWrite
  297.     }
  298.     {
  299.         map textures/skies/killsky_2.tga
  300.         blendfunc GL_ONE GL_ONE
  301.         tcMod scroll 0.05 0.06
  302.         tcMod scale 3 2
  303.     }
  304. }
  305.  
  306. textures/skies/tim_dm14red
  307. // test sky for q3dm15b
  308. {
  309.     qer_editorimage textures/skies/stars_red.tga
  310.     surfaceparm noimpact
  311.     surfaceparm nomarks
  312.     surfaceparm nolightmap
  313.     surfaceparm sky
  314.  
  315.     q3map_sun .5 .37 .19 70 314 60
  316.  
  317.     //q3map_sun 1 .37 .19 70 30 70
  318.     q3map_surfacelight 80
  319.     skyparms - 512 -
  320.  
  321.     {
  322.         map textures/skies/killsky_1.tga
  323.         tcMod scroll 0.05 .1
  324.         tcMod scale 2 2
  325.         depthWrite
  326.     }
  327.     {
  328.         map textures/skies/killsky_2.tga
  329.         blendfunc GL_ONE GL_ONE
  330.         tcMod scroll 0.05 0.06
  331.         tcMod scale 3 2
  332.     }
  333. }
  334.  
  335. textures/skies/hellsky
  336. {
  337.     surfaceparm noimpact
  338.     surfaceparm nomarks
  339.     surfaceparm nolightmap
  340.     surfaceparm sky
  341.  
  342.     q3map_sun 4 3 3 65 290 75
  343.     q3map_surfacelight 50
  344.     skyparms - 512 -
  345.  
  346.     {
  347.         map textures/skies/dimclouds.tga
  348.         tcMod scroll 0.05 0
  349.         tcMod scale 2 2
  350.         depthWrite
  351.     }
  352.     //{
  353.     //    map textures/skies/dimclouds.tga
  354.     //    blendfunc GL_ONE GL_ONE
  355.     //    tcMod scroll 0.05 0.06
  356.         //tcMod scale 1 1
  357.     //}
  358. }
  359.  
  360. textures/skies/toxicsky
  361. {
  362.     surfaceparm noimpact
  363.     surfaceparm nolightmap
  364.     surfaceparm sky
  365.  
  366.     q3map_surfacelight 80
  367.     q3map_sun    1 1 0.5 100    30 60
  368.  
  369. //    cloudparms 512 full
  370.  
  371.     skyparms - 512 -
  372.  
  373.     {
  374.         map textures/skies/inteldimclouds.tga
  375.         tcMod scroll 0.1 0.1
  376.         tcMod scale 3 2
  377.         depthWrite
  378.     }
  379.     {
  380.         map textures/skies/intelredclouds.tga
  381.         blendFunc GL_ONE GL_ONE
  382.         tcMod scroll 0.05 0.05
  383.         tcMod scale 3 3
  384.     }
  385. }
  386.  
  387. textures/skies/xtoxicsky_dm3
  388. {
  389.     surfaceparm noimpact
  390.     surfaceparm nolightmap
  391.     surfaceparm sky
  392.  
  393.     qer_editorimage textures/skies/toxicsky.tga
  394.  
  395.     q3map_surfacelight 400
  396.     q3map_sun    1 1 0.5 150    30 60
  397. //    q3map_sun    1 1 0.5 150    200 85
  398.     skyparms - 512 -
  399.  
  400.     {
  401.         map textures/skies/inteldimclouds.tga
  402.         tcMod scroll 0.1 0.1
  403.         tcMod scale 3 2
  404.         depthWrite
  405.     }
  406.     {
  407.         map textures/skies/intelredclouds.tga
  408.         blendFunc GL_ONE GL_ONE
  409.         tcMod scroll 0.05 0.05
  410.         tcMod scale 3 3
  411.     }
  412. }
  413.  
  414.  
  415.  
  416. textures/skies/xtoxicsky_dm9
  417. {
  418.     surfaceparm noimpact
  419.     surfaceparm nolightmap
  420.     surfaceparm sky
  421.  
  422.     qer_editorimage textures/skies/toxicsky.tga
  423.  
  424.     q3map_surfacelight 400
  425.     q3map_sun    1 1 0.5 150    30 60
  426.     skyparms - 512 -
  427.  
  428.     {
  429.         map textures/skies/inteldimclouds.tga
  430.         tcMod scroll 0.1 0.1
  431.         tcMod scale 3 2
  432.         depthWrite
  433.     }
  434.     {
  435.         map textures/skies/intelredclouds.tga
  436.         blendFunc GL_ONE GL_ONE
  437.         tcMod scroll 0.05 0.05
  438.         tcMod scale 3 3
  439.     }
  440. }
  441.  
  442. textures/skies/xtoxicsky_ctf
  443. {
  444.     surfaceparm noimpact
  445.     surfaceparm nolightmap
  446.     surfaceparm sky
  447.  
  448.     qer_editorimage textures/skies/toxicsky.tga
  449.  
  450.     q3map_surfacelight 500
  451.     q3map_sun    1 1 0.5 150    30 60
  452.     skyparms - 512 -
  453.  
  454.     {
  455.         map textures/skies/inteldimclouds.tga
  456.         tcMod scroll 0.1 0.1
  457.         tcMod scale 3 2
  458.         depthWrite
  459.     }
  460.     {
  461.         map textures/skies/intelredclouds.tga
  462.         blendFunc GL_ONE GL_ONE
  463.         tcMod scroll 0.05 0.05
  464.         tcMod scale 3 3
  465.     }
  466. }
  467.  
  468. textures/skies/xtoxicsky_tourney
  469. {
  470.     surfaceparm noimpact
  471.     surfaceparm nolightmap
  472.     surfaceparm sky
  473.  
  474.     qer_editorimage textures/skies/toxicsky.tga
  475.  
  476.     q3map_surfacelight 495
  477. //    q3map_sun    1 1 0.5 150    55 60
  478.     q3map_sun    1 1 0.5 150    75 60
  479.     skyparms - 512 -
  480.  
  481.     {
  482.         map textures/skies/inteldimclouds.tga
  483.         tcMod scroll 0.1 0.1
  484.         tcMod scale 3 2
  485.         depthWrite
  486.     }
  487.     {
  488.         map textures/skies/intelredclouds.tga
  489.         blendFunc GL_ONE GL_ONE
  490.         tcMod scroll 0.05 0.05
  491.         tcMod scale 3 3
  492.     }
  493. }
  494.  
  495. textures/skies/nightsky_xian_dm1
  496. {
  497.     surfaceparm sky
  498.     surfaceparm noimpact
  499.     surfaceparm nolightmap
  500.  
  501.     q3map_surfacelight 300
  502.     q3map_sun 1 1 1 100 -41 58
  503.  
  504.     qer_editorimage textures/skies/nightsky_nocloud.tga
  505. //        skyparms env/space1 - -
  506.  
  507.  
  508.     skyparms env/xnight2 - -
  509. }
  510.  
  511. textures/skies/nightsky_xian_dm2
  512. {
  513.     surfaceparm sky
  514.     surfaceparm noimpact
  515.     surfaceparm nolightmap
  516.  
  517.     q3map_surfacelight 200
  518.     q3map_sun 1 1 1 100 -41 58
  519.  
  520.     qer_editorimage textures/skies/nightsky_nocloud.tga
  521.  
  522.     sky    env/xnight2
  523. }
  524.  
  525. textures/skies/nightsky_xian_dm3
  526. {
  527.     surfaceparm sky
  528.     surfaceparm noimpact
  529.     surfaceparm nolightmap
  530.  
  531.     q3map_surfacelight 500
  532.     q3map_sun 1 1 1 100 -41 58
  533.  
  534.     qer_editorimage textures/skies/nightsky_nocloud.tga
  535.  
  536.     sky    env/xnight2
  537. }
  538.  
  539. textures/skies/nightsky_xian_dm15
  540. {
  541.     qer_editorimage textures/skies/nightsky_nocloud.tga
  542.     surfaceparm nolightmap
  543.     surfaceparm sky
  544.     surfaceparm noimpact
  545.  
  546.     q3map_surfacelight 900
  547.     q3map_sun 1 1 1 100 -58 58
  548.     skyparms env/xnight2 - -
  549.  
  550. //    q3map_sun 1 1 1 100 -41 58
  551. //    q3map_sun 1 1 1 100 -49 58
  552.  
  553. }
  554.  
  555.  
  556.  
  557. textures/skies/xblacksky
  558. {
  559.     qer_editorimage textures/skies/blacksky.tga
  560.     surfaceparm noimpact
  561.     surfaceparm nolightmap
  562.     surfaceparm sky
  563.  
  564.     q3map_surfacelight 2
  565.     q3map_sun    0.2 0.2 0.3 80 -55 75
  566.  
  567. }
  568.  
  569. textures/skies/xtoxicsky_dm4
  570. {
  571.     surfaceparm noimpact
  572.     surfaceparm nolightmap
  573.     surfaceparm sky
  574.  
  575.     q3map_surfacelight 80
  576.     q3map_sun    1 1 0.95 50 40 90
  577.  
  578.     qer_editorimage textures/skies/toxicsky.tga
  579.  
  580.     //sky env/hell2
  581.     cloudparms 512 full
  582.     //lightning
  583.     {
  584.         map textures/skies/inteldimclouds.tga
  585.         tcMod scroll 0.1 0.1
  586.         tcMod scale 3 2
  587.         depthWrite
  588.     }
  589.     {
  590.         map textures/skies/intelredclouds.tga
  591.         blendFunc GL_ONE GL_ONE
  592.         tcMod scroll 0.05 0.05
  593.         tcMod scale 3 3
  594.     }
  595. }
  596.  
  597.  
  598. textures/skies/xtoxicsky_dm14
  599. {
  600.     surfaceparm noimpact
  601.     surfaceparm nolightmap
  602.     surfaceparm sky
  603.  
  604.     q3map_surfacelight 800
  605. //    q3map_sun    1 1 0.5 100    75 45
  606. //    q3map_sun    1 1 0.85 100    140 85
  607.     q3map_sun    1 1 0.85 100    90 90
  608.  
  609.  
  610.     qer_editorimage textures/skies/toxicsky.tga
  611.  
  612.     skyparms - 512 -
  613.     {
  614.         map textures/skies/inteldimclouds.tga
  615.         tcMod scroll 0.1 0.1
  616.         tcMod scale 3 2
  617.         depthWrite
  618.     }
  619.     {
  620.         map textures/skies/intelredclouds.tga
  621.         blendFunc GL_ONE GL_ONE
  622.         tcMod scroll 0.05 0.05
  623.         tcMod scale 3 3
  624.     }
  625. }
  626.  
  627.  
  628. textures/skies/xtoxicsky_90_60
  629. {
  630.     surfaceparm noimpact
  631.     surfaceparm nolightmap
  632.     surfaceparm sky
  633.  
  634.     q3map_surfacelight 80
  635. //    q3map_sun    1 1 0.5 100    75 45
  636.     q3map_sun    1 1 0.5 200    160 70
  637.     qer_editorimage textures/skies/toxicsky.tga
  638.  
  639.     //sky env/hell2
  640.     cloudparms 512 full
  641.     //lightning
  642.     {
  643.         map textures/skies/inteldimclouds.tga
  644.         tcMod scroll 0.1 0.1
  645.         tcMod scale 3 2
  646.         depthWrite
  647.     }
  648.     {
  649.         map textures/skies/intelredclouds.tga
  650.         blendFunc GL_ONE GL_ONE
  651.         tcMod scroll 0.05 0.05
  652.         tcMod scale 3 3
  653.     }
  654. }
  655.  
  656. textures/skies/space_holder
  657. {
  658.     qer_editorimage textures/skies/space_holder.tga
  659.     //surfaceparm sky
  660.     surfaceparm noimpact
  661.     //q3map_surfacelight 300
  662.     surfaceparm nolightmap
  663.     sky    env/space1
  664. }
  665. textures/skies/nightsky_nocloud_600
  666. {
  667.     qer_editorimage textures/skies/nightsky_nocloud.tga
  668.     surfaceparm sky
  669.     surfaceparm noimpact
  670.     q3map_surfacelight 600
  671.     surfaceparm nolightmap
  672.     sky    env/xnight2
  673. }
  674. textures/skies/nightsky_nocloud_100
  675. {
  676.     qer_editorimage textures/skies/nightsky_nocloud.tga
  677.     surfaceparm sky
  678.     surfaceparm noimpact
  679.     //q3map_surfacelight 100
  680.     q3map_sun 1 1 1 100 -41 58
  681.     q3map_surfacelight 300
  682.     surfaceparm nolightmap
  683.     sky    env/xnight2
  684. }
  685. textures/skies/nightsky_nocloud_200
  686. {
  687.     qer_editorimage textures/skies/nightsky_nocloud.tga
  688.     surfaceparm sky
  689.     surfaceparm noimpact
  690.     q3map_surfacelight 200
  691.     surfaceparm nolightmap
  692.     sky    env/xnight2
  693. }
  694.  
  695. textures/skies/nightsky_nocloud_1000
  696. {
  697.     qer_editorimage textures/skies/nightsky_nocloud.tga
  698.     surfaceparm sky
  699.     surfaceparm noimpact
  700.     q3map_surfacelight 1000
  701.     surfaceparm nolightmap
  702.     sky    env/xnight2
  703. }
  704.  
  705. textures/skies/nightsky_nocloud_500
  706. {
  707.     qer_editorimage textures/skies/nightsky_nocloud.tga
  708.     surfaceparm sky
  709.     surfaceparm noimpact
  710.     q3map_surfacelight 500
  711.     surfaceparm nolightmap
  712.     sky    env/xnight2
  713. }
  714. textures/skies/nightsky_nocloud_400
  715. {
  716.     qer_editorimage textures/skies/nightsky_nocloud.tga
  717.     surfaceparm sky
  718.     surfaceparm noimpact
  719.     q3map_surfacelight 400
  720.     surfaceparm nolightmap
  721.     sky    env/xnight2
  722. }
  723. textures/skies/nightsky_nocloud
  724. {
  725.     surfaceparm sky
  726.     surfaceparm noimpact
  727.     q3map_surfacelight 350
  728.     surfaceparm nolightmap
  729.     sky    env/xnight2
  730. }
  731. textures/skies/hellredclouds
  732. {
  733.     surfaceparm noimpact
  734.     surfaceparm nolightmap
  735.     surfaceparm sky
  736.     q3map_globaltexture
  737.     q3map_lightsubdivide 512 
  738.  
  739.     q3map_sun 5 2 2 60 135 90
  740.     q3map_surfacelight 80
  741.  
  742.     skyparms - 512 -
  743.  
  744.     {
  745.         map textures/skies/redclouds.tga
  746.         tcMod scroll 0.02 0
  747.         tcMod scale 2 2
  748.     }
  749.     {
  750.         map textures/skies/lightningsky8_kc.tga
  751.         blendfunc GL_ONE GL_ONE
  752.         tcMod scale 10 10
  753.         tcMod scroll .2 .2
  754.     }    
  755.     {
  756.         map textures/skies/redcloudsa.tga
  757.         blendFunc GL_ONE GL_ONE
  758.         tcMod scale 3 3
  759.         tcMod scroll 0.02 0.01
  760.     }
  761.  
  762.  
  763. }
  764. textures/skies/hellskybright
  765. {
  766.     surfaceparm noimpact
  767.     surfaceparm nolightmap
  768.     surfaceparm sky
  769.  
  770.     q3map_sun 4 3 3 80 45 75
  771.     q3map_surfacelight 60
  772.  
  773.     skyparms - 512 -
  774.     {
  775.         map textures/skies/dimclouds.tga
  776.         //blendFunc GL_ONE GL_ONE
  777.         tcMod scroll 0.05 0
  778.         //tcMod scroll 0 0
  779.         tcMod scale 2 2
  780.         depthWrite
  781.     }
  782.     {
  783.         map textures/skies/redclouds.tga
  784.         //blendFunc GL_DST_COLOR GL_ZERO
  785.         blendFunc GL_ONE GL_ONE
  786.         tcMod scroll 0.05 0.06
  787.         tcMod scale 1 1
  788.     }
  789. }
  790. //Old sky, should be replaced with toxicsky
  791. textures/skies/hellsky2
  792. {
  793.     surfaceparm noimpact
  794.     surfaceparm nolightmap
  795.     surfaceparm sky
  796.  
  797.     q3map_sun .9 .9 1 70 65 78
  798.     q3map_surfacelight 60
  799.     skyparms - 512 -
  800.     {
  801.         map textures/skies/dimclouds.tga
  802.         tcMod scroll 0.02 0
  803.         tcMod scale 1 1
  804.         depthWrite
  805.     }
  806.     {
  807.         map textures/skies/dimclouds.tga
  808.         blendFunc GL_ONE GL_ONE
  809.         tcMod scroll 0.02 0.01
  810.         tcMod scale 3 3
  811.     }
  812.  
  813. }
  814. textures/skies/hellsky2bright
  815. {
  816.     surfaceparm noimpact
  817.     surfaceparm nolightmap
  818.     surfaceparm sky
  819.  
  820.     q3map_sun    1 1 1 100 220 50
  821.     q3map_surfacelight 120
  822.  
  823.     qer_editorimage textures/skies/toxicsky.tga
  824.  
  825.     skyparms - 512 -
  826.     {
  827.         map textures/skies/inteldimclouds.tga
  828.         tcMod scale 3 2
  829.         tcMod scroll 0.15 0.15
  830.         depthWrite
  831.     }
  832.     {
  833.         map textures/skies/intelredclouds.tga
  834.         blendFunc GL_ONE GL_ONE
  835.         tcMod scale 3 3
  836.         tcMod scroll 0.05 0.05
  837.     }
  838. }
  839.  
  840. textures/skies/hellsky
  841. {
  842.     surfaceparm noimpact
  843.     surfaceparm nolightmap
  844.     surfaceparm sky
  845.  
  846.     q3map_sun 5 3 3 60 290 75
  847.     q3map_surfacelight 90
  848.  
  849.     cloudparms 512 full
  850.     lightning
  851.  
  852.     {
  853.         map textures/skies/redclouds.tga
  854.         tcMod scroll 0.05 0
  855.         tcMod scale 2 2
  856.         depthWrite
  857.     }
  858.     {
  859.         map textures/skies/dimclouds.tga
  860.         blendfunc GL_ONE GL_ONE
  861.         tcMod scroll 0.05 0.06
  862.         tcMod scale 1 1
  863.     }
  864. }
  865. textures/hell/newhell
  866. {
  867.     surfaceparm noimpact
  868.     surfaceparm nolightmap
  869.     surfaceparm sky
  870.     q3map_surfacelight 200
  871.  
  872.     sky env/hell2
  873.     cloudparms 512 full
  874.     lightning
  875.  
  876.     {
  877.         map env/redcloudsa.tga
  878.         blendFunc GL_ONE GL_ONE
  879.         tcMod scroll 0.05 0
  880.         tcMod scale 2 2
  881.     }
  882.     {
  883.         map env/redclouds.tga
  884.         blendFunc GL_DST_COLOR GL_ZERO
  885.         tcMod scroll 0.05 0.06
  886.         tcMod scale 1 1
  887.     }
  888. }
  889.  
  890. //*******************************************************
  891. //*              Jaquays/steed  environment test 1
  892. //*******************************************************
  893. //textures/skies/red_enviro1
  894. //{
  895. //    qer_editorimage textures/test/q3envtest.tga
  896.  
  897. //    surfaceparm noimpact
  898. //    surfaceparm nolightmap
  899. //    surfaceparm sky
  900.  
  901. //    q3map_sun    0.933333 0.541176 03.13725 60 160 11
  902. //    q3map_surfacelight 10
  903.  
  904. //    sky env/q3envtest
  905.  
  906.     
  907.  
  908.     //{
  909.         //map textures/skies/dimclouds.tga
  910.         
  911.         //tcMod turb 0 0.001 0.5 0.001
  912.         //tcMod scale 3 3
  913.         //tcMod scroll 0.01 0.01
  914.         //blendFunc GL_ONE GL_ONE_MINUS_SRC_COLOR
  915.         //depthWrite
  916.     //}
  917.     //{
  918.         //map textures/skies/pjbasesky.tga
  919.         //blendfunc GL_ONE GL_ONE
  920.         //tcMod scroll -0.01 -0.01
  921.         //tcMod scale 5 5
  922.     //}
  923. //}
  924.  
  925. //*******************************************************
  926. //*              Jaquays/steed  environment test 2
  927. //*******************************************************
  928. //textures/skies/blue_enviro2
  929. //{
  930. //    qer_editorimage textures/test/q3env2.tga
  931.  
  932. //    surfaceparm noimpact
  933. //    surfaceparm nolightmap
  934. //    surfaceparm sky
  935.  
  936. //    q3map_sun    1 1 1 50 160 15
  937. //    q3map_surfacelight 20
  938. //
  939. //    cloudparms 1024 full
  940. //    sky env/q3env2
  941.     
  942.  
  943.     //{
  944.         //map textures/test/spacerocks.tga
  945.         
  946.         //tcMod turb 0 0.001 0.5 0.0001
  947.         //tcMod scale 0.5 0.5
  948.         //tcMod scroll 0.001 0.01
  949.         //blendFunc GL_ONE GL_ONE_MINUS_SRC_COLOR
  950.         //depthWrite
  951.     //}
  952.     //{
  953.         //map textures/skies/pjbasesky.tga
  954.         //blendfunc GL_ONE GL_ONE
  955.         //tcMod scroll -0.01 -0.01
  956.         //tcMod scale 5 5
  957.     //}
  958. //}
  959.  
  960. //*******************************************************
  961. //*              Paul Jaquays' pj_dm10 sky
  962. //*******************************************************
  963. textures/skies/pj_dm10sky
  964. {
  965.     qer_editorimage textures/skies/pjbasesky.tga
  966.     q3map_lightsubdivide 512 
  967.     q3map_globaltexture
  968.     surfaceparm noimpact
  969.     surfaceparm nolightmap
  970.  
  971.     q3map_sun    .5 .6 .8 90 225 55
  972.     q3map_surfacelight 150
  973.  
  974.     qer_editorimage textures/skies/toxicbluesky.tga
  975.  
  976.     skyparms - 512 -
  977.  
  978.     {
  979.         map textures/skies/bluedimclouds.tga
  980.         tcMod scale 3 2
  981.         tcMod scroll 0.15 0.15
  982.         depthWrite
  983.     }
  984.     {
  985.         map textures/skies/topclouds.tga
  986.         blendFunc GL_ONE GL_ONE
  987.         tcMod scale 3 3
  988.         tcMod scroll 0.05 0.05
  989.     }
  990.  
  991. }
  992.  
  993. //*******************************************************
  994. //*              Kevin Cloud's kc_dm10 sky
  995. //*******************************************************
  996. textures/skies/kc_dm10sky
  997. {
  998.     qer_editorimage textures/skies/pjbasesky.tga
  999.     q3map_lightsubdivide 512 
  1000.     q3map_globaltexture
  1001.     surfaceparm noimpact
  1002.     surfaceparm nolightmap
  1003.     
  1004.     q3map_sun    .5 .6 .8 90 225 55
  1005.     q3map_surfacelight 150
  1006.  
  1007.     qer_editorimage textures/skies/toxicbluesky.tga
  1008.  
  1009.     skyparms - 512 -
  1010.  
  1011.     {
  1012.         map textures/skies/bluedimclouds.tga
  1013.         tcMod scale 3 2
  1014.         tcMod scroll 0.15 0.15
  1015.     }
  1016.     {
  1017.         map textures/skies/topclouds.tga
  1018.         blendFunc GL_ONE GL_ONE
  1019.         tcMod scale 3 3
  1020.         tcMod scroll 0.05 0.05
  1021.     }
  1022.  
  1023.     //{
  1024.     //    map textures/liquids/electric_fog.tga
  1025.     //    blendfunc gl_dst_color gl_one
  1026.     //    rgbgen wave triangle .8 .2 0 5
  1027.     //    tcmod scale -.02 -.02
  1028.     //    tcmod rotate 10
  1029.     //    tcmod scroll .5 -.5
  1030.     //}
  1031.  
  1032.  
  1033.  
  1034. }
  1035.  
  1036. //*******************************************************
  1037. //*              Kevin's pj_arena1 sky with more light
  1038. //*******************************************************
  1039. textures/skies/kcbasesky_arena1_sky
  1040. {
  1041.     qer_editorimage textures/skies/pjbasesky.tga
  1042.     surfaceparm noimpact
  1043.     surfaceparm nolightmap
  1044.     q3map_globaltexture
  1045.     q3map_lightsubdivide 256 
  1046.     q3map_sun    0.266383 0.274632 0.358662 150 60 85
  1047.     q3map_surfacelight 500
  1048.  
  1049.     skyparms - 512 -
  1050.     
  1051.     {
  1052.         map textures/skies/dimclouds.tga
  1053.         tcMod scroll 0.01 0.01
  1054.         tcMod scale 3 3
  1055.         depthWrite
  1056.     }
  1057.     {
  1058.         map textures/skies/pjbasesky.tga
  1059.         blendfunc GL_ONE GL_ONE
  1060.         tcMod scroll -0.01 -0.01
  1061.         tcMod scale 5 5
  1062.     }
  1063. }
  1064.  
  1065. //*******************************************************
  1066. //*              Paul Jaquays' pj_arena1 sky
  1067. //*******************************************************
  1068. textures/skies/pjbasesky_arena1_sky
  1069. {
  1070.     qer_editorimage textures/skies/pjbasesky.tga
  1071.     surfaceparm noimpact
  1072.     surfaceparm nolightmap
  1073.     q3map_globaltexture
  1074.     q3map_lightsubdivide 256 
  1075.     q3map_sun    0.266383 0.274632 0.358662 150 60 85
  1076.     q3map_surfacelight 100
  1077.  
  1078.     skyparms - 512 -
  1079.     
  1080.     {
  1081.         map textures/skies/dimclouds.tga
  1082.         tcMod scroll 0.01 0.01
  1083.         tcMod scale 3 3
  1084.         depthWrite
  1085.     }
  1086.     {
  1087.         map textures/skies/pjbasesky.tga
  1088.         blendfunc GL_ONE GL_ONE
  1089.         tcMod scroll -0.01 -0.01
  1090.         tcMod scale 5 5
  1091.     }
  1092. }
  1093. //*******************************************************
  1094. //*              Paul Jaquays' pj_ctf2 sky
  1095. //*******************************************************
  1096. textures/skies/pj_ctf2_sky
  1097. {
  1098.     qer_editorimage textures/skies/pjbasesky.tga
  1099.     q3map_lightimage textures/skies/topclouds.tga
  1100.     surfaceparm noimpact
  1101.     surfaceparm nolightmap
  1102.     surfaceparm sky
  1103.     q3map_globaltexture
  1104.     q3map_lightsubdivide 512 
  1105.     q3map_sun    0.266383 0.274632 0.358662 250 90 45
  1106.     q3map_surfacelight 100
  1107.  
  1108.     skyparms full 128 -
  1109.     
  1110.     {
  1111.         map textures/skies/bluedimclouds.tga
  1112.         tcMod scroll 0.015 0.016
  1113.         tcMod scale 3 3
  1114.         depthWrite
  1115.     }
  1116.     {
  1117.         map textures/skies/topclouds.tga
  1118.         blendfunc GL_ONE GL_ONE
  1119.         tcMod scroll -0.01 -0.012
  1120.         tcMod scale 5 5
  1121.     }
  1122. }
  1123.  
  1124. //*******************************************************
  1125. //*              Paul Jaquays' pj_arena4 sky
  1126. //*******************************************************
  1127. textures/skies/pj_arena4_sky
  1128. {
  1129.     qer_editorimage textures/skies/pjbasesky.tga
  1130.     surfaceparm noimpact
  1131.     surfaceparm nolightmap
  1132.     surfaceparm sky
  1133.     q3map_globaltexture
  1134.     q3map_lightsubdivide 512 
  1135.     q3map_sun    0.266383 0.274632 0.358662 200 165 45
  1136.     q3map_surfacelight 100
  1137.  
  1138.     skyparms full 128 -
  1139.     
  1140.     {
  1141.         map textures/skies/dimclouds.tga
  1142.         tcMod scroll 0.015 0.016
  1143.         tcMod scale 3 3
  1144.         depthWrite
  1145.     }
  1146.     {
  1147.         map textures/skies/pjbasesky.tga
  1148.         blendfunc GL_ONE GL_ONE
  1149.         tcMod scroll -0.01 -0.012
  1150.         tcMod scale 5 5
  1151.     }
  1152. }
  1153. //*******************************************************
  1154. //*              Paul Jaquays' pj_ctf1 sky /june 30, 199
  1155. //*******************************************************
  1156. textures/skies/pj_ctf1sky
  1157. {
  1158.     qer_editorimage textures/skies/pjbasesky
  1159.  
  1160.     surfaceparm noimpact
  1161.     surfaceparm nolightmap
  1162.     q3map_globaltexture
  1163.     q3map_lightsubdivide 512 
  1164.     q3map_sun    0.266383 0.274632 0.358662 100 350 75
  1165.     q3map_surfacelight 150
  1166.  
  1167.     skyparms full 200 -
  1168.     
  1169.     {
  1170.         map textures/skies/dimclouds.tga
  1171.         tcMod scroll 0.015 0.016
  1172.         tcMod scale 3 3
  1173.         depthWrite
  1174.     }
  1175.     {
  1176.         map textures/skies/pjbasesky.tga
  1177.         blendfunc GL_ONE GL_ONE
  1178.         tcMod scroll -0.01 -0.012
  1179.         tcMod scale 5 5
  1180.     }
  1181. }
  1182. //*******************************************************
  1183. //*              Paul Jaquays' pj_arena2 sky
  1184. //*******************************************************
  1185. textures/skies/pj_arena2sky
  1186. {
  1187.     qer_editorimage textures/skies/pjbasesky
  1188.  
  1189.     surfaceparm noimpact
  1190.     surfaceparm nolightmap
  1191.     q3map_globaltexture
  1192.     q3map_lightsubdivide 512 
  1193.     q3map_sun    0.266383 0.274632 0.358662 100 350 55
  1194.     q3map_surfacelight 100
  1195.  
  1196.     skyparms full 200 -
  1197.     
  1198.     {
  1199.         map textures/skies/dimclouds.tga
  1200.         tcMod scroll 0.015 0.016
  1201.         tcMod scale 3 3
  1202.         depthWrite
  1203.     }
  1204.     {
  1205.         map textures/skies/pjbasesky.tga
  1206.         blendfunc GL_ONE GL_ONE
  1207.         tcMod scroll -0.01 -0.012
  1208.         tcMod scale 5 5
  1209.     }
  1210. }
  1211. //*******************************************************
  1212. //*              Paul Jaquays' pj_dm9 sky
  1213. //*******************************************************
  1214. textures/skies/pj_dm9sky
  1215. {
  1216.     qer_editorimage textures/skies/toxicbluesky.tga
  1217.     q3map_lightimage textures/skies/topclouds.tga
  1218.     surfaceparm noimpact
  1219.     surfaceparm nomarks
  1220.     surfaceparm nolightmap
  1221.     q3map_globaltexture
  1222.     q3map_lightsubdivide 512 
  1223.  
  1224.     q3map_sun    .5 .6 .8 140 165 60
  1225.     q3map_surfacelight 80
  1226.  
  1227.     skyparms - 512 -
  1228.     {
  1229.         map textures/skies/bluedimclouds.tga
  1230.         tcMod scale 3 2
  1231.         tcMod scroll 0.15 0.15
  1232.         depthWrite
  1233.     }
  1234.     {
  1235.         map textures/skies/topclouds.tga
  1236.         blendFunc GL_ONE GL_ONE
  1237.         tcMod scale 3 3
  1238.         tcMod scroll 0.05 0.05
  1239.     }
  1240. }
  1241. textures/common/nightsky
  1242. {
  1243.     surfaceparm sky
  1244.     surfaceparm noimpact
  1245.     surfaceparm nolightmap
  1246.  
  1247.     sky env/blue
  1248.     cloudparms 192 full
  1249.  
  1250.     {
  1251.         map textures/bwhtest/tileclouds.tga
  1252.         blendfunc GL_ONE GL_ONE
  1253.         tcMod scroll 0.02 0.02
  1254.         tcMod scale 2 2
  1255.     }
  1256. }
  1257. textures/common/nightsky2
  1258. {
  1259.     surfaceparm sky
  1260.     surfaceparm noimpact
  1261.     surfaceparm nolightmap
  1262.  
  1263.     q3map_surfacelight 30
  1264.     sky env/night
  1265.     cloudparms 192
  1266.  
  1267.     {
  1268.         map env/purpleclouds.tga
  1269.         blendfunc GL_ONE GL_ONE
  1270.         tcMod scroll 0.01 0.01
  1271.         tcMod scale 2 2
  1272.     }
  1273.  
  1274.     {
  1275.         map env/clouds.tga
  1276.         blendfunc GL_DST_COLOR GL_ZERO
  1277.         tcMod scroll 0.05 0.05
  1278.         tcMod scale 3 3
  1279.     }
  1280. }
  1281.  
  1282. textures/skies/nightsky_xian_dm4
  1283. {
  1284.     qer_editorimage textures/skies/nightsky_nocloud.tga
  1285.     surfaceparm sky
  1286.     surfaceparm noimpact
  1287.     surfaceparm nolightmap
  1288.     q3map_sun 1 1 1 80 -41 58
  1289.     q3map_surfacelight 50
  1290.     skyparms env/xnight2 - -
  1291. }
  1292.  
  1293. textures/skies/xnightsky
  1294. {
  1295.     surfaceparm sky
  1296.     surfaceparm noimpact
  1297.     surfaceparm nolightmap
  1298.     surfaceparm sky
  1299.  
  1300.     q3map_sun 1 1 1 100 -41 58
  1301.     q3map_surfacelight 300
  1302.  
  1303.     sky env/xnight2
  1304.     cloudparms 512 half
  1305.  
  1306.     {
  1307.         map env/xnightsky4.tga
  1308.         tcMod scroll 0.005 0.002
  1309.         tcMod scale 12 18
  1310.         blendfunc GL_ONE GL_ONE
  1311.     }
  1312.  
  1313.     {
  1314.         map env/xnightsky3.tga
  1315.         tcMod scroll 0.001 0.003
  1316.         tcMod scale 6 10
  1317.         blendfunc GL_DST_COLOR GL_ZERO
  1318.     }
  1319. }
  1320. textures/skies/xnightsky_600
  1321. {
  1322.     surfaceparm sky
  1323.     surfaceparm noimpact
  1324.     surfaceparm nolightmap
  1325.  
  1326.     q3map_surfacelight 600
  1327.  
  1328.     qer_editorimage textures/skies/xnightsky.tga
  1329.  
  1330.     sky env/xnight2
  1331.     cloudparms 256 half
  1332.  
  1333.     {
  1334.         map env/xnightsky.tga
  1335.         blendfunc GL_ONE GL_ONE
  1336.         tcMod scroll 0.010 0.010
  1337.         tcMod scale 10 10
  1338.     }
  1339.  
  1340.     {
  1341.         map env/xnightsky1.tga
  1342.         blendfunc GL_DST_COLOR GL_ZERO
  1343.         tcMod scroll 0.010 0.007
  1344.         tcMod scale 10 10
  1345.     }
  1346. }
  1347. textures/skies/hellskyteam
  1348. {
  1349.     surfaceparm noimpact
  1350.     surfaceparm nolightmap
  1351.     surfaceparm sky
  1352.  
  1353.     q3map_sun 5 3 6 40 80 70
  1354.     q3map_surfacelight 45
  1355.  
  1356.     skyparms - 512 -
  1357.     //sky env/hell2
  1358.     //cloudparms 512 full
  1359.     //lightning
  1360.     {
  1361.         map textures/skies/dimclouds.tga
  1362.         tcMod scroll 0.1 0.1
  1363.         tcMod scale 3 2
  1364.         depthWrite
  1365.     }
  1366.     {
  1367.         map textures/skies/redcloudsa.tga
  1368.         blendFunc GL_ONE GL_ONE
  1369.         tcMod scroll 0.05 0.05
  1370.         tcMod scale 3 3
  1371.     }
  1372. }
  1373.     //{
  1374.         //map env/redcloudsa.tga
  1375.         //blendfunc GL_ONE GL_ONE
  1376.         //tcMod scroll 0.05 0
  1377.         //tcMod scale 2 2
  1378.         //
  1379.     //}
  1380. //
  1381.     //{
  1382.         //map env/redclouds.tga
  1383.         //blendfunc GL_ONE GL_SRC_COLOR
  1384.         //tcMod scroll 0.05 0.05
  1385.         //tcMod scale 1 1
  1386.     //}
  1387. //}
  1388.  
  1389.  
  1390.  
  1391.  
  1392. textures/skies/toxicskydim
  1393. //used in tim_dm1
  1394. {
  1395.     surfaceparm noimpact
  1396.     surfaceparm nolightmap
  1397.     surfaceparm sky
  1398.  
  1399.     q3map_surfacelight 100
  1400.     q3map_sun    1 1 0.5 80 30 70
  1401.  
  1402.     qer_editorimage textures/skies/toxicsky.tga
  1403.     skyparms - 512 -
  1404.     //cloudparms 512 full
  1405.     {
  1406.         map textures/skies/inteldimclouds.tga
  1407.         tcMod scroll 0.1 0.1
  1408.         tcMod scale 3 2
  1409.         depthWrite
  1410.     }
  1411.     {
  1412.         map textures/skies/intelredclouds.tga
  1413.         blendFunc GL_ONE GL_ONE
  1414.         tcMod scroll 0.05 0.05
  1415.         tcMod scale 3 3
  1416.     }
  1417. }
  1418. textures/skies/toxicskytim_dm4
  1419. //used in tim_dm4
  1420. {
  1421.     surfaceparm noimpact
  1422.     surfaceparm nolightmap
  1423.     surfaceparm sky
  1424.  
  1425.     q3map_sun    1 1 0.5 90 120 75
  1426.     q3map_surfacelight 80
  1427.  
  1428.     qer_editorimage textures/skies/toxicsky.tga
  1429.  
  1430.     skyparms - 512 -
  1431.     //cloudparms 512 full
  1432.     {
  1433.         map textures/skies/inteldimclouds.tga
  1434.         tcMod scale 3 2
  1435.         tcMod scroll 0.15 0.15
  1436.         depthWrite
  1437.     }
  1438.     {
  1439.         map textures/skies/intelredclouds.tga
  1440.         blendFunc GL_ONE GL_ONE
  1441.         tcMod scale 3 3
  1442.         tcMod scroll 0.05 0.05
  1443.     }
  1444. }
  1445.  
  1446.  
  1447. textures/skies/toxicskytim_ctf1
  1448. //used in tim_ctf1
  1449. {
  1450.     surfaceparm noimpact
  1451.     surfaceparm nolightmap
  1452.     surfaceparm sky
  1453.  
  1454.     q3map_sun    1 1 0.5 90 70 40
  1455.     q3map_surfacelight 120
  1456.  
  1457.     qer_editorimage textures/skies/toxicsky.tga
  1458.  
  1459.     skyparms - 512 -
  1460.     //cloudparms 512 full
  1461.     {
  1462.         map textures/skies/inteldimclouds.tga
  1463.         tcMod scale 3 2
  1464.         tcMod scroll 0.15 0.15
  1465.         depthWrite
  1466.     }
  1467.     {
  1468.         map textures/skies/intelredclouds.tga
  1469.         blendFunc GL_ONE GL_ONE
  1470.         tcMod scale 3 3
  1471.         tcMod scroll 0.05 0.05
  1472.     }
  1473. }
  1474.  
  1475. textures/skies/toxicskytim_blue
  1476. //used in tim_ctf1 blue
  1477. {
  1478.     surfaceparm noimpact
  1479.     surfaceparm nolightmap
  1480.     surfaceparm sky
  1481.  
  1482.     q3map_sun    .5 .6 .8 100 70 60
  1483.     q3map_surfacelight 120
  1484.  
  1485.     qer_editorimage textures/skies/toxicbluesky.tga
  1486.  
  1487.     skyparms - 512 -
  1488.     //cloudparms 512 full
  1489.     {
  1490.         map textures/skies/bluedimclouds.tga
  1491.         tcMod scale 3 2
  1492.         tcMod scroll 0.15 0.15
  1493.         depthWrite
  1494.     }
  1495.     {
  1496.         map textures/skies/topclouds.tga
  1497.         blendFunc GL_ONE GL_ONE
  1498.         tcMod scale 3 3
  1499.         tcMod scroll 0.05 0.05
  1500.     }
  1501. }
  1502.  
  1503. textures/skies/toxicskytim_dm5
  1504. //used in tim_dm5
  1505.  
  1506. {
  1507.     surfaceparm noimpact
  1508.     surfaceparm nolightmap
  1509.     surfaceparm sky
  1510.  
  1511.     q3map_sun 1 .78 .48 90 225 55
  1512.  
  1513.  
  1514.     // old q3map_sun    .5 .6 .8 90 225 55
  1515.     q3map_surfacelight 120
  1516.  
  1517.     qer_editorimage textures/skies/toxicbluesky.tga
  1518.  
  1519.     skyparms - 512 -
  1520.     //cloudparms 512 full
  1521.     {
  1522.         map textures/skies/bluedimclouds.tga
  1523.         tcMod scale 3 2
  1524.         tcMod scroll 0.15 0.15
  1525.         depthWrite
  1526.     }
  1527.     {
  1528.         map textures/skies/topclouds.tga
  1529.         blendFunc GL_ONE GL_ONE
  1530.         tcMod scale 3 3
  1531.         tcMod scroll 0.05 0.05
  1532.     }
  1533. }
  1534.  
  1535. textures/skies/toxicskytim_dm3
  1536. //used in tim_dm3
  1537.  
  1538. {
  1539.     qer_editorimage textures/skies/toxicsky.tga
  1540.     surfaceparm noimpact
  1541.     surfaceparm nolightmap
  1542.     surfaceparm sky
  1543.     skyparms 512 full -
  1544.  
  1545.     q3map_surfacelight 80
  1546.     q3map_sun    1 1 0.5 100    30 60
  1547.  
  1548. //    cloudparms 512 full
  1549.  
  1550.     skyparms - 512 -
  1551.  
  1552.     {
  1553.         map textures/skies/inteldimclouds.tga
  1554.         tcMod scroll 0.1 0.1
  1555.         tcMod scale 3 2
  1556.         depthWrite
  1557.     }
  1558.     {
  1559.         map textures/skies/intelredclouds.tga
  1560.         blendFunc GL_ONE GL_ONE
  1561.         tcMod scroll 0.05 0.05
  1562.         tcMod scale 3 3
  1563.     }
  1564. }
  1565.  
  1566.  
  1567. textures/skies/toxicskytim_dm8
  1568. //used in tim_dm8
  1569.  
  1570. {
  1571.     surfaceparm noimpact
  1572.     surfaceparm nolightmap
  1573.     surfaceparm sky
  1574.  
  1575.     q3map_sun    1 1 0.5 85 220 40
  1576.     q3map_surfacelight 120
  1577.  
  1578.     qer_editorimage textures/skies/toxicsky.tga
  1579.  
  1580.     skyparms - 512 -
  1581.     //cloudparms 512 full
  1582.     {
  1583.         map textures/skies/inteldimclouds.tga
  1584.         tcMod scale 3 2
  1585.         tcMod scroll 0.15 0.15
  1586.         depthWrite
  1587.     }
  1588.     {
  1589.         map textures/skies/intelredclouds.tga
  1590.         blendFunc GL_ONE GL_ONE
  1591.         tcMod scale 3 3
  1592.         tcMod scroll 0.05 0.05
  1593.     }
  1594. }
  1595.  
  1596. textures/skies/toxicskytim_dm9
  1597. //used in tim_dm9
  1598.  
  1599. {
  1600.     surfaceparm noimpact
  1601.     surfaceparm nolightmap
  1602.     surfaceparm sky
  1603.  
  1604.     q3map_sun    .980 .835 .3 100 25 65
  1605.     q3map_surfacelight 80
  1606.  
  1607.     qer_editorimage textures/skies/toxicsky.tga
  1608.  
  1609.     skyparms - 512 -
  1610.     //cloudparms 512 full
  1611.     {
  1612.         map textures/skies/inteldimclouds.tga
  1613.         tcMod scale 3 2
  1614.         tcMod scroll 0.15 0.15
  1615.         depthWrite
  1616.     }
  1617.     {
  1618.         map textures/skies/intelredclouds.tga
  1619.         blendFunc GL_ONE GL_ONE
  1620.         tcMod scale 3 3
  1621.         tcMod scroll 0.05 0.05
  1622.     }
  1623. }
  1624.  
  1625.  
  1626.  
  1627. textures/skies/toxicskytim_dm2
  1628. //used in tim_dm2
  1629.  
  1630. {
  1631.     surfaceparm noimpact
  1632.     surfaceparm nolightmap
  1633.     surfaceparm sky
  1634.  
  1635.     q3map_sun    .5 .6 .8 100 190 75
  1636.     q3map_surfacelight 120
  1637.  
  1638.     qer_editorimage textures/skies/toxicbluesky.tga
  1639.  
  1640.     skyparms - 512 -
  1641.     //cloudparms 512 full
  1642.     {
  1643.         map textures/skies/bluedimclouds.tga
  1644.         tcMod scale 3 2
  1645.         tcMod scroll 0.15 0.15
  1646.         depthWrite
  1647.     }
  1648.     {
  1649.         map textures/skies/topclouds.tga
  1650.         blendFunc GL_ONE GL_ONE
  1651.         tcMod scale 3 3
  1652.         tcMod scroll 0.05 0.05
  1653.     }
  1654. }
  1655.  
  1656. textures/skies/q3dm0
  1657. //used in q3dm0
  1658.  
  1659. {
  1660.     surfaceparm noimpact
  1661.     surfaceparm nolightmap
  1662.     surfaceparm sky
  1663.  
  1664.     q3map_sun    .5 .6 .8 60 80 75
  1665.     q3map_surfacelight 80
  1666.  
  1667.     qer_editorimage textures/skies/toxicbluesky.tga
  1668.  
  1669.     skyparms - 512 -
  1670.     //cloudparms 512 full
  1671.     {
  1672.         map textures/skies/bluedimclouds.tga
  1673.         tcMod scale 3 2
  1674.         tcMod scroll 0.15 0.15
  1675.         depthWrite
  1676.     }
  1677.     {
  1678.         map textures/skies/topclouds.tga
  1679.         blendFunc GL_ONE GL_ONE
  1680.         tcMod scale 3 3
  1681.         tcMod scroll 0.05 0.05
  1682.     }
  1683. }
  1684.  
  1685.  
  1686.  
  1687.  
  1688.  
  1689. textures/skies/toxicskytim_dm7
  1690. //used in tim_dm7
  1691.  
  1692. {
  1693.     surfaceparm noimpact
  1694.     surfaceparm nolightmap
  1695.     surfaceparm sky
  1696.  
  1697.     q3map_sun    .5 .6 .8 100 260 50
  1698.     q3map_surfacelight 120
  1699.  
  1700.     qer_editorimage textures/skies/toxicbluesky.tga
  1701.  
  1702.     skyparms - 512 -
  1703.     //cloudparms 512 full
  1704.     {
  1705.         map textures/skies/bluedimclouds.tga
  1706.         tcMod scale 3 2
  1707.         tcMod scroll 0.15 0.15
  1708.         depthWrite
  1709.     }
  1710.     {
  1711.         map textures/skies/topclouds.tga
  1712.         blendFunc GL_ONE GL_ONE
  1713.         tcMod scale 3 3
  1714.         tcMod scroll 0.05 0.05
  1715.     }
  1716. }
  1717.     
  1718. textures/hell/hellsky2goo
  1719. {
  1720.     surfaceparm sky
  1721.     surfaceparm noimpact
  1722.     surfaceparm nolightmap
  1723.  
  1724.     q3map_surfacelight 300
  1725.  
  1726.     sky env/hell2
  1727.     cloudparms 256
  1728.  
  1729.     {
  1730.         map env/redcloudsa.tga
  1731.         blendfunc GL_ONE GL_ONE
  1732.         tcMod scroll 0.05 0
  1733.         tcMod scale 2 2
  1734.     }
  1735.  
  1736.     {
  1737.         map env/redclouds.tga
  1738.         blendfunc GL_ONE GL_SRC_COLOR
  1739.         tcMod scroll 0.05 0.05
  1740.         tcMod scale 1 1
  1741.     }
  1742. }
  1743. textures/castle/sky_castle1
  1744. {
  1745.     surfaceparm sky
  1746.     surfaceparm noimpact
  1747.     surfaceparm nolightmap
  1748.  
  1749.     sky env/castle1
  1750.     cloudparms 256
  1751.  
  1752.     {
  1753.         map env/redcloudsa.tga
  1754.         blendfunc GL_ONE GL_ONE
  1755.         tcMod scroll 0.05 0
  1756.         tcMod scale 2 2
  1757.     }
  1758.  
  1759.     {
  1760.         map env/redclouds.tga
  1761.         blendfunc GL_DST_COLOR GL_ZERO
  1762.         tcMod scroll 0.05 0.05
  1763.         tcMod scale 1 1
  1764.     }
  1765. }
  1766.  
  1767.  
  1768.  
  1769. textures/common/sky_30
  1770. {
  1771.     surfaceparm sky
  1772.     surfaceparm noimpact
  1773.     q3map_surfacelight 30
  1774.     surfaceparm nolightmap
  1775.     sky    env/unit1
  1776. }
  1777. textures/common/sky_100
  1778. {
  1779.     surfaceparm sky
  1780.     surfaceparm noimpact
  1781.     surfaceparm nolightmap
  1782.     q3map_surfacelight 100
  1783.     sky    env/unit1
  1784. }
  1785. textures/common/sky_1000
  1786. {
  1787.     surfaceparm sky
  1788.     surfaceparm noimpact
  1789.     surfaceparm nolightmap
  1790.     q3map_surfacelight 1000
  1791.     sky    env/unit1
  1792. }
  1793. textures/common/sky_150
  1794. {
  1795.     surfaceparm sky
  1796.     surfaceparm noimpact
  1797.     surfaceparm nolightmap
  1798.     q3map_surfacelight 150
  1799.     sky    env/unit1
  1800. }
  1801. textures/common/sky_300
  1802. {
  1803.     surfaceparm sky
  1804.     surfaceparm noimpact
  1805.     q3map_surfacelight 300
  1806.     surfaceparm nolightmap
  1807.     sky    env/unit1
  1808. }
  1809. textures/common/sky_500
  1810. {
  1811.     surfaceparm sky
  1812.     surfaceparm noimpact
  1813.     q3map_surfacelight 500
  1814.     surfaceparm nolightmap
  1815.     sky    env/unit1
  1816. }
  1817. textures/common/sky_space
  1818. {
  1819.     surfaceparm sky
  1820.     surfaceparm noimpact
  1821.     q3map_surfacelight 50
  1822.     surfaceparm nolightmap
  1823.     sky    env/space1
  1824. }
  1825. textures/common/sky_u2
  1826. {
  1827.     surfaceparm sky
  1828.     surfaceparm noimpact
  1829.     q3map_surfacelight 50
  1830.     surfaceparm nolightmap
  1831.     sky    env/unit2
  1832. }
  1833. textures/common/sky1
  1834. {
  1835.     surfaceparm sky
  1836.     surfaceparm noimpact
  1837.     q3map_surfacelight 50
  1838.     surfaceparm nolightmap
  1839.     sky    env/unit1
  1840. }
  1841.  
  1842. textures/skies/mkc_dm4sky
  1843. //used in mkc_dm4
  1844. {
  1845.     surfaceparm noimpact
  1846.     surfaceparm nolightmap
  1847.     surfaceparm sky
  1848.  
  1849.     q3map_sun    0.9 0.8 1 25 135 60
  1850.     q3map_surfacelight 80
  1851.  
  1852.     qer_editorimage textures/skies/dimclouds.tga
  1853.  
  1854.     skyparms - 512 -
  1855.     //cloudparms 512 full
  1856.     {
  1857.         map textures/skies/nightsky.tga
  1858.         tcMod scale 5 8
  1859.         tcMod scroll 0.7 0.1
  1860.         depthWrite
  1861.     }
  1862.     {
  1863.         map textures/skies/redclouds.tga
  1864.         blendFunc GL_DST_COLOR GL_ZERO
  1865.         tcMod scale 3 5
  1866.         tcMod scroll 0.3 0.1
  1867.     }
  1868. }
  1869.  
  1870. textures/skies/mkc_ctf5sky
  1871. //used in mkc_ctf5
  1872. {
  1873.     surfaceparm noimpact
  1874.     surfaceparm nolightmap
  1875.     surfaceparm sky
  1876.  
  1877.     q3map_sun    0.9 0.8 1.0 70 45 60
  1878.     q3map_surfacelight 50
  1879.  
  1880.     qer_editorimage textures/skies/dimclouds.tga
  1881.  
  1882.     skyparms - 512 -
  1883.     //cloudparms 512 full
  1884.     {
  1885.         map textures/skies/nightsky.tga
  1886.         tcMod scale 5 8
  1887.         tcMod scroll 0.7 0.1
  1888.         depthWrite
  1889.     }
  1890.     {
  1891.         map textures/skies/nightsky_nocloud.tga
  1892.         blendFunc GL_DST_COLOR GL_ZERO
  1893.         tcMod scale 3 5
  1894.         tcMod scroll 0.3 0.1
  1895.     }
  1896. }
  1897.  
  1898.  
  1899. textures/skies/proto_sky
  1900. {
  1901.     surfaceparm noimpact
  1902.     surfaceparm nolightmap
  1903.     surfaceparm sky
  1904.     skyparms 512 full -
  1905.  
  1906.     q3map_surfacelight 30
  1907.     q3map_sun .473 .243 .314 30 35 78
  1908.  
  1909. //    cloudparms 512 full
  1910.  
  1911.     skyparms - 512 -
  1912.  
  1913.     {
  1914.         map textures/skies/proto_sky.tga
  1915.         tcMod scroll .02 .04
  1916.         tcMod scale 3 4
  1917.         depthWrite
  1918.     }
  1919.     {
  1920.         map textures/skies/proto_sky2.tga
  1921.         blendFunc GL_ONE GL_ONE
  1922.         tcMod scroll 0.005 0.005
  1923.                 //rgbgen wave triangle 1 2 0 7
  1924.         tcMod scale 3 3
  1925.     }
  1926.         
  1927.      
  1928. }
  1929.  
  1930.  
  1931.