Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Hexereii’s Medic Config
- // Disclaimer: I did not write most of this from scratch. I edited a ton of other people’s to find what was fit for
- // me & explained what everything does.
- alias viewtoggle "toggle viewmodel 0 1"
- bind "t" "viewtoggle"
- // Radar aliases
- alias autocall_default "hud_medicautocallersthreshold 50"
- alias autocall_all "hud_medicautocallersthreshold 150"
- alias +radar "autocall_all"
- alias -radar "autocall_default"
- //
- //
- // Autocall changer
- //
- //
- // Bubbles radar
- //
- alias autocall_initial "hud_medicautocallersthreshold 75" //health to autocall with medigun
- alias autocall_temp "hud_medicautocallersthreshold 50" //health to autocall with crossbow
- alias +autocall_temp_hit "autocall_temp"
- alias -autocall_temp_hit "autocall_initial"
- //
- //
- // Ubercharge
- //
- //
- alias +charge "+attack2;say_team "super charge used";autocall_initial" //When you uber, it calls out to your team in text chat
- alias -charge "-attack2"
- //
- //
- // Fake Charge
- //
- //
- alias fakeuber "voicemenu 1 7;say_team ">>> FAKED CHARGE <<<""
- //
- //
- // Masking Ubers
- //
- //
- alias fake1 "voicemenu 2 0; alias spam spam1"
- alias fake2 "voicemenu 2 1; alias spam spam2"
- alias medicc "voicemenu 0 0"
- //
- //
- // Spawn move & medigun swap
- // Set your loadouts such that:
- // A: Kritz
- // B: Quickfix
- // C: Medigun
- // D: Vaccinator
- //
- //
- alias equip_Kritz "load_itempreset 0";
- alias equip_QuickFix "load_itempreset 1";
- alias equip_Medi "load_itempreset 2";
- alias equip_Vacc "load_itempreset 3";
- //
- //
- hud_medicautocallers 1
- bind c +radar
- alias +radar "hud_medicautocallersthreshold 300"
- alias -radar "hud_medicautocallersthreshold 75"
- -radar
- //
- //
- // Vievmodel toggle
- //
- //
- // Turning vievmodel on and off
- // Change vievmodel_fov value to whatever suits you the best,
- // Higher values show more of the weapon and arms but may show missing parts
- // Progression is off->on->off w/o beam->on
- //
- //
- // Vievmodel toggle
- //
- //
- // Turning vievmodel on and off
- // Change vievmodel_fov value to whatever suits you the best,
- // Higher values show more of the weapon and arms but may show missing parts
- // Progression is off->on->off w/o beam->on
- //
- //
- alias on "viewmodel_fov 60; r_drawviewmodel 1; alias toggle_model "off";"
- alias off "viewmodel_fov 60; r_drawviewmodel 0; alias toggle_model "on2";""
- alias on2 "viewmodel_fov 60; r_drawviewmodel 1; alias toggle_model "very_off";"
- alias very_off "viewmodel_fov 0; r_drawviewmodel 0; alias toggle_model "on";"" //without healing beam
- alias toggle_model "off"
- //
- // Movement script
- //
- //
- // Prevents blocking movement, while pressing opposite directions during strafing
- //
- //
- alias +mfwd "-back;+forward;alias checkfwd +forward"
- alias +mback "-forward;+back;alias checkback +back"
- alias +mleft "-moveright;+moveleft;alias checkleft +moveleft"
- alias +mright "-moveleft;+moveright;alias checkright +moveright"
- alias -mfwd "-forward;checkback;alias checkfwd none"
- alias -mback "-back;checkfwd;alias checkback none"
- alias -mleft "-moveleft;checkright;alias checkleft none"
- alias -mright "-moveright;checkleft;alias checkright none"
- alias checkfwd none
- alias checkback none
- alias checkleft none
- alias checkright none
- alias none ""
- //
- //
- // Binds
- //
- // Make these whatever you preference
- //
- //
- bind mouse1 "+attack" //Primary fire
- bind mouse2 "+charge; voicemenu 2 1;alias randomvoice random2" //Use uber & mask it!
- bind space "+jump" //Jump
- bind MOUSE4 "+use_action_slot_item" //Pick up other mediguns/items
- bind MOUSE5 "fakeuber" //"Ready to Charge" voiceline, in team chat types "Fake charge"
- bind F1 "equip_Kritz" //equip Kritzkrieg loadout (loadout 1)
- bind F2 "equip_QuickFix" //equip Quickfix loadout (loadout 2)
- bind F3 "equip_Medi" //equip Stock Medigun loadout (loadout 3)
- bind F4 "equip_Vacc" //equip Vaccinator loadout (loadout 4)
- bind F6 "explode" //self-destruct
- bind t "toggle_model" //toggle view models (show/don't show equipped weapon)
- bind 1 slot1
- bind 2 slot2
- bind v slot3
- bind e "fake2" //masking
- bind x "medicc" //Call medic!
- //bind [key] eq_invnext //select next weapon
- //bind [key] eq_invprev //select previous weapon
- // Settings
- // insert any settings you wish to add for individual slots (xhair, viewmodel, sensitivity etc.) with a semicolon and the command.
- //alias eq_slot1 "slot1; set_slot1" //Crossbow slot
- //alias eq_slot2 "slot2; set_slot2;" //Medigun slot
- //alias eq_slot3 "slot3; set_slot3" //Melee slot
- // alias eq_slot5 "slot5; set_slot5;"
- // alias eq_slot4 "slot4; set_slot4;"
- //
- //
- //When executed, the console should show:
- echo "‧͙⁺˚*・༓ Hexereii config.. casted! ༓・*˚⁺‧͙"
Add Comment
Please, Sign In to add comment