Advertisement
starrison

demoman.cfg

Sep 20th, 2019 (edited)
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.38 KB | None | 0 0
  1. unbindall
  2. bind "0" "slot10"
  3. bind "1" "slot1"
  4. bind "2" "slot2"
  5. bind "3" "slot3"
  6. bind "4" "slot4"
  7. bind "5" "slot5"
  8. bind "6" "slot6"
  9. bind "7" "slot7"
  10. bind "8" "slot8"
  11. bind "9" "slot9"
  12. bind A +ml
  13. bind "b" "lastdisguise"
  14. bind "c" "voice_menu_3"
  15. bind D +mr
  16. bind "e" "voicemenu 0 0"
  17. bind "f" "+inspect"
  18. bind "g" "+use_action_slot_item"
  19. bind "h" ""
  20. bind "i" "say_team"
  21. bind "j" "cl_trigger_first_notification"
  22. bind "k" "cl_decline_first_notification"
  23. bind "l" "dropitem"
  24. bind "m" "open_charinfo_direct"
  25. bind "n" "open_charinfo_backpack"
  26. bind "o" "showmapinfo"
  27. bind "p" "vr_reset_home_pos"
  28. bind "q" ""
  29. bind "r" "+reload"
  30. bind S +mb
  31. bind "t" "+taunt"
  32. bind "u" "say_party"
  33. bind "v" "voice_menu_1"
  34. bind W +mf
  35. bind "x" "voice_menu_2"
  36. bind "y" "say"
  37. bind "z" "voicemenu 0 0"
  38. bind "'" "+moveup"
  39. bind "`" "toggleconsole"
  40. bind "," "changeclass"
  41. bind "." "changeteam"
  42. bind "/" "+movedown"
  43. bind "-" "disguiseteam"
  44. bind "SPACE" "+jump"
  45. bind tab +scores
  46. alias +scores "net_graph 1; +showscores"
  47. alias -scores "net_graph 0; -showscores"
  48. bind "ESCAPE" "cancelselect"
  49. bind "INS" "+klook"
  50. bind "END" "explode"
  51. bind "PGUP" "+lookup"
  52. bind "PGDN" "+lookdown"
  53. bind "PAUSE" "pause"
  54. bind "ALT" "+strafe"
  55. bind "SHIFT" "+duck"
  56. bind "F1" "load_itempreset 0;"
  57. bind "F2" "load_itempreset 1;"
  58. bind "F3" "load_itempreset 2;"
  59. bind "F4" "load_itempreset 3;
  60. bind "F5" "player_ready_toggle"
  61. bind "F6" "screenshot"
  62. bind "F7" ""
  63. bind "F8" ""
  64. bind "F9" "show_quest_log"
  65. bind "F10" ""
  66. bind "MOUSE1" "+attack"
  67. bind "MOUSE2" "+attack2"
  68. bind "MOUSE3" "lastinv"
  69. bind "MWHEELUP" "slot2"
  70. bind "MWHEELDOWN" "slot3"
  71. bind "MOUSE4" "toggle"
  72. alias toggle "micspamon"
  73. alias micspamon "alias toggle micspamoff; +voicerecord; voice_loopback 1"
  74. alias micspamoff "alias toggle micspamon; -voicerecord; voice_loopback 0"
  75. bind KP_END "join_class scout"
  76. bind KP_DOWNARROW "join_class soldier"
  77. bind KP_PGDN "join_class pyro"
  78. bind KP_LEFTARROW "join_class demoman"
  79. bind KP_5 "join_class heavyweapons"
  80. bind KP_RIGHTARROW "join_class engineer"
  81. bind KP_HOME "join_class medic"
  82. bind KP_UPARROW "join_class sniper"
  83. bind KP_PGUP "join_class spy"
  84. bind KP_INS "record fix; stop"
  85. //LazyPurple server stuff
  86. bind UPARROW sm_taunt
  87. bind DOWNARROW sm_buy
  88. bind LEFTARROW "say /mc_buildmode"
  89. bind RIGHTARROW "impulse 100"
  90.  
  91. //--------------------------------
  92. // Demo specific stuff
  93. //--------------------------------
  94.  
  95. // Very basic script, pretty much functions the same as TF2 default
  96. // Scroll up to grenades, scroll down to stickies, middle click to melee
  97. // Left mouse to shoot, right mouse to detonate stickies
  98.  
  99. // Primary Attack
  100. alias "+primatck" "+attack"
  101. alias "-primatck" "-attack"
  102.  
  103. // Secondary Attack
  104. alias "+secatack" "+attack2"
  105. alias "-secatack" "-attack2"
  106.  
  107. // Melee Weapon
  108. alias "+melwep" "slot3;+attack"
  109. alias "-melwep" "-attack"
  110.  
  111. // Regular Jump (Crouchjumping messes with some sticky jumps)
  112. alias "+normjump" "+jump"
  113. alias "-normjump" "-jump"
  114.  
  115.  
  116. // Feel free to change the keys these are bound to!
  117. bind "mouse1" "+primatck"
  118. bind "mouse2" "+secatack"
  119. bind "mouse3" "+melwep"
  120. bind "mwheelup" "slot1"
  121. bind "mwheeldown" "slot2"
  122.  
  123. // If you don't have a 5 button mouse you should rebind
  124. // any "mouse4" and "mouse5" actions to another key
  125. // such as E R or Q
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement