Advertisement
gasolinebased

medic.cfg

Sep 7th, 2014
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.86 KB | None | 0 0
  1. exec default
  2. exec null_movement
  3.  
  4. alias "mask" "voicemenu 2 4; say_team ## UBER READY! ##"
  5. alias "weapon" "bind MOUSE1 +attack"
  6. alias "medigun" "bind MOUSE1 +heal"
  7. alias +heal "-attack; spec_next"
  8. alias -heal "+attack"
  9. alias +uber "dropitem; +attack2; spec_prev; say_team ## POPPED UBER ##"; voicemenu 2 4"
  10. alias -uber "-attack2"
  11. alias primary "slot1; weapon; -attack; r_drawviewmodel 0; viewmodel_fov 90"
  12. alias secondary "slot2; medigun; +attack; r_drawviewmodel 1; viewmodel_fov 0"
  13. alias melee "slot3; weapon; -attack; r_drawviewmodel 1; viewmodel_fov 90"
  14. alias switchdown1 "secondary; bind mwheelup switchup2; bind mwheeldown switchdown2; bind q backswitch2"
  15. alias switchup1 "melee; bind mwheelup switchup3; bind mwheeldown switchdown3; bind q backswitch3"
  16. alias switchdown2 "melee; bind mwheelup switchup3; bind mwheeldown switchdown3; bind q backswitch3"
  17. alias switchup2 "primary; bind mwheelup switchup1; bind mwheeldown switchdown1; bind q backswitch1"
  18. alias switchdown3 "primary; bind mwheelup switchup1; bind mwheeldown switchdown1; bind q backswitch1"
  19. alias switchup3 "secondary; bind mwheelup switchup2; bind mwheeldown switchdown2 bind q backswitch2"
  20. alias backswitch2 "primary; bind mwheelup switchup1; bind mwheeldown switchdown1; bind q backswitch1"
  21. alias backswitch1 "Secondary; bind mwheelup switchup2; bind mwheeldown switchdown2; bind q backswitch2"
  22. alias backswitch3 "secondary; bind mwheelup switchup2; bind mwheeldown switchdown2; bind q backswitch2"
  23. alias switch1 "primary; bind mwheelup switchup1; bind mwheeldown switchdown1; bind q backswitch1"
  24. alias switch2 "secondary; bind mwheelup switchup2; bind mwheeldown switchdown2; bind q backswitch2"
  25. alias switch3 "melee; bind mwheelup switchup3; bind mwheeldown switchdown3; bind q backswitch2"
  26. alias autocall_initial "hud_medicautocallersthreshold "50""
  27. alias autocall_temp "hud_medicautocallersthreshold "150""
  28. alias +autocall_temp_hit "autocall_temp"
  29. alias -autocall_temp_hit "autocall_initial"
  30. alias "fakeuber" "voicemenu 1 7;say_team "## UBER FAKED ##"
  31. alias +crouchjump "+jump; +duck"
  32. alias -crouchjump "-duck; -jump"
  33. alias skritz "load_itempreset 2; bind F1 smedi; bind F2 spawn2a"
  34. alias smedi "load_itempreset 0; bind F1 skritz; bind F2 spawn1a"
  35. alias spawn1a "load_itempreset 1; bind F2 spawn1b"
  36. alias spawn1b "load_itempreset 0; bind F2 spawn1a"
  37. alias spawn2a "load_itempreset 3; bind F2 spawn2b"
  38. alias spawn2b "load_Itempreset 2; bind F2 spawn2a"
  39. alias +radar "hud_medicautocallersthreshold 450"
  40. alias -radar "hud_medicautocallersthreshold 60"
  41.  
  42. tf_medigun_autoheal "1"
  43.  
  44. bind mwheelup switchup1
  45. bind mwheeldown switchdown1
  46. bind 1 switch1
  47. bind 2 switch2
  48. bind 3 switch3
  49. bind q backswitch1
  50. bind MOUSE1 +attack
  51. bind MOUSE2 "+uber; mask"
  52. bind F1 skritz
  53. bind F2 spawn1a
  54. bind "space" "+crouchjump"
  55. bind "e" "+radar"
  56. bind "f" "fakeuber"
  57. bind "r" "mask"
  58.  
  59. echo "****MEDIC CONFIG FILE LOADED****"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement