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

  1.  
  2. [ScenarioMenu]
  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\Menu\Scenario.tga
  13.     }
  14.  
  15.     [Title]
  16.     {
  17.         type=Text
  18.         TwoDArea = 145, 121, 360, 0
  19.         Text="#iSCENARIO#"
  20.         Color=0,0,0,255
  21.         Font=newmenu_35_white
  22.     }
  23.  
  24.     [DifficultyEasyText]
  25.     {
  26.         type=Text
  27.         TwoDArea = 683, 297, 128, 0
  28.         Align=ALIGN_CENTER
  29.         Text="#iEASY#"
  30.         Font=newmenu_12_white
  31.         OnClickSound="Sounds/Interface/Click 01.wav"
  32.     }
  33.  
  34.     [DifficultyNormalText]
  35.     {
  36.         type=Text
  37.         TwoDArea = 725, 297, 128, 0
  38.         Align=ALIGN_CENTER
  39.         Text="#iNORMAL#"
  40.         Font=newmenu_12_white
  41.         OnClickSound="Sounds/Interface/Click 01.wav"
  42.     }
  43.  
  44.     [DifficultyHardText]
  45.     {
  46.         type=Text
  47.         TwoDArea = 767, 297, 128, 0
  48.         Align=ALIGN_CENTER
  49.         Text="#iHARD#"
  50.         Font=newmenu_12_white
  51.         OnClickSound="Sounds/Interface/Click 01.wav"
  52.     }
  53.  
  54.     [DifficultyExtremeText]
  55.     {
  56.         type=Text
  57.         TwoDArea = 811, 297, 128, 0
  58.         Align=ALIGN_CENTER
  59.         Text="#iEXTREME#"
  60.         Font=newmenu_12_white
  61.         OnClickSound="Sounds/Interface/Click 01.wav"
  62.     }
  63.  
  64.     [DifficultyText]
  65.     {
  66.         type=Text
  67.         TwoDArea = 726, 228, 170, 0
  68.         Align=ALIGN_CENTER
  69.         Text="#iDIFFICULTY#"
  70.         Font=newmenu_20_white
  71.     }
  72.  
  73.     [DifficultyEasy]
  74.     {
  75.         type=RadioButton
  76.         TwoDArea = 731, 262, 0, 0
  77.         CheckedImage=Gfx\Interface\Menu\button_2.tga
  78.         UnCheckedImage=Gfx\Interface\Menu\button_1.tga
  79.         Group=1
  80.         OnClickSound="Sounds/Interface/Click 02.wav"
  81.     }
  82.  
  83.     [DifficultyNormal]
  84.     {
  85.         type=RadioButton
  86.         TwoDArea = 773, 262, 0, 0
  87.         CheckedImage=Gfx\Interface\Menu\button_2.tga
  88.         UnCheckedImage=Gfx\Interface\Menu\button_1.tga
  89.         Group=1
  90.         OnClickSound="Sounds/Interface/Click 02.wav"
  91.     }
  92.  
  93.     [DifficultyHard]
  94.     {
  95.         type=RadioButton
  96.         TwoDArea = 815, 262, 0, 0
  97.         CheckedImage=Gfx\Interface\Menu\button_2.tga
  98.         UnCheckedImage=Gfx\Interface\Menu\button_1.tga
  99.         Group=1
  100.         OnClickSound="Sounds/Interface/Click 02.wav"
  101.     }
  102.  
  103.     [DifficultyExtreme]
  104.     {
  105.         type=RadioButton
  106.         TwoDArea = 857, 262, 0, 0
  107.         CheckedImage=Gfx\Interface\Menu\button_2.tga
  108.         UnCheckedImage=Gfx\Interface\Menu\button_1.tga
  109.         Group=1
  110.         OnClickSound="Sounds/Interface/Click 02.wav"
  111.     }
  112.  
  113.     [ListScrollBarImage]
  114.     {
  115.         type=Image
  116.         Pos=341,138
  117.         Filename=Gfx\Interface\Menu\slider_alap_scenario.tga
  118.         Visible=0
  119.     }
  120.  
  121.     [ListScrollUp]
  122.     {
  123.         type=Button
  124.         BackgroundImage=Gfx\Interface\Menu\slider_arrow_up_1.tga
  125.         PressImage=Gfx\Interface\Menu\slider_arrow_up_2.tga
  126.         TwoDArea=340,120,16,16
  127.         OnClickSound="Sounds/Interface/Click 02.wav"
  128.         Visible=0
  129.     }
  130.  
  131.     [ListScrollDown]
  132.     {
  133.         type=Button
  134.         BackgroundImage=Gfx\Interface\Menu\slider_arrow_down_1.tga
  135.         PressImage=Gfx\Interface\Menu\slider_arrow_down_2.tga
  136.         TwoDArea=340,620,16,16
  137.         OnClickSound="Sounds/Interface/Click 02.wav"
  138.         Visible=0
  139.     }
  140.  
  141.     [ListScrollBar]
  142.     {
  143.         type=ScrollBar
  144.         TwoDArea = 340, 139, 16, 479
  145.         BarImage=Gfx\Interface\Menu\slider_vert.tga
  146.         UpButton=ListScrollUp
  147.         DownButton=ListScrollDown
  148.         Background=ListScrollBarImage
  149.         Visible=0
  150.     }
  151.  
  152.  
  153.     [List]
  154.     {
  155.         type=ListBox
  156.         TwoDArea = 142, 200, 246, 400
  157.         SelectedColor=MENU_MOUSEOVER_COLOR
  158.         Font=newmenu_20_white
  159.         ScrollBar=ListScrollBar
  160.     }
  161.  
  162.     [Selection]
  163.     {
  164.         type=Image
  165.         Pos=33,128
  166.         Filename=Gfx\Interface\Menu\select_stripe_scenario.tga
  167.         Visible=0
  168.     }
  169.  
  170.     [DescriptionScrollUp]
  171.     {
  172.         type=Button
  173.         BackgroundImage=Gfx\Interface\Menu\slider_arrow_up_1.tga
  174.         PressImage=Gfx\Interface\Menu\slider_arrow_up_2.tga
  175.         TwoDArea=876,364,16,16
  176.         OnClickSound="Sounds/Interface/Click 02.wav"
  177.     }
  178.  
  179.     [DescriptionScrollDown]
  180.     {
  181.         type=Button
  182.         BackgroundImage=Gfx\Interface\Menu\slider_arrow_down_1.tga
  183.         PressImage=Gfx\Interface\Menu\slider_arrow_down_2.tga
  184.         TwoDArea=876,595,16,16
  185.         OnClickSound="Sounds/Interface/Click 02.wav"
  186.     }
  187.  
  188.     [DescriptionScrollBar]
  189.     {
  190.         type=ScrollBar
  191.         TwoDArea = 875, 382, 16, 212
  192.         TwoDArea = 876, 382, 0, 212
  193.         BarImage=Gfx\Interface\Menu\slider_vert.tga
  194.         UpButton=DescriptionScrollUp
  195.         DownButton=DescriptionScrollDown
  196.         BackgroundUpImage=Gfx\Interface\slideralap_felso.tga
  197.         BackgroundCenterImage=Gfx\Interface\slideralap_center.tga
  198.         BackgroundDownImage=Gfx\Interface\slideralap_also.tga
  199.     }
  200.  
  201.     [Description]
  202.     {
  203.         type=LongText
  204.         Align = ALIGN_LEFT
  205.         TwoDArea = 428, 362, 435, 255
  206.         Font=newmenu_20_white
  207.         ScrollBar=DescriptionScrollBar
  208.     }
  209.  
  210.     [Image]
  211.     {
  212.         type=Image
  213.         Pos=421,193
  214.     }
  215.  
  216.     [Back]
  217.     {
  218.         type=TextButton
  219.         TwoDArea = 218, 633, 141, 25
  220.         Align=ALIGN_CENTER
  221.         Text="#iBACK#"
  222.         Font=newmenu_20_white
  223.         MouseOverColor=MENU_MOUSEOVER_COLOR
  224.         OnClickSound="Sounds/Interface/Click 01.wav"
  225.         DropShadow=1;
  226.     }
  227.  
  228.     [StartGame]
  229.     {
  230.         type=TextButton
  231.         TwoDArea = 663, 633, 140, 25
  232.         Align=ALIGN_CENTER
  233.         Text="#iSTARTGAME#"
  234.         Font=newmenu_20_white
  235.         MouseOverColor=MENU_MOUSEOVER_COLOR
  236.         OnClickSound="Sounds/Interface/Click 01.wav"
  237.         DropShadow=1;
  238.     }
  239.  
  240.     [MainScene2d]
  241.     {
  242.         type=Scene
  243.         Create                =FALSE
  244.         DeleteZBuffer         =FALSE
  245.         DeleteBackground      =FALSE
  246.         Render_Screen_Viewport=1
  247.     }
  248.  
  249. }
  250.