Guest User

Untitled

a guest
May 27th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. // Chat Channel
  2. chat_join reddit
  3. chat_join teamliquid
  4.  
  5. //Network
  6. cl_interp "0"
  7. cl_interp_ratio "1"
  8. cl_smooth "0"
  9. cl_smoothtime "0.01"
  10.  
  11. //Performance
  12. fps_max "60"
  13. mat_vsync "1"
  14. mat_triplebuffered "1"
  15.  
  16. //Net_graph
  17. net_graph "1"
  18. net_graphheight "64"
  19. net_graphinsetbottom "437"
  20. net_graphinsetleft "0"
  21. net_graphinsetright "-83"
  22. net_graphpos "1"
  23. net_graphproportionalfont "0"
  24. net_graphtext "1"
  25.  
  26. //Range Finder
  27. dota_disable_range_finder 0
  28.  
  29. //Lock Camera
  30. bind space "+camera"
  31. alias +camera "+dota_camera_follow;+dota_camera_follow"
  32. alias -camera "-dota_camera_follow"
  33.  
  34. //Toggle Autoattack
  35. alias autoattack "autoattackon"
  36. alias autoattackon "dota_player_units_auto_attack 1; alias autoattack autoattackoff;echo !!!Auto_Attack_ON"
  37. alias autoattackoff "dota_player_units_auto_attack 0; alias autoattack autoattackon;echo !!!Auto_Attack_OFF"
  38. bind "MOUSE5" "autoattack"
  39.  
  40. //Miss buttons
  41. "bind" "KP_7" "say_team miss top"
  42. "bind" "KP_5" "say_team miss mid"
  43. "bind" "KP_3" "say_team miss bottom"
  44. "bind" "KP_0" "say_team re"
  45.  
  46. //Console Echo Test Stuff
  47. developer "1" //Enable Echo on the game screen
  48. con_filter_enable "1" //Enable filters
  49. con_filter_text "!!!" //Write filter settings
  50. con_notifytime "3" //How long to display recent console text to the upper part of the game window
  51. con_nprint_bgalpha "50" //Con_NPrint background alpha
  52. con_nprint_bgborder "5" //Con_NPrint border size
  53. contimes "8" //Number of console lines to overlay for debugging
  54.  
  55. //Hide Console on Startup
  56. toggleconsole
Add Comment
Please, Sign In to add comment