Skip to content

Instantly share code, notes, and snippets.

@forlornhedgehog
Last active December 21, 2015 01:59
Show Gist options
  • Save forlornhedgehog/6231711 to your computer and use it in GitHub Desktop.
Save forlornhedgehog/6231711 to your computer and use it in GitHub Desktop.
For the new Dota 2 Reborn client
// 12 July 2015
// General
dota_force_right_click_attack 1 // Enable right-click denies
dota_disable_range_finder 0 // Show spell range
dota_minimap_hero_size 900 // Slightly bigger hero icons on minimap (default 600)
dota_camera_disable_zoom 1 // Disables mousewheel zoom (Default 0)
dota_reset_camera_on_spawn 1 // Center hero on screen after respawn
// Rune check
bind "[" "+show_runetop"
bind "]" "+show_runebottom"
alias "+show_runetop" "dota_camera_set_lookatpos -2273.898682 1732.745483"
alias "-show_runetop" "dota_select_all; dota_select_all; +dota_camera_follow"
alias "+show_runebottom" "dota_camera_set_lookatpos 3035.773438 -2472.680176"
alias "-show_runebottom" "dota_select_all; dota_select_all; +dota_camera_follow"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment