home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 September / GSSH0904CD2.iso / Doom3 / MapsMulti / shipping_facility / shipping_facility.exe / dm_sfac.pk4 / guis / map / dm_sfac.gui
Text File  |  2004-09-06  |  4KB  |  199 lines

  1. windowDef Desktop
  2. {
  3.     menugui    1
  4.     nocursor    1
  5.     rect    0,0,640,480
  6.     windowDef BackgroundImage
  7.     {
  8.         rect    0,0,640,480
  9.         visible    1
  10.         background    "guis/assets/splash/dm_sfac"
  11.         matcolor    1,1,1,1
  12.     }
  13.     windowDef Scanlines2
  14.     {
  15.         rect    0,0,640,480
  16.         matcolor    0.02,0.02,0.02,1
  17.         background    "gui/test/gui_scanlines4"
  18.         matscaley    3.75
  19.         noevents    1
  20.         visible    1
  21.     }
  22.     windowDef bgBlackTop
  23.     {
  24.         rect    0,0,640,200
  25.         visible    1
  26.         windowDef bgBlackTop1
  27.         {
  28.             rect    0,-21,170,-64
  29.             background    "guis/assets/mainmenu/bg1"
  30.             matcolor    1 ,1 ,1 ,0.6
  31.             visible    1
  32.             noevents    1
  33.         }
  34.         windowDef bgBlackTop2
  35.         {
  36.             rect    170,-21,32,-64
  37.             background    "guis/assets/mainmenu/bg2"
  38.             matcolor    1 ,1 ,1 ,0.6
  39.             visible    1
  40.             noevents    1
  41.         }
  42.         windowDef bgBlackTop3
  43.         {
  44.             rect    202,-21,458,-64
  45.             background    "guis/assets/mainmenu/bg3"
  46.             matcolor    1 ,1 ,1 ,0.6
  47.             visible    1
  48.             noevents    1
  49.         }
  50.     }
  51.     windowDef bgBlackBottom
  52.     {
  53.         rect    0,435,640,75
  54.         noevents    1
  55.         visible    1
  56.         windowDef bgBlackBottomFill
  57.         {
  58.             rect    0,64,640,75
  59.             backcolor    0 ,0 ,0 ,0.6
  60.             visible    1
  61.             noevents    1
  62.         }
  63.         windowDef bgBlackBottom1
  64.         {
  65.             rect    0,0,367,64
  66.             background    "guis/assets/mainmenu/bg1"
  67.             matcolor    1 ,1 ,1 ,0.6
  68.             visible    1
  69.             noevents    1
  70.         }
  71.         windowDef bgBlackBottom2
  72.         {
  73.             rect    367,0,32,64
  74.             background    "guis/assets/mainmenu/bg2"
  75.             matcolor    1 ,1 ,1 ,0.6
  76.             visible    1
  77.             noevents    1
  78.         }
  79.         windowDef bgBlackBottom3
  80.         {
  81.             rect    399,0,261,64
  82.             background    "guis/assets/mainmenu/bg3"
  83.             matcolor    1 ,1 ,1 ,0.6
  84.             visible    1
  85.             noevents    1
  86.         }
  87.         windowDef bgBlackBottomFade
  88.         {
  89.             rect    0,30,642,128
  90.             background    "guis/assets/mainmenu/bg4"
  91.             matcolor    0,0,0,1
  92.             visible    1
  93.             noevents    1
  94.         }
  95.     }
  96.     windowDef LoadingFillClip
  97.     {
  98.         rect    2,18,( "gui::map_loading" * 175 ),16
  99.         visible    1
  100.         windowDef LoadingFill
  101.         {
  102.             rect    0,0,256,16
  103.             visible    1
  104.             background    "guis/assets/splash/load"
  105.             matcolor    1,1,1,0.8
  106.         }
  107.     }
  108.     windowDef LoadingLine
  109.     {
  110.         rect    2,18,256,16
  111.         visible    1
  112.         background    "guis/assets/splash/loadborder"
  113.         matcolor    1,1,1,0
  114.     }
  115.     windowDef TextLoading
  116.     {
  117.         rect    16,-6,123,30
  118.         visible    1
  119.         text    ""
  120.         font    "fonts/micro"
  121.         textscale    0.4
  122.         forecolor    0.2,0.6,0.7,1
  123.     }
  124.     windowDef FlareBox
  125.     {
  126.         rect    0,0,48,21
  127.         background    "gui/mainmenu/textflare"
  128.         matcolor    0.4 ,0.6, 0.6, 0
  129.         visible    1
  130.     }
  131.     windowDef TextTitle
  132.     {
  133.         rect    16,447,610,30
  134.         visible    1
  135.         text    "Shipping Facility"
  136.         font    "fonts/micro"
  137.         textscale    0.4
  138.         forecolor    1,1,1,0
  139.     }
  140.     windowDef BlackFade
  141.     {
  142.         rect    0,0,640,480
  143.         backcolor    0, 0, 0, 1
  144.         visible    1
  145.     }
  146.     windowDef Anim
  147.     {
  148.         rect    0,0,0,0
  149.         visible    1
  150.  
  151.         onTime 0 {
  152.             transition "BlackFade::backcolor" "0 0 0 1" "0 0 0 0" "400" ;
  153.             set "TextLoading::text" "L" ;
  154.             transition "FlareBox::matcolor" "0.4 0.6 0.6 0" "0.4 0.6 0.6 0.5" "200" ;
  155.             
  156.             transition "bgBlackTop1::rect" "0 -21 150 -64" "0 -21 170 -64" "400" "0.2" "0.8" ;
  157.             transition "bgBlackTop2::rect" "150 -21 32 -64" "170 -21 32 -64" "400" "0.2" "0.8" ;
  158.             transition "bgBlackTop3::rect" "182 -21 498 -64" "202 -21 458 -64" "400" "0.2" "0.8" ;
  159.             transition "bgBlackBottom1::rect" "0 0 397 64" "0 0 367 64" "400" "0.2" "0.8" ;    
  160.             transition "bgBlackBottom2::rect" "397 0 32 64" "367 0 32 64" "400" "0.2" "0.8" ;
  161.             transition "bgBlackBottom3::rect" "429 0 261 64" "399 0 261 64" "400" "0.2" "0.8" ;            
  162.         }
  163.  
  164.         onTime 50 {
  165.             set "TextLoading::text" "#str_03469" ;
  166.             set "FlareBox::rect" "17 0 54 21" ;
  167.         }
  168.  
  169.         onTime 100 {
  170.             set "TextLoading::text" "#str_03470" ;
  171.             set "FlareBox::rect" "37 0 54 21" ;
  172.         }
  173.  
  174.         onTime 150 {
  175.             set "TextLoading::text" "#str_03343" ;
  176.             set "FlareBox::rect" "57 0 54 21" ;
  177.             
  178.         }
  179.  
  180.         onTime 200 {
  181.             set "TextLoading::text" "#str_03471" ;
  182.             set "FlareBox::rect" "67 0 54 21" ;
  183.             transition "TextTitle::forecolor" "0 0 0 0" "1 1 1 0.9" "400" "0.2" ".8" ;
  184.         }
  185.  
  186.         onTime 250 {
  187.             set "TextLoading::text" "#str_03472" ;
  188.             set "FlareBox::rect" "81 0 54 21" ;
  189.         }
  190.  
  191.         onTime 300 {
  192.             set "TextLoading::text" "#str_00408" ;
  193.             set "FlareBox::rect" "100 0 54 21" ;
  194.             transition "FlareBox::matcolor" "0.4 0.6 0.6 0.5" "0 0 0 0" "200" ;
  195.             transition "LoadingLine::matcolor" "1 1 1 0" "1 1 1 0.8" "600" ;
  196.         }
  197.  
  198.     }
  199. }