Guest User

Chopp's medic config

a guest
May 2nd, 2015
411
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.94 KB | None | 0 0
  1. //medic radar
  2.  
  3. alias "autocall_initial" "hud_medicautocallersthreshold "1"
  4. alias "autocall_temp" "hud_medicautocallersthreshold "150"
  5. alias "+autocall_temp_hit" "autocall_temp"
  6. alias "-autocall_temp_hit" "autocall_initial"
  7. alias "+remind" "autocall_temp"
  8. alias "-remind" "autocall_initial"
  9. bind "mouse4" "+remind"
  10.  
  11.  
  12. //when spawning
  13. -attack; slot2;r_drawviewmodel 1; viewmodel_fov 80; cl_crosshair_file crosshair7; cl_crosshair_scale 18; cl_crosshair_red 255; cl_crosshair_green 255; cl_crosshair_blue 0; hud_medicautocallersthreshold 50; exec defcross; -remind
  14.  
  15.  
  16. //mouse 2 uberbindings
  17. alias +charge "+attack2;slot2;voicemenu 0 0;spec_prev; r_drawviewmodel 0; viewmodel_fov 25 exec medhealthcross; cl_crosshair_scale 16; cl_crosshair_red 0; cl_crosshair_green 255; cl_crosshair_blue 0; volume 0.4; -remind; say_team ü ü ü ü ü ü ü ü ü ü ü ü UBER U S E D ü ü ü ü ü ü ü ü ü ü ü ü ü ü ü ü ü ü ü ü ü ü ü"
  18. alias -charge "-attack2; slot2;r_drawviewmodel 0; viewmodel_fov 25; exec medhealthcross; cl_crosshair_scale 17; cl_first_person_uses world_model 0; cl_crosshair_red 0; cl_crosshair_green 255; cl_crosshair_blue 0; volume 0.4"
  19. bind mouse2 +charge
  20.  
  21. // Null-cancelling movement script
  22. // (prevents you from pressing two opposing directions, which causes you to stop moving)
  23.  
  24. bind w "+mfwd; +remind"
  25. bind s "+mback; +remind"
  26. bind a "+mleft; +remind"
  27. bind d "+mright; +remind"
  28.  
  29. alias +mfwd "-back;+forward;alias checkfwd +forward"
  30. alias +mback "-forward;+back;alias checkback +back"
  31. alias +mleft "-moveright;+moveleft;alias checkleft +moveleft"
  32. alias +mright "-moveleft;+moveright;alias checkright +moveright"
  33. alias -mfwd "-forward;checkback;alias checkfwd none"
  34. alias -mback "-back;checkfwd;alias checkback none"
  35. alias -mleft "-moveleft;checkright;alias checkleft none"
  36. alias -mright "-moveright;checkleft;alias checkright none"
  37. alias checkfwd none
  38. alias checkback none
  39. alias checkleft none
  40. alias checkright none
  41. alias none ""
  42.  
  43.  
  44. //Slot 1 = Crossbow
  45. bind "e" "slot1;r_drawviewmodel 0; viewmodel_fov 70; cl_crosshair_file crosshair3; cl_crosshair_scale 27; cl_crosshair_red 255; cl_crosshair_green 255; cl_crosshair_blue 255; cl_first_person_uses_world_model 0; volume 0.4; +remind; closecaption 1"
  46.  
  47. //Slot 2 = Medi Gun
  48. bind "q" "slot2;r_drawviewmodel 0; viewmodel_fov 25; exec medhealthcross; cl_crosshair_scale 16; cl_first_person_uses world_model 0; cl_crosshair_red 0; cl_crosshair_green 255; cl_crosshair_blue 0; volume 0.4; +remind; closecaption 0"
  49.  
  50. // Slot 3 = Melee Weapon
  51. bind "y" "slot3;r_drawviewmodel 1; viewmodel_fov 20; cl_crosshair_file crosshair3; cl_crosshair_scale 43; cl_crosshair_red 0; cl_crosshair_green 70; cl_crosshair_blue 255; autocall_initial; cl_first_person_uses_world_model 0; volume 0.6; +remind; closecaption 1"
  52.  
  53. //medi gun behavior
  54. bind 5 "r_drawviewmodel 0; viewmodel_fov 70"
  55.  
  56. cl_autoreload 1
  57.  
  58. //uber binds
  59. bind mwheeldown "voicemenu 1 7; say_team üFake Uberü"
  60. bind c "voicemenu 2 5; say_team 100% uber"
  61. bind v "voicemenu 2 4; say_team 100% uber"
  62. bind mwheelup "voicemenu 2 5"
  63. bind mouse5 " say_team ü ü ü ü ü ü ü ü ü ü ü ü ü U B E R U S E D ü ü ü ü ü ü ü ü ü ü ü ü"
  64.  
  65.  
  66. // Null-cancelling movement script
  67. // (prevents you from pressing two opposing directions, which causes you to stop moving)
  68.  
  69. bind w "+mfwd; +remind"
  70. bind s "+mback; +remind"
  71. bind a "+mleft; +remind"
  72. bind d "+mright; +remind"
  73.  
  74. alias +mfwd "-back;+forward;alias checkfwd +forward"
  75. alias +mback "-forward;+back;alias checkback +back"
  76. alias +mleft "-moveright;+moveleft;alias checkleft +moveleft"
  77. alias +mright "-moveleft;+moveright;alias checkright +moveright"
  78. alias -mfwd "-forward;checkback;alias checkfwd none"
  79. alias -mback "-back;checkfwd;alias checkback none"
  80. alias -mleft "-moveleft;checkright;alias checkleft none"
  81. alias -mright "-moveright;checkleft;alias checkright none"
  82. alias checkfwd none
  83. alias checkback none
  84. alias checkleft none
  85. alias checkright none
  86. alias none ""
  87.  
  88. hud_combattext_batching 1
  89. hud_combattext_batching_window 1
  90.  
  91. //medic radar
  92.  
  93. alias "autocall_initial" "hud_medicautocallersthreshold "1"
  94. alias "autocall_temp" "hud_medicautocallersthreshold "150"
  95. alias "+autocall_temp_hit" "autocall_temp"
  96. alias "-autocall_temp_hit" "autocall_initial"
  97. alias "+remind" "autocall_temp"
  98. alias "-remind" "autocall_initial"
  99. bind "mouse4" "+remind"
  100.  
  101.  
  102. //opponent's uber meter
  103.  
  104. //alias +uber_counter "voice_menu_1"
  105.  
  106. //alias -uber_counter "voice_menu_1"
  107.  
  108.  
  109.  
  110. hud_achievement_tracker 0
  111.  
  112.  
  113.  
  114. cl_interp 0.0152
  115. cl_interp_ratio 1
  116.  
  117.  
  118. //crouch jump script
  119. alias +crouchjump "+jump; +duck; spec_mode"
  120. alias -crouchjump "-duck; -jump"
  121. bind "space" "+crouchjump; spec_mode"
  122. echo "Crouch Jump Loaded Properly."
  123.  
  124. tf_remember_activeweapon 1
  125.  
  126.  
  127.  
  128. tf_dingaling_pitchmaxdmg 100
  129.  
  130. //volume toggle
  131. //alias +sound "volume 0.55"
  132. //alias -sound "volume 0.33"
  133. //bind capslock "+sound"
  134.  
  135. volume 0.40
  136.  
  137. //spawn switcher
  138. alias +spawn "join_class random"
  139. alias -spawn "join_class medic"
  140. bind ctrl "+spawn"
  141.  
  142.  
  143. //crossbow quick shot
  144. //alias +crossbow "slot1; +attack; r_drawviewmodel 1: cl_first_person uses_world_model 0; viewmodel_fov 70"
  145. //alias -crossbow "slot2; -attack; r_drawviewmodel 0"
  146. //bind v "+crossbow"
  147.  
  148.  
  149.  
  150.  
  151. bind v "voicemenu 2 4"
  152.  
  153. //random voices
  154. alias "randomvoice" "random1"
  155. alias "random1" "voicemenu 2 4;alias randomvoice random2"
  156. alias "random2" "voicemenu 2 5;alias randomvoice random3"
  157. alias "random3" "voicemenu 0 0;alias randomvoice random4"
  158. alias "random4" "voicemenu 2 6;alias randomvoice random5"
  159. alias "random5" "voicemenu 2 7;alias randomvoice random1"
  160.  
  161. bind c "randomvoice"
  162.  
  163.  
  164. //loadouts
  165. bind 8 "load_itempreset 0; say_team ü|normal uber|ü"
  166. bind "9" "load_itempreset 1;say_team ü---> goin kritz <---ü"
  167. bind 6 "load_itempreset 3"
  168.  
  169. bind b "kill"
  170.  
  171. hud_achievement_tracker 0
  172.  
  173. bad
  174.  
  175. //scoreboard
  176. bind "TAB" "+BOARD";
  177. alias "+BOARD" "+showscores; net_graph 2; timeleft; +remind";
  178. alias "-BOARD" "-showscores; net_graph 0; -remind";
  179.  
  180. closecaption 1
Advertisement
Add Comment
Please, Sign In to add comment