hexiwexi

Untitled

May 30th, 2025
10
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | Gaming | 0 0
  1. //medic settings
  2.  
  3. unbind all
  4. exec binds
  5.  
  6. // heks’s Medic Config
  7.  
  8. cl_interp 0.0152 // Smoothing interp settings for network lag
  9.  
  10. // Radar aliases for automatic health threshold adjustments
  11. alias autocall_default "hud_medicautocallersthreshold 50"
  12. alias autocall_all "hud_medicautocallersthreshold 150"
  13. alias +radar "autocall_all"
  14. alias -radar "autocall_default"
  15.  
  16. // Autocall health thresholds for Medigun and Crossbow
  17. alias autocall_initial "hud_medicautocallersthreshold 75" // Medigun: Auto-call at 75 health
  18. alias autocall_temp "hud_medicautocallersthreshold 50" // Crossbow: Auto-call at 50 health
  19. alias +autocall_temp_hit "autocall_temp"
  20. alias -autocall_temp_hit "autocall_initial"
  21.  
  22. // Fake Charge for communication with teammates
  23. alias fakeuber "voicemenu 1 7;say_team ">>> FAKED CHARGE <<<""
  24.  
  25. // HUD and radar settings
  26. hud_medicautocallers 1
  27. bind c +radar
  28. -radar // Default starting state for radar
  29.  
  30. // Weapon Viewmodel FOV Toggle (60 to 0 FOV for Medigun)
  31. alias fovtoggle "toggle viewmodel_fov 60 0"
  32. bind "t" "fovtoggle" // Toggle bound to 'T' key
  33.  
  34. // Movement script for preventing blocking while strafing
  35. alias +mfwd "-back;+forward;alias checkfwd +forward"
  36. alias +mback "-forward;+back;alias checkback +back"
  37. alias +mleft "-moveright;+moveleft;alias checkleft +moveleft"
  38. alias +mright "-moveleft;+moveright;alias checkright +moveright"
  39. alias -mfwd "-forward;checkback;alias checkfwd none"
  40. alias -mback "-back;checkfwd;alias checkback none"
  41. alias -mleft "-moveleft;checkright;alias checkleft none"
  42. alias -mright "-moveright;checkleft;alias checkright none"
  43. alias checkfwd none
  44. alias checkback none
  45. alias checkleft none
  46. alias checkright none
  47. bind CTRL +duck
  48.  
  49. // Quick action binds
  50. alias +c_attack2 "+attack2;cmd spec_prev;voicemenu 2 1;alias randomvoice random2; say_team 'supercharge used'"
  51. alias -c_attack2 -attack2
  52. bind mouse2 +c_attack2
  53. bind MOUSE5 "fakeuber" //"Ready to Charge" voiceline, in team chat types "Fake charge"
  54. bind 5 "loadouts.resup"
  55. alias loadouts.cfg.A "exec kritz"
  56. alias loadouts.cfg.C "exec uber"
  57. bind p "explode" // Killbind
  58.  
  59. // Console echo to confirm config execution
  60. echo "‧͙⁺˚*・༓ heks config.. casted! ༓・*˚⁺‧͙"
  61.  
  62. loadouts.medic
  63. loadouts.cfg.A""
Advertisement
Add Comment
Please, Sign In to add comment