You want to create this file if it doesn’t already exist:Â %programfiles(x86)%\Steam\steamapps\common\dota 2 beta\dota\cfg\autoexec.cfg
Inside it, put this:
// Enables console (without it popping up on game start). con_enable 1 // Disable camera zoom. dota_camera_disable_zoom 1 // Display and position net_graph net_graph 1 net_graphproportionalfont 0 net_graphinsetbottom 437 net_graphinsetleft 80 // Force right click deny. dota_force_right_click_attack 1 dota_disable_range_finder 0 // You'll have to hit this key to re-exec this script to override the GUI bindings after connecting to a game. bind "F8" "exec autoexec.cfg" // Set max fps for 144hz monitor. fps_max 144 // Notify user of this script's execution. echo "==== AutoExec.cfg Executed ===="