Skip to content

Instantly share code, notes, and snippets.

@limkhashing
Last active January 26, 2025 18:37
Show Gist options
  • Select an option

  • Save limkhashing/0d3c4ee815d7cde951a15f7083b2678d to your computer and use it in GitHub Desktop.

Select an option

Save limkhashing/0d3c4ee815d7cde951a15f7083b2678d to your computer and use it in GitHub Desktop.
dota2 autoexec.cfg
//Performance
engine_no_focus_sleep 0 // Maintain high fps when alt tabbed
sv_forcepreload 1
dota_minimap_creep_scale 3
dota_health_hurt_decay_time_max 0 // Fade time on DMG done/received reduced to instant
dota_health_hurt_decay_time_min 0
dota_health_hurt_delay 0
dota_pain_factor 0
dota_pain_fade_rate 0
dota_topbar_buyback_time 30
cl_dota_alt_unit_movetodirection 1
//Internet Connection
rate "80000" // Total amount of bandwidth Dota 2 may use (40000)
cl_cmdrate 60 // Amount of updates sent to server per second
cl_updaterate 60 // Amount of updates received from server per second (20)
cl_cmdrate 40 // Amount of updates sent to server per second (20)
cl_interp 0
cl_interp_ratio 1
cl_smooth 1
cl_smoothtime 0.01 // When errors occur smooth display over X time
cl_lagcompensation 1
cl_pred_optimize 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment