home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1997 January / dpcb197.iso / games / MAX / MAX.RES / HELP_ENG < prev    next >
Text File  |  1996-08-14  |  53KB  |  1,519 lines

  1. Main Headers [in brackets] designate each screen.  
  2. Other Headers (In upper case) are not used by the program; are just a 
  3. convienience for humans.
  4.  
  5. {screen coordinates are in braces, ux, uy, lx, ly}   Spaces must follow the
  6. commas.
  7.  
  8. Last is the text string. \n makes a new line. Keep individual line lengths 
  9. under 80 chars so they all fit on this screen. Max chars on a single line 
  10. is 100. Max chars in text string is 500. If a sentence needs to be continued 
  11. on the next line be sure to put a space at the end of the first line.
  12.  
  13.  
  14.  
  15. [NEW_GAME_SETUP]
  16.  
  17. NEW_GAME_LABEL   {  230,   5, 408,  25  }
  18. The New Game Setup Screen allows you to select your clan and 
  19. the human and computer players for this game.  Only two players 
  20. can play in this Demo Version.
  21.  
  22.  
  23. TEAM_LABEL       {   62,  30, 140,  50  }
  24. Up to 4 Teams can play, One Human vs. as many as 3 computer 
  25. opponents.  To play another human on the same computer, 
  26. go back to the Main Menu and select MultiPlayer, then select 
  27. Hot Seat Game.
  28.  
  29. HUMAN_LABEL      {  162,  30, 240,  50  }  
  30. Select one box in this column for the Human Player.
  31.  
  32.  
  33. COMPUTER_LABEL   {  272,  30, 350,  50  }
  34. Select one box in this column for the Computer Player.
  35.  
  36. NONE_LABEL       {  380,  30, 460,  50  }
  37. Select a box in this column for No Player on this team.
  38.  
  39.  
  40. CLAN_LABEL       {  497,  30, 575,  50  }  
  41. Click on the active button to select your Clan.
  42.  
  43.  
  44. NUMBER_LABEL     {   70,  75, 135, 400  }
  45. These numbers represent the 4 Teams possible.  Click in the columns 
  46. to designate human and computer players.  Only two players can play 
  47. in this Demo Version.
  48.  
  49.  
  50. HUMAN_BUTTONS    {  167,  58, 237, 421  }
  51. Clicking one of the buttons in this column assigns a human player 
  52. to that team.
  53.  
  54. COMPUTER_BUTTONS {  277,  58, 348, 421  }
  55. Clicking one of the buttons in this column assigns a Computer player 
  56. to that team.
  57.  
  58.  
  59. NONE_BUTTONS     {  386,  58, 455, 421  }
  60. Clicking one of the buttons in this column assigns No Player 
  61. to that particular team.
  62.  
  63.  
  64. CLAN_BUTTONS     {  496,  58, 577, 421  }
  65. Clicking a clan button opens the Clan Menu, and allows 
  66. you to review the various clans and select one to fight for.
  67.  
  68. OPTION_BUTTON    {  244, 438, 346, 472  }
  69. Opens the Options Menu, and allows you to set up various game 
  70. settings, such as Victory Conditions, Starting Credits and Map Resource 
  71. Distribution.  Some options are disabled in the Demo Version.
  72.  
  73.  
  74. CANCEL_BUTTON    {  355, 438, 456, 472  }
  75. Cancels New Game Selection, and returns to the Main Menu 
  76.  
  77.  
  78. DONE_BUTTON      {  515, 438, 615, 472  }
  79. Closes the New Game Start Menu, and proceeds with the game. 
  80.  
  81. QUESTION?        {  466, 439, 503, 473 }
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88. [CLAN_SETUP]
  89.  
  90. CLAN_LABEL       {  230,   5, 410,  25  }
  91. This is the Clan Select Screen.  Clicking on the Clan Icon Buttons will 
  92. display information about that particular clan.  Each Clan provides different 
  93. upgrades applied to various units in the game.  A Clan should be selected 
  94. based upon your strategy, the planet, and any mission requirements 
  95. (in scenarios or campaign games.) 
  96.  
  97. CHOSEN_BUTTON    {   20,  34, 158, 172  }
  98. Clicking on this button selects "The Chosen"  and displays the upgrades 
  99. they provide. 
  100.  
  101. CRIMSON_BUTTON   {  175,  34, 313, 172  }
  102. Clicking on this button selects "Crimson Path"  and displays the upgrades 
  103. they provide.   
  104.  
  105. VONGRIF_BUTTON   {  327,  34, 471, 172  }
  106. Clicking on this button selects "Von Griffin"  and displays the upgrades 
  107. they provide.   
  108.  
  109. AYERHAND_BUTTON  {  481,  34, 620, 172  }
  110. Clicking on this button selects "Ayer's Hand"  and displays the upgrades 
  111. they provide.   
  112.  
  113. MUSASHI_BUTTON   {   20, 184, 158, 322  }
  114. Clicking on this button selects "Musashi"  and displays the upgrades 
  115. they provide.   
  116.  
  117. SACRED_BUTTON    {  173, 184, 315, 322  }
  118. Clicking on this button selects "Sacred Eights"  and displays the upgrades 
  119. they provide.   
  120.  
  121. 7KNIGHTS_BUTTON  {  327, 184, 468, 322  }
  122. Clicking on this button selects "7 Knights" and displays the upgrades 
  123. they provide.   
  124.  
  125. AXIS_BUTTON      {  481, 184, 620, 322  }
  126. Clicking on this button selects "Axis Inc."  and displays the upgrades 
  127. they provide.   
  128.  
  129. INFO_WINDOW      {   29, 335, 608, 416  }
  130. This Window displays the upgrades provided by the selected Clan.  
  131.  
  132. RANDOM_BUTTON    {  245, 438, 346, 470  }
  133. Clicking this button will select a Clan at random and return you to the 
  134. New Game Setup Menu.
  135.  
  136. CANCEL_BUTTON    {  355, 438, 456, 470  }
  137. Clicking the "Cancel" button will cancel any changes and return you to the New 
  138. Game Setup Screen.
  139.  
  140. DONE_BUTTON      {  515, 438, 615, 470  }
  141. Clicking the "Done" button accepts the Clan Selected and returns you to the New 
  142. Game Setup Screen.
  143.  
  144. QUESTION         {  466, 439, 503, 473  }
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151. [PLANET_SETUP]
  152.  
  153. PLANET_LABEL     {  230,  5,  409,  25  }
  154. The Planet Selection Screen allows you to view the various planet maps and 
  155. choose one for the current game.  Only one map is available in the Demo 
  156. version, and Random Map generation is not enabled.
  157.  
  158.  
  159. PLANET_NAME      {   15,  59, 163,  80  }
  160. The type of planet maps available is displayed in this window.
  161.  
  162. PLANET_WINDOW    {   15,  87, 165, 236  }
  163. This window displays a representative world in this class of planets.
  164.  
  165. ARROW_BUTTONS    {   60, 249, 118, 275  }
  166. Clicking the arrow buttons will cycle through the available classes of 
  167. planets.
  168.  
  169. MAP_WINDOWS      {  180,  38, 589, 308  }
  170. These windows display the maps of different worlds.  Click on the map you 
  171. wish to select, then click "Done."   Only one map is available in the Demo 
  172. version, and Random Map Generation is not enabled.
  173.   
  174. DESC_WINDOW      {   29, 334, 606, 414  }
  175. This window displays the currently known information about the selected 
  176. planet.
  177.  
  178. RANDOM_BUTTON    {  245, 438, 347, 472  }
  179. Sorry, Random Map Generation is not available in the Demo Version.
  180.  
  181. CANCEL_BUTTON    {  355, 438, 456, 472  }
  182. Cancels any changes to planet selection.
  183.  
  184. DONE_BUTTON      {  515, 438, 615, 472  }
  185. Approves the planet selected and proceeds with the game.
  186.  
  187. QUESTION         {  466, 439, 503, 473  }
  188.  
  189.  
  190. [MULTI_PLAYER_SETUP]
  191.  
  192. NAME_LABEL       {   36,  45, 136,  62  }
  193. The window below displays the name for the current player.
  194.  
  195. NAME_FIELD       {   36,  68, 190,  86  }
  196. Click in this window to enter your name.  
  197.                  
  198. CLAN_BUTTON      {  212,  26, 292, 104  }
  199. Clicking the clan button opens the Clan Menu, and allows 
  200. you to review the various clans and select one to fight for.
  201.                  
  202. JAR_NAME_1       {   54, 127, 154, 144  }
  203. This window displays the name of Player One.
  204.  
  205. JAR_1            {   70, 152, 137, 236  }
  206. Each jar represents an available slot for each Mech Commander joining the 
  207. game.  As each player connects, their brains will appear in one of the jars.
  208.  
  209.  
  210. JAR_NAME_2       {  185, 127, 286, 144  }
  211. This window displays the name of Player Two.
  212.  
  213. JAR_2            {  202, 152, 269, 236  }
  214. Each jar represents an available slot for each Mech Commander joining the 
  215. game.  As each player connects, their brains will appear in one of the jars.
  216.  
  217.  
  218. JAR_NAME_3       {   54, 245, 154, 264  }
  219. This window displays the name of Player Three.
  220.  
  221. JAR_3            {   70, 270, 137, 354  }
  222. Each jar represents an available slot for each Mech Commander joining the 
  223. game.  As each player connects, their brains will appear in one of the jars.
  224.  
  225.  
  226. JAR_NAME_4       {  185, 244, 287, 262  }
  227. This window displays the name of Player Four.
  228.  
  229. JAR_4            {  201, 270, 270, 357  }
  230. Each jar represents an available slot for each Mech Commander joining the 
  231. game.  As each player connects, their brains will appear in one of the jars.
  232.  
  233. TEXT_WINDOW      {  348,  14, 580, 196  }
  234. This window displays the current options for the game that's starting up.
  235.  
  236. MAP_PICT         {  348, 219, 475, 349  }
  237. The Map window displays the planet that will be used in this game.
  238.  
  239. MAP_BUTTON       {  517, 232, 614, 259  }
  240. Click this button to open the Planet Select Menu if you wish to choose a 
  241. different world to play on.  Sorry, no other planets are available in the 
  242. Demo Version.
  243.  
  244. LOAD_BUTTON      {  517, 269, 614, 294  }
  245. Click the Load button if you would like to load a previously saved 
  246. Multi-Player game. The Load Game Menu will then open, allowing you 
  247. to select from among your saved games.
  248.  
  249. CHAT_BAR_ONE     {   20, 371, 620, 396  }     
  250. This "Chat Window" will send messages to the other connected players.
  251.  
  252. CHAT_BAR_TWO     {   20, 402, 620, 427  }
  253. This window will display messages from other players.
  254.  
  255. OPTIONS          {  244, 438, 345, 472  }
  256. Click the Options button to select game options and preferences for the 
  257. current game.
  258.  
  259. CANCEL_BUTTON    {  356, 438, 455, 472  }
  260. Clicking "Cancel" exits the Multi-Player Setup Menu and returns you to the 
  261. Main Menu.
  262.  
  263. QUESTION         {  466, 439, 503, 473  }   
  264.  
  265.  
  266.  
  267.  
  268. [STATS_SETUP]
  269.  
  270. UNIT_PICTURE     {   10,  10, 311, 252 }
  271. This window displays a portrait of the selected unit.
  272.  
  273. UNIT_TEXT        {  328,  85, 624, 251 }
  274. The Text window provides the vehicle's name and a brief description. 
  275. Proceding the vehicle's name is it's version number.  A unit's version number 
  276. increases each time it is upgraded.  
  277.  
  278. UNIT_STATS       {   10, 268, 271, 466 }
  279. The Unit Statistics window displays a unit's current values for a variety of 
  280. attributes.  Each attribute can be improved by purchasing software upgrades 
  281. through the refining of available gold reserves.
  282.  
  283. TURN_TIMER       {  518,   4, 589,  39 }
  284. The turn timer displays the time remaining for the current turn.  Turn timer 
  285. values can be adjusted in the Options Menu in the New Game Setup Screen.
  286.  
  287. VENT             {  375, 299, 581, 404 }
  288. This vent is crucial to the safe operation of your computer.  To assure 
  289. proper air flow, please keep this area unobstructed.
  290.  
  291. DONE             {  448, 457, 497, 474 }
  292. Click the "Done" button to close the Unit Stat window and return to the game.
  293.  
  294. QUESTION         {  422, 457, 441, 474 }   
  295.  
  296.  
  297.  
  298. [UPGRADES_SETUP]
  299.  
  300. UNIT_PICT        {   10,  10, 315, 260 }
  301. This window displays a portrait of the selected unit.
  302.  
  303. UNIT_STATS       {   10, 265, 277, 470 }
  304. The Unit Statistics Window displays the current level for a variety of 
  305. attributes. Use your available credits to purchase software upgrades.  
  306.  
  307. INCRE_DECRE      {  283, 272, 315, 470 }
  308. Click these buttons to purchase or return upgrades.  After each purchase, 
  309. the price for the next level of upgrade will then be displayed.
  310.  
  311. COST             {  326, 258, 355, 443 }
  312. These numbers represent the amount of credits required to purchase the 
  313. next upgrade in each category.  
  314.  
  315. CREDIT           {  368, 258, 394, 418 }
  316. This window displays your available credits for making purchases.  
  317.  
  318. CARGO_TUBE       {  411, 258, 446, 418 }
  319. The Cargo Tube shows the amount of Raw Materials in the selected unit's cargo 
  320. bay.  As most units do not have a cargo bay, this field is typically empty.
  321.  
  322. LIST             {  471,  43, 633, 380 }
  323. Click on a unit in this list to select it for upgrading.  
  324.  
  325. LIST_UP_DOWN     {  472, 386, 502, 402 }
  326. Clicking these buttons move up and down through the list of units.
  327.  
  328. DESCRIP_BUTTON   {  540, 389, 628, 402 }
  329. Checking this box toggles the unit's text description on and off.
  330.  
  331. GROUND_BUTTON    {  459, 409, 491, 439 }
  332. Clicking this button restricts the unit list display to Ground units.
  333.  
  334. AIR_BUTTON       {  495, 409, 527, 439 }
  335. Clicking this button restricts the unit list display to Air units.
  336.  
  337. SHIP_BUTTON      {  531, 409, 562, 439 }
  338. Clicking this button restricts the unit list display to Sea units.
  339.  
  340. FACT_BUTTON      {  567, 409, 597, 439 }
  341. Clicking this button restricts the unit list display to factories and 
  342. other stationary structures. 
  343.  
  344. TNT_BUTTON       {  602, 409, 632, 439 }
  345. The "TNT" button restricts the unit list display to fighting vehicles only.
  346.  
  347. DONE_BUTTON      {  448, 457, 495, 474 }
  348. Clicking the "Done" button accepts all purchases and returns you to the game.
  349.  
  350. CANCEL_BUTTON    {  358, 457, 414, 474 }
  351. Clicking "Cancel" aborts any purchases and returns you to the game.
  352.  
  353. TURN_TIMER       {  519,   3, 588,  36 }
  354. The turn timer displays the time remaining for the current turn.  Turn timer 
  355. values can be adjusted in the Options Menu in the New Game Setup Screen.
  356.  
  357. QUESTION         {  422, 456, 441, 474 }      
  358.  
  359.  
  360.  
  361.  
  362.  
  363. [CARGO_SETUP]
  364.  
  365. UNIT_PICT        {   10,  10, 315, 260 }
  366. This window displays a portrait of the selected unit.
  367.  
  368. UNIT_STATS       {   10, 265, 277, 470 }
  369. The Unit Statistics Window displays the current level for a variety of 
  370. attributes. Use your available credits to purchase software upgrades.  
  371.  
  372. INCRE_DECRE      {  283, 272, 315, 470 }
  373. Click these buttons to purchase or return upgrades.  After each purchase, the 
  374. price for the next level of upgrade will then be displayed.
  375.  
  376. COST             {  326, 258, 355, 443 }
  377. These numbers represent the amount of credits required to purchase the next 
  378. upgrade in each category.  
  379.  
  380. CREDIT           {  368, 258, 394, 418 }
  381. This window displays your available credits for making purchases.
  382.  
  383. CARGO_TUBE       {  411, 258, 446, 418 }
  384. The Cargo Tube shows the amount of Raw Materials in the selected unit's cargo 
  385. bay.  As most units do not have a cargo bay, this field is typically empty.
  386.  
  387. UP_DOWN_BUTTONS  {  416, 425, 447, 439 }
  388. Use these buttons to add Raw Materials to a vehicle with a cargo bay, such as 
  389. constructors, engineers and repair units.
  390.  
  391. PURCHASED_WINDOW {  322,   5, 460, 210 }
  392. This window displays the units supplied with the mission, and any that have 
  393. been purchased.
  394.  
  395. UP_DOWN_BUTTONS  {  327, 221, 359, 234 }
  396. Clicking these buttons move up and down through the list of purchased units.
  397.  
  398. LIST             {  471,  43, 633, 380 }
  399. Click on a unit in this list to select it.  A picture of the unit will then 
  400. be displayed. To purchase the unit, click on it again, or click on the Buy 
  401. button.  
  402.  
  403. LIST_UP_DOWN     {  472, 386, 502, 402 }
  404. Clicking on these buttons will scroll up and down through the list of units.
  405.  
  406. DELETE_BUTTON    {  412, 220, 462, 239 }
  407. Clicking Delete will remove the selected unit in the "Purchased" window.
  408.  
  409. BUY_UNITS        {  521, 446, 580, 460 }
  410. Toggling this switch to "Buy Units" allows you to purchase additional units 
  411. to send to the surface of the planet.   Many additional units are not 
  412. available for initial purchase, but must be built during the game.
  413.  
  414. UPGRADES         {  521, 464, 580, 478 }  
  415. Toggling this switch to "Upgrades" lets you view all the units and 
  416. structures in the game and allow you to upgrade them.
  417.  
  418. DESCRIP_BUTTON   {  540, 389, 628, 402 }
  419. Toggles the Unit Text Description on and off.
  420.  
  421. GROUND_BUTTON    {  459, 409, 491, 439 }
  422. Clicking this button (when "Upgrades" is selected) restricts the unit 
  423. list display to Ground units.
  424.  
  425. AIR_BUTTON       {  495, 409, 527, 439 }
  426. Clicking this button (when "Upgrades" is selected) restricts the unit 
  427. list display to Air units.
  428.  
  429. SHIP_BUTTON      {  531, 409, 562, 439 }
  430. Clicking this button (when "Upgrades" is selected) restricts the unit 
  431. list display to Sea units.
  432.  
  433. FACT_BUTTON      {  567, 409, 597, 439 }
  434. Clicking this button (when "Upgrades" is selected) restricts the unit 
  435. list display to factories and 
  436. other stationary structures.
  437.  
  438. TNT_BUTTON       {  602, 409, 632, 439 }
  439. The "TNT" button (when "Upgrades" is selected) restricts the unit list 
  440. display to fighting vehicles only.
  441.  
  442. BUY_BUTTON       {  591, 448, 626, 465 }
  443. Clicking the Buy button purchases the selected unit.
  444.  
  445. DONE_BUTTON      {  448, 457, 496, 473 }
  446. Clicking "Done" closes the Cargo Screen and starts the landing sequence.
  447.  
  448. QUESTION         {  422, 456, 441, 474 }
  449.  
  450.  
  451.  
  452. [LOAD_SETUP]
  453.  
  454. LOAD_LABEL       {  231,   5, 407,  23   }
  455. This is the Load Screen.
  456.  
  457. 1_FILENAME       {   56,  60, 154,  74   }
  458. This field displays the filename which will be used to save this game.
  459.  
  460. 1_SAVENAME       {   56,  82, 154,  99   }
  461. This field allows you to enter a name for the game in progress.
  462.  
  463. 1_MODE           {  161,  60, 207,  75   }
  464. This field displays the game mode.
  465.  
  466. 2_FILENAME       {   56, 136, 154, 152   }
  467. This field displays the filename which will be used to save this game.
  468.  
  469. 2_SAVENAME       {   56, 159, 207, 175   }
  470. This field allows you to enter a name for the game in progress.
  471.  
  472. 2_MODE           {  161, 136, 207, 152   }
  473. This field displays the game mode.
  474.  
  475. 3_FILENAME       {   55, 212, 154, 229   }
  476. This field displays the filename which will be used to save this game.
  477.  
  478. 3_SAVENAME       {   56, 235, 207, 251   }
  479. This field allows you to enter a name for the game in progress.
  480.  
  481. 3_MODE           {  161, 212, 207, 228   }
  482. This field displays the game mode.
  483.  
  484. 4_FILENAME       {   56, 289, 154, 304   }
  485. This field displays the filename which will be used to save this game.
  486.  
  487. 4_SAVENAME       {   55, 311, 207, 328   }
  488. This field allows you to enter a name for the game in progress.
  489.  
  490. 4_MODE           {  161, 288, 207, 305   }
  491. This field displays the game mode.
  492.  
  493. 5_FILENAME       {   56, 364, 154, 380   }
  494. This field displays the filename which will be used to save this game.
  495.  
  496. 5_SAVENAME       {   56, 387, 207, 404   }
  497. This field allows you to enter a name for the game in progress.
  498.  
  499. 5_MODE           {  161, 365, 206, 380   }
  500. This field displays the game mode.
  501.  
  502. 6_FILENAME       {  456,  60, 557,  75   }
  503. This field displays the filename which will be used to save this game.
  504.  
  505. 6_SAVENAME       {  458,  82, 610,  99   }
  506. This field allows you to enter a name for the game in progress.
  507.  
  508. 6_MODE           {  563,  59, 610,  76   }
  509. This field displays the game mode.
  510.  
  511. 7_FILENAME       {  458, 136, 558, 152   }
  512. This field displays the filename which will be used to save this game.
  513.  
  514. 7_SAVENAME       {  458, 158, 610, 175   }
  515. This field allows you to enter a name for the game in progress.
  516.  
  517. 7_MODE           {  563, 136, 610, 152   }
  518. This field displays the game mode.
  519.  
  520. 8_FILENAME       {  448, 212, 558, 228   }
  521. This field displays the filename which will be used to save this game.
  522.  
  523. 8_SAVENAME       {  458, 234, 609, 251   }
  524. This field allows you to enter a name for the game in progress.
  525.  
  526. 8_MODE           {  563, 212, 610, 228   }
  527. This field displays the game mode.
  528.  
  529. 9_FILENAME       {  458, 287, 558, 303   }
  530. This field displays the filename which will be used to save this game.
  531.  
  532. 9_SAVENAME       {  457, 310, 610, 326   }
  533. This field allows you to enter a name for the game in progress.
  534.  
  535. 9_MODE           {  563, 288, 610, 303   }
  536. This field displays the game mode.
  537.  
  538.  
  539. 10_FILENAME      {  458, 363, 557, 380   }
  540. Auto-Save Game Slot.  The current game is always saved to this slot at the 
  541. beginning of every turn.
  542.  
  543. 10_SAVENAME      {  458, 387, 610, 402   }
  544. This field allows you to enter a name for Auto-Saved Games.
  545.  
  546. 10_MODE          {  564, 364, 610, 380   }
  547. This field displays the game mode.
  548.  
  549. CANCEL_BUTTON    {  355, 438, 455, 471   }
  550. Clicking "Cancel" closes the menu and returns you to the main menu.
  551.  
  552. LOAD_BUTTON      {  515, 438, 615, 471   }
  553. Clicking "Load" closes the menu and loads the selected game.
  554.  
  555. BRAIN            {  227,  51, 408, 411   }
  556. This is your brain.
  557.  
  558. QUESTION         {  466, 439, 503, 473  }   
  559.  
  560.  
  561.  
  562.  
  563.  
  564. [SAVELOAD_SETUP]
  565.  
  566. LOAD_LABEL       {  231,   5, 407,  23   }
  567. This is the Save/Load Screen.
  568.  
  569. 1_FILENAME       {   56,  60, 154,  75   }
  570. This field displays the filename which will be used to save this game.
  571.  
  572. 1_SAVENAME       {   56,  82, 154,  99   }
  573. This field allows you to enter a name for the game in progress.
  574.  
  575. 1_MODE           {  161,  60, 207,  75   }
  576. This field displays the game mode.
  577.  
  578. 2_FILENAME       {   56, 136, 154, 152   }
  579. This field displays the filename which will be used to save this game.
  580.  
  581. 2_SAVENAME       {   56, 159, 207, 175   }
  582. This field allows you to enter a name for the game in progress.
  583.  
  584. 2_MODE           {  161, 136, 207, 152   }
  585. This field displays the game mode.
  586.  
  587. 3_FILENAME       {   55, 212, 154, 229   }
  588. This field displays the filename which will be used to save this game.
  589.  
  590. 3_SAVENAME       {   56, 235, 207, 251   }
  591. This field allows you to enter a name for the game in progress.
  592.  
  593. 3_MODE           {  161, 212, 207, 228   }
  594. This field displays the game mode.
  595.  
  596. 4_FILENAME       {   56, 289, 154, 304   }
  597. This field displays the filename which will be used to save this game.
  598.  
  599. 4_SAVENAME       {   55, 311, 207, 328   }
  600. This field allows you to enter a name for the game in progress.
  601.  
  602. 4_MODE           {  161, 288, 207, 305   }
  603. This field displays the game mode.
  604.  
  605. 5_FILENAME       {   56, 364, 154, 380   }
  606. This field displays the filename which will be used to save this game.
  607.  
  608. 5_SAVENAME       {   56, 387, 207, 404   }
  609. This field allows you to enter a name for the game in progress.
  610.  
  611. 5_MODE           {  161, 365, 206, 380   }
  612. This field displays the game mode.
  613.  
  614. 6_FILENAME       {  456,  60, 557,  75   }
  615. This field displays the filename which will be used to save this game.
  616.  
  617. 6_SAVENAME       {  458,  82, 610,  99   }
  618. This field allows you to enter a name for the game in progress.
  619.  
  620. 6_MODE           {  563,  59, 610,  76   }
  621. This field displays the game mode.
  622.  
  623. 7_FILENAME       {  458, 136, 558, 152   }
  624. This field displays the filename which will be used to save this game.
  625.  
  626. 7_SAVENAME       {  458, 158, 610, 175   }
  627. This field allows you to enter a name for the game in progress.
  628.  
  629. 7_MODE           {  563, 136, 610, 152   }
  630. This field displays the game mode.
  631.  
  632. 8_FILENAME       {  448, 212, 558, 228   }
  633. This field displays the filename which will be used to save this game.
  634.  
  635. 8_SAVENAME       {  458, 234, 609, 251   }
  636. This field allows you to enter a name for the game in progress.
  637.  
  638. 8_MODE           {  563, 212, 610, 228   }
  639. This field displays the game mode.
  640.  
  641. 9_FILENAME       {  458, 287, 558, 303   }
  642. This field displays the filename which will be used to save this game.
  643.  
  644. 9_SAVENAME       {  457, 310, 610, 326   }
  645. This field allows you to enter a name for the game in progress.
  646.  
  647. 9_MODE           {  563, 288, 610, 303   }
  648. This field displays the game mode.
  649.  
  650.  
  651. 10_FILENAME      {  458, 363, 557, 380   }
  652. Auto-Save Game Slot.  The current game is always saved to this slot at the 
  653. start of every turn.
  654.  
  655. 10_SAVENAME      {  458, 387, 610, 402   }
  656. This field allows you to enter a name for Auto-Saved Games.
  657.  
  658. 10_MODE          {  564, 364, 610, 380   }
  659. This field displays the game mode.
  660.  
  661. SAVE_BUTTON      {  134, 438, 236, 471   }
  662. Select a slot first then click "Save" to save the game. Click "Return" 
  663. to resume the current game.
  664.  
  665. QUIT_BUTTON      {  244, 438, 346, 471   }
  666. Clicking "Quit" quits the current game and returns you to the main menu.
  667.  
  668. RETURN_BUTTON    {  355, 438, 455, 471   }
  669. Clicking "Return" closes the menu and returns you to the game screen.
  670.  
  671. LOAD_BUTTON      {  515, 438, 615, 471   }
  672. Clicking "Load" closes the menu and loads the selected game.
  673.  
  674. BRAIN            {  227,  51, 408, 411   }
  675. This is your brain.
  676.  
  677. QUESTION         {  466, 439, 503, 473  }   
  678.  
  679.  
  680.  
  681.  
  682.  
  683. [GAME_SCREEN_SETUP]
  684.  
  685. FILES_BUTTON     {   16,   4,  78,  19   }
  686. Clicking the "Files" button opens the Save/Load Screen
  687.  
  688. PREFS_BUTTON     {   85,   5, 148,  19   }
  689. Clicking the Preferences button will open a window displaying the current 
  690. game options. 
  691.  
  692. CORNER_FLIC      {   17,  25, 150, 160   }
  693. This is the currently selected unit.
  694.  
  695. STAT_WINDOW      {    5, 167, 165, 222   }
  696. The Unit Info window displays a unit's status: Moving, Sentry, Building, 
  697. etc., as well as the unit name and version number.
  698.  
  699. CENTER_BUTTON    {    6, 232,  20, 246   }
  700. Clicking the "Center" button centers the currently selected unit on the 
  701. screen.
  702.  
  703. PRE_BUTTON       {   58, 232,  96, 251   }
  704. Click Previous or Next to cycle through all the units on the field.
  705.  
  706. DONE_BUTTON      {   99, 232, 122, 251   }
  707. Click "Done" to cycle to the next unit awaiting orders.
  708.  
  709. NXT_BUTTON       {  126, 232, 162, 251   }
  710. Click Previous or Next to cycle through all the units on the field.
  711.  
  712. REPORTS_BUTTON   {   37, 254,  81, 269   }
  713. Click to open the Reports Menu.  Various reports detail Mining, Production, 
  714. Victory Conditions, Colonists, etc.  Sorry, not available in the Demo version.
  715.  
  716. CHAT_BUTTON      {   88, 255, 132, 270   }
  717. In multi-player mode, click this button to open the chat window and 
  718. send messages to remote players. In training mode, click this button to 
  719. get a description of your current mission.
  720.  
  721. ZOOM_BUTTON      {    5, 274, 164, 289   }
  722. The Zoom slide bar adjusts the zoom level of the Main Map window. 
  723.  
  724. SURVEY_BUTTON    {    4, 297,  53, 311   }
  725. Toggling the "Survey" button will display all the surveyed areas on the map.
  726.  
  727. STATUS_BUTTON    {    4, 313,  53, 326   }
  728. Toggling Status will display a small letter at the corner of your units, 
  729. depending upon their current status:  M = Moving, S = Sentry, D = Disabled, 
  730. X = Done.
  731.  
  732. COLORS_BUTTON    {    4, 330,  53, 343   }
  733. Toggling the "Colors" button displays an outline around every unit in the 
  734. color of the team that owns it.  Useful during battle to easily differentiate 
  735. between friendly and enemy vehicles.
  736.  
  737. HITS_BUTTON      {   60, 298, 108, 311   }
  738. The "Hits" display shows the total number of hits the selected unit 
  739. can take before it is destroyed.
  740.  
  741. AMMO_BUTTON      {   60, 313, 108, 327   }
  742. The "Ammo" display shows the unit remaining ammo.  When a unit has run out of 
  743. ammo, it may be resupplied by transfering materials from a supply truck, or 
  744. by loading the vehicle into a depot, hangar, or dock.  
  745.  
  746.  
  747. RANGE_BUTTON     {   60, 329, 108, 343   }
  748. Toggling the "Range" button displays a red circle around each unit 
  749. signifying the unit's weapon range.  Only units with weapons will have 
  750. a range circle.
  751.  
  752. SCAN_BUTTON      {  115, 298, 164, 311   }
  753. Toggling the "Scan" button displays a yellow circle around each unit 
  754. signifying the unit's range of vision.  All units, including structures, 
  755. have a range of vision. 
  756.  
  757.  
  758. GRID_BUTTON      {  115, 313, 164, 327   }
  759. Toggling the "Grid" button draws a grid over the map to allow precise unit 
  760. movement.
  761.  
  762.  
  763. BLANK_BUTTON     {  115, 330, 164, 343   }
  764. Toggling this button displays a version number over each of your units 
  765. so you can easily see which of your units have been upgraded.
  766.  
  767. MINIMAP          {   11, 353, 128, 469   }
  768. This is the Mini-Map, a small representation of the entire map.
  769.  
  770. MAIN_MAP         {  179,  27, 634, 471   }
  771. This is the Main Map window.  To get help for a unit appearing on the map, 
  772. right-click on a selected unit and the Unit Info Window will open.
  773.  
  774. COORDINATES      {  174,   0, 246,  22   }
  775. This field shows the mouse cursors current coordinates on the map.
  776.  
  777. ENDTURN_BUTTON   {  389,   0, 460,  22   }
  778. Click the End Turn button when you have finished your turn.  Any units with 
  779. outstanding movement orders will then move automatically and the game will 
  780. proceed to the next turn.
  781.  
  782. TURN_COUNTER     {  471,   0, 526,  22   }
  783. This is the Turn Counter, displaying the number of the current turn.
  784.  
  785. TURN_TIMER       {  537,   0, 593,  22   }
  786. The turn timer displays the time remaining for the current turn.  Turn timer 
  787. values can be adjusted in the Options Menu in the New Game Setup Screen.
  788.  
  789. BRACKET_1        {  159,   0, 171,  14   }
  790. This is a small bracket which is helping to keep the screen from falling 
  791. off the front of your monitor.
  792.  
  793. BRACKET_2        {  599,   0, 621,  15   }
  794. Please never click on this again, you might damage the sensitive 
  795. instruments contained within.
  796.  
  797. QUESTION         {   29, 229,  51, 248   }
  798.  
  799.  
  800.  
  801. [ALLOCATE_SETUP]
  802.  
  803. ALLOCATE_LABEL   {  230,   5  409,  26   }
  804. This is the Allocation Window for your Mining Stations, indicating the 
  805. amount of Materials, Fuel, and Gold being produced, used, and added to 
  806. your storage reserves each turn.
  807.  
  808.  
  809. RAW_LABEL        {   69,  73, 147,  92   }
  810. This field shows the total Raw Material produced from your Mining Stations 
  811. each turn.
  812.  
  813. RAW_USE_LABEL    {   69, 111, 147, 130   }
  814. This field shows the current amount of Raw Materials your complex is using 
  815. each turn. The first number show the amount of Materials being used by your 
  816. complex each turn.  The number in parenthesis indicates the amount added or 
  817. removed from your storage reserves.
  818.  
  819. RAW_RES_LABEL    {   69, 148, 147, 167   }
  820. This field shows your total Material available in reserve.
  821.  
  822.  
  823. FUEL_LABEL       {   69, 194, 147, 214   }
  824. This field shows the total Fuel produced from your Mining Stations 
  825. each turn.
  826.  
  827. FUEL_USE_LABEL   {   69, 231, 147, 250   }
  828. This field shows the current amount of Fuel your complex is using each turn.  
  829. The first number show the amount of Fuel being used by your complex each turn. 
  830. The number in parenthesis indicates the amount added or removed from your 
  831. storage reserves.
  832.  
  833. FUEL_RES_LABEL   {   69, 268, 147, 286   }
  834. This field shows your total Fuel available in reserve.
  835.  
  836. GOLD_LABEL       {   69, 314, 147, 334   }
  837. This field shows the total Gold produced from your Mining Stations
  838. each turn.
  839.  
  840. GOLD_USE_LABEL   {   69, 352, 147, 370   }
  841. This field shows the current amount of Gold your complex is using each turn.  
  842. The first number show the amount of Gold being used by your complex each turn. 
  843. The number in parenthesis indicates the amount added or removed from your 
  844. storage reserves.
  845.  
  846. GOLD_RES_LABEL   {   69, 388, 147, 407   }
  847. This bar shows your total Gold available in reserve.
  848.  
  849. DEC_RAW_BUTTON   {  167,  71, 192,  97   }
  850. Clicking here decreases the amount of Raw Material you mine each turn.
  851.  
  852. INC_RAW_BUTTON   {  448,  70, 474,  97   }
  853. Clicking here increases the amount of Raw Material you mine each turn.
  854.  
  855. DEC_FUEL_BUTTON  {  167, 191, 192, 216   }
  856. Clicking here decreases the amount of Fuel you mine each turn.
  857.  
  858. INC_FUEL_BUTTON  {  448, 190, 474, 216   }
  859. Clicking here increases the amount of Fuel you mine each turn.
  860.  
  861. DEC_GOLD_BUTTON  {  167, 312, 192, 337   }
  862. Clicking here decreases the amount of Gold you mine each turn.
  863.  
  864. INC_GOLD_BUTTON  {  448, 312, 474, 337   }
  865. Clicking here increases the amount of Gold you mine each turn.
  866.  
  867. RAW_BAR          {  200,  69, 440,  98   }
  868. This bar depicts the total Raw Materials available each turn.
  869.  
  870. RAW_USE_BAR      {  200, 107, 440, 135   }
  871. This bar depicts the amount of Raw Materials used by your complex each turn.
  872.  
  873. RAW_RES_BAR      {  200, 143, 440, 173   }
  874. This bar depicts your total reserves of Raw Materials.
  875.  
  876. FUEL_BAR         {  200, 189, 440, 218   }
  877. This bar depicts the total Fuel available per turn.
  878.  
  879. FUEL_USE_BAR     {  200, 226, 440, 257   }
  880. This bar depicts the amount of Fuel used by your complex each turn.
  881.  
  882. FUEL_RES_BAR     {  200, 262, 440, 294   }
  883. This bar depicts your total Fuel reserves .
  884.  
  885. GOLD_BAR         {  200, 308, 440, 338   }
  886. This bar depicts the total Gold available per turn.
  887.  
  888. GOLD_USE_BAR     {  200, 345, 440, 376   }
  889. This bar depicts the amount of Gold used by your complex each turn.
  890.  
  891. GOLD_RES_BAR     {  200, 382, 440, 414   }
  892. This bar depicts your total Gold reserves.
  893.  
  894. RAW_STEEL        {  510,  90, 589, 151   }
  895. These are bars of steel representing Material Resources.
  896.  
  897. FUEL_DRUMS       {  510, 205, 597, 275   }
  898. These are fuel drums representing Fuel Resources.
  899.  
  900. GOLD_BRICKS      {  510, 323, 599, 391   }
  901. These are bricks of gold representing Gold Resources.
  902.  
  903. TURN_TIMER       {  519,   3, 591, 40    }
  904. The turn timer displays the time remaining for the current turn.  Turn timer 
  905. values can be adjusted in the Options Menu in the New Game Setup Screen.
  906.  
  907. DONE_BUTTON      {  515, 438, 615, 471   }
  908. Saves the New settings and returns to the game.
  909.  
  910. CANCEL_BUTTON    {  356, 438, 455, 471   }
  911. Cancels any changes and returns to the game.
  912.  
  913. QUESTION         {  467, 438, 504, 472   }
  914.  
  915.  
  916.  
  917.  
  918.  
  919. [DEPOT_SETUP]
  920.                  
  921. WIN_1            {   15,   5, 146, 138 }
  922. This windows displays one of the cargo bays inside the Depot.  Each unit 
  923. that is loaded into the depot will occupy one bay.
  924.  
  925. STATS_1          {   15, 143, 146, 185 }
  926. This is the Unit Stats window, displaying the unit's damage and the amount of 
  927. ammo it contains.
  928.  
  929. ACTI_1           {    8, 191,  78, 210 }
  930. Click on the "Activate" button to remove the unit from the depot. 
  931.  
  932. RELOAD_1         {    8, 216,  78, 234 }
  933. Click on the "Reload" button to resupply the unit with ammunition.
  934.  
  935. REPAIR_1         {   84, 191, 152, 210 }
  936. Click on the "Repair" button and the unit with be repaired.
  937.  
  938. UPGRADE_1        {   84, 216, 152, 234 }
  939. Click on the "Upgrade" button to upgrade the unit to your current 
  940. technology level.
  941.  
  942. WIN_2            {  162,   5, 308, 138 }
  943. This windows displays one of the cargo bays inside the Depot. Each unit 
  944. that is loaded into the depot will occupy one bay.
  945.  
  946. STATS_2          {  162, 143, 308, 185 }
  947. This is the Unit Stats window, displaying the unit's damage and the amount of 
  948. ammo it contains.
  949.  
  950. ACTI_2           {  162, 191, 234, 210 }
  951. Click on the "Activate" button to remove the unit from the depot. 
  952.  
  953. RELOAD_2         {  162, 216, 234, 234 }
  954. Click on the "Reload" button to resupply the unit with ammunition.
  955.  
  956. REPAIR_2         {  237, 191, 308, 210 }
  957. Click on the "Repair" button and the unit with be repaired.
  958.  
  959. UPGRADE_2        {  237, 216, 308, 234 }
  960. Click on the "Upgrade" button to upgrade the unit to your current technology 
  961. level.
  962.  
  963. WIN_3            {  318,   5, 463, 138 }
  964. This windows displays one of the cargo bays inside the Depot.  Each unit 
  965. that is loaded into the depot will occupy one bay.
  966.  
  967. STATS_3          {  318, 143, 463, 185 }
  968. This is the Unit Stats window, displaying the unit's damage and the amount of 
  969. ammo it contains.
  970.  
  971. ACTI_3           {  318, 191, 387, 210 }
  972. Click on the "Activate" button to remove the unit from the depot. 
  973.  
  974. RELOAD_3         {  318, 216, 387, 234 }
  975. Click on the "Reload" button to resupply the unit with ammunition.
  976.  
  977. REPAIR_3         {  393, 191, 463, 210 }
  978. Click on the "Repair" button and the unit with be repaired.
  979.  
  980. UPGRADE_3        {  393, 216, 463, 234 }
  981. Click on the "Upgrade" button to upgrade the unit to your current technology 
  982. level.
  983.  
  984. WIN_4            {   15, 243, 146, 374 }
  985. This windows displays one of the cargo bays inside the Depot. Each unit 
  986. that is loaded into the depot will occupy one bay.
  987.  
  988. STATS_4          {   15, 379, 146, 420 }
  989. This is the Unit Stats window, displaying the unit's damage and the amount of 
  990. ammo it contains.
  991.  
  992. ACTI_4           {    8, 427,  78, 446 }
  993. Click on the "Activate" button to remove the unit from the depot. 
  994.  
  995. RELOAD_4         {    8, 452,  78, 471 }
  996. Click on the "Reload" button to resupply the unit with ammunition.
  997.  
  998. REPAIR_4         {   84, 427, 152, 446 }
  999. Click on the "Repair" button and the unit with be repaired.
  1000.  
  1001. UPGRADE_4        {   84, 452, 152, 471 }
  1002. Click on the "Upgrade" button to upgrade the unit to your current technology 
  1003. level.
  1004.  
  1005. WIN_5            {  162, 243, 308, 374 }
  1006. This windows displays one of the cargo bays inside the Depot.  Each unit 
  1007. that is loaded into the depot will occupy one bay.
  1008.  
  1009. STATS_5          {  162, 379, 308, 420 }
  1010. This is the Unit Stats window, displaying the unit's damage and the amount of 
  1011. ammo it contains.
  1012.  
  1013. ACTI_5           {  162, 427, 234, 446 }
  1014. Click on the "Activate" button to remove the unit from the depot. 
  1015.  
  1016. RELOAD_5         {  162, 452, 234, 471 }
  1017. Click on the "Reload" button to resupply the unit with ammunition.
  1018.  
  1019. REPAIR_5         {  237, 427, 308, 446 }
  1020. Click on the "Repair" button and the unit with be repaired.
  1021.  
  1022. UPGRADE_5        {  237, 452, 308, 471 }
  1023. Click on the "Upgrade" button to upgrade the unit to your current technology 
  1024. level.
  1025.  
  1026. WIN_6            {  318, 243, 463, 374 }
  1027. This windows displays one of the cargo bays inside the Depot. Each unit 
  1028. that is loaded into the depot will occupy one bay.
  1029.  
  1030. STATS_6          {  318, 379, 463, 420 }
  1031. This is the Unit Stats window, displaying the unit's damage and the amount of 
  1032. ammo it contains.
  1033.  
  1034. ACTI_6           {  318, 427, 387, 446 }
  1035. Click on the "Activate" button to remove the unit from the depot. 
  1036.  
  1037. RELOAD_6         {  318, 452, 387, 471 }
  1038. Click on the "Reload" button to resupply the unit with ammunition.
  1039.  
  1040. REPAIR_6         {  393, 427, 463, 446 }
  1041. Click on the "Repair" button and the unit with be repaired.
  1042.  
  1043. UPGRADE_6        {  393, 452, 463, 471 }
  1044. Click on the "Upgrade" button to upgrade the unit to your current technology 
  1045. level.
  1046.  
  1047. TURN_TIMER       {  513,   3, 591,  38 }
  1048. The turn timer displays the time remaining for the current turn.  Turn timer 
  1049. values can be adjusted in the Options Menu in the New Game Setup Screen.
  1050.  
  1051. RAW_LABEL        {  523,  60, 593,  91 }
  1052. This field shows your total Raw Materials.  Raw Materials are used to 
  1053. repair and rearm units.
  1054.  
  1055. RAW_TUBE         {  542, 102, 572, 222 }
  1056. This field shows your total Raw Materials.  Raw Materials are used to 
  1057. repair and rearm units.
  1058.  
  1059. ACTIV_ALL        {  511, 252, 600, 270 }
  1060. Click on the "Activate All" button to activate as many units as possible 
  1061. around the perimeter of the depot.
  1062.  
  1063. RELOAD_ALL       {  511, 277, 600, 296 }
  1064. Sorry, this feature is not available in the demo version.
  1065.  
  1066. REPAIR_ALL       {  511, 303, 600, 322 }
  1067. Sorry, this feature is not available in the demo version.
  1068.  
  1069. UPGRADE_ALL      {  511, 328, 600, 346 }
  1070. Sorry, this feature is not available in the demo version.
  1071.  
  1072. DONE             {  511, 372, 600, 391 }
  1073. Clicking "Done" will close the Depot screen and return you to the game.
  1074.  
  1075. UP_DOWN          {  505, 426, 552, 447 }
  1076. Click on the "Up" or "Down" Arrows to move through the list of units in the 
  1077. Depot.
  1078.  
  1079. QUESTION         {  586, 427, 607, 446 }
  1080.  
  1081.  
  1082.  
  1083. [TRANSFER_SETUP]
  1084.  
  1085. AVAIL_LABEL      {  289, 179, 322, 213    }
  1086. This field shows the amount of material the unit has available to transfer.
  1087.  
  1088. TRANSFERER       {  335, 177, 371, 213    }
  1089. This is one of the units involved in the transfer process.  The Arrow in the 
  1090. middle of this window shows which unit is to transfer, and which unit recieves.
  1091.  
  1092. AMOUNT_TO_GO     {  390, 175, 418, 195    }
  1093.  
  1094. ARROW            {  390, 202, 418, 216    }
  1095. The Arrow indicated the direction of the transfer.
  1096.  
  1097. TRANSFEREE       {  437, 176, 475, 214    }
  1098. This is one of the units involved in the transfer process.  The Arrow in 
  1099. the middle of this window shows which unit is to transfer, and which unit 
  1100. recieves.
  1101.  
  1102.  
  1103. NOW_HOLDING      {  486, 179, 523, 211    }
  1104. This field shows the amount of materials currently held by this unit.
  1105.  
  1106. DEC_BUTTON       {  266, 247, 282, 262    }
  1107. This button Decreases the amount of materials to be transfered.  
  1108.  
  1109. INC_BUTTON       {  527, 248, 541, 262    }
  1110. This button Increases the amount of materials to be transfered.
  1111.  
  1112. RAW_BAR          {  293, 245, 515, 260    }
  1113. This Bar displays the material being transfered.  You may click on this bar 
  1114. and slide it to the desired amount of materials you wish to transfer.
  1115.  
  1116. CANCEL           {  335, 284, 393, 303    }
  1117. Clicking "Cancel" aborts the transfer and returns you to the game.
  1118.  
  1119. DONE             {  419, 285, 468, 304    }
  1120. Clicking "Done" completes the transfer of materials and returns you to 
  1121. the game.
  1122.  
  1123. [SITE_SELECT_SETUP]
  1124.  
  1125. CANCEL           {   41, 252,  99, 270 }
  1126. Click the "Cancel" button to return to the Cargo Menu.
  1127.  
  1128. MAP_WINDOW       {  179,  17, 627, 464 }
  1129. Click on the map to designate your starting position.
  1130.  
  1131. QUESTION         {  104, 252, 126, 270 }
  1132.  
  1133.  
  1134.  
  1135. [PREFS_MENU_SETUP]
  1136.  
  1137. MUSIC_VOLUME     { 234,  127, 398,  142  }
  1138. Use this slider to adjust the Music Volume.
  1139.  
  1140. FX_VOLUME        { 408,  127, 552,  140  }
  1141. Use this slider to adjust the Sound Effects Volume.
  1142.  
  1143. REVERSE_CHANNELS { 234,  144, 372,  156  }
  1144. Click this button to reverse the channels on your speakers.
  1145.  
  1146. AUTO_SAVE        { 409,  147, 545, 161  }
  1147. The "Auto-Save" feature automatically saves your game.  The number signifies 
  1148. how often the game will be saved.  A value of (1) means the game will be saved 
  1149. every turn.
  1150.  
  1151. IPX_SOCKET       { 233, 167, 378, 180  }
  1152. Use this field to enter your network IPX socket if it is different from the 
  1153. default value.
  1154.  
  1155. ANIMATE_EFFECTS  { 233, 201, 364, 212  }
  1156. Clicking "Animate Effects" turns the unit animations on and off.  If 
  1157. you're playing the game on a slower computer, turning off the animations 
  1158. will increase the speed of the game.
  1159.  
  1160. QUICK_SCROLL     { 233, 220, 341, 232  }
  1161. The "Quick Scroll" button allows you to set the speed that the map will 
  1162. scroll. When checked, the map will scroll at its fastest rate.
  1163.  
  1164. FOLLOW_UNIT      { 233, 239, 333, 250  }
  1165. When the "Follow Unit" button is checked, the screen will automatically 
  1166. scroll to follow the movements of the selected unit.
  1167.  
  1168. CLICK_TO_SCROLL  { 409, 201, 530, 212  }
  1169. When checked, the "Click to Scroll" button requires the left mouse
  1170.  button to be held in order to scroll the map window.  When not checked
  1171.  simply moving your mouse cursor the the edge of the map will start scrolling.
  1172.  
  1173. FAST_UNIT_MOVES  { 409, 220, 540, 232  }
  1174. When checked, the "Fast Unit Moves" will cause your units to move 
  1175. at a fast, rather than realistic speed.
  1176.  
  1177. AUTO_SELECT_UNIT { 409, 239, 540, 250  }
  1178. When "Auto-Select" is on, the game will automatically switch to the next 
  1179. unit when the selected unit has run out of movement points.
  1180.  
  1181. PLAYER_NAME      { 233, 260, 514, 276  }
  1182. Use this field to enter your name for use in Multi-Player Games.
  1183.  
  1184. TURN_TIME        { 233, 298, 369, 314  }
  1185. The Turn Timer sets the amount of time allowed for each turn.  
  1186.  
  1187. END_TURN_TIME    { 406, 296, 573, 313  }
  1188. The "End Turn Time" sets the amount of grace time given to players once 
  1189. one player has ended turn. 
  1190.  
  1191. CANCEL_BUTTON    { 327, 408, 385, 426  }
  1192. Click the "Cancel" button to cancel any changes and return to the game.
  1193.  
  1194. ?                { 391, 408, 413, 426  }
  1195.  
  1196. DONE             { 417, 408, 477, 426  }
  1197. Click the "Done" button to save any changes and return to the game in 
  1198. progress.
  1199.  
  1200.  
  1201.  
  1202. [MODEM_MENU_SETUP]
  1203.  
  1204. COMM_PORT        {  16, 154, 297, 181  }
  1205. Use this field to input the Com Port that you modem is on.  Check your modem 
  1206. reference or communications program if you are not sure of the proper value.
  1207.  
  1208. BAUD_RATE        {  16, 188, 297, 214  }
  1209. Use this field to enter the highest baud rate your modem is capable of. 
  1210. Check your modem reference or communications program if you are not sure 
  1211. of the proper value.
  1212.  
  1213. INTERRUPT        {  16, 220, 297, 246  }
  1214. Use this field to set the Interrupt address your modem is using. 
  1215. reference or communications program if you are not sure of the proper value. 
  1216.  
  1217. INIT_STRING      {  16, 254, 297, 281  }
  1218. Use this filed to set the init string for your modem.  The default init 
  1219. string given should work with most modems.
  1220.  
  1221. ANSWER_STRING    {  16, 286, 297, 313  }
  1222. Use this field to input the answer string your modem uses to answer an 
  1223. incoming call.
  1224.  
  1225. DIAL_PREFIX      {  16, 319, 297, 346  }
  1226. Use this field to input the area code and any special prefixes required 
  1227. to make your call. 
  1228.  
  1229. PHONE            {  16, 298, 297, 380  }
  1230. Use this field to enter the phone number you wish to call.
  1231.  
  1232. SELECT_WINDOW    { 332, 154, 616, 380  }
  1233. When one of the items on the left have several standard options, they will be 
  1234. displayed in this window.  Simply click on the proper value to select it.
  1235.  
  1236. DIAL             { 243, 439, 344, 472  }
  1237. When all modem parameters have been set, click the "Dial" button to place 
  1238. your call.
  1239.  
  1240. CANCEL_BUTTON    { 355, 439, 453, 472  }
  1241. Clicking the "Cancel" button cancels any changes and returns you to the 
  1242. Main Menu.
  1243.  
  1244. ?                { 465, 439, 503, 472  }
  1245.  
  1246. ANSWER_BUTTON    { 514, 439, 615, 472  }
  1247. Clicking the "Answer" button will set your modem to wait for an incoming call.
  1248.  
  1249.  
  1250.  
  1251. [SERIAL_MENU_SETUP]
  1252.  
  1253. COM_PORT      {  17, 155, 114, 182 }
  1254. Click the "COM PORT" button to set the com port you wish to use for the 
  1255. serial game.
  1256.  
  1257. BAUD_RATE     {  17, 188, 114, 215 }
  1258. Click the "BAUD RATE" button to set the baud rate to use for the serial game.
  1259.  
  1260. INTERRUPT     {  17, 221, 114, 247 }
  1261. Click the "INTERRUPT" button to set the interrupt to use for the serial game.
  1262.  
  1263. COM_PORT      {  144, 157, 298, 181 }
  1264. Use this field to input the Com Port your serial cable is on.  
  1265.  
  1266. BAUD_RATE     {  144, 190, 298, 214 }
  1267. Use this field to enter the highest baud rate your machine is capable of.
  1268.  
  1269. INTERRUPT     {  144, 223, 298, 247 }
  1270. Use this field to set the Interrupt address of the Com Port your serial 
  1271. cable is using.
  1272.  
  1273. WINDOW        {  331, 154, 618, 380 }
  1274. When one of the items on the left have several standard options, they will be 
  1275. displayed in this window.  Simply click on the proper value to select it.
  1276.  
  1277. JOIN          {  244, 438, 345, 472 }
  1278. Click the "Join" button to join a serial game.
  1279.  
  1280. CANCEL        {  355, 438, 456, 472 }
  1281. Clicking the "Cancel" button cancels any changes and returns you to the 
  1282. Main Menu.
  1283.  
  1284. ?             {  466, 438, 506, 472 }
  1285.  
  1286. HOST          {  515, 438, 617, 472 }
  1287. Click the "Host" button to start a serial game and wait for other players 
  1288. to join.
  1289.  
  1290.  
  1291.  
  1292.  
  1293.  
  1294. [CHAT_MENU_SETUP]
  1295.  
  1296. PLAYER_BUTTONS   { 214, 172, 596, 229  }
  1297. Click on the colored buttons that represent the team or teams you wish your 
  1298. chat message to be sent to.
  1299.  
  1300. INPUT_WINDOW     { 207, 245, 596, 269  }
  1301. Type your message in this window.
  1302.  
  1303. CANCEL           { 327, 284, 385, 302  }
  1304. Clicking "Cancel" closes the Chat Window without sending a message, and 
  1305. returns to the game.
  1306.  
  1307. ?                { 391, 284, 412, 302  }
  1308.  
  1309. DONE             { 418, 284, 475, 301  }
  1310. Clicking "Done" sends your message to the selected and returns to the game.
  1311.  
  1312.  
  1313.  
  1314.  
  1315.  
  1316. [SETUP_MENU_SETUP]
  1317.  
  1318. MUSIC_VOLUME     { 149, 189, 313, 203  }
  1319. Use this slider to adjust the Music Volume.
  1320.  
  1321. FX_VOLUME        { 324, 189, 469, 203  }
  1322. Use this slider to adjust the Sound Effects Volume.
  1323.  
  1324. REVERSE          { 149, 206, 286, 220  }
  1325. Click this button to reverse the channels of your sound output.
  1326.  
  1327. AUTO_SAVE        { 325, 208, 461, 220  }
  1328. The "Auto-Save" feature automatically saves your game.  The number signifies 
  1329. how often the game will be save.  A value of (1) means the game will be saved 
  1330. every turn.
  1331.  
  1332. IPX_SOCKET       { 149, 226, 293, 241  }
  1333. Use this field to enter your network IPX socket if it is different from the 
  1334. default value.
  1335.  
  1336. CANCEL           { 245, 286, 302, 305  }
  1337. Click the "Cancel" button to cancel any changes and return to the game.
  1338.  
  1339. ?                { 308, 286, 330, 305  }
  1340.  
  1341. DONE             { 335, 286, 392, 305  }
  1342. Click the "Done" button to save any changes and return to the game 
  1343. in progress.
  1344.  
  1345.  
  1346.  
  1347. [FACTORY_BUILD_SETUP]
  1348. UNIT_PICT        {   10,  10, 315, 260 }
  1349. This window displays a portrait of the selected unit.
  1350.  
  1351. UNIT_STATS       {   10, 265, 277, 470 }
  1352. The Unit Statistics window displays the current level for a variety of attributes.
  1353.  
  1354. COST             {  326, 258, 355, 443 }
  1355. These numbers represent the amount of credits required to purchase the 
  1356. next upgrade in each category.  
  1357.  
  1358. CREDIT           {  368, 258, 394, 418 }
  1359. This window displays your available credits for making purchases.
  1360.  
  1361. LIST             {  471,  43, 633, 380 }
  1362. Click on a unit in this list to select it.  A picture of the unit will 
  1363. then be displayed. To build the unit, click on it again, or click on the 
  1364. "Done" button.  
  1365.  
  1366. LIST_UP_DOWN     {  472, 427, 502, 454 }
  1367. Clicking on these buttons will scroll up and down through the list of units.
  1368.  
  1369. DESCRIP_BUTTON   {  540, 427, 628, 454 }
  1370. Toggles the Unit Text Description on and off.
  1371.  
  1372. DONE_BUTTON      {  448, 457, 496, 473 }
  1373. Clicking "Done" closes the Build Menu and begins building the selected unit.
  1374.  
  1375. CANCEL_BUTTON    {  357, 457, 418, 474   }
  1376. Clicking "Cancel" closes the menu and returns you to the game screen.
  1377.  
  1378. QUESTION         {  422, 456, 441, 474 }
  1379.  
  1380. TURN_TIMER       {  518,   4, 589,  39 }
  1381. The turn timer displays the time remaining for the current turn.  Turn timer 
  1382. values can be adjusted in the Options Menu in the New Game Setup Screen.
  1383.  
  1384.  
  1385.  
  1386. [CONSTRUCTOR_BUILD_SETUP]
  1387. UNIT_PICT        {   10,  10, 315, 260 }
  1388. This window displays a portrait of the selected unit.
  1389.  
  1390. UNIT_STATS       {   10, 265, 277, 470 }
  1391. The Unit Statistics Window displays the current level for a variety of 
  1392. attributes. 
  1393.  
  1394. LIST             {  471,  43, 633, 380 }
  1395. Click on a unit in this list to select it.  A picture of the unit will 
  1396. then be displayed. To build the unit, click on it again, or click on 
  1397. the "Done" button.  
  1398.  
  1399. LIST_UP_DOWN     {  472, 427, 502, 454 }
  1400. Clicking on these buttons will scroll up and down through the list of units.
  1401.  
  1402. DESCRIP_BUTTON   {  540, 427, 628, 454 }
  1403. Toggles the Unit Text Description on and off.
  1404.  
  1405. DONE_BUTTON      {  448, 457, 496, 473 }
  1406. Clicking "Done" closes the Build Menu and begins building the selected unit.
  1407.  
  1408. CANCEL_BUTTON    {  357, 457, 418, 474   }
  1409. Clicking "Cancel" closes the menu and returns you to the game screen.
  1410.  
  1411. PATH_BUTTON    {  294, 457, 354, 474   }
  1412. Clicking "Path" allows you to build the selected unit in a straight line 
  1413. path in any direction.
  1414.  
  1415. QUESTION         {  422, 456, 441, 474 }
  1416.  
  1417. TURN_TIMER       {  518,   4, 589,  39 }
  1418. The turn timer displays the time remaining for the current turn.  Turn timer 
  1419. values can be adjusted in the Options Menu in the New Game Setup Screen.
  1420.  
  1421.  
  1422. [HOT_SEAT_SETUP]
  1423. HOT_SEAT_LABEL   {  230,   5, 408,  25  }
  1424. The Hot Seat Setup Screen allows you to select your clan and 
  1425. the human and computer players for this game.  Only two opponents can play 
  1426. in the demo version.
  1427.  
  1428. TEAM_LABEL       {   62,  30, 140,  50  }
  1429. Each team can be set to a human or computer player.  Only two opponents can 
  1430. play in the demo version.
  1431.  
  1432. HUMAN_LABEL      {  162,  30, 240,  50  }
  1433. Selecting a box in this column assigns a human player for that team. Only 
  1434. two opponents can play in the demo version.
  1435.  
  1436. COMPUTER_LABEL   {  272,  30, 350,  50  }
  1437. Selecting a box in this column assigns a computer player to that team. Only 
  1438. two opponents can play in the demo version.
  1439.  
  1440. NONE_LABEL       {  380,  30, 460,  50  }
  1441. Select a box in this column for No Player on this team.
  1442.  
  1443. CLAN_LABEL       {  497,  30, 575,  50  }  
  1444. Click on this button to select the clan for your team.
  1445.  
  1446. NUMBER_LABEL     {   70,  75, 135, 400  }
  1447. These numbers represent the 4 Teams possible.  Click in the columns 
  1448. to designate human and computer players.  Only two players can play 
  1449. in this Demo Version.
  1450.  
  1451. HUMAN_BUTTONS    {  167,  58, 237, 421  }
  1452. Clicking one of the buttons in this column assigns a human player 
  1453. to that team.
  1454.  
  1455. COMPUTER_BUTTONS {  277,  58, 348, 421  }
  1456. Clicking one of the buttons in this column assigns a Computer player 
  1457. to that team.
  1458.  
  1459. NONE_BUTTONS     {  386,  58, 455, 421  }
  1460. Clicking one of the buttons in this column assigns No Player 
  1461. to that particular team.
  1462.  
  1463. CLAN_BUTTONS     {  496,  58, 577, 421  }
  1464. Clicking a clan button opens the Clan Menu, and allows 
  1465. you to review the various clans and select one to fight for.
  1466.  
  1467. OPTION_BUTTON    {  244, 438, 346, 472  }
  1468. Opens the Options Menu, and allows you to set up various game 
  1469. settings, such as Victory Conditions, Starting Credit and Map Resource 
  1470. Distribution.  Some options are disabled in the Demo Version.
  1471.  
  1472. CANCEL_BUTTON    {  355, 438, 456, 472  }
  1473. Cancels Hot Seat Game Setup and returns to the Main Menu 
  1474.  
  1475. DONE_BUTTON      {  515, 438, 615, 472  }
  1476. Closes the Hot Seat Setup Menu, and proceeds with the game. 
  1477.  
  1478. QUESTION?        {  466, 439, 503, 473 }
  1479.  
  1480.  
  1481. [TRAINING_MENU_SETUP]
  1482.  
  1483. MISSION_ONE_BUTTON      {   17, 155, 214, 181 }
  1484. Click on this button to select the First Training Mission
  1485.  
  1486. MISSION_TWO_BUTTON      {   17, 187, 214, 213 }
  1487. Click on this button to select the Second Training Mission
  1488.  
  1489. MISSION_THREE_BUTTON    {   17, 221, 214, 245 }
  1490. Click on this button to select the Third Training Mission
  1491.  
  1492. MISSION_FOUR_BUTTON     {   17, 255, 214, 280 }
  1493. Click on this button to select the Fourth Training Mission
  1494.  
  1495. MISSION_FIVE_BUTTON     {   17, 290, 214, 315 }
  1496. Click on this button to select the Fifth Training Mission
  1497.  
  1498. BRIEFING_WINDOW         {  327, 154, 617, 380 }
  1499. This window displays the Mission Briefing, detailing the Goals and 
  1500. Objectives of each mission.
  1501.  
  1502. CANCEL_BUTTON           {  355, 437, 455, 471 }
  1503. The "Cancel" button closes the Training Mission Menu and returns to 
  1504. the Main Menu.
  1505.  
  1506. ?                       {  466, 440, 507, 470 }
  1507.  
  1508. DONE                    {  515, 437, 616, 470 }
  1509. Clicking "Start" Loads and begins the selected Training Mission.
  1510.  
  1511.  
  1512. [RESEARCH_SETUP]
  1513. [HANGAR_SETUP]
  1514. [DOCK_SETUP]
  1515. [REPORTS_SETUP]
  1516.  
  1517. [END]
  1518.  
  1519.