Advertisement
Guest User

tanuj autoexec 17/914

a guest
Sep 17th, 2014
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1.  
  2.  
  3. //fancy scoreboard net graph
  4. bind tab "+scoreboard"
  5. alias +scoreboard "+showscores;net_graph 4;cl_showerror 1"
  6. alias -scoreboard "-showscores;net_graph 1;cl_showerror 0"
  7.  
  8. //hitsound pitch
  9. tf_dingaling_pitchmaxdmg 20
  10. tf_dingaling_pitchmindmg 150
  11.  
  12. //crouchjump, bugs out
  13. bind alt +crouchjump
  14. alias +crouchjump "+jump;+duck"
  15. alias -crouchjump "-jump;-duck"
  16.  
  17. //FOVs
  18. viewmodel_fov 120
  19. fov_desired 90
  20.  
  21. //see good text
  22. hud_combattext_batching 1
  23. hud_combattext_batching_window 3
  24.  
  25. //spam binds
  26. bind 6 "say you know on valve servers only dead people can read dead chat"
  27. bind 7 "say ( ͡° ͜ʖ ͡°)REKT ͡° ͜ʖ ͡°)"
  28. bind 8 "say ( ͡° ͜ʖ ͡°)NERD_DOWN( ͡° ͜ʖ ͡°)"
  29. bind 9 "say ( ͡° ͜ʖ ͡°)go fuck a gibus, noob ( ͡° ͜ʖ ͡°)"
  30.  
  31. // Null-cancelling movement script
  32. // (prevents you from pressing two opposing directions, which causes you to stop moving)
  33.  
  34. bind w +mfwd
  35. bind s +mback
  36. bind a +mleft
  37. bind d +mright
  38.  
  39. alias +mfwd "-back;+forward;alias checkfwd +forward"
  40. alias +mback "-forward;+back;alias checkback +back"
  41. alias +mleft "-moveright;+moveleft;alias checkleft +moveleft"
  42. alias +mright "-moveleft;+moveright;alias checkright +moveright"
  43. alias -mfwd "-forward;checkback;alias checkfwd none"
  44. alias -mback "-back;checkfwd;alias checkback none"
  45. alias -mleft "-moveleft;checkright;alias checkleft none"
  46. alias -mright "-moveright;checkleft;alias checkright none"
  47. alias checkfwd none
  48. alias checkback none
  49. alias checkleft none
  50. alias checkright none
  51. alias none ""
  52.  
  53. //sound delays, experiment
  54. snd_mixahead .04
  55.  
  56. //various settings
  57. mat_phong 0
  58. glow_outline_effect_enable 1
  59. tf_colorblindassist 1
  60. tf_particles_disable_weather 1
  61.  
  62. //ragdolls fade quickly
  63. cl_ragdoll_fade_time 3
  64.  
  65. echo "exec setup to try a new config"
  66. TOM IGNORE THIS LAST LINE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement