home *** CD-ROM | disk | FTP | other *** search
- // Monolith Key Controls
- //
- // *************************************************************************
- // * ATTENTION - THE "SETTINGS" SECTION IS DOWN BELOW. GO SEE *T*H*E*R*E*. *
- // *************************************************************************
- //
- //===========================================================================
- // Thanks to Budman, I got the idea for a type of "key independant control
- // system": binding aliases to the keys, and remapping the aliases instead of
- // the keys directly. This makes it easier in the EXTREME to remap keys to
- // your personal preferences. Thus - "K.I.C.S". Very cool.
- //===========================================================================
- // The following lines contain stuff that you probably want to change - key
- // settings, default video modes, default mouse sensitivity, your default
- // gamma correction level, your deathmatch name and your colours. Have fun
- // messing with this stuff.
- //===========================================================================
- // Explanation of the "Column format" as follows...
- //===========================================================================
- // Section 1 : Just the "Bind", "Mouse(x)", "Name" or "Gamma" command. Don't
- // mess with.
- //===========================================================================
- // Section 2 : The key bound to the command. THIS is what you change.
- // Quoted from README.TXT (the one from Qtest), the available keys are:
- // (begin quote)
- // K_ALT, K_DEL, K_PGDN, K_PGUP, K_SHIFT, K_CTRL, K_UPARROW, K_DOWNARROW,
- // K_LEFTARROW, K_RIGHTARROW, K_SPACE, K_ENTER, K_TAB, K_PAUSE, K_ESCAPE,
- // K_F1, K_F2, K_F3, K_F4, K_F5, K_F6, K_F7, K_F8, K_F9, K_F10, K_F11, K_F12
- // (end quote)
- // To bind a command to a letter or number key, just type "BIND (the letter
- // or number) (the command). To bind a command to a mouse key, type
- // "mouse(1/2/3) (the command)". "mouse" has to be lowercase.
- //===========================================================================
- // Section 3 : The actual command. Don't mess with this stuff - just leave it
- // as it is, everything works. Or at least, it should.
- //===========================================================================
- // Section 4 : What the command does
- //===========================================================================
- //
- //----1----#------2-----#--------3----------#----------------4-----------------
-
- BIND K_ALT ";MCL_L" // Corner look - Left
- BIND K_CTRL ";MCL_R" // Corner look - right
- mouse1 +ATTACK // Attack key
- mouse2 ";MMS" // Weapon cycle key
- BIND K_UPARROW +MRL_U // Forward key
- BIND K_DOWNARROW +MRL_D // Backwards key
- //BIND K_LEFTARROW +TURNLEFT // Deactivated - turns left
- BIND K_LEFTARROW +MRL_L // Strafe left key
- //BIND K_RIGHTARROW +TURNRIGHT // Deactivated - turns right
- BIND K_RIGHTARROW +MRL_R // Strafe right key
- BIND \ "say MONOLITH 1.1" // Version information
- BIND K_SHIFT +JUMP // Normal jump key
- BIND K_ENTER ";MSJ;" // Super jump key
- BIND / ";MZM_IN" // Zoom-in key
- BIND . ";MZM_OUT" // Fisheye key
- BIND K_DEL ";MMV_1" // Map view - zoom in
- BIND K_END ";MMV_2" // Map view - zoom in
- NAME MONOLITH // Your deathmatch name
- hostname MONOLITH // Your server name
- GAMMA 0.7 // Your gamma level (0.0 - 1.0)
- COLOR 1 3 // Your colour (shirt / pants)
-