Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Chris' competitive medic config, requires at least a four button mouse with a scroll wheel
- // v1.052 | 07 June 2010 - Edited by /u/genemilder
- // Binds:
- // F1 = Tap twice to move to new spawn room
- // F2 = Have all teammates nearby show their location
- // M1 = Medigun/kritzkrieg
- // M2 = Syringe gun/blutsauger, when getting out will make all teammates call out
- // M3 = Bonesaw/ubersaw
- // M4 = Uber, will switch to medigun automatically, will drops any intelligence being carried, and will also mask the "go go go" voice command
- // Mouse wheel = Scroll up for syringe gun, down for medigun
- // C = Vocalise fake ubercharge to enemy team
- // SHIFT + C = Mask "I am fully charged" or other calls
- // SHIFT + O = Kill self (to move place in spawn etc)
- // If you want to automatically undo this when changing to another class, put this in the config for that class (obviously uncomment it first)
- // You might want to put it in your autoexec as well, because binds are retained between sessions
- // alias "resetmedcfg" "unbind shift; bind mouse1 +attack;bind mouse2 +attack2;bind mwheelup invprev;bind mwheeldown invnext;unbind mouse3;unbind mouse4;bind C voice_menu_3;-reload;-forward;echo *** MEDIC CONFIG UNLOADED ***"
- // resetmedcfg
- // CONFIG BEGINS
- // Bind
- bind f1 forwardspawn_toggle
- bind f2 +autocall_temp_hit
- bind mouse1 +heal
- bind mouse2 +needles
- bind mouse3 +saw
- bind mouse4 +uber
- bind mwheelup slot1bind
- bind mwheeldown slot2bind
- bind shift +shiftmask
- bind c uberswitch
- bind o killswitch
- alias +needles "slot1; +attack; -reload; autocall_temp"
- alias -needles "-attack; +reload"
- alias +heal "slot2; +attack; autocall_initial"
- alias -heal "-attack"
- alias +saw "slot3; +attack; autocall_temp"
- alias -saw "-attack"
- alias +uber "slot2; dropitem; +attack2; say_team *** KRITZ OR UBER USED ***; voicemenu 0 0; autocall_initial"
- alias -uber "-attack2"
- alias slot1bind "slot1; autocall_temp"
- alias slot2bind "slot2; autocall_initial"
- // Shift mask
- alias +shiftmask "alias uberswitch maskuber; alias killswitch kill"
- alias -shiftmask "alias uberswitch fakeuber; alias killswitch "
- alias fakeuber "voicemenu 1 7; say_team *** KRITZ OR UBER FAKED ***" // Fake uber and notification
- alias maskuber "voicemenu 0 0; say_team *** MASKED UBER CALL ***" // Mask calls
- -shiftmask
- // Auto call changer
- alias autocall_initial "hud_medicautocallersthreshold 50" // Initial autocall percentage
- alias autocall_temp "hud_medicautocallersthreshold 150" // Autocall percentage when getting out blutsauger/syringe
- alias +autocall_temp_hit autocall_temp
- alias -autocall_temp_hit autocall_initial
- // Spawn move
- alias forwardspawn_random "join_class random; alias forwardspawn_toggle forwardspawn_medic"
- alias forwardspawn_medic "join_class medic; alias forwardspawn_toggle forwardspawn_random; say_team *** MOVED SPAWN ***"
- alias forwardspawn_toggle forwardspawn_random
- // Print to console
- echo "*** CHRIS' COMPETITIVE MEDIC CONFIG LOADED ***"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement