Skip to content

Instantly share code, notes, and snippets.

@larrybotha
Forked from mfilej/autoexec.cfg.txt
Last active December 19, 2015 03:48
Show Gist options
  • Save larrybotha/5892551 to your computer and use it in GitHub Desktop.
Save larrybotha/5892551 to your computer and use it in GitHub Desktop.
con_enable 1
fps_max 60
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)
dota_camera_disable_zoom "1" // disable mouse-wheel zooming
dota_minimap_hero_size "800"
//unbind "`" // free up console key
bind "F1" "dota_camera_setpos -2273.898682 1232.745483 982.072876" // Top Rune
bind "F2" "dota_camera_setpos 3035.773438 -2972.680176 966.072937" // Bot Rune
alias autoattack_on "dota_player_units_auto_attack 1; alias autoattack_toggle autoattack_off"
alias autoattack_off "dota_player_units_auto_attack 0; alias autoattack_toggle autoattack_on"
alias autoattack_toggle autoattack_off
bind "a" "autoattack_toggle"
dota_player_units_auto_attack 1
// Show fps and ping in bottom right corner (2560x1440)
net_graph 1
net_graphinsetright 120
net_graphinsettop 100
net_graphproportionalfont 0
-novid -nod3d9ex -dxlevel 80 -noforcemaccel -high -windowed -noborder -w 2560 -h 1440
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment