home *** CD-ROM | disk | FTP | other *** search
/ Igromania 2005 May / Igromania_2005-05.iso / DemosThemes2 / Demo1944BattleOfTheBulge / demo1944english.exe / Inf / Menu_GameSetup.inf < prev    next >
INI File  |  2004-07-21  |  14KB  |  729 lines

  1.  
  2. [GameSetupDialog]
  3. {
  4.  
  5.     shortcut = Back, KEY_ESCAPE
  6.     shortcut = Start, KEY_SPACE
  7.  
  8.     [Background]
  9.     {
  10.         type=Image
  11.         Pos=0,0
  12.         Filename=Gfx\Interface\GameSetup\GameSetup.tga,Basic
  13.         Filename=Gfx\Interface\GameSetup\GameSetup2.tga,Advanced
  14.     }
  15.  
  16.     [GameName]
  17.     {
  18.         type=Text
  19.         TwoDArea = 95, 44, 340, 40
  20.         Text="#iGAMENAME#"
  21.         Tooltip="#iT_MULTINAME#"
  22.         Color=0,0,0,255
  23.         Font=newmenu_35_white
  24.     }
  25.  
  26. ;    [IPAddressText]
  27. ;    {
  28. ;        type=Text
  29. ;        TwoDArea = 30, 80, 512, 40
  30. ;        Text="#iIPADRESS#"
  31. ;        Font=newmenu_20_white
  32. ;    }
  33.  
  34.     [IPAddress]
  35.     {
  36.         type=Text
  37.         TwoDArea = 192, 118, 110, 40
  38.         Align=ALIGN_CENTER
  39.         Text="100.100.100.100"
  40.         Tooltip="#iT_IP#"
  41.         Font=newmenu_20_white
  42.     }
  43.  
  44.     [PlayerNameHeader]
  45.     {
  46.         type=Text
  47.         TwoDArea = 110, 167, 176, 30
  48.         Text="#iMULTI_NAME#"
  49.         Font=newmenu_20_white
  50.     }
  51.  
  52.     [PlayerSideHeader]
  53.     {
  54.         type=Text
  55.         TwoDArea = 292, 167, 62, 30
  56.         Text="#iMULTI_SIDE#"
  57.         Font=newmenu_20_white
  58.     }
  59.  
  60.     [PlayerNationalityHeader]
  61.     {
  62.         type=Text
  63.         TwoDArea = 364, 167, 112, 30
  64.         Text="#iMULTI_NATION#"
  65.         Font=newmenu_20_white
  66.     }
  67.  
  68.     [PlayerExtraMissionPointsHeader]
  69.     {
  70.         type=Text
  71.         TwoDArea = 485, 167, 128, 30
  72.         Text="#iMULTI_EXTRA_MP#"
  73.         Font=newmenu_20_white
  74.     }
  75.  
  76.     [PlayerReadyHeader]
  77.     {
  78.         type=Text
  79.         TwoDArea = 621, 167, 74, 30
  80.         Text="#iMULTI_READY#"
  81.         Font=newmenu_20_white
  82.     }
  83.  
  84.     [PlayerName1]
  85.     {
  86.         type=EditField
  87.         TwoDArea = 110, 193, 176, 30
  88.         Text="#iNAME1#"
  89.         Font=newmenu_20_white
  90.     }
  91.  
  92.     [PlayerSide1]
  93.     {
  94.         type=TextButton
  95.         TwoDArea = 292, 193, 62, 30
  96.         Text="#iSIDE1#"
  97.         Font=newmenu_20_white
  98.     }
  99.  
  100.     [PlayerFlag1]
  101.     {
  102.         type=Button
  103.         TwoDArea=364,199,20,17
  104.         BackgroundImage=Gfx\Textures\Flags\flag_german.dds
  105.     }
  106.  
  107.     [PlayerNationality1]
  108.     {
  109.         type=TextButton
  110.         TwoDArea = 386, 193, 92, 30
  111.         Text="#iNATION1#"
  112.         Font=newmenu_20_white
  113.     }
  114.  
  115.     [PlayerExtraMissionPoints1]
  116.     {
  117.         type=EditField
  118.         TwoDArea = 485, 193, 128, 30
  119.         Text="#iPOINTS1#"
  120.         Tooltip="#iT_EDIT#"
  121.         Font=newmenu_20_white
  122.     }
  123.  
  124.     [PlayerReady1]
  125.     {
  126.         type=Image
  127.         Pos=640,197
  128.         Filename=Gfx\Interface\GameSetup\NotReady.tga,NotReady
  129.         Filename=Gfx\Interface\GameSetup\Ready.tga,Ready
  130.         Tooltip="#iT_READY#"
  131.     }
  132.  
  133.     [PlayerName2]
  134.     {
  135.         type=EditField
  136.         TwoDArea = 110, 218, 176, 30
  137.         Text="#iNAME2#"
  138.         Font=newmenu_20_white
  139.     }
  140.  
  141.     [PlayerSide2]
  142.     {
  143.         type=TextButton
  144.         TwoDArea = 292, 218, 62, 30
  145.         Text="#iSIDE2#"
  146.         Font=newmenu_20_white
  147.     }
  148.  
  149.     [PlayerFlag2]
  150.     {
  151.         type=Button
  152.         TwoDArea=364,224,20,17
  153.         BackgroundImage=Gfx\Textures\Flags\flag_german.dds
  154.     }
  155.  
  156.     [PlayerNationality2]
  157.     {
  158.         type=TextButton
  159.         TwoDArea = 386, 218, 92, 30
  160.         Text="#iNATION2#"
  161.         Font=newmenu_20_white
  162.     }
  163.  
  164.     [PlayerExtraMissionPoints2]
  165.     {
  166.         type=EditField
  167.         TwoDArea = 485, 218, 128, 30
  168.         Text="#iPOINTS2#"
  169.         Tooltip="#iT_EDIT#"
  170.         Font=newmenu_20_white
  171.     }
  172.  
  173.     [PlayerReady2]
  174.     {
  175.         type=Image
  176.         Pos=640,222
  177.         Tooltip="#iT_READY#"
  178.         Filename=Gfx\Interface\GameSetup\NotReady.tga,NotReady
  179.         Filename=Gfx\Interface\GameSetup\Ready.tga,Ready
  180.     }
  181.  
  182.     [PlayerName3]
  183.     {
  184.         type=EditField
  185.         TwoDArea = 110, 243, 176, 30
  186.         Text="#iNAME3#"
  187.         Font=newmenu_20_white
  188.     }
  189.  
  190.     [PlayerSide3]
  191.     {
  192.         type=TextButton
  193.         TwoDArea = 292, 243, 62, 30
  194.         Text="#iSIDE3#"
  195.         Font=newmenu_20_white
  196.     }
  197.  
  198.     [PlayerFlag3]
  199.     {
  200.         type=Button
  201.         TwoDArea=364,249,20,17
  202.         BackgroundImage=Gfx\Textures\Flags\flag_german.dds
  203.     }
  204.  
  205.     [PlayerNationality3]
  206.     {
  207.         type=TextButton
  208.         TwoDArea = 386, 243, 92, 30
  209.         Text="#iNATION3#"
  210.         Font=newmenu_20_white
  211.     }
  212.  
  213.     [PlayerExtraMissionPoints3]
  214.     {
  215.         type=EditField
  216.         TwoDArea = 485, 243, 128, 30
  217.         Text="#iPOINTS3#"
  218.         Tooltip="#iT_EDIT#"
  219.         Font=newmenu_20_white
  220.     }
  221.  
  222.     [PlayerReady3]
  223.     {
  224.         type=Image
  225.         Pos=640,247
  226.         Tooltip="#iT_READY#"
  227.         Filename=Gfx\Interface\GameSetup\NotReady.tga,NotReady
  228.         Filename=Gfx\Interface\GameSetup\Ready.tga,Ready
  229.     }
  230.  
  231.     [PlayerName4]
  232.     {
  233.         type=EditField
  234.         TwoDArea = 110, 268, 176, 30
  235.         Text="#iNAME4#"
  236.         Font=newmenu_20_white
  237.     }
  238.  
  239.     [PlayerSide4]
  240.     {
  241.         type=TextButton
  242.         TwoDArea = 292, 268, 62, 30
  243.         Text="#iSIDE4#"
  244.         Font=newmenu_20_white
  245.     }
  246.  
  247.     [PlayerFlag4]
  248.     {
  249.         type=Button
  250.         TwoDArea=364,274,20,17
  251.         BackgroundImage=Gfx\Textures\Flags\flag_german.dds
  252.     }
  253.  
  254.     [PlayerNationality4]
  255.     {
  256.         type=TextButton
  257.         TwoDArea = 386, 268, 92, 30
  258.         Text="#iNATION4#"
  259.         Font=newmenu_20_white
  260.     }
  261.  
  262.     [PlayerExtraMissionPoints4]
  263.     {
  264.         type=EditField
  265.         TwoDArea = 485, 268, 128, 30
  266.         Text="#iPOINTS4#"
  267.         Tooltip="#iT_EDIT#"
  268.         Font=newmenu_20_white
  269.     }
  270.  
  271.     [PlayerReady4]
  272.     {
  273.         type=Image
  274.         Pos=640,272
  275.         Tooltip="#iT_READY#"
  276.         Filename=Gfx\Interface\GameSetup\NotReady.tga,NotReady
  277.         Filename=Gfx\Interface\GameSetup\Ready.tga,Ready
  278.     }
  279.  
  280.     [MessagesScrollUp]
  281.     {
  282.         type=Button
  283.         BackgroundImage=Gfx\Interface\Menu\slider_arrow_up_1.tga
  284.         PressImage=Gfx\Interface\Menu\slider_arrow_up_2.tga
  285.         TwoDArea=495,356,16,16
  286.         OnClickSound="Sounds/Interface/Click 02.wav"
  287.     }
  288.  
  289.     [MessagesScrollDown]
  290.     {
  291.         type=Button
  292.         BackgroundImage=Gfx\Interface\Menu\slider_arrow_down_1.tga
  293.         PressImage=Gfx\Interface\Menu\slider_arrow_down_2.tga
  294.         TwoDArea=495,595,16,16
  295.         OnClickSound="Sounds/Interface/Click 02.wav"
  296.     }
  297.  
  298.     [MessagesScrollBar]
  299.     {
  300.         type=ScrollBar
  301.         TwoDArea = 494, 375, 16, 218
  302.         TwoDArea = 495, 375, 0, 218
  303.         BarImage=Gfx\Interface\Menu\slider_vert.tga
  304.         UpButton=MessagesScrollUp
  305.         DownButton=MessagesScrollDown
  306.         BackgroundUpImage=Gfx\Interface\slideralap_felso.tga
  307.         BackgroundCenterImage=Gfx\Interface\slideralap_center.tga
  308.         BackgroundDownImage=Gfx\Interface\slideralap_also.tga
  309.     }
  310.  
  311.     [Messages]
  312.     {
  313.         type=LongText
  314.         TwoDArea = 100, 360, 390, 240
  315.         Align=ALIGN_LEFT
  316.         ScrollBar=MessagesScrollBar
  317.         Font=newmenu_20_white
  318.     }
  319.  
  320.     [MessageInput]
  321.     {
  322.         type=EditField
  323.         TwoDArea = 100, 621, 310, 30
  324.         Align=ALIGN_LEFT
  325.         Font=newmenu_20_white
  326.         Tooltip="#iT_CHATEDIT#"
  327.         RetainsInputFocus=1
  328.     }
  329.  
  330.     [MessagesToTeamMates]
  331.     {
  332.         type=RadioButton
  333.         TwoDArea = 420, 626, 0, 0
  334.         CheckedImage=Gfx\Interface\GameSetup\chatsend_team_2.tga
  335.         UnCheckedImage=Gfx\Interface\GameSetup\chatsend_team_1.tga
  336.         Tooltip="#iT_TOTEAMMATES#"
  337.         Group=1
  338.         OnClickSound="Sounds/Interface/Click 01.wav"
  339.     }
  340.  
  341.     [MessagesToAll]
  342.     {
  343.         type=RadioButton
  344.         TwoDArea = 465, 626, 0, 0
  345.         CheckedImage=Gfx\Interface\GameSetup\chatsend_all_2.tga
  346.         UnCheckedImage=Gfx\Interface\GameSetup\chatsend_all_1.tga
  347.         Tooltip="#iT_TOALL#"
  348.         Group=1 
  349.         OnClickSound="Sounds/Interface/Click 01.wav"
  350.     }
  351.  
  352.     [ChatLine]
  353.     {
  354.         type=Image
  355.         Pos=86,619
  356.         Filename=Gfx\Interface\GameSetup\vonal_chat.tga
  357.     }
  358.  
  359.     [MapListScrollBarImage]
  360.     {
  361.         type=Image
  362.         Pos=911,403
  363.         Filename=Gfx\Interface\GameSetup\slider_alap_mapselect.tga
  364.     }
  365.  
  366.     [MapListScrollUp]
  367.     {
  368.         type=Button
  369.         BackgroundImage=Gfx\Interface\Menu\slider_arrow_up_1.tga
  370.         PressImage=Gfx\Interface\Menu\slider_arrow_up_2.tga
  371.         TwoDArea=910,385,16,16
  372.         OnClickSound="Sounds/Interface/Click 02.wav"
  373.     }
  374.  
  375.     [MapListScrollDown]
  376.     {
  377.         type=Button
  378.         BackgroundImage=Gfx\Interface\Menu\slider_arrow_down_1.tga
  379.         PressImage=Gfx\Interface\Menu\slider_arrow_down_2.tga
  380.         TwoDArea=910,540,16,16
  381.         OnClickSound="Sounds/Interface/Click 02.wav"
  382.     }
  383.  
  384.     [MapListScrollBar]
  385.     {
  386.         type=ScrollBar
  387.         TwoDArea = 910, 404, 16, 134
  388.         BarImage=Gfx\Interface\Menu\slider_vert.tga
  389.         UpButton=MapListScrollUp
  390.         DownButton=MapListScrollDown
  391.         Background=MapListScrollBarImage
  392.     }
  393.  
  394.     [MapList]
  395.     {
  396.         type=ListBox
  397.         TwoDArea = 560, 390, 350, 160
  398.         Color=255,255,255,255
  399.         SelectedColor=255,255,128,255
  400.         ScrollBar=MapListScrollBar
  401.         Font=newmenu_20_white
  402.     }
  403.  
  404.     [MiniMap]
  405.     {
  406.         type=Image
  407.         Pos=749,140
  408.         Tooltip="#iT_MAP#"
  409.     }
  410.  
  411.     [MapSize]
  412.     {
  413.         type=Text
  414.         TwoDArea = 839, 296, 88, 20
  415.         Align=ALIGN_RIGHT
  416.         Font=newmenu_20_white
  417.     }
  418.  
  419.     [Artillery]
  420.     {
  421.         type=CheckBox
  422.         TwoDArea = 556, 554, 0, 0
  423.         CheckedImage=Gfx\Interface\GameSetup\artillery_on.tga
  424.         UnCheckedImage=Gfx\Interface\GameSetup\artillery.tga
  425.         Tooltip="#iT_ARTSUP#"
  426.         OnClickSound="Sounds/Interface/Click 02.wav"
  427.     }
  428.  
  429.     [AirStrike]
  430.     {
  431.         type=CheckBox
  432.         TwoDArea = 696, 554, 0, 0
  433.         CheckedImage=Gfx\Interface\GameSetup\airstrike_on.tga
  434.         UnCheckedImage=Gfx\Interface\GameSetup\airstrike.tga
  435.         Tooltip="#iT_AIRSTRIKE#"
  436.         OnClickSound="Sounds/Interface/Click 02.wav"
  437.     }
  438.  
  439.     [Recon]
  440.     {
  441.         type=CheckBox
  442.         TwoDArea = 840, 554, 0, 0
  443.         CheckedImage=Gfx\Interface\GameSetup\air_recon_on.tga
  444.         UnCheckedImage=Gfx\Interface\GameSetup\air_recon.tga
  445.         Tooltip="#iT_AIRRECON#"
  446.         OnClickSound="Sounds/Interface/Click 02.wav"
  447.     }
  448.  
  449.     [MissionPointsText]
  450.     {
  451.         type=Text
  452.         TwoDArea = 560, 624, 250, 30
  453.         Text="#iMULTI_MP#"
  454.         Align=ALIGN_LEFT
  455.         Font=newmenu_20_white
  456.         Color=0,0,0,255
  457.     }
  458.  
  459.     [MissionPoints]
  460.     {
  461.         type=EditField
  462.         TwoDArea = 877, 625, 45, 30
  463.         Align=ALIGN_RIGHT
  464.         Font=newmenu_20_white
  465.     }
  466.  
  467.     [GameSpeedText]
  468.     {
  469.         type=Text
  470.         TwoDArea = 565, 623, 70, 30
  471.         Text="#iMULTI_SPEED#"
  472.         Align=ALIGN_LEFT
  473.         Font=newmenu_20_white
  474.         Color=0,0,0,255
  475.     }
  476.  
  477.     [GameSpeed]
  478.     {
  479.         type=Slider
  480.         TwoDArea = 650, 625, 250, 30
  481.         Steps=15
  482.         BarImage=Gfx\Interface\Menu\slider.tga
  483.     }
  484.  
  485.     [ConquerMode]
  486.     {
  487.         type=Text
  488.         TwoDArea = 560, 582, 347, 30
  489.         Text="#iCONQUERMODE#"
  490.         Font=newmenu_20_white
  491.     }
  492.  
  493.     [ConquerModePull]
  494.     {
  495.         type=Button
  496.         BackgroundImage=Gfx\Interface\Menu\slider_arrow_down_1.tga
  497.         PressImage=Gfx\Interface\Menu\slider_arrow_down_2.tga
  498.         TwoDArea=907,588,16,16
  499.         OnClickSound="Sounds/Interface/Click 02.wav"
  500.     }
  501.  
  502.     [PauseSpeedModeText]
  503.     {
  504.         type=Text
  505.         TwoDArea = 550, 400, 180, 30
  506.         Text="#iGAMESETUP_PAUSESPEEDMODE#"
  507.         Font=newmenu_20_white
  508.     }
  509.  
  510.     [PauseSpeedMode]
  511.     {
  512.         type=TextButton
  513.         TwoDArea = 730, 400, 200, 30
  514.         Align=ALIGN_RIGHT
  515.         Font=newmenu_20_white
  516.         Color=0,0,0,0
  517.         MouseOverColor=MENU_MOUSEOVER_COLOR
  518.         OnClickSound="Sounds/Interface/Click 01.wav"
  519.         DropShadow=1
  520.     }
  521.  
  522.     ;[ReinforcementLevelText]
  523.     ;{
  524.     ;    type=Text
  525.     ;    TwoDArea = 550, 435, 200, 30
  526.     ;    Text="#iGAMESETUP_REINFLEVEL#"
  527.     ;    Font=newmenu_20_white
  528.     ;}
  529.  
  530.     ;[ReinforcementLevel]
  531.     ;{
  532.     ;    type=TextButton
  533.     ;    TwoDArea = 750, 435, 180, 30
  534.     ;    Align=ALIGN_RIGHT
  535.     ;    Font=newmenu_20_white
  536.     ;    Color=0,0,0,0
  537.     ;    MouseOverColor=MENU_MOUSEOVER_COLOR
  538.     ;    OnClickSound="Sounds/Interface/Click 01.wav"
  539.     ;    DropShadow=1
  540.     ;}
  541.  
  542.     [SupplyLimitText]
  543.     {
  544.         type=Text
  545.         TwoDArea = 550, 435, 200, 30
  546.         Text="#iGAMESETUP_SUPPLYLIMIT#"
  547.         Font=newmenu_20_white
  548.     }
  549.  
  550.     [SupplyLimit]
  551.     {
  552.         type=TextButton
  553.         TwoDArea = 750, 435, 180, 30
  554.         Align=ALIGN_RIGHT
  555.         Font=newmenu_20_white
  556.         Color=0,0,0,0
  557.         MouseOverColor=MENU_MOUSEOVER_COLOR
  558.         OnClickSound="Sounds/Interface/Click 01.wav"
  559.         DropShadow=1
  560.     }
  561.  
  562.     [CaptureHQText]
  563.     {
  564.         type=Text
  565.         TwoDArea = 550, 470, 200, 30
  566.         Text="#iGAMESETUP_CAPTUREHQ#"
  567.         Font=newmenu_20_white
  568.     }
  569.  
  570.     [CaptureHQ]
  571.     {
  572.         type=TextButton
  573.         TwoDArea = 750, 470, 180, 30
  574.         Align=ALIGN_RIGHT
  575.         Font=newmenu_20_white
  576.         Color=0,0,0,0
  577.         MouseOverColor=MENU_MOUSEOVER_COLOR
  578.         OnClickSound="Sounds/Interface/Click 01.wav"
  579.         DropShadow=1
  580.     }
  581.  
  582.     [CaptureFlagText]
  583.     {
  584.         type=Text
  585.         TwoDArea = 550, 435, 200, 30
  586.         Text="#iGAMESETUP_CAPTUREFLAG#"
  587.         Font=newmenu_20_white
  588.     }
  589.  
  590.     [CaptureFlag]
  591.     {
  592.         type=TextButton
  593.         TwoDArea = 750, 435, 180, 30
  594.         Align=ALIGN_RIGHT
  595.         Font=newmenu_20_white
  596.         Color=0,0,0,0
  597.         MouseOverColor=MENU_MOUSEOVER_COLOR
  598.         OnClickSound="Sounds/Interface/Click 01.wav"
  599.         DropShadow=1
  600.     }
  601.  
  602.     [Basic]
  603.     {
  604.         type=TextButton
  605.         TwoDArea = 550, 336, 180, 30
  606.         Align=ALIGN_CENTER
  607.         Text="#iGAMESETUP_BASIC#"
  608.         Font=newmenu_20_white
  609.         Color=0,0,0,0
  610.         MouseOverColor=MENU_MOUSEOVER_COLOR
  611.         OnClickSound="Sounds/Interface/Click 01.wav"
  612.         DropShadow=1;
  613.     }
  614.  
  615.     [Advanced]
  616.     {
  617.         type=TextButton
  618.         TwoDArea = 748, 336, 180, 30
  619.         Align=ALIGN_CENTER
  620.         Text="#iGAMESETUP_ADVANCED#"
  621.         Font=newmenu_20_white
  622.         Color=0,0,0,0
  623.         MouseOverColor=MENU_MOUSEOVER_COLOR
  624.         OnClickSound="Sounds/Interface/Click 01.wav"
  625.         DropShadow=1;
  626.     }
  627.  
  628.     [Back]
  629.     {
  630.         type=TextButton
  631.         TwoDArea = 120, 682, 156, 40
  632.         Align=ALIGN_CENTER
  633.         Text="#iBACK#"
  634.         Font=newmenu_20_white
  635.         Color=255,255,255,255
  636.         MouseOverColor=MENU_MOUSEOVER_COLOR
  637.         OnClickSound="Sounds/Interface/Click 01.wav"
  638.         DropShadow=1;
  639.     }
  640.  
  641.     [Freeze]
  642.     {
  643.         type=TextButton
  644.         TwoDArea = 276, 682, 156, 40
  645.         Align=ALIGN_CENTER
  646.         Text="#iLOCK#"
  647.         Font=newmenu_20_white
  648.         Color=255,255,255,255
  649.         MouseOverColor=MENU_MOUSEOVER_COLOR
  650.         OnClickSound="Sounds/Interface/Click 01.wav"
  651.         DropShadow=1;
  652.     }
  653.  
  654.     [Defrost]
  655.     {
  656.         type=TextButton
  657.         TwoDArea = 276, 682, 156, 40
  658.         Align=ALIGN_CENTER
  659.         Text="#iUNLOCK#"
  660.         Font=newmenu_20_white
  661.         Color=255,255,255,255
  662.         MouseOverColor=MENU_MOUSEOVER_COLOR
  663.         OnClickSound="Sounds/Interface/Click 01.wav"
  664.         DropShadow=1;
  665.     }
  666.  
  667.     [SetupArmy]
  668.     {
  669.         type=TextButton
  670.         TwoDArea = 432, 682, 156, 40
  671.         Align=ALIGN_CENTER
  672.         Text="#iMULTI_SETUP_ARMY#"
  673.         Font=newmenu_20_white
  674.         Color=255,255,255,255
  675.         MouseOverColor=MENU_MOUSEOVER_COLOR
  676.         OnClickSound="Sounds/Interface/Click 01.wav"
  677.         DropShadow=1;
  678.     }
  679.  
  680.     [Done]
  681.     {
  682.         type=TextButton
  683.         TwoDArea = 588, 682, 156, 40
  684.         Align=ALIGN_CENTER
  685.         Text="#iGAMESETUP_READY#"
  686.         Font=newmenu_20_white
  687.         Color=255,255,128,255
  688.         MouseOverColor=MENU_MOUSEOVER_COLOR
  689.         OnClickSound="Sounds/Interface/Click 01.wav"
  690.         DropShadow=1;
  691.     }
  692.  
  693.     [Cancel]
  694.     {
  695.         type=TextButton
  696.         TwoDArea = 588, 682, 156, 40
  697.         Align=ALIGN_CENTER
  698.         Text="#iGAMESETUP_UNREADY#"
  699.         Font=newmenu_20_white
  700.         Color=255,255,255,255
  701.         MouseOverColor=MENU_MOUSEOVER_COLOR
  702.         OnClickSound="Sounds/Interface/Click 01.wav"
  703.         DropShadow=1;
  704.     }
  705.  
  706.     [Start]
  707.     {
  708.         type=TextButton
  709.         TwoDArea = 744, 682, 156, 40
  710.         Align=ALIGN_CENTER
  711.         Text="#iSTART#"
  712.         Font=newmenu_20_white
  713.         Color=255,255,255,255
  714.         MouseOverColor=MENU_MOUSEOVER_COLOR
  715.         OnClickSound="Sounds/Interface/Click 01.wav"
  716.         DropShadow=1;
  717.     }
  718.  
  719.     [MainScene2d]
  720.     {
  721.         type=Scene
  722.         Create                =FALSE
  723.         DeleteZBuffer         =FALSE
  724.         DeleteBackground      =FALSE
  725.         Render_Screen_Viewport=1
  726.     }
  727.  
  728. }
  729.