home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 April / Gamestar_72_2005-04_dvd.iso / Dema / Liquidator / Liquidator.tma / data / environment / defaultkeys.cfg < prev   
Text File  |  2004-11-22  |  2KB  |  73 lines

  1. unbindall
  2. bind ` "toggleconsole" ""
  3. // Movement
  4. bind UP "-moveforward" ""
  5. bind W "-moveforward" ""
  6. bind DOWN "-moveback" ""
  7. bind S "-moveback" ""
  8. bind LEFT "-moveleft" ""
  9. bind A "-moveleft" ""
  10. bind RIGHT "-moveright" ""
  11. bind D "-moveright" ""
  12. bind LSHIFT "-runwalk" ""
  13. bind SPACE "-moveup" ""
  14. bind C "-movedown" ""
  15. bind LCTRL "-movedown" ""
  16. bind RSHIFT "-runwalk" ""
  17. // View
  18.  
  19. bind PGDN "-lookup" ""
  20. bind DELETE "-lookdown" ""
  21. bind END "centerview" ""
  22. bind Z "-zoom" ""
  23. bind KP_MINUS "dec eg_viewSize 10" ""
  24. bind KP_PLUS "inc eg_viewSize 10" ""
  25. bind = "pl_zoomIn" ""
  26. bind - "pl_zoomOut" ""
  27.  
  28. // Action
  29. bind MOUSE1 "-attack" ""
  30. bind MOUSE2 "-attackalt" ""
  31. bind E "-use" ""
  32. bind ENTER "-use" ""
  33. //bind F "-kick" ""
  34. bind Tab "lua_cmd use_medkit()" ""
  35. bind R "+reloadw" ""
  36. bind MWHEELDOWN "pl_prevWeapon;pl_zoomOut" ""
  37. bind MWHEELUP "pl_nextWeapon;pl_zoomIn" ""
  38. //bind MOUSE3 "holster" ""
  39. bind 0 "pl_selectWeapon -1" ""
  40. bind 1 "pl_selectWeapon 0" ""
  41. bind 2 "pl_selectWeapon 1" ""
  42. bind 3 "pl_selectWeapon 2" ""
  43. bind 4 "pl_selectWeapon 3" ""
  44. bind 5 "pl_selectWeapon 4" ""
  45. bind 6 "pl_selectWeapon 5" ""
  46. bind 7 "pl_selectWeapon 6" ""
  47. //bind 3 "wpn_group_3" ""
  48. //bind 4 "wpn_group_4" ""
  49. //bind 5 "wpn_group_5" ""
  50.  
  51. // Misc
  52. bind PAUSE "togglepause" ""
  53. bind ESCAPE "GUI_GOTO_mainmenu" ""
  54. //bind P "pager show" ""
  55. //bind G "gui_energy" "" 
  56. //bind I "gui_inventory" ""
  57. //bind Q "gui_use" ""
  58. //bind B "gui_binocular"
  59. bind F6 "quicksave" ""
  60. bind F9 "quickload" ""
  61. //bind ] "gui_nextartefact" ""
  62. //bind [ "gui_prevartefact" ""
  63.  
  64. bind F1 "toggle r_enablestencilshadows;r_enablestencilshadows" ""
  65. bind F2 "toggle r_enableprojectiveshadows;r_enableprojectiveshadows" ""
  66. bind F3 "toggle eg_noclip;eg_noclip" ""
  67. bind F4 "toggle r_enablesfx;r_enablesfx" ""
  68. bind F5 "toggle r_enableLighting;r_enableLighting" ""
  69. bind F7 "toggle gil_showTris;gil_showTris" ""
  70. bind F10 "toggle gil_showLighting;gil_showLighting" ""
  71. bind F11 "screenshot" "G"
  72. bind CAPITAL "toggle eg_alwaysrun" ""
  73.