Advertisement
Guest User

moon autoexec.cfg

a guest
Jul 16th, 2014
8,157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. alias toprune "dota_camera_set_lookatpos -2190 1619"
  2. alias botrune "dota_camera_set_lookatpos 2817 -2339"
  3. bind F3 toprune
  4. bind F4 botrune
  5. con_enable "1" //Enables Console
  6. cl_cmdrate "60" //Amount of updates sent to server per second
  7. cl_updaterate "60" //Amount of updates received from server per second
  8. rate "80000" //Total amount of bandwith dota may use
  9. cl_interp "0" //More network stuff below...
  10. cl_interp_ratio "1"
  11. cl_smooth "1"
  12. cl_smoothtime "0.01"
  13. cl_lagcompensation "1"
  14. cl_pred_optimize "2"
  15. dota_camera_disable_zoom "1" //Can't zoom camera in
  16. dota_disable_range_finder 0
  17. dota_minimap_misclick_time "0" //Removes delay before allowing input on minimap
  18. dota_health_hurt_decay_time_max "0" //Fade time on DMG done/received reduced to instant
  19. dota_health_hurt_decay_time_min "0"
  20. dota_health_hurt_delay "0"
  21. dota_pain_decay "0"
  22. dota_pain_factor "0"
  23. dota_pain_multiplier "0"
  24. dota_pain_fade_rate "0"
  25. dota_sf_game_end_delay "0"
  26. net_graphheight "64"
  27. net_graphinsetbottom "437"
  28. net_graphinsetleft "0"
  29. net_graphinsetright "-83"
  30. net_graphpos "1"
  31. net_graphproportionalfont "0"
  32. net_graphtext "1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement