Dota 2 Config Generator

This page will produce an autoexec.cfg that you can just drop into your Dota 2 cfg folder. So for example for me that would be: “C:\Program Files (x86)\Steam\steamapps\common\dota 2 beta\dota\cfg“. I used this guide as a reference for these commands. There’s a lot more information there if you feel like fiddling with it even further.

Options

Force Right Click to Attack: Makes it such that right clicking on an allied unit/hero will tell your hero to attack/attack-move, instead of simply moving to that place. Means that you can now right click to deny.

dota_force_right_click_attack “0″

  • On
  • Off
Hero Range Indicator: Draws a circle around your hero at a set radius. Helpful for judging auto attacks/blinks/xp range/etc. Example

dota_range_display “0″

  • Off (Default)
  • 400
  • 700
  • 1000 (XP Deny Range)
  • 1200 (XP/Blink)
  • Other:
Show Spell Range: Shows a range indicator for spells, for example, travel distance of skill shots. Example

dota_disable_range_finder “1″

  • On
  • Off
Disable Screen Shake: Disables the screenshake that the Dota 2 camera does when certain spells are cast.

dota_screen_shake “1″

  • On (No Shake)
  • Off (Shake)
Command All Units by Holding CTRL: Allows you to send any command (right click move, attack, etc) by holding down the CTRL key.

dota_player_multipler_orders “0″

  • On
  • Off
Set Height of Flying Units: Allows you to manually set the height of flying units. Default is 150. Example

dota_unit_fly_bonus_height “150″

Minimap Simple Colours: Changes the minimap to have simplified colour palette, similiar to the old WC3 Dota 1 minimap. Example

dota_minimap_simple_colors “0″

  • On
  • Off
Minimap Misclick Delay: Puts in place a delay on minimap clicks registering. I.e. If you move your mouse very quick to the bottom right of the screen while running away and click, it will act as if the minimap isn’t even there for this period of time. Default: 0.2 secs

dota_minimap_misclick_time “0.2″

Use Old Heropedia: Switches back to using the old-style hero encyclopedia in the learn tab. Example

dota_sf_old_heropedia “0″

  • On (Old)
  • Off (New)
Enable Network Graph: Brings up dialog over the game which shows useful network information such as ping and in/out data, as well as your current FPS. Example

net_graph “0″

  • Off
  • Default Settings
  • Top Right (Below Bar)
  • Top Right (On Bar)
  • Top Left (On Bar)
Hero Health Indicator Marker Interval: Sets the amount of health that each block on a hero’s health bar represents. “225″ is a good number as it means 300dmg magic nuke will be a kill. Default is 250. Example

dota_health_per_vertical_marker ”250″

  • 250 (Default)
  • 100
  • 500
  • 1000
  • 225
  • Other:
Main Menu Animation: Turns on/off the flame animation you see behind the main menu. Can help squeeze a little more performance from an old PC.

dota_embers ”1″

  • On
  • Off
Minimap Ping Duration: Sets the number of seconds that a ping will stay on the minimap after it has happened. Default: 3 secs

dota_minimap_ping_duration ”3″

Minimap Hero Icon Size: Sets the size of the icons on the minimap for heroes. Default: 600 Example

dota_minimap_hero_size ”600″

  • 600 (Default)
  • 900
  • 1100
  • 1200
  • Other:

Comments are closed.