Skip to content

Instantly share code, notes, and snippets.

@rur0
Last active March 9, 2019 02:01
Show Gist options
  • Save rur0/e7b9f5e80b271815de862c729137ac4e to your computer and use it in GitHub Desktop.
Save rur0/e7b9f5e80b271815de862c729137ac4e to your computer and use it in GitHub Desktop.
"STEAMDIR/steamapps/common/dota 2 beta/game/dota/cfg/autoexec.cfg"
con_enable "1" // Enables Console
dota_health_hurt_decay_time_max 0 // Removes white bars from health bar
dota_health_hurt_decay_time_min 0 // ^
dota_health_hurt_delay 0 // ^
dota_health_hurt_threshold 0 // ^
bindtoggle "F10" "dota_camera_lock" //
bind "F11" "disconnect" //
cl_cmdrate "60" // Amount of updates sent to server per second
cl_updaterate "60" // Amount of updates received from server per second
rate "80000" // Total amount of bandwith dota may use
cl_interp "0" // Changes hero movement
cl_interp_ratio "1" //
cl_smooth "1" //
cl_smoothtime "0.01" //
cl_lagcompensation "1" //
cl_pred_optimize "2" //
dota_camera_disable_zoom "1" // Can't zoom camera in
dota_disable_range_finder 0 // Shows spells are within casting range of targeted area/target
dota_minimap_hero_size 1100 // Changes the size of heroes on the minimap
dota_minimap_misclick_time "0" // Removes delay before allowing input on minimap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment