Created
December 26, 2014 19:24
-
-
Save ravishi/f3934f20585373774ac3 to your computer and use it in GitHub Desktop.
autoexec.cfg
This file contains 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
// C:\Program Files (x86)\Steam\steamapps\common\dota 2 beta\dota\cfg\autoexec.cfg | |
// enable console | |
con_enable "1" | |
// right click to deny creeps | |
dota_force_right_click_attack "1" | |
// disable auto attacks | |
dota_player_units_auto_attack "0" | |
// make game results show faster when a match ends | |
dota_sf_game_end_delay 0 | |
// net_graph to show ping and fps | |
net_graphinsetbottom "418" // 100 to place below scoreboard | |
net_graphinsetright "-80" // 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" | |
// bind `.` to saying the current game time. useful for rosh timekeeping. | |
bind "." "chatwheel_say 57" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment