home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 September / GSSH0904CD2.iso / Doom3 / MapsSolo / TriteBreedindFacility / TriteBreedindFacility.exe / kiltron1.pk4 / guis / kiltron1 / vent_shaft_doors.gui < prev    next >
Text File  |  2004-08-23  |  20KB  |  984 lines

  1. windowDef Desktop
  2. {
  3.     rect    0 ,0 ,640 ,480
  4.     backcolor    0 ,0 ,0 ,1
  5.     visible    1
  6.     windowDef StatusArea
  7.     {
  8.         rect    1,1,638,112
  9.         visible    1
  10.         windowDef bar1Left
  11.         {
  12.             rect    5,7,-32,27
  13.             visible    1
  14.             background    "guis/assets/common/titlebar_corner"
  15.             matcolor    0.32,0.38,0.38,0.7
  16.         }
  17.         windowDef bar1Mid
  18.         {
  19.             rect    37,7,560,27
  20.             visible    1
  21.             background    "guis/assets/common/titlebar_mid"
  22.             matcolor    0.32,0.38,0.38,0.7
  23.         }
  24.         windowDef bar1Right
  25.         {
  26.             rect    597,7,38,27
  27.             visible    1
  28.             background    "guis/assets/common/titlebar_corner"
  29.             matcolor    0.32,0.38,0.38,0.7
  30.         }
  31.         windowDef bar2Left
  32.         {
  33.             rect    5,55,-32,-27
  34.             visible    1
  35.             background    "guis/assets/common/titlebar_corner"
  36.             matcolor    0.32,0.38,0.38,0.7
  37.         }
  38.         windowDef bar2Mid
  39.         {
  40.             rect    37,55,560,27
  41.             visible    1
  42.             background    "guis/assets/common/titlebar_mid"
  43.             matcolor    0.32,0.38,0.38,0.7
  44.         }
  45.         windowDef bar2Right
  46.         {
  47.             rect    597,55,38,-27
  48.             visible    1
  49.             background    "guis/assets/common/titlebar_corner"
  50.             matcolor    0.32,0.38,0.38,0.7
  51.         }
  52.         windowDef TextMainTitle
  53.         {
  54.             rect    14,17,610,51
  55.             text    "VENTILATION CONTROL"
  56.             font    "fonts/micro"
  57.             textscale    0.75
  58.             forecolor    0.49,0.53,0.49,0.7
  59.             visible    1
  60.             textalign    1
  61.         }
  62.     }
  63.     windowDef BGImageClip
  64.     {
  65.         rect    6,375,628,98
  66.         visible    1
  67.         windowDef BgImage
  68.         {
  69.             rect    -18,-370,877,494
  70.             visible    1
  71.             background    "guis/assets/common/infobg1"
  72.             matcolor    1, 1, 1, 0.7
  73.         }
  74.     }
  75.     windowDef GridAreaParent
  76.     {
  77.         rect    24,255,360,389
  78.         visible    1
  79.         windowDef MapBg111
  80.         {
  81.             rect    5,5,342,15
  82.             visible    1
  83.             background    "guis/assets/teleporter/grid3"
  84.             matcolor    0.3,0.3,0.3,0.7
  85.         }
  86.         windowDef MapBG121
  87.         {
  88.             rect    5,20,342,-119
  89.             visible    1
  90.             background    "guis/assets/teleporter/grid4"
  91.             matcolor    0.3,0.3,0.3,0.7
  92.         }
  93.         windowDef MapBG131
  94.         {
  95.             rect    5,139,342,-15
  96.             visible    1
  97.             background    "guis/assets/teleporter/grid3"
  98.             matcolor    0.3,0.3,0.3,0.7
  99.         }
  100.         windowDef MapGrid
  101.         {
  102.             rect    9,9,334,143
  103.             visible    1
  104.             background    "gui/grid2"
  105.             matcolor    1,1,1,0.1
  106.             matscalex    7
  107.             matscaley    3
  108.             windowDef bigballglow
  109.             {
  110.                 rect    -7,-424,1203,644
  111.                 visible    1
  112.                 background    "gui/thermal/glow"
  113.                 matcolor    0.18,0.18,0.2,1
  114.             }
  115.         }
  116.     }
  117.     windowDef TextNum1
  118.     {
  119.         rect    42,266,58,137
  120.         visible    1
  121.         text    "12.1\n1.71\n18.2\n12.8\n8.82\n7.69\n0.29\n0.3\n1.56\n20.2\n18.1\n19.9\n14.6"
  122.         forecolor    1,1,1,0.1
  123.         textscale    0.33
  124.         font    "fonts/micro"
  125.  
  126.         onTime 600 {
  127.             set "text" "12.1\n1.71\n18.2\n12.8\n8.82\n7.69\n0.29\n0.3\n1.56\n20.2\n18.1\n19.9\n14.6" ;
  128.         }
  129.  
  130.         onTime 550 {
  131.             set "text" "1.71\n18.2\n12.8\n8.82\n7.69\n0.29\n0.3\n1.56\n20.2\n18.1\n19.9\n14.6\n12.1" ;
  132.         }
  133.  
  134.         onTime 500 {
  135.             set "text" "18.2\n12.8\n8.82\n7.69\n0.29\n0.3\n1.56\n20.2\n18.1\n19.9\n14.6\n12.1\n1.71" ;
  136.         }
  137.  
  138.         onTime 450 {
  139.             set "text" "12.8\n8.82\n7.69\n0.29\n0.3\n1.56\n20.2\n18.1\n19.9\n14.6\n12.1\n1.71\n18.2" ;
  140.         }
  141.  
  142.         onTime 400 {
  143.             set "text" "8.82\n7.69\n0.29\n0.3\n1.56\n20.2\n18.1\n19.9\n14.6\n12.1\n1.71\n18.2\n12.8" ;
  144.         }
  145.  
  146.         onTime 350 {
  147.             set "text" "7.69\n0.29\n0.3\n1.56\n20.2\n18.1\n19.9\n14.6\n12.1\n1.71\n18.2\n12.8\n8.82" ;
  148.         }
  149.  
  150.         onTime 300 {
  151.             set "text" "0.29\n0.3\n1.56\n20.2\n18.1\n19.9\n14.6\n12.1\n1.71\n18.2\n12.8\n8.82\n7.69" ;
  152.         }
  153.  
  154.         onTime 250 {
  155.             set "text" "0.3\n1.56\n20.2\n18.1\n19.9\n14.6\n12.1\n1.71\n18.2\n12.8\n8.82\n7.69\n0.29" ;
  156.         }
  157.  
  158.         onTime 200 {
  159.             set "text" "1.56\n20.2\n18.1\n19.9\n14.6\n12.1\n1.71\n18.2\n12.8\n8.82\n7.69\n0.29\n0.3" ;
  160.         }
  161.  
  162.         onTime 150 {
  163.             set "text" "20.2\n18.1\n19.9\n14.6\n12.1\n1.71\n18.2\n12.8\n8.82\n7.69\n0.29\n0.3\n1.56" ;
  164.         }
  165.  
  166.         onTime 100 {
  167.             set "text" "18.1\n19.9\n14.6\n12.1\n1.71\n18.2\n12.8\n8.82\n7.69\n0.29\n0.3\n1.56\n20.2" ;
  168.         }
  169.  
  170.         onTime 50 {
  171.             set "text" "19.9\n14.6\n12.1\n1.71\n18.2\n12.8\n8.82\n7.69\n0.29\n0.3\n1.56\n20.2\n18.1" ;
  172.         }
  173.  
  174.         onTime 0 {
  175.             set "text" "14.6\n12.1\n1.71\n18.2\n12.8\n8.82\n7.69\n0.29\n0.3\n1.56\n20.2\n18.1\n19.9" ;
  176.         }
  177.  
  178.         onTime 650 {
  179.             resetTime "0" ;
  180.         }
  181.  
  182.     }
  183.     windowDef ButtonAreaParent1
  184.     {
  185.         rect    383,80,501,364
  186.         visible    1
  187.         windowDef ButtonAreaBoxTop1
  188.         {
  189.             rect    6,9,222,18
  190.             visible    1
  191.             background    "guis/assets/teleporter/grid1"
  192.             matcolor    1,1,1,0.6
  193.         }
  194.         windowDef ButtonAreaBoxMid1
  195.         {
  196.             rect    6,27,222,-291
  197.             visible    1
  198.             background    "guis/assets/teleporter/grid2"
  199.             matcolor    1,1,1,0.6
  200.         }
  201.         windowDef ButtonAreaBoxBtm1
  202.         {
  203.             rect    6,318,222,-18
  204.             visible    1
  205.             background    "guis/assets/teleporter/grid1"
  206.             matcolor    1,1,1,0.6
  207.         }
  208.     }
  209.     windowDef ButtonAreaParent
  210.     {
  211.         rect    13,78,367,173
  212.         visible    1
  213.         windowDef ButtonAreaBoxTop
  214.         {
  215.             rect    8,11,357,20
  216.             visible    1
  217.             background    "guis/assets/teleporter/grid1"
  218.             matcolor    1,1,1,0.6
  219.         }
  220.         windowDef ButtonAreaBoxMid
  221.         {
  222.             rect    8,31,357,-119
  223.             visible    1
  224.             background    "guis/assets/teleporter/grid2"
  225.             matcolor    1,1,1,0.6
  226.         }
  227.         windowDef ButtonAreaBoxBtm
  228.         {
  229.             rect    8,150,357,-20
  230.             visible    1
  231.             background    "guis/assets/teleporter/grid1"
  232.             matcolor    1,1,1,0.6
  233.         }
  234.     }
  235.     windowDef scanpulse
  236.     {
  237.         rect    0,0,640,480
  238.         visible    1
  239.         windowDef scanpulseClamped
  240.         {
  241.             rect    0,0,-640,3000
  242.             matcolor    1,1,1,0.03
  243.             background    "gui/test/gui_scanpulse2"
  244.             visible    1
  245.         }
  246.     }
  247.     windowDef Fill1
  248.     {
  249.         rect    43,444,28,24
  250.         background    "guis/assets/kiosk/titlefill"
  251.         visible    1
  252.         matcolor    0.9, 1, 1, 0.4
  253.  
  254.         onTime 0 {
  255.             transition "Fill1::matcolor" "0.9 1 1 0.4" "0.9 1 1 0" "500" ;
  256.             transition "Fill5::matcolor" "0.9 1 1 0" "0.9 1 1 0.4" "500" ;
  257.         }
  258.  
  259.         onTime 250 {
  260.             transition "Fill2::matcolor" "0.9 1 1 0.4" "0.9 1 1 0" "500" ;
  261.             transition "Fill6::matcolor" "0.9 1 1 0" "0.9 1 1 0.4" "500" ;
  262.         }
  263.  
  264.         onTime 500 {
  265.             transition "Fill3::matcolor" "0.9 1 1 0.4" "0.9 1 1 0" "500" ;
  266.             transition "Fill7::matcolor" "0.9 1 1 0" "0.9 1 1 0.4" "500" ;
  267.         }
  268.  
  269.         onTime 750 {
  270.             transition "Fill4::matcolor" "0.9 1 1 0.4" "0.9 1 1 0" "500" ;
  271.             transition "Fill8::matcolor" "0.9 1 1 0" "0.9 1 1 0.4" "500" ;
  272.         }
  273.  
  274.         onTime 1000 {
  275.             transition "Fill5::matcolor" "0.9 1 1 0.4" "0.9 1 1 0" "500" ;
  276.             transition "Fill1::matcolor" "0.9 1 1 0" "0.9 1 1 0.4" "500" ;
  277.         }
  278.  
  279.         onTime 1250 {
  280.             transition "Fill6::matcolor" "0.9 1 1 0.4" "0.9 1 1 0" "500" ;
  281.             transition "Fill2::matcolor" "0.9 1 1 0" "0.9 1 1 0.4" "500" ;
  282.         }
  283.  
  284.         onTime 1500 {
  285.             transition "Fill7::matcolor" "0.9 1 1 0.4" "0.9 1 1 0" "500" ;
  286.             transition "Fill3::matcolor" "0.9 1 1 0" "0.9 1 1 0.4" "500" ;
  287.         }
  288.  
  289.         onTime 1750 {
  290.             transition "Fill8::matcolor" "0.9 1 1 0.4" "0.9 1 1 0" "500" ;
  291.             transition "Fill4::matcolor" "0.9 1 1 0" "0.9 1 1 0.4" "500" ;
  292.         }
  293.  
  294.         onTime 2000 {
  295.             resetTime "0" ;
  296.         }
  297.  
  298.     }
  299.     windowDef Fill2
  300.     {
  301.         rect    66,444,28,24
  302.         background    "guis/assets/kiosk/titlefill"
  303.         visible    1
  304.         matcolor    0.9, 1, 1, 0.4
  305.     }
  306.     windowDef Fill3
  307.     {
  308.         rect    88,444,28,24
  309.         background    "guis/assets/kiosk/titlefill"
  310.         visible    1
  311.         matcolor    0.9, 1, 1, 0.4
  312.     }
  313.     windowDef Fill4
  314.     {
  315.         rect    110,444,28,24
  316.         background    "guis/assets/kiosk/titlefill"
  317.         visible    1
  318.         matcolor    0.9, 1, 1, 0.4
  319.     }
  320.     windowDef Fill5
  321.     {
  322.         rect    133,444,28,24
  323.         background    "guis/assets/kiosk/titlefill"
  324.         visible    1
  325.         matcolor    0.9, 1, 1, 0.4
  326.     }
  327.     windowDef Fill6
  328.     {
  329.         rect    156,444,28,24
  330.         background    "guis/assets/kiosk/titlefill"
  331.         visible    1
  332.         matcolor    0.9, 1, 1, 0.4
  333.     }
  334.     windowDef Fill7
  335.     {
  336.         rect    178,444,28,24
  337.         background    "guis/assets/kiosk/titlefill"
  338.         visible    1
  339.         matcolor    0.9, 1, 1, 0.4
  340.     }
  341.     windowDef Fill8
  342.     {
  343.         rect    200,444,28,24
  344.         background    "guis/assets/kiosk/titlefill"
  345.         visible    1
  346.         matcolor    0.9, 1, 1, 0.4
  347.     }
  348.     windowDef TriggerButtonBG
  349.     {
  350.         rect    38,100,326,136
  351.         backcolor    1, 0.6, 0.2, 0.2
  352.         visible    1
  353.     }
  354.     windowDef TriggerButton
  355.     {
  356.         rect    27,94,345,149
  357.         background    "guis/assets/smdoor/bg2"
  358.         matcolor    1, 1, 1, 0.5
  359.         text    "OPEN AIR VENT DOORS"
  360.         textscale    0.7
  361.         textalign    1
  362.         forecolor    1, 0.9, 0.5, 0.8
  363.         cursor    1
  364.         textaligny    25
  365.         visible    1
  366.         float    "hatch"    0
  367.  
  368.         onMouseEnter {
  369.             transition    "matcolor" "1 1 1 0.5" "1 1 1 0.8" "200" ; 
  370.             transition    "forecolor" "1 0.9 0.5 0.8" "1 1 1 0.8" "200" ; 
  371.         }
  372.  
  373.         onMouseExit {
  374.             transition    "matcolor" "1 1 1 0.8" "1 1 1 0.5" "200" ; 
  375.             transition    "forecolor" "1 1 1 0.8" "1 0.9 0.5 0.8" "200" ; 
  376.         }
  377.  
  378.         onAction {
  379.             set "cmd" "activate ; play guisounds_click" ;
  380.             transition    "matcolor" "1 1 1 0.5" "1 1 1 0" "300" ; 
  381.             transition    "TriggerButtonBG::backcolor" "1 0.6 0.2 0.2" "1 0.6 0.2 0" "300" ;
  382.             transition    "forecolor" "1 1 1 0.8" "1 1 1 0.0" "300" ; 
  383.             ResetTime    "Text2" "0" ;
  384.             set "hatch" "1" ;
  385.             set "noevents" "1" ;
  386.         }
  387.  
  388.     }
  389.     windowDef TriggerButtonTop
  390.     {
  391.         rect    27,94,345,149
  392.         text    "VENTILATION DOORS ACTIVATED"
  393.         textscale    0.7
  394.         textalign    1
  395.         forecolor    1, 1, 1, 0
  396.         cursor    1
  397.         textaligny    17
  398.         visible    1
  399.     }
  400.     windowDef Text2
  401.     {
  402.         rect    60,364,400,100
  403.         text    ""
  404.         textscale    0.7
  405.         textalign    1
  406.         //forecolor    1, 1, 1, 0
  407.         forecolor    1, 0, 0, 0
  408.         visible    1
  409.         notime    1
  410.  
  411.         onTime 0 {
  412.             set "TriggerButton::visible" "0" ;
  413.         }
  414.  
  415.         onTime 300 {
  416.             transition "TriggerButtonTop::forecolor" "1 1 1 0" "1 1 1 0.4" "300" ;
  417.         }
  418.  
  419.         onTime 1000 {
  420.             transition "TriggerButtonTop::forecolor" "1 1 1 0.4" "1 1 1 0" "300" ;
  421.         }
  422.  
  423.         onTime 1300 {
  424.             transition "TriggerButtonTop::forecolor" "1 1 1 0" "1 1 1 0.4" "300" ;
  425.         }
  426.  
  427.         onTime 2000 {
  428.             transition "TriggerButtonTop::forecolor" "1 1 1 0.4" "1 1 1 0" "300" ;
  429.         }
  430.  
  431.         onTime 2300 {
  432.             transition "TriggerButtonTop::forecolor" "1 1 1 0" "1 1 1 0.4" "300" ;
  433.         }
  434.  
  435.         onTime 3000 {
  436.             transition "TriggerButtonTop::forecolor" "1 1 1 0.4" "1 1 1 0" "300" ;
  437.         }
  438.  
  439.         onTime 3800 {
  440.             set "TriggerButtonTop::textscale" "0.68" ;
  441.             set "TriggerButtonTop::textaligny" "10" ;
  442.             set "TriggerButtonTop::text" "WARNING" ;
  443.             transition "TriggerButtonTop::forecolor" "1 1 1 0" "1 1 1 0.6" "300" ;
  444.         }
  445.  
  446.         onTime 5800 {
  447.             set "TriggerButtonTop::text" "" ;
  448.         }
  449.  
  450.         onTime 5900 {
  451.             set "TriggerButtonTop::text" "" ;
  452.         }
  453.  
  454.         onTime 6000 {
  455.             set "TriggerButtonTop::text" "VENTILATION DOOR 2 MALFUNCTION" ;
  456.         }
  457.  
  458.     }
  459.     windowDef BarPARENT
  460.     {
  461.         rect    34,169,332,236
  462.         visible    1
  463.         windowDef Bar1
  464.         {
  465.             rect    0 ,0 ,640 ,480
  466.             visible    1
  467.             background    "gui/bar"
  468.             matcolor    1, 1, 1, 0.2
  469.  
  470.             onTime 0 {
  471.                 transition "rect" "0 0 640 480" "0 240 640 0" "600" ;
  472.             }
  473.  
  474.             onTime 600 {
  475.                 transition "rect" "0 240 640 0" "0 0 640 -480" "600" ;
  476.             }
  477.  
  478.             onTime 1200 {
  479.                 transition "rect" "0 0 640 -480" "0 240 640 0" "600" ;
  480.             }
  481.  
  482.             onTime 1800 {
  483.                 transition "rect" "0 240 640 0" "0 0 640 480" "600" ;
  484.             }
  485.  
  486.             onTime 2400 {
  487.                 resetTime "0" ;
  488.             }
  489.  
  490.         }
  491.         windowDef Bar2
  492.         {
  493.             rect    0 ,40 ,640 ,400
  494.             visible    1
  495.             background    "gui/bar"
  496.             matcolor    1, 1, 1, 0.3
  497.  
  498.             onTime 0 {
  499.                 transition "rect" "0 40 640 400" "0 240 640 0" "150" ;
  500.             }
  501.  
  502.             onTime 150 {
  503.                 transition "rect" "0 240 640 0" "0 40 640 -400" "150" ;
  504.             }
  505.  
  506.             onTime 300 {
  507.                 transition "rect" "0 40 640 -400" "0 240 640 0" "150" ;
  508.             }
  509.  
  510.             onTime 450 {
  511.                 transition "rect" "0 240 640 0" "0 40 640 400" "150" ;
  512.             }
  513.  
  514.             onTime 600 {
  515.                 resetTime "0" ;
  516.             }
  517.  
  518.         }
  519.         windowDef Bar3
  520.         {
  521.             rect    0 ,80 ,640 ,320
  522.             visible    1
  523.             background    "gui/bar"
  524.             matcolor    1, 1, 1, 0.4
  525.  
  526.             onTime 0 {
  527.                 transition "rect" "0 80 640 320" "0 240 640 0" "300" ;
  528.             }
  529.  
  530.             onTime 300 {
  531.                 transition "rect" "0 240 640 0" "0 80 640 -320" "300" ;
  532.             }
  533.  
  534.             onTime 600 {
  535.                 transition "rect" "0 80 640 -320" "0 240 640 0" "300" ;
  536.             }
  537.  
  538.             onTime 900 {
  539.                 transition "rect" "0 240 640 0" "0 80 640 320" "300" ;
  540.             }
  541.  
  542.             onTime 1200 {
  543.                 resetTime "0" ;
  544.             }
  545.  
  546.         }
  547.         windowDef Bar4
  548.         {
  549.             rect    0 ,120 ,640 ,240
  550.             visible    1
  551.             background    "gui/bar"
  552.             matcolor    1, 1, 1, 0.3
  553.  
  554.             onTime 0 {
  555.                 transition "rect" "0 120 640 240" "0 240 640 0" "150" ;
  556.             }
  557.  
  558.             onTime 150 {
  559.                 transition "rect" "0 240 640 0" "0 120 640 -240" "150" ;
  560.             }
  561.  
  562.             onTime 300 {
  563.                 transition "rect" "0 120 640 -240" "0 240 640 0" "150" ;
  564.             }
  565.  
  566.             onTime 450 {
  567.                 transition "rect" "0 240 640 0" "0 120 640 240" "150" ;
  568.             }
  569.  
  570.             onTime 600 {
  571.                 resetTime "0" ;
  572.             }
  573.  
  574.         }
  575.         windowDef Bar5
  576.         {
  577.             rect    0 ,160 ,640 ,160
  578.             visible    1
  579.             background    "gui/bar"
  580.             matcolor    1, 1, 1, 0.2
  581.  
  582.             onTime 0 {
  583.                 transition "rect" "0 160 640 160" "0 240 640 0" "600" ;
  584.             }
  585.  
  586.             onTime 600 {
  587.                 transition "rect" "0 240 640 0" "0 160 640 -160" "600" ;
  588.             }
  589.  
  590.             onTime 1200 {
  591.                 transition "rect" "0 160 640 -160" "0 240 640 0" "600" ;
  592.             }
  593.  
  594.             onTime 1800 {
  595.                 transition "rect" "0 240 640 0" "0 160 640 160" "600" ;
  596.             }
  597.  
  598.             onTime 2400 {
  599.                 resetTime "0" ;
  600.             }
  601.  
  602.         }
  603.         windowDef Bar6
  604.         {
  605.             rect    0 ,160 ,640 ,160
  606.             visible    1
  607.             background    "gui/bar2"
  608.             matcolor    0.3, 0.8, 0.9, 0.2
  609.  
  610.             onTime 0 {
  611.                 transition "rect" "0 160 640 160" "0 240 640 0" "100" ;
  612.             }
  613.  
  614.             onTime 100 {
  615.                 transition "rect" "0 240 640 0" "0 160 640 -160" "100" ;
  616.             }
  617.  
  618.             onTime 200 {
  619.                 transition "rect" "0 160 640 -160" "0 240 640 0" "100" ;
  620.             }
  621.  
  622.             onTime 300 {
  623.                 transition "rect" "0 240 640 0" "0 160 640 160" "100" ;
  624.             }
  625.  
  626.             onTime 400 {
  627.                 resetTime "0" ;
  628.             }
  629.  
  630.         }
  631.         windowDef Bar7
  632.         {
  633.             rect    0 ,170 ,640 ,150
  634.             visible    1
  635.             background    "gui/bar2"
  636.             matcolor    0.3, 0.8, 0.9, 0.2
  637.  
  638.             onTime 0 {
  639.                 transition "rect" "0 170 640 150" "0 240 640 0" "100" ;
  640.             }
  641.  
  642.             onTime 100 {
  643.                 transition "rect" "0 240 640 0" "0 170 640 -150" "100" ;
  644.             }
  645.  
  646.             onTime 200 {
  647.                 transition "rect" "0 170 640 -150" "0 240 640 0" "100" ;
  648.             }
  649.  
  650.             onTime 300 {
  651.                 transition "rect" "0 240 640 0" "0 170 640 150" "100" ;
  652.             }
  653.  
  654.             onTime 400 {
  655.                 resetTime "0" ;
  656.             }
  657.  
  658.         }
  659.         windowDef Bar8
  660.         {
  661.             rect    0 ,180 ,640 ,140
  662.             visible    1
  663.             background    "gui/bar2"
  664.             matcolor    0.3, 0.8, 0.9, 0.2
  665.  
  666.             onTime 0 {
  667.                 transition "rect" "0 180 640 140" "0 240 640 0" "100" ;
  668.             }
  669.  
  670.             onTime 100 {
  671.                 transition "rect" "0 240 640 0" "0 180 640 -140" "100" ;
  672.             }
  673.  
  674.             onTime 200 {
  675.                 transition "rect" "0 180 640 -140" "0 240 640 0" "100" ;
  676.             }
  677.  
  678.             onTime 300 {
  679.                 transition "rect" "0 240 640 0" "0 180 640 140" "100" ;
  680.             }
  681.  
  682.             onTime 400 {
  683.                 resetTime "0" ;
  684.             }
  685.  
  686.         }
  687.         windowDef Bar9
  688.         {
  689.             rect    0 ,190 ,640 ,130
  690.             visible    1
  691.             background    "gui/bar2"
  692.             matcolor    0.3, 0.8, 0.9, 0.2
  693.  
  694.             onTime 0 {
  695.                 transition "rect" "0 190 640 130" "0 240 640 0" "100" ;
  696.             }
  697.  
  698.             onTime 100 {
  699.                 transition "rect" "0 240 640 0" "0 190 640 -130" "100" ;
  700.             }
  701.  
  702.             onTime 200 {
  703.                 transition "rect" "0 190 640 -130" "0 240 640 0" "100" ;
  704.             }
  705.  
  706.             onTime 300 {
  707.                 transition "rect" "0 240 640 0" "0 190 640 130" "100" ;
  708.             }
  709.  
  710.             onTime 400 {
  711.                 resetTime "0" ;
  712.             }
  713.  
  714.         }
  715.         windowDef Bar10
  716.         {
  717.             rect    0 ,200 ,640 ,120
  718.             visible    1
  719.             background    "gui/bar2"
  720.             matcolor    0.3, 0.8, 0.9, 0.2
  721.  
  722.             onTime 0 {
  723.                 transition "rect" "0 200 640 120" "0 240 640 0" "100" ;
  724.             }
  725.  
  726.             onTime 100 {
  727.                 transition "rect" "0 240 640 0" "0 200 640 -120" "100" ;
  728.             }
  729.  
  730.             onTime 200 {
  731.                 transition "rect" "0 200 640 -120" "0 240 640 0" "100" ;
  732.             }
  733.  
  734.             onTime 300 {
  735.                 transition "rect" "0 240 640 0" "0 200 640 120" "100" ;
  736.             }
  737.  
  738.             onTime 400 {
  739.                 resetTime "0" ;
  740.             }
  741.  
  742.         }
  743.     }
  744.     windowDef LeftText1
  745.     {
  746.         rect    183,441,200,39
  747.         text    "#str_00115"
  748.         textscale    0.4
  749.         forecolor    1,1,1,0.4
  750.         visible    1
  751.     }
  752.     windowDef LeftText2
  753.     {
  754.         rect    176,266,200,70
  755.         text    "#str_00116"
  756.         textscale    0.4
  757.         forecolor    1,1,1,0.4
  758.         visible    1
  759.     }
  760.     windowDef RightText1
  761.     {
  762.         rect    405,98,200,70
  763.         text    "#str_00117"
  764.         textscale    0.35
  765.         forecolor    0.4, 0.7, 1, 0.5
  766.         visible    1
  767.     }
  768.     windowDef RightText2
  769.     {
  770.         rect    405,116,200,200
  771.         text    "#str_00118"
  772.         textscale    0.35
  773.         forecolor    0.8, 0.4, 0.2, 0.5
  774.         visible    1
  775.         nowrap    1
  776.  
  777.         onTime 0 {
  778.             transition "RightText2::forecolor" "0.8 0.4 0.2 0.5" "0.8 0.4 0.2 0" "500" ;
  779.         }
  780.  
  781.         onTime 400 {
  782.             transition "RightText4::forecolor" "0.8 0.4 0.2 0.5" "0.8 0.4 0.2 0" "500" ;
  783.         }
  784.  
  785.         onTime 800 {
  786.             transition "RightText6::forecolor" "0.8 0.4 0.2 0.5" "0.8 0.4 0.2 0" "500" ;
  787.         }
  788.  
  789.         onTime 1000 {
  790.             transition "RightText2::forecolor" "0.8 0.4 0.2 0" "0.8 0.4 0.2 0.5" "200" ;
  791.             transition "RightText2::rect" "405 116 0 0" "405 116 200 100" "500" ;
  792.         }
  793.  
  794.         onTime 2000 {
  795.             transition "RightText4::forecolor" "0.8 0.4 0.2 0" "0.8 0.4 0.2 0.5" "200" ;
  796.             transition "RightText4::rect" "405 231 0 0" "405 231 200 20" "500" ;
  797.         }
  798.  
  799.         onTime 3000 {
  800.             transition "RightText6::forecolor" "0.8 0.4 0.2 0" "0.8 0.4 0.2 0.5" "200" ;
  801.             transition "RightText6::rect" "405 290 0 0" "405 290 200 150" "500" ;
  802.         }
  803.  
  804.         onTime 5000 {
  805.             resetTime "0" ;
  806.         }
  807.  
  808.     }
  809.     windowDef RightText3
  810.     {
  811.         rect    405,213,200,70
  812.         text    "#str_00119"
  813.         textscale    0.35
  814.         forecolor    0.4, 0.7, 1, 0.5
  815.         visible    1
  816.     }
  817.     windowDef RightText4
  818.     {
  819.         rect    405,231,200,100
  820.         text    "-24.1"
  821.         nowrap    1
  822.         textscale    0.35
  823.         forecolor    0.8, 0.4, 0.2, 0.5
  824.         visible    1
  825.     }
  826.     windowDef RightText5
  827.     {
  828.         rect    405,272,200,70
  829.         text    "#str_00120"
  830.         textscale    0.35
  831.         forecolor    0.4, 0.7, 1, 0.5
  832.         visible    1
  833.     }
  834.     windowDef RightText6
  835.     {
  836.         rect    405,290,200,200
  837.         text    "#str_00121"
  838.         nowrap    1
  839.         textscale    0.35
  840.         forecolor    0.8, 0.4, 0.2, 0.5
  841.         visible    1
  842.     }
  843.     windowDef TempGrid
  844.     {
  845.         rect    399,449,200,20
  846.         visible    1
  847.         background    "guis/assets/rodstat2/temp2"
  848.         matcolor    1 ,1 ,1 ,0.5
  849.  
  850.         onTime 0 {
  851.             transition "TempLid::rect" "520 429 20 7" "530 429 20 7" "8000" "0.5" "0.5" ;
  852.         }
  853.  
  854.         onTime 8000 {
  855.             transition "TempLid::rect" "530 429 20 7" "520 429 20 7" "8000" "0.5" "0.5" ;
  856.         }
  857.  
  858.         onTime 16000 {
  859.             resetTime "0" ;
  860.         }
  861.  
  862.     }
  863.     windowDef TempLid
  864.     {
  865.         rect    527,436,20,7
  866.         visible    0
  867.         background    "guis/assets/airlock/status"
  868.         matcolor    1 ,1 ,1 ,1
  869.  
  870.         onTime 0 {
  871.             transition "matcolor" "1 1 0 1" "1 0.8 0 1" "1000" ;
  872.         }
  873.  
  874.         onTime 1000 {
  875.             transition "matcolor" "1 0.8 0 1" "1 1 0 1" "1000" ;
  876.         }
  877.  
  878.         onTime 2000 {
  879.             resetTime "0" ;
  880.         }
  881.  
  882.     }
  883.     windowDef Bglow
  884.     {
  885.         rect    0,-14,640,480
  886.         background    "guis/assets/cpuserver/bglow.tga"
  887.         visible    1
  888.         matcolor    0.4, 0.8, 1, 0.1
  889.  
  890.         onTime 0 {
  891.             transition "matcolor" "0.4 0.8 1 0.08" "0.4 0.8 1 0.07" "150" ;
  892.         }
  893.  
  894.         onTime 150 {
  895.             transition "matcolor" "0.4 0.8 1 0.07" "0.4 0.8 1 0.08" "150" ;
  896.         }
  897.  
  898.         onTime 300 {
  899.             transition "matcolor" "0.4 0.8 1 0.08" "0.4 0.8 1 0.07" "150" ;
  900.         }
  901.  
  902.         onTime 450 {
  903.             transition "matcolor" "0.4 0.8 1 0.07" "0.4 0.8 1 0.08" "150" ;
  904.         }
  905.  
  906.         onTime 600 {
  907.             resetTime "0" ;
  908.         }
  909.  
  910.     }
  911.     windowDef Static
  912.     {
  913.         rect    -10 ,-10 ,-660 ,500
  914.         visible    0
  915.         background    "gui/static"
  916.         matcolor    1, 1, 1, pdhalffade[ time * 0.001 ] / 6
  917.     }
  918.     windowDef Outerglow
  919.     {
  920.         rect    0 ,0 ,-640 ,480
  921.         background    "guis/assets/common/outerglow"
  922.         matcolor    1 ,1 ,1 , pdfade [ time * .0025 ] / 5
  923.         visible    1
  924.     }
  925.     windowDef Outershadow
  926.     {
  927.         rect    0 ,0 ,-640 ,480
  928.         background    "guis/assets/common/outershadow"
  929.         matcolor    1 ,1 ,1 ,1
  930.         visible    1
  931.     }
  932.     windowDef Addhighlight
  933.     {
  934.         rect    0 ,0 ,-640 ,480
  935.         background    "gui/addhighlight"
  936.         matcolor    0.4 ,0.5 ,0.5 ,1
  937.         visible    1
  938.     }
  939.     windowDef Addhighlight2
  940.     {
  941.         rect    0 ,200 ,640 ,-280
  942.         background    "gui/addhighlight"
  943.         matcolor    0.4 ,0.5 ,0.5 ,1
  944.         visible    1
  945.     }
  946.     windowDef Scanlines
  947.     {
  948.         rect    0,0,-640,480
  949.         matcolor    1,1,1,1
  950.         background    "gui/test/gui_scanlines"
  951.         visible    1
  952.         matscaley    1.5
  953.     }
  954.     windowDef Dirt
  955.     {
  956.         rect    0 ,0 ,-640 ,480
  957.         matcolor    1, 1, 1 ,0.4
  958.         visible    1
  959.         background    "guis/assets/common/dirt4"
  960.         noevents    1
  961.     }
  962.     windowDef Dirt2
  963.     {
  964.         rect    0 ,0 ,-640 ,480
  965.         matcolor    1, 1, 1 ,0.5
  966.         visible    1
  967.         background    "guis/assets/common/dirt1"
  968.         noevents    1
  969.     }
  970.     windowDef Reflect
  971.     {
  972.         rect    10 ,-15 ,620 ,470
  973.         matcolor    1 ,1 ,1 ,0.1
  974.         visible    1
  975.         background    "gui/reflect1"
  976.     }
  977.     windowDef Bglow1
  978.     {
  979.         rect    0,0,-640,480
  980.         background    "guis/assets/cpuserver/bglow.tga"
  981.         visible    1
  982.         matcolor    0.4,0.5,0.5,0.1
  983.     }
  984. }