Advertisement
Guest User

mediccfg

a guest
Oct 7th, 2012
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.83 KB | None | 0 0
  1. cl_autoreload 1
  2. viewmodel_fov 110
  3.  
  4.  
  5.  
  6. bind "v" "say Another Drop In The Wall"
  7.  
  8. bind space +crouchjump
  9. alias +crouchjump "+jump;+duck"
  10. alias -crouchjump "-jump;-duck"
  11.  
  12. // ----------------------------------------------------------------------------
  13. // Chris' competitive medic config
  14. // v1.056 | 05 August 2011 | fakkelbrigade.eu/chris/configs/
  15. // ----------------------------------------------------------------------------
  16. // Problems or questions? Contact me at #christf2 on QuakeNet.
  17. // ----------------------------------------------------------------------------
  18. // Binds:
  19. // F1 = Tap twice to move to new spawn room
  20. // F2 = Have all teammates nearby show their location
  21. // M1 = Medi gun/kritzkrieg
  22. // M2 = Syringe gun/blutsauger, when getting out will make all teammates call
  23. // out
  24. // M3 = Bonesaw/ubersaw
  25. // M4 = Charge, will switch to medi gun/kritzkrieg automatically, will drops
  26. // any intelligence being carried, and will also mask the "go go go"
  27. // voice trigger
  28. // C = Vocalise fake ubercharge
  29. //
  30. // Shift commands:
  31. // SHIFT + C = Mask
  32. // SHIFT + O = Kill self (to move place in spawn, etc)
  33. // ----------------------------------------------------------------------------
  34. // If you want to automatically undo this when changing to another class, put
  35. // this in the config for that class (obviously uncomment it first)
  36.  
  37. // (You might want to put it in your autoexec as well, because binds are
  38. // retained between sessions)
  39. //
  40. // alias "resetmedcfg" "unbind "shift";bind "mouse1" "+attack";bind "mouse2" "+attack2";bind "MOUSE5" "invprev";bind "MOUSE4" "invnext";unbind "mouse3";;bind "C" "voice_menu_3";-forward;echo "*** MEDIC CONFIG UNLOADED ***""
  41. // resetmedcfg
  42. //
  43. // OR
  44. //
  45. // bind a key to it in your autoexec only like:
  46. //
  47. // 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";-forward;echo "*** MEDIC CONFIG UNLOADED ***""
  48. // bind "p" "resetmedcfg"
  49. // resetmedcfg
  50. // ----------------------------------------------------------------------------
  51.  
  52. // ----------------------------------------------------------------------------
  53. // Autocall changer
  54. // ----------------------------------------------------------------------------
  55. // An autocall changer is useful to get a 'radar' like effect to visualise the
  56. // location of players around you.
  57. // ----------------------------------------------------------------------------
  58. alias autocall_initial "hud_medicautocallersthreshold 50" // Initial autocall
  59. // percentage
  60. alias autocall_temp "hud_medicautocallersthreshold 150" // Autocall percentage
  61. // when getting out
  62. // blutsauger/syringe
  63. alias +autocall_temp_hit "autocall_temp"
  64. alias -autocall_temp_hit "autocall_initial"
  65.  
  66. // ----------------------------------------------------------------------------
  67. // Weapon aliases
  68. // ----------------------------------------------------------------------------
  69. alias +heal "slot2;+attack;autocall_initial"
  70. alias -heal "-attack"
  71. alias +needles "slot1;+attack;autocall_temp"
  72. alias -needles "-attack"
  73. alias +saw "slot3;+attack;autocall_temp"
  74. alias -saw "-attack"
  75.  
  76. // ----------------------------------------------------------------------------
  77. // Ubercharge
  78. // ----------------------------------------------------------------------------
  79. alias +charge "+attack2;slot2;dropitem;say_team "*** CHARGE USED ***";voicemenu 0 0;autocall_initial"
  80. alias -charge "-attack2"
  81.  
  82. // ----------------------------------------------------------------------------
  83. // Fake ubercharge
  84. // ----------------------------------------------------------------------------
  85. // Useful even against experienced teams, I often use it when I am at 70% and
  86. // they are at 100% when they are about to push, as it usually makes teams slow
  87. // down, because they don't think they have an advantage any more. Often if you
  88. // fake an ubercharge at a realistic time, you can get the few seconds you need
  89. // to get it yourself, it's saved countless rounds for me.
  90. // ----------------------------------------------------------------------------
  91. alias fakeuber "voicemenu 1 7;say_team "*** FAKED CHARGE ***""
  92.  
  93. // ----------------------------------------------------------------------------
  94. // Call masking
  95. // ----------------------------------------------------------------------------
  96. // Useful to make it more difficult for the enemy to tell when/if you have
  97. // uber. Any decent team will know anyway, though.
  98. // ----------------------------------------------------------------------------
  99. alias maskuber "voicemenu 0 0;say_team "*** CHARGE READY ***""
  100.  
  101. // ----------------------------------------------------------------------------
  102. // Spawn move
  103. // ----------------------------------------------------------------------------
  104. alias forwardspawn_random "join_class "random";alias "forwardspawn_toggle" "forwardspawn_medic""
  105. alias forwardspawn_medic "join_class "medic";alias "forwardspawn_toggle" "forwardspawn_random";say_team "*** MOVED SPAWN ***""
  106. alias forwardspawn_toggle "forwardspawn_random"
  107.  
  108. // ----------------------------------------------------------------------------
  109. // Binding
  110. // ----------------------------------------------------------------------------
  111. alias +shiftmask "bind c "maskuber";bind b "kill""
  112. alias -shiftmask "bind c "fakeuber";unbind b"
  113. alias slot1bind "slot1;autocall_temp"
  114. alias slot2bind "slot2;autocall_initial"
  115. bind c "fakeuber"
  116. bind h "forwardspawn_toggle"
  117. bind f2 "+autocall_temp_hit"
  118. bind mouse1 "+heal"
  119. bind mouse2 "+needles"
  120. bind mouse3 "+saw"
  121. bind mouse4 "+charge"
  122. bind shift "+shiftmask"
  123.  
  124. // Print to console
  125. echo "*** CHRIS' COMPETITIVE MEDIC CONFIG LOADED ***"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement