home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 2002 December / JOY143_CD1.iso / Data / Demos / Platoon / pl_demo.exe / Inf / Prism / Options.inf < prev    next >
INI File  |  2002-10-12  |  10KB  |  498 lines

  1. #define SCREEN_START 170,116
  2. #define MENUBACKGROUND    DropDownListType=TRUE [MenuBackground] { BackgroundColor=16,32,16,192    BorderColor=64,128,64,128 }
  3.  
  4.  
  5. [Options]
  6. {
  7.     shortcut=Back, KEY_ESCAPE
  8.     [BackImage]
  9.     {
  10.         type=Image
  11.         Filename="gfx\interface\options\optionsback.tga"
  12.         Pos=170,116
  13.     }
  14.  
  15.     [ScreenName]
  16.     {
  17.         Type=Text
  18.         RelativePos=SCREEN_START
  19.         TwoDArea=0,10, 460, 40
  20.         Text="#iOPTIONS#"
  21.         Align=ALIGN_CENTER
  22.         Font=folio
  23.         Color=MAINMENU_BTN_MOUSEOVER_COLOR
  24.  
  25.     }
  26.  
  27.     [Sound]
  28.     {
  29.         type=TextButton
  30.         RelativePos=SCREEN_START
  31.         TwoDArea=15,67,120,40
  32.         Color=MAINMENU_BTN_COLOR
  33.         MouseOverColor=MAINMENU_BTN_MOUSEOVER_COLOR
  34.         Align=ALIGN_CENTER
  35.         Text=Sound
  36.         Enabled=TRUE
  37.         Font=folio
  38.         ABSOLUTE
  39.         TOP_RIGHT
  40.     }
  41.  
  42.     [Gameplay]
  43.     {
  44.         type=TextButton
  45.         RelativePos=SCREEN_START
  46.         TwoDArea=165,67,130,40
  47.         Color=MAINMENU_BTN_COLOR
  48.         MouseOverColor=MAINMENU_BTN_MOUSEOVER_COLOR
  49.         Align=ALIGN_CENTER
  50.         Text=Gameplay
  51.         Enabled=TRUE
  52.         Font=folio
  53.         ABSOLUTE
  54.         TOP_RIGHT
  55.     }
  56.  
  57.     [Graphics]
  58.     {
  59.         type=TextButton
  60.         RelativePos=SCREEN_START
  61.         TwoDArea=325,67,120,40
  62.         Color=MAINMENU_BTN_COLOR
  63.         MouseOverColor=MAINMENU_BTN_MOUSEOVER_COLOR
  64.         Text=Graphics
  65.         Align=ALIGN_CENTER
  66.         Enabled=TRUE
  67.         Font=folio
  68.         ABSOLUTE
  69.         TOP_RIGHT
  70.     }
  71.  
  72.     [Back]
  73.     {
  74.         type=TextButton
  75.         RelativePos=SCREEN_START
  76.         TwoDArea=0,310,460,40
  77.         Color=MAINMENU_BTN_COLOR
  78.         MouseOverColor=MAINMENU_BTN_MOUSEOVER_COLOR
  79.         Align=ALIGN_CENTER
  80.         Text=BACK
  81.         Enabled=TRUE
  82.         Font=folio
  83.         ABSOLUTE
  84.         TOP_RIGHT
  85.     }
  86.  
  87. ; ----------------------------------------------
  88. ; ------------- Sound Options ------------------
  89. ; ----------------------------------------------
  90.  
  91.     [MusicText]
  92.     {
  93.         RelativePos=SCREEN_START
  94.         type=Text
  95.         TwoDArea=0,125,460,40
  96.         Color=MISSIONFINISHED_BTN_COLOR
  97.         Align=ALIGN_CENTER
  98.         Text="#iMusic_volume#:"
  99. ;        Font=folio
  100.         
  101.     }
  102.  
  103.     [MusicImage]
  104.     {
  105.         RelativePos=SCREEN_START
  106.         type=Image
  107.         Pos=141,145
  108.         Filename="gfx\interface\ingame\ingame_options_slider1.tga"
  109.         
  110.     }
  111.  
  112.     [MusicSlider]
  113.     {
  114.         RelativePos=SCREEN_START
  115.         type=Slider
  116.         TwoDArea=141,145,178,15
  117.         MinValue=0
  118.         MaxValue=100
  119.         Steps=100
  120.         
  121.         BarImage="gfx\interface\ingame\ingame_options_csuszka1.tga"
  122.     }
  123.  
  124.  
  125.     [SoundText]
  126.     {
  127.         RelativePos=SCREEN_START
  128.         type=Text
  129.         TwoDArea=0,190,460,40
  130.         Color=MISSIONFINISHED_BTN_COLOR
  131.         Align=ALIGN_CENTER
  132.         Text="#iSound_volume#:"
  133. ;        Font=folio
  134.         
  135.     }
  136.     [SoundImage]
  137.     {
  138.         RelativePos=SCREEN_START
  139.         type=Image
  140.         Pos=141,210
  141.         Filename="gfx\interface\ingame\ingame_options_slider1.tga"
  142.         
  143.     }
  144.  
  145.     [SoundSlider]
  146.     {
  147.         RelativePos=SCREEN_START
  148.         type=Slider
  149.         TwoDArea=141,210,178,15
  150.         MinValue=0
  151.         MaxValue=100
  152.         BarImage="gfx\interface\ingame\ingame_options_csuszka1.tga"
  153.         Steps=100
  154.         
  155.     }
  156.  
  157.  
  158.     [SpeechText]
  159.     {
  160.         RelativePos=SCREEN_START
  161.         type=Text
  162.         TwoDArea=0,255,460,40
  163.         Color=MISSIONFINISHED_BTN_COLOR
  164.         Align=ALIGN_CENTER
  165.         Text="#iSpeech_volume#:"
  166. ;        Font=folio
  167.         
  168.     }
  169.  
  170.     [SpeechImage]
  171.     {
  172.         RelativePos=SCREEN_START
  173.         type=Image
  174.         Pos=141,275
  175.         Filename="gfx\interface\ingame\ingame_options_slider1.tga"
  176.         
  177.     }
  178.  
  179.     [SpeechSlider]
  180.     {
  181.         RelativePos=SCREEN_START
  182.         type=Slider
  183.         TwoDArea=141,275,178,15
  184.         MinValue=0
  185.         MaxValue=100
  186.         Steps=100
  187.         
  188.         BarImage="gfx\interface\ingame\ingame_options_csuszka1.tga"
  189.     }
  190.  
  191.     [SoundOptionsGroup]
  192.     {
  193.         type=Button
  194.         Children=MusicText, MusicImage, MusicSlider, SoundText, SoundImage, SoundSlider, SpeechText, SpeechImage, SpeechSlider
  195.         TwoDArea=0,0,0,0
  196.         Visible=TRUE
  197.     }
  198.  
  199. ; ----------------------------------------------
  200. ; ----------- Graphics Options -----------------
  201. ; ----------------------------------------------
  202.  
  203.     [ResolutionText]
  204.     {
  205.         RelativePos=SCREEN_START
  206.         type=Text
  207.         TwoDArea=90,130,320,40
  208.         Color=MISSIONFINISHED_BTN_COLOR
  209.         Align=ALIGN_LEFT
  210.         Text="#iResolution#: "
  211.     }
  212.  
  213.     [ResolutionValue]
  214.     {
  215.         RelativePos=SCREEN_START
  216.         type=Text
  217.         TwoDArea=270,130,150,40
  218.         Color=MISSIONFINISHED_BTN_MOUSEOVER_COLOR
  219.         Align=ALIGN_LEFT
  220.         Text="800 x 600"
  221.     }
  222.  
  223.  
  224.  
  225.     [TextureDetailText]
  226.     {
  227.         RelativePos=SCREEN_START
  228.         type=Text
  229.         TwoDArea=90,150,320,40
  230.         Color=MISSIONFINISHED_BTN_COLOR
  231.         Align=ALIGN_LEFT
  232.         Text="#iTexture_detail#:"
  233.     }
  234.  
  235.     [TextureDetailValue]
  236.     {
  237.         RelativePos=SCREEN_START
  238.         type=Text
  239.         TwoDArea=270,150,150,40
  240.         Color=MISSIONFINISHED_BTN_MOUSEOVER_COLOR
  241.         Align=ALIGN_LEFT
  242.         Text="HIGH"
  243.     }
  244.  
  245.     [LandscapeDetailText]
  246.     {
  247.         RelativePos=SCREEN_START
  248.         type=Text
  249.         TwoDArea=90,170,320,40
  250.         Color=MISSIONFINISHED_BTN_COLOR
  251.         Align=ALIGN_LEFT
  252.         Text="#iLandscape_detail#:"
  253.     }
  254.  
  255.     [LandscapeDetailValue]
  256.     {
  257.         RelativePos=SCREEN_START
  258.         type=Text
  259.         TwoDArea=270,170,150,40
  260.         Color=MISSIONFINISHED_BTN_MOUSEOVER_COLOR
  261.         Align=ALIGN_LEFT
  262.         Text="HIGH"
  263.     }
  264.         [LandscapeDetailPopup]
  265.     {
  266.         type=PopupMenu
  267.                 TwoDArea=270,170,150,20
  268.         RelativePos=SCREEN_START
  269.         LeftButtonWorks=1
  270.                 MENUBACKGROUND
  271.                 AutoWidth=1
  272.                 Text="#iLOW#"
  273.                 Text="#iMEDIUM#"
  274.                 Text="#iHIGH#"
  275.         
  276.     }
  277.         [ResolutionPopup]
  278.     {
  279.         RelativePos=SCREEN_START
  280.         type=PopupMenu
  281.                 TwoDArea=270,130,150,20
  282.         LeftButtonWorks=1
  283.                 MENUBACKGROUND
  284.                 AutoWidth=1
  285.                 Text="640 x 480"
  286.                 Text="800 x 600"
  287.                 Text="1024 x 768"
  288.                 Text="1280 x 960"
  289.                 Text="1600 x 1200"
  290.         
  291.     }
  292.  
  293.         [TextureDetailPopup]
  294.     {
  295.         type=PopupMenu
  296.                 TwoDArea=270,150,150,20
  297.         RelativePos=SCREEN_START
  298.         LeftButtonWorks=1
  299.                 MENUBACKGROUND
  300.                 AutoWidth=1
  301.                 Text="#iLOW#"
  302.                 Text="#iMEDIUM#"
  303.                 Text="#iHIGH#"
  304.         
  305.     }
  306.  
  307.  
  308.     [GraphicsOptionsGroup]
  309.     {
  310.         type=Button
  311.         Children=ResolutionText, ResolutionValue, ResolutionPopup,TextureDetailText,TextureDetailValue,TextureDetailPopup, LandscapeDetailText, LandscapeDetailValue, LandscapeDetailPopup
  312.         TwoDArea=0,0,0,0
  313.         Visible=FALSE
  314.     }
  315.  
  316. ; ----------------------------------------------
  317. ; ------------ Gameplay Options ----------------
  318. ; ----------------------------------------------
  319.  
  320.     [ToolTipDelayText]
  321.     {
  322.         RelativePos=SCREEN_START
  323.         type=Text
  324.         TwoDArea=90,130,320,40
  325.         Color=MISSIONFINISHED_BTN_COLOR
  326.         Align=ALIGN_LEFT
  327.         Text="#iTooltip_delay#:"
  328.     }
  329.  
  330.     [ToolTipDelayValue]
  331.     {
  332.         RelativePos=SCREEN_START
  333.         type=Text
  334.         TwoDArea=270,130,150,40
  335.         Color=MISSIONFINISHED_BTN_MOUSEOVER_COLOR
  336.         Align=ALIGN_LEFT
  337.         Text="MEDIUM"
  338.     }
  339.  
  340.  
  341.     [TerrainInfoText]
  342.     {
  343.         RelativePos=SCREEN_START
  344.         type=Text
  345.         TwoDArea=90,150,320,40
  346.         Color=MISSIONFINISHED_BTN_COLOR
  347.         Align=ALIGN_LEFT
  348.         Text="#iTerrain_info#:"
  349.     }
  350.  
  351.     [TerrainInfoValue]
  352.     {
  353.         RelativePos=SCREEN_START
  354.         type=Text
  355.         TwoDArea=270,150,150,40
  356.         Color=MISSIONFINISHED_BTN_MOUSEOVER_COLOR
  357.         Align=ALIGN_LEFT
  358.         Text="ON"
  359.     }
  360.  
  361.     [DifficultyLevelText]
  362.     {
  363.         RelativePos=SCREEN_START
  364.         type=Text
  365.         TwoDArea=90,170,320,40
  366.         Color=MISSIONFINISHED_BTN_COLOR
  367.         Align=ALIGN_LEFT
  368.         Text="#iDifficulty_level#:"
  369.     }
  370.  
  371.     [DifficultyLevelValue]
  372.     {
  373.         RelativePos=SCREEN_START
  374.         type=Text
  375.         TwoDArea=270,170,150,40
  376.         Color=MISSIONFINISHED_BTN_MOUSEOVER_COLOR
  377.         Align=ALIGN_LEFT
  378.         Text="MEDIUM"
  379.     }
  380.  
  381.     [InvertMouseXText]
  382.     {
  383.         RelativePos=SCREEN_START
  384.         type=Text
  385.         TwoDArea=90,190,320,40
  386.         Color=MISSIONFINISHED_BTN_COLOR
  387.         Align=ALIGN_LEFT
  388.         Text="#iInvert_mouse_X#:"
  389.     }
  390.  
  391.     [InvertMouseXValue]
  392.     {
  393.         RelativePos=SCREEN_START
  394.         type=Text
  395.         TwoDArea=270,190,150,40
  396.         Color=MISSIONFINISHED_BTN_MOUSEOVER_COLOR
  397.         Align=ALIGN_LEFT
  398.         Text="OFF"
  399.     }
  400.  
  401.  
  402.     [InvertMouseYText]
  403.     {
  404.         RelativePos=SCREEN_START
  405.         type=Text
  406.         TwoDArea=90,210,320,40
  407.         Color=MISSIONFINISHED_BTN_COLOR
  408.         Align=ALIGN_LEFT
  409.         Text="#iInvert_mouse_Y#:"
  410.     }
  411.  
  412.     [InvertMouseYValue]
  413.     {
  414.         RelativePos=SCREEN_START
  415.         type=Text
  416.         TwoDArea=270,210,150,40
  417.         Color=MISSIONFINISHED_BTN_MOUSEOVER_COLOR
  418.         Align=ALIGN_LEFT
  419.         Text="OFF"
  420.     }
  421.  
  422.  
  423.         [DifficultyLevelPopup]
  424.     {
  425.         type=PopupMenu
  426.                 TwoDArea=270,170,150,20
  427.         RelativePos=SCREEN_START
  428.         LeftButtonWorks=1
  429.                 MENUBACKGROUND
  430.                 AutoWidth=1
  431.                 Text="#iEASY#"
  432.                 Text="#iMEDIUM#"
  433.                 Text="#iHARD#"
  434.         
  435.     }
  436.  
  437.         [TerrainInfoPopup]
  438.     {
  439.         type=PopupMenu
  440.                 TwoDArea=270,150,150,20
  441.         RelativePos=SCREEN_START
  442.         LeftButtonWorks=1
  443.                 MENUBACKGROUND
  444.                 AutoWidth=1
  445.                 Text="#iON#"
  446.                 Text="#iOFF#"
  447.         
  448.     }
  449.  
  450.         [ToolTipDelayPopup]
  451.     {
  452.         type=PopupMenu
  453.                 TwoDArea=270,130,150,20
  454.         RelativePos=SCREEN_START
  455.         LeftButtonWorks=1
  456.                 MENUBACKGROUND
  457.                 AutoWidth=1
  458.                 Text="#iSHORT#"
  459.                 Text="#iMEDIUM#"
  460.                 Text="#iLONG#"
  461.         
  462.     }
  463.         [InvertMouseXPopup]
  464.     {
  465.         type=PopupMenu
  466.                 TwoDArea=270,190,150,20
  467.         RelativePos=SCREEN_START
  468.         LeftButtonWorks=1
  469.                 MENUBACKGROUND
  470.                 AutoWidth=1
  471.                 Text="#iON#"
  472.                 Text="#iOFF#"
  473.         
  474.     }
  475.  
  476.         [InvertMouseYPopup]
  477.     {
  478.         type=PopupMenu
  479.                 TwoDArea=270,210,150,20
  480.         RelativePos=SCREEN_START
  481.         LeftButtonWorks=1
  482.                 MENUBACKGROUND
  483.                 AutoWidth=1
  484.                 Text="#iON#"
  485.                 Text="#iOFF#"
  486.         
  487.     }
  488.  
  489.  
  490.     [GameplayOptionsGroup]
  491.     {
  492.         type=Button
  493.         Children=ToolTipDelayText,ToolTipDelayValue,ToolTipDelayPopup, TerrainInfoText,TerrainInfoValue,TerrainInfoPopup, DifficultyLevelText,DifficultyLevelValue,DifficultyLevelPopup, InvertMouseXText,InvertMouseYText,InvertMouseXValue,InvertMouseXPopup,InvertMouseYValue,InvertMouseYPopup
  494.         TwoDArea=0,0,0,0
  495.         Visible=FALSE
  496.     }
  497.  
  498. }