home *** CD-ROM | disk | FTP | other *** search
- unbindall
- bind ` "toggleconsole" ""
- // Movement
- bind UP "-moveforward" ""
- bind W "-moveforward" ""
- bind DOWN "-moveback" ""
- bind S "-moveback" ""
- bind LEFT "-moveleft" ""
- bind A "-moveleft" ""
- bind RIGHT "-moveright" ""
- bind D "-moveright" ""
- bind LSHIFT "-runwalk" ""
- bind SPACE "-moveup" ""
- bind C "-movedown" ""
- bind LCTRL "-movedown" ""
- bind RSHIFT "-runwalk" ""
- // View
-
- bind PGDN "-lookup" ""
- bind DELETE "-lookdown" ""
- bind END "centerview" ""
- bind Z "-zoom" ""
- bind KP_MINUS "dec eg_viewSize 10" ""
- bind KP_PLUS "inc eg_viewSize 10" ""
- bind = "pl_zoomIn" ""
- bind - "pl_zoomOut" ""
-
- // Action
- bind MOUSE1 "-attack" ""
- bind MOUSE2 "-attackalt" ""
- bind E "-use" ""
- bind ENTER "-use" ""
- //bind F "-kick" ""
- bind Tab "lua_cmd use_medkit()" ""
- bind R "+reloadw" ""
- bind MWHEELDOWN "pl_prevWeapon;pl_zoomOut" ""
- bind MWHEELUP "pl_nextWeapon;pl_zoomIn" ""
- //bind MOUSE3 "holster" ""
- bind 0 "pl_selectWeapon -1" ""
- bind 1 "pl_selectWeapon 0" ""
- bind 2 "pl_selectWeapon 1" ""
- bind 3 "pl_selectWeapon 2" ""
- bind 4 "pl_selectWeapon 3" ""
- bind 5 "pl_selectWeapon 4" ""
- bind 6 "pl_selectWeapon 5" ""
- bind 7 "pl_selectWeapon 6" ""
- //bind 3 "wpn_group_3" ""
- //bind 4 "wpn_group_4" ""
- //bind 5 "wpn_group_5" ""
-
- // Misc
- bind PAUSE "togglepause" ""
- bind ESCAPE "GUI_GOTO_mainmenu" ""
- //bind P "pager show" ""
- //bind G "gui_energy" ""
- //bind I "gui_inventory" ""
- //bind Q "gui_use" ""
- //bind B "gui_binocular"
- bind F6 "quicksave" ""
- bind F9 "quickload" ""
- //bind ] "gui_nextartefact" ""
- //bind [ "gui_prevartefact" ""
-
- bind F1 "toggle r_enablestencilshadows;r_enablestencilshadows" ""
- bind F2 "toggle r_enableprojectiveshadows;r_enableprojectiveshadows" ""
- bind F3 "toggle eg_noclip;eg_noclip" ""
- bind F4 "toggle r_enablesfx;r_enablesfx" ""
- bind F5 "toggle r_enableLighting;r_enableLighting" ""
- bind F7 "toggle gil_showTris;gil_showTris" ""
- bind F10 "toggle gil_showLighting;gil_showLighting" ""
- bind F11 "screenshot" "G"
- bind CAPITAL "toggle eg_alwaysrun" ""
-