Guest User

Untitled

a guest
Oct 24th, 2015
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. // If the user doesn't have a config.cfg when they run, this gets executed the first time they run the engine
  2. // It doesn't execute if they have their own config.cfg saved out.
  3.  
  4. unbindall
  5.  
  6. bind "`" "toggleconsole"
  7. bind "w" "+forward"
  8. bind "s" "+back"
  9. bind "a" "+moveleft"
  10. bind "d" "+moveright"
  11. bind "SPACE" "+jump"
  12. bind "CTRL" "+duck"
  13. bind "TAB" "+showscores"
  14. bind "'" "+moveup"
  15. bind "/" "+movedown"
  16. bind "PGUP" "+lookup"
  17. bind "PGDN" "+lookdown"
  18. bind "END" "centerview"
  19. bind "ALT" "+strafe"
  20. bind "INS" "+klook"
  21. //bind "SEMICOLON" "+mlook"
  22. bind "r" "+reload"
  23. bind "MOUSE1" "+attack"
  24. bind "MOUSE2" "+attack2"
  25. bind "MOUSE3" "+attack3"
  26. //bind "z" "saveme"
  27. bind "z" "voice_menu_1"
  28. bind "x" "voice_menu_2"
  29. bind "c" "voice_menu_3"
  30. bind "e" "dropitem"
  31. bind "1" "slot1"
  32. bind "2" "slot2"
  33. bind "3" "slot3"
  34. bind "4" "slot4"
  35. bind "5" "slot5"
  36. bind "6" "slot6"
  37. bind "7" "slot7"
  38. bind "8" "slot8"
  39. bind "9" "slot9"
  40. bind "0" "slot10"
  41. bind "MWHEELUP" "invprev"
  42. bind "MWHEELDOWN" "invnext"
  43. bind "q" "lastinv"
  44. bind "F5" "screenshot"
  45. bind "F6" "save_replay"
  46. bind "F7" "abuse_report_queue"
  47. bind "F10" "quit prompt"
  48. bind "F12" "replay_togglereplaytips"
  49. bind "PAUSE" "pause"
  50. bind "ESCAPE" "escape"
  51. bind "t" "impulse 201"
  52. bind "y" "say"
  53. bind "u" "say_team"
  54. bind "v" "+voicerecord"
  55. bind "." "changeteam"
  56. bind "," "changeclass"
  57. bind "F1" "+showroundinfo"
  58. bind "g" "+taunt"
  59. bind "h" "+use_action_slot_item"
  60. bind "e" "voicemenu 0 0"
  61. bind "b" "lastdisguise"
  62. bind "l" "dropitem"
  63. bind "i" "showmapinfo"
  64. bind "-" "disguiseteam"
  65. bind "m" "open_charinfo_direct"
  66. bind "n" "open_charinfo_backpack"
  67. bind "f" "+inspect"
  68. bind "j" "cl_trigger_first_notification"
  69.  
  70. r_maxdlights 12
  71. cl_phys_timescale 0.8
Add Comment
Please, Sign In to add comment