home *** CD-ROM | disk | FTP | other *** search
/ Quake 'em / QUAKEEM.BIN / quake / docs / mnlith11 / monolith.cfg < prev    next >
Encoding:
Text File  |  1996-06-19  |  3.9 KB  |  63 lines

  1. // Monolith Key Controls
  2.   //
  3.   //  *************************************************************************
  4.   //  * ATTENTION - THE "SETTINGS" SECTION IS DOWN BELOW. GO SEE *T*H*E*R*E*. *
  5.   //  *************************************************************************
  6.   //
  7.   //===========================================================================
  8.   // Thanks to Budman, I got the idea for a type of "key independant control
  9.   // system": binding aliases to the keys, and remapping the aliases instead of
  10.   // the keys directly. This makes it easier in the EXTREME to remap keys to
  11.   // your personal preferences. Thus - "K.I.C.S". Very cool.
  12.   //===========================================================================
  13.   // The following lines contain stuff that you probably want to change - key
  14.   // settings, default video modes, default mouse sensitivity, your default
  15.   // gamma correction level, your deathmatch name and your colours. Have fun
  16.   // messing with this stuff.
  17.   //===========================================================================
  18. // Explanation of the "Column format" as follows...
  19.   //===========================================================================
  20.   // Section 1 : Just the "Bind", "Mouse(x)", "Name" or "Gamma" command. Don't
  21.   // mess with.
  22.   //===========================================================================
  23.   // Section 2 : The key bound to the command. THIS is what you change.
  24.   // Quoted from README.TXT (the one from Qtest), the available keys are:
  25.   //                          (begin quote)
  26.   // K_ALT, K_DEL, K_PGDN, K_PGUP, K_SHIFT, K_CTRL, K_UPARROW, K_DOWNARROW,
  27.   // K_LEFTARROW, K_RIGHTARROW, K_SPACE, K_ENTER, K_TAB, K_PAUSE, K_ESCAPE,
  28.   // K_F1, K_F2, K_F3, K_F4, K_F5, K_F6, K_F7, K_F8, K_F9, K_F10, K_F11, K_F12
  29.   //                           (end quote)
  30.   // To bind a command to a letter or number key, just type "BIND (the letter
  31.   // or number) (the command). To bind a command to a mouse key, type
  32.   // "mouse(1/2/3) (the command)". "mouse" has to be lowercase.
  33.   //===========================================================================
  34.   // Section 3 : The actual command. Don't mess with this stuff - just leave it
  35.   // as it is, everything works. Or at least, it should.
  36.   //===========================================================================
  37.   // Section 4 : What the command does
  38.   //===========================================================================
  39. //
  40. //----1----#------2-----#--------3----------#----------------4-----------------
  41.  
  42.   BIND      K_ALT        ";MCL_L"            // Corner look - Left
  43.   BIND      K_CTRL       ";MCL_R"            // Corner look - right
  44.   mouse1                 +ATTACK             // Attack key
  45.   mouse2                 ";MMS"              // Weapon cycle key
  46.   BIND      K_UPARROW    +MRL_U              // Forward key
  47.   BIND      K_DOWNARROW  +MRL_D               // Backwards key
  48. //BIND      K_LEFTARROW  +TURNLEFT           // Deactivated - turns left
  49.   BIND      K_LEFTARROW  +MRL_L              // Strafe left key
  50. //BIND      K_RIGHTARROW +TURNRIGHT          // Deactivated - turns right
  51.   BIND      K_RIGHTARROW +MRL_R              // Strafe right key
  52.   BIND      \            "say MONOLITH 1.1"  // Version information
  53.   BIND      K_SHIFT      +JUMP               // Normal jump key
  54.   BIND      K_ENTER      ";MSJ;"             // Super jump key
  55.   BIND      /            ";MZM_IN"           // Zoom-in key
  56.   BIND      .            ";MZM_OUT"          // Fisheye key
  57.   BIND      K_DEL        ";MMV_1"            // Map view - zoom in
  58.   BIND      K_END        ";MMV_2"            // Map view - zoom in
  59.   NAME      MONOLITH                         // Your deathmatch name
  60.   hostname  MONOLITH                         // Your server name
  61.   GAMMA     0.7                              // Your gamma level (0.0 - 1.0)
  62.   COLOR     1 3                              // Your colour (shirt / pants)
  63.