Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //medic settings
- unbind all
- exec binds
- // heks’s Medic Config
- cl_interp 0.0152 // Smoothing interp settings for network lag
- // Radar aliases for automatic health threshold adjustments
- alias autocall_default "hud_medicautocallersthreshold 50"
- alias autocall_all "hud_medicautocallersthreshold 150"
- alias +radar "autocall_all"
- alias -radar "autocall_default"
- // Autocall health thresholds for Medigun and Crossbow
- alias autocall_initial "hud_medicautocallersthreshold 75" // Medigun: Auto-call at 75 health
- alias autocall_temp "hud_medicautocallersthreshold 50" // Crossbow: Auto-call at 50 health
- alias +autocall_temp_hit "autocall_temp"
- alias -autocall_temp_hit "autocall_initial"
- // Fake Charge for communication with teammates
- alias fakeuber "voicemenu 1 7;say_team ">>> FAKED CHARGE <<<""
- // HUD and radar settings
- hud_medicautocallers 1
- bind c +radar
- -radar // Default starting state for radar
- // Weapon Viewmodel FOV Toggle (60 to 0 FOV for Medigun)
- alias fovtoggle "toggle viewmodel_fov 60 0"
- bind "t" "fovtoggle" // Toggle bound to 'T' key
- // Movement script for preventing blocking while 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
- bind CTRL +duck
- // Quick action binds
- alias +c_attack2 "+attack2;cmd spec_prev;voicemenu 2 1;alias randomvoice random2; say_team 'supercharge used'"
- alias -c_attack2 -attack2
- bind mouse2 +c_attack2
- bind MOUSE5 "fakeuber" //"Ready to Charge" voiceline, in team chat types "Fake charge"
- bind 5 "loadouts.resup"
- alias loadouts.cfg.A "exec kritz"
- alias loadouts.cfg.C "exec uber"
- bind p "explode" // Killbind
- // Console echo to confirm config execution
- echo "‧͙⁺˚*・༓ heks config.. casted! ༓・*˚⁺‧͙"
- loadouts.medic
- loadouts.cfg.A""
Advertisement
Add Comment
Please, Sign In to add comment