home *** CD-ROM | disk | FTP | other *** search
- ******************************************************************
- *
- * INTRFACE.TXT
- *
- * Dark Reign : User Interface
- *
- * This file contains general outlines of :
- *
- * - Main map and mini-map view mouse operations
- * - Keyboard operations
- * - Multi-Function Display descriptions
- *
- * [Andrew Payne]
- *
- ******************************************************************
-
- ******************************************************************
- *
- * Temporary Key Commands :
- *
- * ; - bonus credits
- * z - screen capture
- * keypad +/- - Redbook track change
- * top +/- - Scroll acceleration (1=fast, 10=slow)
- * v - makes enemies visible
- * ~ - toggle fog
- * / - show fps
- * j - current unit location
- * F10 - control next team
- * shift Q - quit!
- *
- ******************************************************************
-
-
- ******************************************************************
- *
- * MAIN VIEW : Mouse Functions
- *
- * These functions apply to mouse clicks that occur within
- * the main view area.
- *
- ******************************************************************
-
-
- [ SINGLE LEFT CLICK ] on a friendly unit
-
- - Deselects all currently selected units, then selects the
- single unit clicked on.
-
- - Event : LMB_RELEASE (with IsUnit() and IsBuilding() checks)
-
-
-
- [ SINGLE LEFT CLICK ] on a neutral/enemy unit/building :
-
- - orders all currently selected units to attack the
- unit or building.
-
- - this operation only occurs if 'defaultfire' is set
- within the configuration file.
-
- - Event : LMB_RELEASE (with IsUnit() and IsBuilding() checks)
-
-
-
- [ SINGLE LEFT CLICK ] on a location :
-
- - Move all selected units to that location, without
- maintaining current relative positions. (i.e. ONEPOINT MOVE)
-
- - this operation only occurs if 'defaultmove' is set
- within the configuration file.
-
- - Event : LMB_RELEASE (after IsUnit() and IsBuilding() checks)
-
-
-
- [ DOUBLE LEFT CLICK ] on a friendly unit/building :
-
- - Activate special function (e.g. deploy units etc.)
-
- - Event : LMB_DOUBLE (with IsUnit() and IsBuilding() checks)
-
-
-
- [ LEFT BUTTON HOLD ] anywhere :
-
- - While the left button is held down the user can drag
- a selection box around units. All current selections
- will be cleared, and all units present inside the box
- will become selected.
-
- - Event : LMB_PRESS (triggers movement threshold)
-
-
-
- [ SINGLE RIGHT CLICK ] anywhere :
-
- - Deselects the currently selected building and units.
-
- - Event : RMB_RELEASE (with minimum movement threshold)
-
-
-
- [ RIGHT BUTTON HOLD ] anywhere :
-
- - While the right button is held down the screen will scroll
- with the movement of the mouse.
-
- - Event : RMB_PRESS (triggers movement threshold)
-
-
-
- [ NO ACTION ] over any unit/building/mfd :
-
- - If the cursor is left over a unit/building for one second
- its name will be displayed.
-
- - Event : None (flag set in _DoHighlite)
-
-
-
- ******************************************************************
- *
- * MAIN VIEW : Mouse and Keyboard Combinations
- *
- ******************************************************************
-
-
- [ SHIFT and SINGLE LEFT CLICK ] on a friendly unit :
-
- - Toggles a units selected status. i.e. Add/Subtract from group
-
- - Event : LMB_RELEASE and SHIFT
-
-
-
- [ CTRL and DOUBLE LEFT CLICK ] on a friendly unit/building :
-
- - Activate modified special function (e.g. deploy units one
- at a time)
-
- - Event : LMB_DOUBLE and CTRL
-
-
-
- ******************************************************************
- *
- * MINI-MAP VIEW : Mouse Functions
- *
- * These functions apply to mouse clicks that occur within
- * the mini-map view area.
- *
- ******************************************************************
-
-
- [ SINGLE LEFT CLICK ] anywhere :
-
- - Move all selected units to that location, without
- maintaining current relative positions. (i.e. ONEPOINT MOVE)
-
- - this operation only occurs if 'defaultmove' is set
- within the configuration file.
-
- - Event : LMB_RELEASE (after IsUnit() and IsBuilding() checks)
-
- - (Default fire is disabled on the mini-map, as we feel it
- is too inaccurate)
-
-
-
- [ RIGHT BUTTON HOLD ] anywhere :
-
- - Causes main map view to jump to the location pointed to on
- the mini-map. The view will follow the mouse until the
- right mouse button is released.
-
- - Event : RMB_PRESS
-
-
-
- ******************************************************************
- *
- * KEYBOARD Functions/Shortcuts
- *
- ******************************************************************
-
-
- [ ESC ] - Activate the Menu MFD
- [ Enter ] - Brings up the Comms MFD and enters message edit mode
- [ Tab ] - Brings up the Paths MFD and enters waypoint edit mode
-
- [ F1-F8 ] - Same as button bar
-
- [ A ] - Attack
- [ S ] - Stop
- [ T ] - Turn
- [ M ] - One-Point Move
- [ F ] - Formation Move
-
- [ O ] - Orders MFD
- [ P ] - Paths MFD
- [ Space/B ] - Takes you directly to construction mfd
-
- [ H ] - Home in on currently selected unit
- [ X ] - Make selected units 'scatter'
-
-
- The following operations apply to the number keys on
- top of the keyboard :
-
- [ Ctrl 1..9 ] - Bind currently selected group to number key
- [ 1..9 ] - Make that saved group the selected units
- [ LShift 1..9 ] - Same as above, but jump to view group
-
-
-
- ******************************************************************
- *
- * Default Event Override Conditions
- *
- ******************************************************************
-
-
- Orders :
-
- - When one of the order keys has been pressed (A,S,T,M,F),
- or an order button is pressed, the default mouse click
- 'move' and 'fire' functions no longer apply.
-
- - e.g. pressing 'a' enters attack mode, and the next mouse
- click orders all currently selected units to attack the
- item clicked on.
-
- - In the mini-map view, all orders operate as in the main
- map view, except for Turn, which does nothing.
-
-
- Path Editing :
-
- - A new item, the Waypoint, is introduced to the main
- map view while editing paths.
-
- - Currently, each unit has a local path which it follows,
- These paths can then be saved into a global path bank
- and then copied onto other units.
-
- - We have plans to enhance this system so that any unit
- can be following a local or a global path. When a path
- is changed by the user, all units following that path
- will automatically be affected by those changes.
-
- - When in path editing mode, you will be able to click
- on a waypoint and then delete it, add more waypoints
- from it, or drag it to a new location. (A simple preview
- of waypoint dragging is already available).
-
-
-
- ******************************************************************
- *
- * Multi-Function Display (MFD) Descriptions
- *
- ******************************************************************
-
-
- [ Main Button Bar ]
-
- - Menu : activates the Menu MFD
- - Attack : enters 'attack' mode (same as hitting 'a')
- - Stop : stops all currently selected units (same as 's')
- - Turn : enters 'turn' mode (same as 't')
- - Formation : enters 'formation move' mode (same as 'f')
- - Orders : activates the Orders MFD
- - Paths : activates the Path MFD
- - Comms : activates the Comms MFD
-
- - The buttons that activate an MFD stay down while that MFD
- is active. The Menu MFD can be active 'over the top' of
- another MFD, and the user will be returned to the previous
- MFD when finished in the menu. However, it is possible to
- jump directly to any other MFD from within the menu. For
- this reason, is the 'Return To Game' option really required
- in the menu?
-
- - The order mode buttons (attack, turn and formation) will
- stay down while that mode is active.
-
-
-
- [ Primary MFD ]
-
- - The primary MFD is the default. It will be available when
- no other MFD is active. It has two possible modes :
-
- Building construction :
-
- - This mode will be active when a unit that is flagged
- as a builder (e.g. construction crew) is selected. It
- will only be shown if the builder is the only unit
- selected, not if it is in a group.
-
- - The user can click on a building and then place it
- on the map in the main display. When placed, the
- construction crew will travel to the location and
- start building.
-
-
- Unit construction
-
- - This is the default mode, and will be available any time
- that the building mode is not active.
-
- - The user can click on a unit and construction will
- start at either the selected building or the primary
- building for that unit (if possible).
-
-
- - In each of these modes, the user can click on the
- pageup/pagedown buttons to page through the available
- items, or hold down the right mouse button to scroll
- one line at a time.
-
-
-
- [ Orders MFD ]
-
- - This MFD is used to change unit orders. At any time, the
- order buttons show what orders are current for the unit
- shown in the iso-view display. If there is a unit under
- the mouse cursor then it will be shown. If not, but there
- are units selected, then the primary unit will be shown.
- If there are no units selected, then no information will
- be shown.
-
- - When the user changes the orders, they will be applied to
- all currently selected units.
-
-
-
- [ Paths MFD ]
-
- - The paths MFD is likely to be changed to a degree, but the
- main features are already available in a 'demo' state.
-
- - The user can click on Goto/Turn/Fire/Wait to enter the
- respective waypoint adding mode.
-
- - [Delete] currently just clears the currently selected units
- paths. This button will operate differently in the
- future.
-
- - [Global] adds a new path name to the global bank, but
- currently has no other effect.
-
- - [Execute] orders the currently selected units to execute
- the currently selected path.
-
- - The user can page up/down in the path name window using
- the available buttons or hold down the right mouse button
- to scroll one line at a time. (Note this is consistent
- with the Primary MFD)
-
- - If the user clicks on a path name it will be highlighted,
- and if they double-click it will enter edit mode where
- the user can change the name of the path.
-
-
-
- [ Comms MFD ]
-
-
- - This MFD handles all player-player communication and
- alliance editing.
-
- - The player buttons can be toggled, and these affect where
- messages from the user get sent. The user can click on
- the 'group selection' buttons to choose a group of players.
-
- e.g. if the user selects 'enemies', that button will stay
- down and any messages will be sent only to current enemies.
- The player buttons are automatically toggled when alliances
- change.
-
- - The user can also change who they are allied with by
- dragging the 'three-position' switches to the desired
- state.
-
- - Note : We have major improvements planned for this MFD
- involving lending/giving units and an improved
- alliance system.
-
-
- [ Menu MFD ]
-
-
- - The Load/Save game feature has not been added to the game
- yet. However, when it is integrated I plan to make the file
- window operate like the global path name window.
-
- - The user can drag the effects/music/speech volume levels
- by clicking and holding the left mouse button.
-
- - The game speed slider adjusts the speed at which the
- gameplay runs, but does not affect the scrolling or menu
- operation. The second slider is not yet operational, but
- will control the speed at which the screen scrolls when
- the mouse cursor hits the side of the screen.
-