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

  1. #define MULTIPLAYEROPTIONS_TEXT_COLOR 200,180,80,255
  2. #define MULTIPLAYEROPTIONS_SELECTED_TEXT_COLOR 255,220,50,255
  3. #define MULTIPLAYEROPTIONS_BTN_COLOR 183,166,70,255
  4. #define MULTIPLAYEROPTIONS_BTN_MOUSEOVER_COLOR 241,211,38,255
  5.  
  6. [MultiplayerOptions]
  7. {
  8.  
  9.     shortcut = Escape, KEY_ESCAPE
  10.  
  11.     [ListBase]
  12.     {
  13.         type=Image
  14.         Filename="gfx\interface\multiplayer options\multiplayer_options.tga"
  15.         Pos=0,0
  16.     }
  17.  
  18.     [MapText]
  19.     {
  20.         type=Text
  21.         Text="#iMAP#"
  22.         Font=folio
  23.         TwoDArea=55,5,190,20
  24.         Color=MULTIPLAYEROPTIONS_SELECTED_TEXT_COLOR
  25.         Align=ALIGN_CENTER
  26.     } 
  27.  
  28.     [NextLevelButton]
  29.     {
  30.         TwoDArea=273,259,11,13
  31.         type=Button
  32.         BackgroundImage="gfx\interface\multiplayer options\jobbranyil2.tga"
  33.         MouseOverImage="gfx\interface\multiplayer options\jobbranyil.tga"
  34.     }
  35.  
  36.     [PrevLevelButton]
  37.     {
  38.         TwoDArea=20,259,11,13
  39.         type=Button
  40.         BackgroundImage="gfx\interface\multiplayer options\balranyil2.tga"
  41.         MouseOverImage="gfx\interface\multiplayer options\balranyil.tga"
  42.     }
  43.  
  44.     [UnitText]
  45.     {
  46.         type=Text
  47.         Text="#iUNITS#"
  48.         Font=folio
  49.         TwoDArea=410,5,270,20
  50.         Color=MULTIPLAYEROPTIONS_SELECTED_TEXT_COLOR
  51.         Align=ALIGN_CENTER
  52.     } 
  53.  
  54.     [UnitButton]
  55.     {
  56.         TwoDArea=320,60,450,260
  57.         type=Button
  58.         ToolTip = "Hello"
  59.     }
  60.  
  61.     [MoneyText]
  62.     {
  63.         type=Text
  64.         Font=sima
  65.         TwoDArea=430,326,200,20
  66.         Color=MULTIPLAYEROPTIONS_SELECTED_TEXT_COLOR
  67.         Align=ALIGN_LEFT
  68.     } 
  69.  
  70.     [ChatText]
  71.     {
  72.         type=Text
  73.         Text="#iCHAT#"
  74.         Font=folio
  75.         TwoDArea=410,350,270,20
  76.         Color=MULTIPLAYEROPTIONS_SELECTED_TEXT_COLOR
  77.         Align=ALIGN_CENTER
  78.     } 
  79.  
  80.     [Messages]
  81.     {
  82.         type=ListBox
  83.         TwoDArea=310,385,475,130
  84.         Font=sima
  85.         Color=MULTIPLAYEROPTIONS_TEXT_COLOR
  86.         Enabled=FALSE
  87.         ScrollBar = MessagesBar
  88.         AutoHideScrollBar = 0
  89.     }
  90.  
  91.     [MessagesBar]
  92.     {
  93.         TwoDArea=780,365,20,145
  94.         type=ScrollBar
  95.         BarImage=gfx\interface\play scenario\csuszka.tga
  96.     }
  97.  
  98.     [NewMessage]
  99.     {
  100.         type=EditField
  101. ;        DefaultText="#iENTER_A_MESSAGE#"
  102.         MaxLength=0
  103.         Font=sima
  104.         TwoDArea=310,528,475,20
  105.         Color=MULTIPLAYEROPTIONS_TEXT_COLOR
  106.         Align=ALIGN_LEFT
  107.         RetainsInputFocus=TRUE
  108.     }
  109.  
  110.     [PlayersText]
  111.     {
  112.         type=Text
  113.         Text="#iPLAYERS#"
  114.         Font=sima
  115.         TwoDArea=20,365,260,20
  116.         Color=MULTIPLAYEROPTIONS_SELECTED_TEXT_COLOR
  117.         Align=ALIGN_LEFT
  118.     } 
  119.  
  120.  
  121.     [Name]
  122.     {
  123.         type=EditField
  124.         MaxLength=0
  125.         Font=sima
  126.         TwoDArea=20,385,235,20
  127.         Color=MULTIPLAYEROPTIONS_SELECTED_TEXT_COLOR
  128.         Align=ALIGN_LEFT
  129.         RetainsInputFocus=TRUE
  130.     }
  131.  
  132.     [ReadyButton]
  133.     {
  134.         TwoDArea=263,379,20,20
  135.         type=Button
  136.     }
  137.  
  138.     [OpponentName]
  139.     {
  140.         type=Text
  141.         Font=sima
  142.         TwoDArea=20,405,260,20
  143.         Color=MULTIPLAYEROPTIONS_TEXT_COLOR
  144.         Align=ALIGN_LEFT
  145.     } 
  146.  
  147.  
  148.     [CreditUp]
  149.     {
  150.         TwoDArea=650,329,16,13
  151.         type=Button
  152.         BackgroundImage="gfx\interface\multiplayer options\fel.tga"
  153.     }
  154.  
  155.     [CreditDown]
  156.     {
  157.         TwoDArea=630,329,16,13
  158.         type=Button
  159.         BackgroundImage="gfx\interface\multiplayer options\le.tga"
  160.     }
  161.  
  162.     [StartGame]
  163.     {
  164.         ;ToolTip="Start Game"
  165.         TwoDArea=637,560,153,20
  166.         type=TextButton
  167.         Color=MULTIPLAYEROPTIONS_BTN_COLOR
  168.         MouseOverColor=MULTIPLAYEROPTIONS_BTN_MOUSEOVER_COLOR
  169.         Align=ALIGN_CENTER
  170.         Text="#iSTART#"
  171.         Font=folio 
  172.     }
  173.  
  174.     [BackServer]
  175.     {
  176.         ;ToolTip="Back to the main menu"
  177.         TwoDArea=485,560,152,20
  178.         type=TextButton
  179.         Color=MULTIPLAYEROPTIONS_BTN_COLOR
  180.         MouseOverColor=MULTIPLAYEROPTIONS_BTN_MOUSEOVER_COLOR
  181.         Align=ALIGN_CENTER
  182.         Text="#iBACK#"
  183.         Font=folio
  184.     }
  185.  
  186.     [BackClient]
  187.     {
  188.         ;ToolTip="Back to the main menu"
  189.         TwoDArea=485,560,305,20
  190.         type=TextButton
  191.         Color=MULTIPLAYEROPTIONS_BTN_COLOR
  192.         MouseOverColor=MULTIPLAYEROPTIONS_BTN_MOUSEOVER_COLOR
  193.         Align=ALIGN_CENTER
  194.         Text="#iBACK#"
  195.         Font=folio
  196.     }
  197. }