Last active
September 30, 2015 13:21
-
-
Save mrbongiolo/cc2b5082ed3bfd080222 to your computer and use it in GitHub Desktop.
Dota 2 autoexec.cfg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// This file is located at: steam_install_folder/SteamApps/common/dota 2 beta/dota/cfg/ | |
dota_camera_accelerate 49 | |
dota_camera_speed 3900 | |
dota_force_right_click_attack 1 | |
dota_minimap_hero_size 600 | |
dota_hud_health_bars 3 | |
dota_health_per_vertical_marker 250 | |
con_enable 1 | |
dota_ability_quick_cast 1 | |
dota_player_multipler_orders 1 | |
dota_minimap_misclick_time "0.4" | |
dota_disable_range_finder 0 | |
dota_screen_shake 0 | |
dota_killcam_show 1 | |
// Ping | |
net_graphinsettop "0" | |
net_graphinsetbottom "438" // 100 to place below scoreboard | |
net_graphinsetright "-90" // 600 to place below scoreboard | |
net_graphproportionalfont "0" // Resize font | |
net_graph "1" | |
alias "showgraph" "showgraph_off" | |
alias "showgraph_on" "net_graph 1; alias showgraph showgraph_off" | |
alias "showgraph_off" "net_graph 0; alias showgraph showgraph_on" | |
bind "F10" "showgraph" | |
// Internet | |
rate "80000" // Total amount of bandwidth Dota 2 may use (40000) | |
cl_updaterate "40" // Amount of updates recieved 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_smoothtime "0.01" // When errors occur smooth display over X time | |
// Performance | |
fps_max "60" // Halves the default fps | |
mat_vsync "1" // Stops screen refresh rate exceeding refresh rate of monitor | |
mat_triplebuffered "1" // Enable with vsync if fps is less than 60 (0 Disables, 1 Enables) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment