Advertisement
gasolinebased

medic.cfg for snowmanbawb

Sep 29th, 2014
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. alias "mask" "voicemenu 2 4; say_team ## UBER READY! ##"
  2. alias "weapon" "bind MOUSE1 +attack"
  3. alias "medigun" "bind MOUSE1 +heal"
  4. alias +heal "-attack; spec_next"
  5. alias -heal "+attack"
  6. alias +uber "dropitem; +attack2; spec_prev; say_team ## POPPED UBER ##"; voicemenu 2 4"
  7. alias -uber "-attack2"
  8. alias primary "slot1; weapon; -attack; r_drawviewmodel 1; viewmodel_fov 110"
  9. alias secondary "slot2; medigun; +attack; r_drawviewmodel 1; viewmodel_fov 110"
  10. alias melee "slot3; weapon; -attack; r_drawviewmodel 1; viewmodel_fov 110"
  11. alias switchdown1 "secondary; bind mwheelup switchup2; bind mwheeldown switchdown2; bind q backswitch2"
  12. alias switchup1 "melee; bind mwheelup switchup3; bind mwheeldown switchdown3; bind q backswitch3"
  13. alias switchdown2 "melee; bind mwheelup switchup3; bind mwheeldown switchdown3; bind q backswitch3"
  14. alias switchup2 "primary; bind mwheelup switchup1; bind mwheeldown switchdown1; bind q backswitch1"
  15. alias switchdown3 "primary; bind mwheelup switchup1; bind mwheeldown switchdown1; bind q backswitch1"
  16. alias switchup3 "secondary; bind mwheelup switchup2; bind mwheeldown switchdown2 bind q backswitch2"
  17. alias backswitch2 "primary; bind mwheelup switchup1; bind mwheeldown switchdown1; bind q backswitch1"
  18. alias backswitch1 "Secondary; bind mwheelup switchup2; bind mwheeldown switchdown2; bind q backswitch2"
  19. alias backswitch3 "secondary; bind mwheelup switchup2; bind mwheeldown switchdown2; bind q backswitch2"
  20. alias switch1 "primary; bind mwheelup switchup1; bind mwheeldown switchdown1; bind q backswitch1"
  21. alias switch2 "secondary; bind mwheelup switchup2; bind mwheeldown switchdown2; bind q backswitch2"
  22. alias switch3 "melee; bind mwheelup switchup3; bind mwheeldown switchdown3; bind q backswitch2"
  23. alias autocall_initial "hud_medicautocallersthreshold "50""
  24. alias autocall_temp "hud_medicautocallersthreshold "150""
  25. alias +autocall_temp_hit "autocall_temp"
  26. alias -autocall_temp_hit "autocall_initial"
  27. alias "fakeuber" "voicemenu 1 7;say_team "## UBER FAKED ##"
  28.  
  29. tf_medigun_autoheal "1"
  30.  
  31. bind mwheelup switchup1
  32. bind mwheeldown switchdown1
  33. bind 1 switch1
  34. bind 2 switch2
  35. bind 3 switch3
  36. bind q backswitch1
  37. bind MOUSE1 +attack
  38. bind MOUSE2 "+uber; mask"
  39. bind "f" "fakeuber"
  40. bind "r" "mask"
  41.  
  42. echo "****MEDIC CONFIG FILE LOADED****"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement