Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- developer 1
- echo "default settings loaded"
- developer 0
- // viewmodel/combination script binds
- bind "0" "slot10"
- bind "1" "slot1"
- bind "2" "slot2"
- bind "3" "slot3"
- bind "4" "slot4"
- bind "q" "lastinv"
- bind "mouse1" "+attack"
- bind "mouse2" "+attack2"
- // crosshair script binds
- bind "a" "+moveleft"
- bind "d" "+moveright"
- bind "s" "+back"
- bind "w" "+forward"
- bind "SPACE" "+jump"
- // ---------------------------------------------------------------------------------------------------------------------------------
- // Chris' competitive medic config, requires at least a four button mouse with a scroll wheel
- // v1.052 | 07 June 2010
- // ---------------------------------------------------------------------------------------------------------------------------------
- // Problems or questions? Message me at http://steamcommunity.com/profiles/76561197995375493
- // ---------------------------------------------------------------------------------------------------------------------------------
- // PUT YOUR AUTOCALL PERCENTAGE INSTEAD OF 50 THE BIT MARKED "Initial autocall percentage"
- // ---------------------------------------------------------------------------------------------------------------------------------
- // 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 commands:
- // 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
- //
- // OR
- //
- // bind a key to it in your autoexec only like:
- //
- // 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 ***""
- // bind "p" "resetmedcfg"
- // resetmedcfg
- // ---------------------------------------------------------------------------------------------------------------------------------
- // CONFIG BEGINS
- // ---------------------------------------------------------------------------------------------------------------------------------
- // 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"
- // Uber and notification
- alias "+uber" "slot2;dropitem;+attack2;say_team "*** KRITZ OR UBER USED ***";voicemenu 0 0;autocall_initial"
- alias "-uber" "-attack2;"
- // Fake uber and notification
- alias "fakeuber" "voicemenu 1 7;say_team "*** KRITZ OR UBER FAKED ***""
- // Mask calls
- alias "maskuber" "voicemenu 0 0;say_team "*** MASKED UBER CALL ***""
- // 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"
- // Shift mask
- alias "+shiftmask" "bind "C" "maskuber";bind "o" "kill""
- alias "-shiftmask" "bind "C" "fakeuber";unbind "o""
- // Rebind aliases
- alias "slot1bind" "slot1;autocall_temp"
- alias "slot2bind" "slot2;autocall_initial"
- // Bind
- bind "c" "fakeuber"
- bind "f1" "forwardspawn_toggle"
- bind "f2" "+autocall_temp_hit"
- bind "shift" "+shiftmask"
- // Print to console
- echo "*** CHRIS' COMPETITIVE MEDIC CONFIG LOADED ***"
- bind mouse2 +uberpop
- alias +uberpop "say *** CHARGE USED ***; +attack2"
- alias -uberpop "-attack2"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement