home *** CD-ROM | disk | FTP | other *** search
/ Micromanía 26 / CDMM26.iso / data / intrface.txt < prev    next >
Encoding:
Text File  |  1996-10-21  |  11.9 KB  |  409 lines

  1. ******************************************************************
  2. *
  3. *   INTRFACE.TXT
  4. *
  5. *   Dark Reign :  User Interface
  6. *
  7. *     This file contains general outlines of :
  8. *
  9. *       - Main map and mini-map view mouse operations
  10. *       - Keyboard operations
  11. *       - Multi-Function Display descriptions
  12. *
  13. *   [Andrew Payne]
  14. *
  15. ******************************************************************
  16.  
  17. ******************************************************************
  18. *
  19. *   Temporary Key Commands :
  20. *
  21. *     ;           - bonus credits
  22. *     z           - screen capture
  23. *     keypad +/-  - Redbook track change
  24. *     top +/-     - Scroll acceleration (1=fast, 10=slow)
  25. *     v           - makes enemies visible
  26. *     ~           - toggle fog
  27. *     /           - show fps
  28. *     j           - current unit location
  29. *     F10         - control next team
  30. *     shift Q     - quit!
  31. *
  32. ******************************************************************
  33.  
  34.  
  35. ******************************************************************
  36. *
  37. *   MAIN VIEW : Mouse Functions
  38. *
  39. *     These functions apply to mouse clicks that occur within
  40. *     the main view area.
  41. *
  42. ******************************************************************
  43.  
  44.  
  45. [ SINGLE LEFT CLICK ] on a friendly unit
  46.  
  47.   - Deselects all currently selected units, then selects the
  48.     single unit clicked on.
  49.  
  50.   - Event : LMB_RELEASE (with IsUnit() and IsBuilding() checks)
  51.  
  52.  
  53.  
  54. [ SINGLE LEFT CLICK ] on a neutral/enemy unit/building :
  55.  
  56.   - orders all currently selected units to attack the
  57.     unit or building.
  58.  
  59.   - this operation only occurs if 'defaultfire' is set
  60.     within the configuration file.
  61.  
  62.   - Event : LMB_RELEASE (with IsUnit() and IsBuilding() checks)
  63.  
  64.  
  65.  
  66. [ SINGLE LEFT CLICK ] on a location :
  67.  
  68.   - Move all selected units to that location, without
  69.     maintaining current relative positions. (i.e. ONEPOINT MOVE)
  70.  
  71.   - this operation only occurs if 'defaultmove' is set
  72.     within the configuration file.
  73.  
  74.   - Event : LMB_RELEASE (after IsUnit() and IsBuilding() checks)
  75.  
  76.  
  77.  
  78. [ DOUBLE LEFT CLICK ] on a friendly unit/building :
  79.  
  80.   - Activate special function (e.g. deploy units etc.)
  81.  
  82.   - Event : LMB_DOUBLE (with IsUnit() and IsBuilding() checks)
  83.  
  84.  
  85.  
  86. [ LEFT BUTTON HOLD ] anywhere :
  87.  
  88.   - While the left button is held down the user can drag
  89.     a selection box around units.  All current selections
  90.     will be cleared, and all units present inside the box
  91.     will become selected.
  92.  
  93.   - Event : LMB_PRESS (triggers movement threshold)
  94.  
  95.  
  96.  
  97. [ SINGLE RIGHT CLICK ] anywhere :
  98.  
  99.   - Deselects the currently selected building and units.
  100.  
  101.   - Event : RMB_RELEASE (with minimum movement threshold)
  102.  
  103.  
  104.  
  105. [ RIGHT BUTTON HOLD ] anywhere :
  106.  
  107.   - While the right button is held down the screen will scroll
  108.     with the movement of the mouse.
  109.  
  110.   - Event : RMB_PRESS (triggers movement threshold)
  111.  
  112.  
  113.  
  114. [ NO ACTION ] over any unit/building/mfd :
  115.  
  116.   - If the cursor is left over a unit/building for one second
  117.     its name will be displayed.
  118.  
  119.   - Event : None (flag set in _DoHighlite)
  120.  
  121.  
  122.  
  123. ******************************************************************
  124. *
  125. *   MAIN VIEW : Mouse and Keyboard Combinations
  126. *
  127. ******************************************************************
  128.  
  129.  
  130. [ SHIFT and SINGLE LEFT CLICK ] on a friendly unit :
  131.  
  132.   - Toggles a units selected status. i.e. Add/Subtract from group
  133.  
  134.   - Event : LMB_RELEASE and SHIFT
  135.  
  136.  
  137.  
  138. [ CTRL and DOUBLE LEFT CLICK ] on a friendly unit/building :
  139.  
  140.   - Activate modified special function (e.g. deploy units one
  141.     at a time)
  142.  
  143.   - Event : LMB_DOUBLE and CTRL
  144.  
  145.  
  146.  
  147. ******************************************************************
  148. *
  149. *   MINI-MAP VIEW : Mouse Functions
  150. *
  151. *     These functions apply to mouse clicks that occur within
  152. *     the mini-map view area.
  153. *
  154. ******************************************************************
  155.  
  156.  
  157. [ SINGLE LEFT CLICK ] anywhere :
  158.  
  159.   - Move all selected units to that location, without
  160.     maintaining current relative positions. (i.e. ONEPOINT MOVE)
  161.  
  162.   - this operation only occurs if 'defaultmove' is set
  163.     within the configuration file.
  164.  
  165.   - Event : LMB_RELEASE (after IsUnit() and IsBuilding() checks)
  166.  
  167.   - (Default fire is disabled on the mini-map, as we feel it
  168.     is too inaccurate)
  169.  
  170.  
  171.  
  172. [ RIGHT BUTTON HOLD ] anywhere :
  173.  
  174.   - Causes main map view to jump to the location pointed to on
  175.     the mini-map.  The view will follow the mouse until the
  176.     right mouse button is released.
  177.  
  178.   - Event : RMB_PRESS
  179.  
  180.  
  181.  
  182. ******************************************************************
  183. *
  184. *   KEYBOARD Functions/Shortcuts
  185. *
  186. ******************************************************************
  187.  
  188.  
  189. [ ESC     ] - Activate the Menu MFD
  190. [ Enter   ] - Brings up the Comms MFD and enters message edit mode
  191. [ Tab     ] - Brings up the Paths MFD and enters waypoint edit mode
  192.  
  193. [ F1-F8   ] - Same as button bar
  194.  
  195. [ A       ] - Attack
  196. [ S       ] - Stop
  197. [ T       ] - Turn
  198. [ M       ] - One-Point Move
  199. [ F       ] - Formation Move
  200.  
  201. [ O       ] - Orders MFD
  202. [ P       ] - Paths MFD
  203. [ Space/B ] - Takes you directly to construction mfd
  204.  
  205. [ H       ] - Home in on currently selected unit
  206. [ X       ] - Make selected units 'scatter'
  207.  
  208.  
  209. The following operations apply to the number keys on
  210. top of the keyboard :
  211.  
  212. [ Ctrl 1..9   ] - Bind currently selected group to number key
  213. [ 1..9        ] - Make that saved group the selected units
  214. [ LShift 1..9 ] - Same as above, but jump to view group
  215.  
  216.  
  217.  
  218. ******************************************************************
  219. *
  220. *   Default Event Override Conditions
  221. *
  222. ******************************************************************
  223.  
  224.  
  225.   Orders :
  226.  
  227.     - When one of the order keys has been pressed (A,S,T,M,F),
  228.       or an order button is pressed, the default mouse click
  229.       'move' and 'fire' functions no longer apply.
  230.  
  231.     - e.g. pressing 'a' enters attack mode, and the next mouse
  232.       click orders all currently selected units to attack the
  233.       item clicked on.
  234.  
  235.     - In the mini-map view, all orders operate as in the main
  236.       map view, except for Turn, which does nothing.
  237.  
  238.  
  239.   Path Editing :
  240.  
  241.     - A new item, the Waypoint, is introduced to the main
  242.       map view while editing paths.
  243.  
  244.     - Currently, each unit has a local path which it follows,
  245.       These paths can then be saved into a global path bank
  246.       and then copied onto other units.
  247.  
  248.     - We have plans to enhance this system so that any unit
  249.       can be following a local or a global path.  When a path
  250.       is changed by the user, all units following that path
  251.       will automatically be affected by those changes.
  252.  
  253.     - When in path editing mode, you will be able to click
  254.       on a waypoint and then delete it, add more waypoints
  255.       from it, or drag it to a new location. (A simple preview
  256.       of waypoint dragging is already available).
  257.  
  258.  
  259.  
  260. ******************************************************************
  261. *
  262. *   Multi-Function Display (MFD) Descriptions
  263. *
  264. ******************************************************************
  265.  
  266.  
  267. [ Main Button Bar ]
  268.  
  269.   - Menu        : activates the Menu MFD
  270.   - Attack      : enters 'attack' mode (same as hitting 'a')
  271.   - Stop        : stops all currently selected units (same as 's')
  272.   - Turn        : enters 'turn' mode (same as 't')
  273.   - Formation   : enters 'formation move' mode (same as 'f')
  274.   - Orders      : activates the Orders MFD
  275.   - Paths       : activates the Path MFD
  276.   - Comms       : activates the Comms MFD
  277.  
  278.   - The buttons that activate an MFD stay down while that MFD
  279.     is active.  The Menu MFD can be active 'over the top' of
  280.     another MFD, and the user will be returned to the previous
  281.     MFD when finished in the menu.  However, it is possible to
  282.     jump directly to any other MFD from within the menu.  For
  283.     this reason, is the 'Return To Game' option really required
  284.     in the menu?
  285.  
  286.   - The order mode buttons (attack, turn and formation) will
  287.     stay down while that mode is active.
  288.  
  289.  
  290.  
  291. [ Primary MFD ]
  292.  
  293.   - The primary MFD is the default.  It will be available when
  294.     no other MFD is active.  It has two possible modes :
  295.  
  296.     Building construction :
  297.  
  298.       - This mode will be active when a unit that is flagged
  299.         as a builder (e.g. construction crew) is selected.  It
  300.         will only be shown if the builder is the only unit
  301.         selected, not if it is in a group.
  302.  
  303.       - The user can click on a building and then place it
  304.         on the map in the main display.  When placed, the
  305.         construction crew will travel to the location and
  306.         start building.
  307.  
  308.  
  309.     Unit construction
  310.  
  311.       - This is the default mode, and will be available any time
  312.         that the building mode is not active.
  313.  
  314.       - The user can click on a unit and construction will
  315.         start at either the selected building or the primary
  316.         building for that unit (if possible).
  317.  
  318.  
  319.   - In each of these modes, the user can click on the
  320.     pageup/pagedown buttons to page through the available
  321.     items, or hold down the right mouse button to scroll
  322.     one line at a time.
  323.  
  324.  
  325.  
  326. [ Orders MFD ]
  327.  
  328.   - This MFD is used to change unit orders.  At any time, the
  329.     order buttons show what orders are current for the unit
  330.     shown in the iso-view display.  If there is a unit under
  331.     the mouse cursor then it will be shown.  If not, but there
  332.     are units selected, then the primary unit will be shown.
  333.     If there are no units selected, then no information will
  334.     be shown.
  335.  
  336.   - When the user changes the orders, they will be applied to
  337.     all currently selected units.
  338.  
  339.  
  340.  
  341. [ Paths MFD ]
  342.  
  343.   - The paths MFD is likely to be changed to a degree, but the
  344.     main features are already available in a 'demo' state.
  345.  
  346.   - The user can click on Goto/Turn/Fire/Wait to enter the
  347.     respective waypoint adding mode.
  348.  
  349.   - [Delete] currently just clears the currently selected units
  350.     paths.  This button will operate differently in the
  351.     future.
  352.  
  353.   - [Global] adds a new path name to the global bank, but
  354.     currently has no other effect.
  355.  
  356.   - [Execute] orders the currently selected units to execute
  357.     the currently selected path.
  358.  
  359.   - The user can page up/down in the path name window using
  360.     the available buttons or hold down the right mouse button
  361.     to scroll one line at a time.  (Note this is consistent
  362.     with the Primary MFD)
  363.  
  364.   - If the user clicks on a path name it will be highlighted,
  365.     and if they double-click it will enter edit mode where
  366.     the user can change the name of the path.
  367.  
  368.  
  369.  
  370. [ Comms MFD ]
  371.  
  372.  
  373.   - This MFD handles all player-player communication and
  374.     alliance editing.
  375.  
  376.   - The player buttons can be toggled, and these affect where
  377.     messages from the user get sent.  The user can click on
  378.     the 'group selection' buttons to choose a group of players.
  379.  
  380.     e.g. if the user selects 'enemies', that button will stay
  381.     down and any messages will be sent only to current enemies.
  382.     The player buttons are automatically toggled when alliances
  383.     change.
  384.  
  385.   - The user can also change who they are allied with by
  386.     dragging the 'three-position' switches to the desired
  387.     state.
  388.  
  389.   - Note :  We have major improvements planned for this MFD
  390.             involving lending/giving units and an improved
  391.             alliance system.
  392.  
  393.  
  394. [ Menu MFD ]
  395.  
  396.  
  397.   - The Load/Save game feature has not been added to the game
  398.     yet.  However, when it is integrated I plan to make the file
  399.     window operate like the global path name window.
  400.  
  401.   - The user can drag the effects/music/speech volume levels
  402.     by clicking and holding the left mouse button.
  403.  
  404.   - The game speed slider adjusts the speed at which the
  405.     gameplay runs, but does not affect the scrolling or menu
  406.     operation.  The second slider is not yet operational, but
  407.     will control the speed at which the screen scrolls when
  408.     the mouse cursor hits the side of the screen.
  409.