Advertisement
starrison

soldier.cfg

Sep 20th, 2019 (edited)
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.34 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. // Soldier specific stuff
  93. //--------------------------------
  94.  
  95. // Left click to rockets, Right click to shotgun, Middle click to melee
  96.  
  97. // Primary Weapon
  98. alias "+primwep" "slot1;+attack"
  99. alias "-primwep" "-attack"
  100.  
  101. // Secondary Weapon
  102. alias "+secwep" "slot2;+attack"
  103. alias "-secwep" "-attack"
  104.  
  105. // Melee Weapon
  106. alias "+melwep" "slot3;+attack"
  107. alias "-melwep" "-attack"
  108.  
  109. // Activate Secondary Attack (Cowmangler)
  110. alias "+altfire" "+attack2"
  111. alias "-altfire" "-attack2"
  112.  
  113. // Regular Jump (Crouchjumping messes with some rocket jumps)
  114. alias "+normjump" "+jump"
  115. alias "-normjump" "-jump"
  116.  
  117. // Feel free to change the keys these are bound to!
  118. bind "mouse1" "+primwep"
  119. bind "mouse2" "+secwep"
  120. bind "mouse3" "+melwep"
  121. bind "q" "+altfire"
  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