Skip to content

Instantly share code, notes, and snippets.

@LudovicoPiero
Created March 18, 2025 21:21
Show Gist options
  • Save LudovicoPiero/9941922b4fd1f2a59a32f631d6814c7f to your computer and use it in GitHub Desktop.
Save LudovicoPiero/9941922b4fd1f2a59a32f631d6814c7f to your computer and use it in GitHub Desktop.
dota 2 autoexec
// To optimally read/edit this cfg, use a text editor/viewer featuring syntax highlighting set to C++
// To disable options/binds/commands you do not want forced by this cfg, start lines with //
// This file: Steam\steamapps\common\dota 2 beta\game\dota\cfg\autoexec.cfg (make sure extension is .cfg not .cfg.txt)
//
// Dota 2 cfg tweaking is very limited ever since Reborn, so also use tweaked launch options:
// 1. Run the game once with:
// -autoconfig_level 0 -benchframes 1 -bench
// 2. The game will close itself shortly. Then replace all launch options with:
// -dx9 -nod3d9ex -nofocus -novr -nohltv -nojoy -usetcp -uselocalweb -disablehangwatchdog -console -condebug -conclearlog
// for POTATO-GRADE/ONBOARD GPU
// -dx11 -dxlevel 101 -nofocus -novr -nohltv -nojoy -usetcp -uselocalweb -disablehangwatchdog -console -condebug -conclearlog
// for LOW-GRADE GPU
// -dx11 -nofocus -novr -nohltv -nojoy -usetcp -uselocalweb -disablehangwatchdog -console -condebug -conclearlog
// for MID-GRADE GPU
// -vulkan -nofocus -novr -nohltv -nojoy -usetcp -uselocalweb -disablehangwatchdog -console -condebug -conclearlog
// for HIGH-GRADE GPU
// -gl -nofocus -novr -nohltv -nojoy -usetcp -uselocalweb -disablehangwatchdog -console -condebug -conclearlog
// for OTHER
// 3. Last step is to enable "Use advanced settings" under Settings - Video and restart the game.
//
// Can also add launch options to the Steam executable (adjust to your path) Right-click Desktop - New - Shortcut:
// "C:\Program Files (x86)\Steam\Steam.exe" -silent -forceservice -nocrashdialog -tcp -complete_install_via_http -single_core -no-dwrite -no-shared-textures -vrdisable -console
// Bonus, the definitive steamwebhelper_killer! add: -no-browser (you will need to use a web browser for all steam links)
//
// Don't forget to change the preferred VIDEO QUALITY PRESET at the end of the script (default: VQ_POTATO, recommended: VQ_OPTIMAL)
// Last updated 2016-12-13 for DOTA 7.000000
log_flags General InputService +donotecho | grep %;con_enable 1; // Stop console spam
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
alias ' AVEYO`S D-OPTIMIZER (cc) DOTA 2 REFERENCE CFG HOTKEYS [ ] : default * : changed by this cfg
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
alias ' ABILITIES or dota_ability_quickcast x / dota_ability_autocast x
//bind "Q" dota_ability_execute 0;// Ability 1
//bind "W" dota_ability_execute 1;// Ability 2
//bind "E" dota_ability_execute 2;// Ability 3
//bind "D" dota_ability_execute 3;// Ability 4
//bind "F" dota_ability_execute 4;// Ability 5
//bind "R" dota_ability_execute 5;// Ability Ultimate
alias ' ITEMS or dota_item_quick_cast x
//bind "Z" dota_item_execute 0;// Item 1
//bind "X" dota_item_execute 1;// Item 2
//bind "C" dota_item_execute 2;// Item 3
//bind "V" dota_item_execute 3;// Item 4
//bind "B" dota_item_execute 4;// Item 5
//bind "N" dota_item_execute 5;// Item 6
alias ' CONTROL GROUPS
//bind "1" +dota_control_group 1;// Group 1
//bind "2" +dota_control_group 2;// Group 2
//bind "3" +dota_control_group 3;// Group 3
//bind "4" +dota_control_group 4;// Group 4
//bind "5" +dota_control_group 5;// Group 5
//bind "6" +dota_control_group 6;// Group 6
//bind "7" +dota_control_group 7;// Group 7
//bind "8" +dota_control_group 8;// Group 8
//bind "9" +dota_control_group 9;// Group 9
//bind "0" +dota_control_group 10;// Group 10
alias ' UNIT ACTIONS - SELECTION
//bind "F1" +dota_camera_follow;// Select Hero
//bind "F21" dota_select_all;// * Select All Units GUI Suggestion: ALT+F1
//bind "F22" dota_select_all_others;// * Select All Other Units GUI Suggestion: ALT+F2
//bind "TAB" dota_cycle_selected;// Next Unit
//bind "MWHEELUP" dota_cycle_selected;// * Wheel:Next Unit GUI Suggestion: ALT+MWHEELUP
//bind "MWHEELDOWN" dota_cycle_prev_selected;// * Wheel:Prev Unit GUI Suggestion: ALT+MWHEELDOWN
alias ' UNIT ACTIONS - ACTIVITY
//bind "A" mc_attack;// Attack Move / Force Attack
//bind "S" dota_stop;// Cancel / Stop
//bind "H" dota_hold;// Hold Position
//bind "M" mc_move;// Move
//bind "SHIFT" +dota_unit_movetodirection;// * Directional Move Ignore PathFinding
//bind "K" mc_patrol;// * Patrol
//bind "J" dota_glyph;// Activate Glyph
//bind "P" dota_radar;// Activate Scan
//bind "[" use_item_client player_loadout action_item;//* Action Item
//bind "]" use_item_client current_hero taunt;// * Taunt Item
alias ' SHOP ACTIONS
//bind "F2" dota_select_courier;// Select Courier
//bind "F3" dota_courier_deliver;// Courier Deliver Items
//bind "F23" dota_courier_burst;// * Courier Speed Burst GUI Suggestion: ALT+F3
//bind "F4" toggleshoppanel;// Open Shop
//bind "F5" dota_purchase_quickbuy;// Quickbuy
//bind "F8" dota_purchase_stickybuy;// Stickybuy
//bind "SPACE" stash_grab_all;// * Take Stash
alias ' INTERFACE
//bind "`" +showscores;// Scoreboard
//bind "F9" dota_pause;// Pause
//bind "PRINTSCREEN" jpeg_screenshot;// * Screenshot GUI Suggestion: PRINTSCREEN
//bind "F12" toggleconsole;// * Console GUI Suggestion: F12
alias ' CAMERA ACTIONS
//bind "MOUSE3" +cameragrip;// Camera Grip
//bind "UPARROW" +forward;// Camera Forward
//bind "DOWNARROW" +back;// Camera Back
//bind "LEFTARROW" +moveleft;// Camera Left
//bind "RIGHTARROW" +moveright;// Camera Right
//bind "=" camerazoomin;// * Camera Zoom In
//bind "-" camerazoomout;// * Camera Zoom Out
//bind "BACKSPACE" dota_recent_event;// * Show Recent Event
//bind "I" inspectheroinworld;// Showcase View
alias ' SAVED CAMERA POSITIONS
//bind "kp_1" dota_camera_saved_position 1;// * Position 1
//bind "kp_2" dota_camera_saved_position 2;// * Position 2
//bind "kp_3" dota_camera_saved_position 3;// * Position 3
//bind "kp_4" dota_camera_saved_position 4;// * Position 4
//bind "kp_5" dota_camera_saved_position 5;// * Position 5
//bind "kp_6" dota_camera_saved_position 6;// * Position 6
//bind "kp_7" dota_camera_saved_position 7;// * Position 7
//bind "kp_8" dota_camera_saved_position 8;// * Position 8
//bind "kp_9" dota_camera_saved_position 9;// * Position 9
//bind "kp_0" dota_camera_saved_position 10;// * Position 10
alias ' CHAT
//bind "ENTER" say;// Chat to Team
//bind "KP_ENTER" say;// Chat to Everyone Hold SHIFT while pressing key
//bind "Y" +chatwheel;// ChatWheel
//bind "G" +iv_voicerecord_party;// Voice (party)
//bind "MOUSE4" +voicerecord;// Voice (team)
alias ' PHRASES
//bind "'" chatwheel_say "7";// * Chat Phrase 7:Well played GUI Suggestion: ' "
//bind "," chatwheel_say "2";// * Chat Phrase 2:Get Back GUI Suggestion: , <
//bind "." chatwheel_say "6";// * Chat Phrase 6:Push GUI Suggestion: . >
//bind "/" chatwheel_say "8";// * Chat Phrase 8:Missing GUI Suggestion: / ?
alias ' CUSTOMIZE CHAT WHEEL
//chat_wheel_phrase_0 8;// 8:Missing!
//chat_wheel_phrase_1 1;// 1:Careful! phrase_6
//chat_wheel_phrase_2 2;// 2:Get Back! phrase_5 < > phrase_7
//chat_wheel_phrase_3 3;// 3:We need wards. phrase_4 < o > phrase_0
//chat_wheel_phrase_4 4;// 4:Stun now! phrase_3 < > phrase_1
//chat_wheel_phrase_5 5;// 5:Help! phrase_2
//chat_wheel_phrase_6 6;// 6:Push now
//chat_wheel_phrase_7 7;// 7:Well played!
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
alias ' AVEYO`S D-OPTIMIZER (cc) DOTA 2 REFERENCE CFG OPTIONS [ ] : default * : changed by this cfg
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
alias ' GAME OPTIONS
//dota_player_units_auto_attack_mode 1;// [1] Auto Attack 0:Never, 1:Standard, 2:Always
//dota_player_add_summoned_to_selection 1;// [0]* Auto Select Summoned Units
//dota_ability_quick_cast 1;// [1] Double Tap Ability to Self Cast
//dota_smart_doubletap 1;// [1] Smart Double Tap 1:Alt+Key does Self Cast
//dota_player_multipler_orders 1;// [0]* Unified Orders with CTRL
//dota_player_teleport_requires_halt 1;// [1] Teleport Requires Stop
//dota_force_right_click_attack 1;// [0]* Right-Click to Force Attack
//dota_settings_quick_target_attack 1;// [0]* Quick Attack
alias ' GAME - ADVANCED OPTIONS
//dota_summoned_units_auto_attack_mode -1;// [-1] Summoned Unit Auto Attack -1:As Hero, 0:Never, 1:Standard, 2:Always
//dota_disable_autoattack_during_stop 1;// [0]* Disable Autoattack When Stop is Held
//dota_toggle_autoattack_automatically_during_orders 0;// Toggle Autoattack Automatically [0] Cvar longer than description...
//dota_quickcast_onkeydown 1;// [1] Quickcast On Key Down
//dota_shop_force_hotkeys 0;// [0] Shop Always Uses Hotkeys
//dota_settings_targeted_attack_move 1;// [1]* Smart Attack Move
//dota_player_auto_repeat_right_mouse 0;// [0] Auto-repeat Right Mouse
//dota_spectator_use_broadcaster_stats_panel 1;// [1] Use Broadcaster Stats
//dota_activate_window_on_match_found 1;// [0]* Bring Dota2 to front when match found
//dota_activate_window_on_hero_picking_start 1;// [0]* Bring Dota2 to front when pick phase begins
//con_enable 1;// [0]* Enable console KEEP IT ENABLED!
alias ' CAMERA OPTIONS
//dota_camera_edgemove 1;// [1] Edge Pan
//dota_camera_reverse 0;// [0] Reverse Camera Grip
//dota_reset_camera_on_spawn 0;// [1]* Center Camera on Hero on Respawn
//dota_camera_disable_zoom 0;// [0] Disable Camera Zoom
//dota_camera_hold_select_to_follow 0;// [0] Hold Select Hero to Follow
//dota_camera_speed 5000;// [3000]* Camera Speed 5000:DotA-like
alias ' CAMERA - ADVANCED OPTIONS
//dota_leftclick_cameragrip_new 0;// [0] Left-Click Activates Camera Grip 0:Directly(new)
//dota_screen_shake 1;// [1] Enable Screen Shake
//dota_camera_dotatv_smooth_drag 0;// [0] Smoothdrag Camera when Spectating
//dota_camera_accelerate 50;// [49]* Camera Deceleration
alias ' CAMERA - SAVED POSITIONS - OPTIONAL
//dota_saved_camera_pos_1 [5100 -5700 0];// Bot T1 Radiant
//dota_saved_camera_pos_2 [2800 -2300 0];// Bot Rune
//dota_saved_camera_pos_3 [6200 -1900 0];// Bot T1 Dire KEYPAD
//dota_saved_camera_pos_4 [-3300 350 0];// Ancients Radiant top 7 8 9
//dota_saved_camera_pos_5 [-500 -400 0];// Mid River GUI Suggestion: mid 4 5 6
//dota_saved_camera_pos_6 [4100 -300 0];// Ancients Dire bot 1 2 3
//dota_saved_camera_pos_7 [-5900 2200 0];// Top T1 Radiant roshan 0
//dota_saved_camera_pos_8 [-2300 1650 0];// Top Rune
//dota_saved_camera_pos_9 [-5500 5700 0];// Top T1 Dire
//dota_saved_camera_pos_10 [4150 -1500 0];// Roshan
alias ' MINIMAP OPTIONS
//dota_minimap_simple_colors 0;// [0] Use Simple Colors in Minimap
//dota_minimap_hide_background 0;// [0] Hide Minimap Background
//dota_minimap_show_hero_icon 1;// [1] Use Alt to show Hero icons
//dota_minimap_always_draw_hero_icons 1;// [0]* Invert Alt Toggle
//dota_hud_flip 0;// [0] Show Minimap on the Right
//dota_minimap_hero_size 800;// [600]* Minimap Hero Size 800:133%
//dota_hud_minimap_size 2;// [1]* Minimap Size 0:Small 3:Large
alias ' INTERFACE OPTIONS
//dota_show_hero_finder 0;// [1]* Holding ALT Highlights Hero
//dota_alt_shows_neutral_spawn_boxes 1;// [0]* Holding ALT Shows Neutral Spawnboxes
//dota_alt_shows_tower_attack_range 1;// [0]* Holding ALT Shows Tower Attack Range
//dota_enable_range_finder 1;// [0]* Show Ability Rangefinder While Casting
//dota_hero_overhead_names 1;// [0]* Display Names over Healthbar 0:Heroes 1:Players 2:Nothing
//dota_hud_healthbar_disable_status_display 1;// [0]* Disable Status Text i.e. "Stun bars"
//dota_hud_disable_damage_numbers 1;// [0]* Hide Damage Numbers
//dota_hud_query_panel 1;// [0]* Unit query overrides hero control console
//dota_hud_colorblind 0;// [0] Colorblind Mode 0:None 1:Enabled 2:Differentiate Ally
//cl_auto_cursor_scale 1;// [1] Automatically choose cursor size
//cl_cursor_scale 1;// [1] Cursor size 0.3 - 3.0
alias ' MISCELLANEOUS OPTIONS
//dota_minimap_misclick_time 0;// [0.2] Minimap Misclick Protection Time 0:every click counts
//dota_ability_self_cast_timeout 0.4;// [0.6]* Double-Tap Self Cast Timeout
//dota_minimap_hero_scalar 1;// [0]* Dynamically Scale Hero Icons in Minimap
//dota_continue_click_movement_after_cast_cancel 0;// [1]* Move after Ability Target Cancelled Cvar longer than description...
//dota_camera_deatheffect 0;// [1]* Camera Color-shift when Dead Still forced always on
//dota_hud_netgraph 1;// [0]* Display Network Information
//dota_hide_tips_on_loading_screens 0;// [0] Hide Tips on Loading Screens
//dota_default_spoilers_blocked 1;// [0]* Default Tournament Spoiler Block to On
//dota_armory_automatically_add_new_item_to_collection 0;// Automatically Add New Items to Collection Cvar longer than description
//dota_join_regional_chat_channel 0;// [1]* Join regional chat channel on startup PRIVACY ISSUE!
alias ' SOCIAL OPTIONS
//dota_chat_enable_whispers 1;// [1] Display Steam messages as whispers
//dota_chat_allow_global 0;// [1] Channel messages appear in other channel tabs
//dota_ignore_nonfriend_invites 0;// [0] Block party invites from non-friends
//dota_rp_hide_party_unless_open 1;// [0]* Hide party status when not in an Open Party
//dota_open_party_manual_accept_invites 1;// [0]* Do not auto-accept invites when in Open Party
//dota_trading_show_requests_from 1;// [1] Trade invites from 1:Guildmates and Friends, 0:Friends, 2:Anyone
alias ' NETWORK OPTIONS
//cl_updaterate 30;cl_updaterate 30;// [30] Network Quality 30:I have a High-end Network
////cl_cmdrate 15;cl_updaterate 15;// [15] Network Quality: 15:I have a Low-end Network
alias ' HOTKEYS OPTIONS
////input_button_code_is_scan_code 0;// [0] Bind keys based on keyboard position Hit and miss, set it in GUI
//dota_enable_direct_quickcast_bindings 1;// [0]* Enable Advanced Quickcast/Autocast Hotkeys
alias ' AUDIO VOLUME
//volume 1.0;// [1]* Master Volume
//snd_gamevolume 0.5;// [1]* Game Sounds
//snd_musicvolume 0.25;// [1]* Music
//snd_voipvolume 1.0;// [1]* Voice
//snd_gamevoicevolume 0.5;// [1]* Unit Speech
//dota_speech_level 1;// [2]* Unit Speech Level: 0:Off 1:Events 2:All
alias ' AUDIO - ADVANCED
//sound_device_override 0;// [0] Sound Device Better set the default in OS settings
//speaker_config -1;// [-1] Speakers config -1:default,1:hphones, 2:stereo, 4:4.0, 5:5.1, 7:7.1
//snd_mute_losefocus 0;// [1]* !Play Sound in Desktop Really dislike these inversed gui-cvars
//chat_sound 0;// [0] Chat Message Sound
//dota_mute_cobroadcasters 0;// [0] Mute Co-Broadcasters
//closecaption 0;// [0] Use Captions
//dota_force_default_respawn_stinger 0;// [0] Always use default respawn music
//dota_force_default_death_stinger 1;// [1] Always play default death music
//snd_autodetect_latency 0;// [1]* Autodetect Audio Latency
alias ' AUDIO - VOICE
//voice_vox 0;// [0] Enable Open Mic 0:None, 1:Party, 2:Team
//voice_threshold 5000;// [4000]* Open Mic Threshold
//voice_always_sample_mic 0;// [0] Streamlined Push To Talk Enable if voice hotkey gives fps loss
alias ' VIDEO - D-OPTIMIZER PRESETS: Potato Low OPTIMAL Medium High Ultra
//dota_portrait_animate 0;// [0] Animate Portrait - - - - - -
//r_deferred_additive_pass 0;// [0] Additive Light Pass 0 1 0 1 1 1
//r_deferred_simple_light 1;// [1] World Lighting 0 1 1 1 1 1
//r_ssao 0;// [0] Ambient Occlusion 0 0 0 0 0 1
//r_dota_normal_maps 1;// [1] Normal Maps 0 1 1 1 1 1
//r_dota_allow_parallax_mapping 1;// [1] Ground Parallax 0 0 1 1 1 1
//dota_ambient_creatures 0;// [0] Ambient Creatures 0 0 0 0 0 1
//dota_ambient_cloth 0;// [0] Ambient Cloth Simulation 0 0 0 1 1 1
//r_grass_quality 1;// [1] Grass 0 0 1 2 3 4
//
//r_dota_fxaa 0;// [0] Anti-Aliasing 0 0 0 0 1 1
//r_deferred_specular 0;// [0] Specular 0 0 0 1 1 1
//r_deferred_specular_bloom 0;// [0] Specular and Light Blooms 0 0 0 0 1 1
//dota_cheap_water 1;// [1] !High Quality Water 1 1 1 1 0 0
//r_deferred_height_fog 0;// [0] Atmospheric Fog 0 0 0 1 1 1
//r_dashboard_render_quality 0;// [0] High Quality Dashboard - - - - - -
//r_dota_allow_wind_on_trees 0;// [0] Tree Wind 0 0 0 0 0 1
//
//r_texture_stream_mip_bias 1;// [1] Texture Quality 2 1 1 1 0 0
//r_texturefilteringquality 3;// [3] Texture Filtering 1 3 3 3 3 3
//cl_globallight_shadow_mode 2;// [2] Shadow Quality 0 1 2 2 2 3
//mat_viewportscale 0.85;// [0.85] Render Quality 0.75 0.80 0.85 0.90 1.00 1.00
//fps_max 60.0f;// [60] Maximum frames per second 30 60 60 60 120 0
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
alias ' AVEYO`S D-OPTIMIZER (cc) DOTA 2 EXTRA OPTIONS (NOT IN GUI)
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
alias ' OTHER PERFORMANCE / DEBUG TWEAKS
snd_mixahead 0.2;// [0.05]* Sound engine buffer - Fixes crackling, for a slight delayed sound
//m_rawinput 1;// [0]* Use Raw Input for mouse - should be better in high pooling rate (500Hz+)
//engine_no_focus_sleep 50;// [20]* Power savings while alt-tab 50=more savings, 0=no savings for streaming
//r_experimental_lag_limiter 1;// [0]* VSync with less inputlag, if you can maintain high fps (dev.dota t=184108)
//r_frame_sync_enable 0;// [1]* Disable frame sync for broken systems as a last resort (dev.dota t=174732)
//r_overlap_scaleform 0;// [1]* Workaround for render - mainly bugfix for vulkan
//voice_chat_bubbles 0;// [1]* Hide Voice bubbles - Random polygon lines when someone speaks? set to 0
//dota_show_itempickups 0;// [1]* Hide Item pickups - If multiple instances lowers fps, set to 0
//@panorama_show_fps 1;// [0]* Show FPS in main menu, too
alias ' MAIN NETWORK SETUP
cl_updaterate 30;// [20]* max=sv_maxupdaterate=60, min=sv_minupdaterate=10
cl_cmdrate 30;// [30] max=sv_maxcmdrate=40, min=sv_minupdaterate+sv_client_cmdrate_difference=30
cl_spectator_cmdrate_factor 0.25;// [0.5]* Rate multiplier when connected via hltv - reduced to allow high cl_cmdrate
cl_interp_ratio 1;// [2]* min=sv_client_min_interp_ratio=1, max=sv_client_max_interp_ratio=5
cl_spectator_interp_ratio 4;// [2]* When connected to hltv or playing a demo, adjust interp time by this ratio
cl_interp 0;// [0.05]* final amount is cl_interp_ratio / cl_updaterate // 0.016667 for 60 update
alias ' ADVANCED NETWORK OPTIONS
rate 80000;// [8000]* min=sv_minrate=5000 won't actually consume that much
net_maxcleartime 1.0;// [4.0]* chocke fix #1
net_splitrate 2;// [1]* chocke fix #2
//net_maxroutable 1200;// [1200]* max=sv_maxroutable max packet size before splitting
host_limitlocal 1;// [0]* Apply cl_cmdrate and cl_updaterate to loopback connection
cl_downloadfilter none;// [all]* does nothing?
cl_voice_buffer_time 0.2;// [0.1]* Amount of time between receiving voice data and playing the audio
cl_voice_hltv_extra_buffer_time 2;// [1]* Extra voice buffer for casters
workshop_concurrent_fileinfo_requests 1;// [5]* Limits bandwidth in case of numerous guides, custom games subscriptions
//cl_predict 1;// [0]* The most important tweaking cvar has been disabled in matchmaking
//cl_pred_optimize 2;// [2] if didn't receive a network update (1), also for not repredicting (2)
//cl_lagcompensation 1;// [1] Perform server side lag compensation of weapon firing events.
cl_lagcomp_errorcheck 1;// [0]* Player index of other player to check for position errors.
//cl_smooth 1;// [0]* Smooth view/eye origin after prediction errors
//cl_smoothtime 0.1;// [0.1] Smooth client's view after prediction error over this many seconds
//cl_interp_threadmodeticks 0;// [0] Additional interpolation ticks to use with threaded engine mode set
//cl_interp_animationvars 1;// [1] Interpolate LATCH_ANIMATION_BIT vars if interp interval is greater
//cl_interp_simulationvars 1;// [1] Interpolate LATCH_SIMULATION_BIT vars if interp interval is greater
//cl_interp_all 0;// [0] 1 will disable interpolation list optimizations (but why do that?)
//cl_interp_npcs 0;// [0] >0 CRASH! Interpolate NPC positions starting this many seconds in past
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
alias ' AVEYO`S D-OPTIMIZER (cc) FAST SHORTCUTS FOR CONSOLE
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
alias EE "grep . [REFRESH CFG] ;exec autoexec";// These do not work during a matchmaking game. But you could temporarily disconnect
alias FF "grep . [DISCONNECT/STOP] ;disconnect;stopdemo;dota_wearables_clientside 0;dota_bot_practice_start 0;sv_cheats 1;sv_cheats 0;hideconsole";
alias BB "grep . [STARTING GAME WITH BOTS] ;sv_cheats 0;sv_lan 1;sv_alternateticks 1;sv_stats 0;tv_enable 0;host_limitlocal 1;dota_creeps_no_spawning 0;dota_bot_practice_start 1;dota_easybuy 0;hideconsole;map dota;sv_cheats 0";
alias NN "grep . [STARTING GAME WITHOUT BOTS, PRESS PAUSE TO PICK] ;sv_cheats 1;sv_lan 1;sv_alternateticks 1;sv_stats 0;tv_enable 0;host_limitlocal 1;dota_creeps_no_spawning 1;dota_bot_practice_start 0;dota_easybuy 1;hideconsole;map dota;sv_cheats 1";
alias LL "grep . [LEVELUP X5] ;dota_dev hero_level 5;dota_bot_give_level 5;hideconsole";
alias RR "grep . [REFRESH HERO AND SPAWNS] ;dota_dev hero_refresh;dota_spawn_neutrals;hideconsole";
alias QQ "grep . [QUIT] ;quit";// Whoever thaught that q-Tab = +query is a good idea...
bind PAUSE "jointeam 2; rr";// If the pick screen does not show up, press this key
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
alias ' AVEYO`S D-OPTIMIZER (cc) ADVANCED VIDEO PRESETS: console cmd = VQ - enter it to switch preset
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
alias U1 "cl_globallight_shadow_mode 3;r_ssao 1;r_grass_quality 4;r_dota_allow_wind_on_trees 1;dota_ambient_creatures 1;dota_ambient_creatures_pop 0";
alias U0 "cl_globallight_shadow_mode 2;r_ssao 0;r_grass_quality 3;r_dota_allow_wind_on_trees 0;dota_ambient_creatures 0;dota_ambient_creatures_pop 1";
alias H1 "dota_cheap_water 0;r_dota_fxaa 1;r_deferred_specular_bloom 1;r_texture_stream_mip_bias 0;mat_viewportscale 1.0";
alias H0 "dota_cheap_water 1;r_dota_fxaa 0;r_deferred_specular_bloom 0;r_texture_stream_mip_bias 1;mat_viewportscale 0.9f;r_grass_quality 2";
alias m1a "allow_clientside_entities 1;dota_allow_clientside_entities 1;dota_allow_clientside_particles 1;dota_use_animated_inventory_icons 1";
alias m0a "allow_clientside_entities 0;dota_allow_clientside_entities 0;dota_allow_clientside_particles 0;dota_use_animated_inventory_icons 0";
alias m1b "cl_particle_fallback_base 0;cl_particle_fallback_multiplier 0;cl_particle_sim_fallback_threshold_ms 6";
alias m0b "cl_particle_fallback_base 4;cl_particle_fallback_multiplier 1;cl_particle_sim_fallback_threshold_ms 3";
alias m1c "rope_collide 1;rope_subdiv 2;rope_smooth 1;rope_averagelight 1;rope_rendersolid 1;r_ropetranslucent 1";
alias m0c "rope_collide 0;rope_subdiv 1;rope_smooth 0;rope_averagelight 0;rope_rendersolid 0;r_ropetranslucent 0";
alias m1d "cl_ragdoll_limit 20;enable_boneflex 1;flex_smooth 1;r_PhysPropStaticLighting 0;mat_colcorrection_disableentities 0";
alias m0d "cl_ragdoll_limit 10;enable_boneflex 0;flex_smooth 0;r_PhysPropStaticLighting 1;mat_colcorrection_disableentities 1";
alias m1e "r_deferred_specular 1;dota_ambient_cloth 1;r_dota_allow_parallax_mapping 1;r_deferred_height_fog 1";
alias m0e "r_deferred_specular 0;dota_ambient_cloth 0;r_dota_allow_parallax_mapping 0;r_deferred_height_fog 0";
alias m1f "cl_retire_low_priority_lights 0";
alias m0f "cl_retire_low_priority_lights 1";
alias M1 "m1a;m1b;m1c;m1d;m1e;m1f";
alias M0 "m0a;m0b;m0c;m0d;m0e;m0f;r_grass_quality 1;cl_globallight_shadow_mode 1;mat_viewportscale 0.85f";
alias L1 "r_dota_normal_maps 1;r_texturefilteringquality 3";
alias L0 "r_dota_normal_maps 0;r_texturefilteringquality 1;r_grass_quality 0;cl_globallight_shadow_mode 1;mat_viewportscale 0.8f";
alias p1a "cloth_update 1;cloth_step 1;cloth_simulate 1;cl_show_splashes 1;dota_hud_reduced_flash 0;dota_disable_unit_ring 0";
alias p0a "cloth_update 0;cloth_step 0;cloth_simulate 0;cl_show_splashes 0;dota_hud_reduced_flash 1;dota_disable_unit_ring 1";
alias P1 "p1a;r_deferred_additive_pass 1;r_deferred_simple_light 1";
alias P0 "p0a;r_deferred_additive_pass 0;r_deferred_simple_light 0;cl_globallight_shadow_mode 0;r_texture_stream_mip_bias 2;mat_viewportscale 0.75f";
alias VQ_ULTRA "U1;H1;M1;L1;P1;alias VQ VQ_HIGH;grep . VQ=Ultra ;";
alias VQ_HIGH "U0;H1;M1;L1;P1;alias VQ VQ_POTATO;grep . VQ=High ;";// for safety, VQ alias does not cycle VQ_ULTRA, it must be enabled manually
alias VQ_MEDIUM "U0;H0;M1;L1;P1;alias VQ VQ_HIGH;grep . VQ=Medium ;";
alias VQ_LOW "U0;H0;M0;L0;P1;alias VQ VQ_OPTIMAL;grep . VQ=Low ;";
alias VQ_POTATO "U0;H0;M0;L0;P0;alias VQ VQ_LOW;grep . VQ=Potato ;";
alias o1a "r_deferred_simple_light 1;r_dota_normal_maps 1;r_dota_allow_parallax_mapping 1;r_grass_quality 1";
alias o1b "r_texture_stream_mip_bias 1;r_texturefilteringquality 3;cl_globallight_shadow_mode 2;mat_viewportscale 0.85";
alias VQ_OPTIMAL "U0;H0;M0;L0;P0;o1a;o1b;alias VQ VQ_MEDIUM;grep . VQ=Optimal ;";
// Default video quality preset: just enter //uncomment one of the options below (last one will be active)
VQ_POTATO;// VQ_POTATO = lowest quality with everything off (includes engine tweaks not available in GUI)
//VQ_LOW;// VQ_LOW = low quality with simple lights added so rune spots are highlighted
//VQ_OPTIMAL;// VQ_OPTIMAL = optimal quality with tree shadows added and better terrain details
//VQ_MEDIUM;// VQ_MEDIUM = medium quality with specular, grass, fog, cloth added and all extra engine tweaks removed
//VQ_HIGH;// VQ_HIGH = high quality with most options enabled except ambient oclusion, creatures, tree wind
//VQ_ULTRA;// VQ_ULTRA = best quality - everything turned on
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
log_flags General InputService -donotecho | grep %; // Resume console spam
alias ';grep . AVEYO`S D-OPTIMIZER (cc) DOTA 2 REFERENCE CFG loaded ;
execifexists user.cfg;// Recommending customization in an external user.cfg file
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment