Advertisement
Guest User

Untitled

a guest
Jul 30th, 2015
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. con_enable "1" //Enables Console
  2. cl_cmdrate "60" //Amount of updates sent to server per second
  3. cl_updaterate "60" //Amount of updates received from server per second
  4. rate "80000" //Total amount of bandwith dota may use
  5. cl_interp "0" //More network stuff below...
  6. cl_interp_ratio "1"
  7. cl_smooth "1"
  8. cl_smoothtime "0.01"
  9. cl_lagcompensation "1"
  10. cl_pred_optimize "2"
  11. dota_camera_disable_zoom "1" //Can't zoom camera in
  12. dota_minimap_hero_size 1100 //Changes the size of heroes on the minimap
  13. dota_minimap_misclick_time "0" //Removes delay before allowing input on minimap
  14. dota_health_hurt_decay_time_max "0" //Fade time on DMG done/received reduced to instant
  15. dota_health_hurt_decay_time_min "0"
  16. dota_health_hurt_delay "0"
  17. dota_pain_decay "0"
  18. dota_pain_factor "0"
  19. dota_pain_multiplier "0"
  20. dota_pain_fade_rate "0"
  21. net_graph 1
  22. net_graphheight "64" //Netgraph settings, net_graph 1 enables in game with console
  23. net_graphinsetbottom "429"
  24. net_graphinsetleft "0"
  25. net_graphinsetright "-70"
  26. net_graphpos "1"
  27. net_graphproportionalfont "0"
  28. net_graphtext "1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement