

Lags have usually made it tougher for users to score kills or avoid ganks in matches. The default value of this command is 1, which means that your character will always auto attack when enemy units are nearby. Preventing your enemies from denying their own creeps will also allow your hero to level up fast in Dota 2. Bear in mind that you only receive gold when you are the one who kills a unit. But this is a rookie mistake because it could mean losing out on last hits on creeps. It is common for novice players to allow their heroes to auto attack in matches. Instead, I have listed here the ones that most players are likely to use.ĭota_player_units_auto_attack_mode Of course, not all of these commands are helpful for the everyday user. When you check the Internet for the list of console commands, you will find that there are hundreds of functions available.

Go back to the main screen and click the key you selected as hotkey to open the console. The default key is usually \ (backslash.) Under the INTERFACE section, configure the key that will display the console. Click TO ADVANCED HOTKEYES at the bottom of the screen.ģ. Go to the Settings by clicking on the gear icon ear the top-left corner of the screen.ģ. Once you have logged in to the game, follow these instructions:ġ. This will allow you to open the console in Dota 2 itself. In the text field, type -console and exit the prompt window. Navigate to the GENERAL tab and look for the LAUNCH OPTIONS field.Ħ. Navigate to the Library tab and look for Dota 2 on your list of games.ĥ. To enable the console in Dota 2, follow these steps:Ģ. The only thing you should be aware of is if you check a rune and then snap the camera to your hero by double-taping select hero, for example, the next rune keystroke will snap to your hero and not the rune, since that's where the cycle stopped.Running Commands Automatically Enable the Consoleīy default, the console is hidden from users in the game. This allows you to ping while spotting runes (the one with hold-to-view doesn't, last time i tried at least) and gives you independent rune spotting, unlike the last 2 samples. So i thought i'd share my rune binds.įirst keystroke snaps to rune, second snaps back to hero (if it's the same rune key that is pressed).

I've noticed the 3 samples above are the most popular ways of making rune binds, but none of them we're really what i was looking for.

They don't work with each other.Īlias centerhero "dota_select_all dota_select_all +dota_camera_follow alias topcycle toprune alias botcycle botrune"Īlias toprune "dota_camera_set_lookatpos -2273 1800 alias topcycle centerhero"Īlias botrune "dota_camera_set_lookatpos 3035 -2350 alias botcycle centerhero" You're not supposed to copy&paste more than ONE example/sample. Or alias "+toprune" "dota_camera_set_lookatpos -2273 1800" // Shows top rune while holding the key and centers on hero upon releaseĪlias "-toprune" "dota_select_all dota_select_all +dota_camera_follow"Īlias "-botrune" "dota_select_all dota_select_all +dota_camera_follow" Video-Tutorial: TL DR: Take Sample #1 if you don't know what you're looking at - it's the most user friendly.Įither alias "+toprune" "dota_camera_set_lookatpos -2273 1800" // Shows top rune while holding the key and centers on hero upon release Rename it into autoexec instead of config config.cfg) into the same folder (if you have trouble changing the file type) Right click the file > check Ready only (not needed - it's for safety)Ĭopy & paste an existing. cfg is NOT part of the name)Ĭopy & paste one of the samples in and save it If you haven't created an autoexec.cfg before - you'll have to do it on your own. Go to: */steam/steamapps/common/dota 2 beta/dota 2/cfg/ Sample #3 alias "+rune" "dota_camera_set_lookatpos -2273 1800"Īlias "-rune" "dota_camera_set_lookatpos 3035 -2350"īind "F1" "+rune" // Shows top rune upon key press and bot rune after releasing Sample #2 alias "rune" "toprune" // Toggle between Top-Bot-HeroĪlias "toprune" "dota_camera_set_lookatpos -2273 1800 alias rune botrune"Īlias "botrune" "dota_camera_set_lookatpos 3035 -2350 alias rune hero"Īlias "hero" "+dota_camera_center_on_hero alias rune toprune" edit: Sample #1 alias "+toprune" "dota_camera_set_lookatpos -2273 1800" // Shows top rune while holding the key and centers on hero upon releaseĪlias "-toprune" "+dota_camera_center_on_hero"Īlias "+botrune" "dota_camera_set_lookatpos 3035 -2350" // Shows bot rune while holding the key and centers on hero upon releaseĪlias "-botrune" "+dota_camera_center_on_hero" Dota_camera_setpos got replaced by dota_camera_set_lookatpos
