edoreld

Autoexec Dota 2

Jan 11th, 2015
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. //Arteezy's Autoexec.cfg file
  2. con_enable "1" //Enables Console
  3. //cl_cmdrate "60" //Amount of updates sent to server per second
  4. //cl_updaterate "60" //Amount of updates received from server per second
  5. //rate "80000" //Total amount of bandwith dota may use
  6. //cl_interp "0" //More network stuff below...
  7. //cl_interp_ratio "1"
  8. //cl_smooth "1"
  9. //cl_smoothtime "0.01"
  10. //cl_lagcompensation "1"
  11. //cl_pred_optimize "2"
  12. dota_camera_disable_zoom "1" //Can't zoom camera in
  13. dota_disable_range_finder 0 //Shows spells are within casting range of targeted area/target
  14. dota_minimap_hero_size 1100 //Changes the size of heroes on the minimap
  15. dota_minimap_misclick_time "0" //Removes delay before allowing input on minimap
  16. dota_health_hurt_decay_time_max "0" //Fade time on DMG done/received reduced to instant
  17. dota_health_hurt_decay_time_min "0"
  18. dota_health_hurt_delay "0"
  19. dota_pain_decay "0"
  20. dota_pain_factor "0"
  21. dota_pain_multiplier "0"
  22. dota_pain_fade_rate "0"
  23. dota_sf_game_end_delay "0"
  24. net_graphheight "64" //Netgraph settings, net_graph 1 enables in game with console
  25. net_graphinsetbottom "437"
  26. net_graphinsetleft "0"
  27. net_graphinsetright "-83"
  28. net_graphpos "1"
  29. net_graphproportionalfont "0"
  30. net_graphtext "1
  31. bind "KP_1" "dota_health_per_vertical_marker 250"
  32. bind "KP_2" "dota_health_per_vertical_marker 325"
  33. bind "KP_3" "dota_health_per_vertical_marker 400"
  34. bind "KP_4" "dota_health_per_vertical_marker 300"
  35. bind "KP_5" "dota_health_per_vertical_marker 425"
  36. bind "KP_6" "dota_health_per_vertical_marker 550"
  37. alias "+toprune" "dota_camera_set_lookatpos -2273.898682 1832.745483"
  38. alias "-toprune" "dota_select_all; dota_select_all"
  39. alias "+botrune" "dota_camera_set_lookatpos 3035.773438 -2472.680176"
  40. alias "-botrune" "dota_select_all; dota_select_all"
  41. bind "F1" "+toprune"
  42. bind "F2" "+botrune"
Advertisement
Add Comment
Please, Sign In to add comment