Last active
August 29, 2015 14:05
-
-
Save air/e46f0a82f62c92f9264f to your computer and use it in GitHub Desktop.
DotA 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
con_enable 1 | |
// big hero icons on map | |
dota_minimap_hero_size 900 | |
// no zooming | |
dota_camera_disable_zoom 1 | |
// right-click to deny | |
dota_force_right_click_attack 1 | |
// show spell rangefinder | |
dota_disable_range_finder 0 | |
// longer pings on map, default 3 | |
dota_minimap_ping_duration 4 | |
// quickly look at runes | |
bind F1 "dota_camera_set_lookatpos -2273.898682 1832.745483" | |
bind F2 "dota_camera_set_lookatpos 3035.773438 -2472.680176" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment