-
Notifications
You must be signed in to change notification settings - Fork 0
/
autoexec.cfg
378 lines (328 loc) · 27.4 KB
/
autoexec.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
log_color General FF0000FF | grep %;
echoln "┌───┬──────────────────────────────────────────────┬───┐"
echoln "│ w │ All-In-One Config │ a │"
echoln "│ o ├──────────────────────────────────────────────┤ d │"
echoln "│ w │ eww whats this year 2013? who the hell uses │ v │"
echoln "│ │ console commands anymore? │ a │"
echoln "│ s │ > thanks to the devs, us dota 2 players │ n │"
echoln "│ u │┌─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴┐│ c │"
echoln "│ c │└┐ hopefully dota labs features will remove ┌┘│ e │"
echoln "│ h │ └─┐ the need for using console to access ┌─┘ │ d │"
echoln "│ │ └─┬────────┐ these commands ┌────────┬─┘ │ │"
echoln "│ │ └─┐ ── ├────────────────┤ ── ┌─┘ │ │"
echoln "│ │ └──────┴────────────────┴──────┘ │ │"
echoln "└───┴──────────────────────────────────────────────┴───┘"
log_color General FFFFFFFF | grep %;
// "if you wish to edit the graphic above, you can use my script from github"
// "or anything that isn't just raw input, i wouldn't wish that on my worst enemy"
// "most of the convars are extracted from `user_convars.vcfg`"
// "┌─ ┌──────────────┐ "
// "└─────────────────────────────────────────────────┤ Unit control ├─────────────────────────────────────────────────┐"
// " └──────────────┘ ─┘"
// "└───┤ no access without commands ├───┐"
dota_player_smart_multiunit_cast 1 // "[HAS BIND]"
// "for controlling multiple units like broodmother's spiders to gain vision around the map"
// "have no idea why you'd want to group units anyway"
// dota_player_selection_cycle_ignores_groups 1
// dota_selection_groups 0
// "└───┤ accessible via settings ├───┐"
dota_player_add_summoned_to_selection 0 // "[HAS BIND]"
dota_player_channels_require_stop 0 // "[HAS BIND]"
dota_player_units_auto_attack_mode 1 // "[HAS BIND]"
// dota_ability_quick_cast 1
// dota_disable_autoattack_during_stop 1
// dota_enable_direct_quickcast_bindings 1
// dota_force_right_click_attack 1
// dota_player_auto_repeat_right_mouse 1
// dota_player_multipler_orders 1
// dota_player_teleport_requires_halt 1
// dota_quickcast_onkeydown 0
// dota_reset_camera_on_spawn 0
// dota_settings_quick_move 1
// dota_settings_quick_target_attack 1
// dota_settings_targeted_attack_move 1
// dota_smart_doubletap 1
// dota_summoned_units_auto_attack_mode_2 -1
// dota_toggle_autoattack_automatically_during_orders 0
// "┌─ ┌───────────┐ "
// "└───────────────────────────────────────────────────┤ GUI stuff ├───────────────────────────────────────────────────┐"
// " └───────────┘ ─┘"
// "└───┤ no access without commands ├───┐"
// dota_arcana_disable_hud_display 1 // "arcana overlays"
// dota_hud_new_query_panel 0 // "default query [HAS BIND]"
// dota_speech_emotes 0 // "no emoticons on chatwheels"
// english 1
map_enable_background_maps 1 // "[HAS BIND]"
dota_health_hurt_decay_time_max 0.2 // "instant health decay 0.8"
dota_health_hurt_decay_time_min 0.075 // "instant health decay 0.3"
dota_health_hurt_delay 0.025 // "instant health decay 0.1"
dota_pain_factor 0.75 // "instant health decay 3"
dota_pain_fade_rate 0.75 // "instant health decay 3"
// dota_pain_decay 0 // "no longer a valid command"
// dota_pain_multiplier 0 // "no longer a valid command"
// "└───┤ accessible via settings ├───┐"
// pinned items on shop
// defaults are item_ward_observer item_ward_sentry item_smoke_of_deceit item_dust item_infused_raindrop item_bottle
dota_shop_common_items item_ward_observer item_ward_sentry item_smoke_of_deceit item_dust item_flask item_clarity
dota_camera_hold_select_to_follow 1
dota_turbo_courier_default_auto_deliver 0
dota_hud_extra_large_minimap 1 // "[HAS BIND]"
// cl_mouselook 1
// dota_alt_shows_neutral_spawn_boxes 1
// dota_alt_shows_tower_attack_range 1
// dota_camera_accelerate 50.0
// dota_camera_deatheffect 0
// dota_camera_disable_zoom 0
// dota_camera_speed 4500.0
// dota_enable_new_player_shop 0
// dota_enable_range_finder 1
// dota_help_tips_enabled 0
// dota_hide_tips_on_loading_screens 1
// dota_hud_colorblind 0
// dota_hud_contextual_tips_disable 1
// dota_hud_disable_damage_numbers 0
// dota_hud_flip 0
// dota_hud_healthbar_disable_status_display 0
// dota_hud_netgraph 1
// dota_hud_queued_orders_enable 1
// dota_hud_show_minimal_shop 0
// dota_leftclick_cameragrip_new 0
// dota_minimap_background_option 1
// dota_minimap_hero_scalar 0
// dota_minimap_hero_size 720.0
// dota_minimap_hide_background 0
// dota_minimap_misclick_time 0.0
// dota_minimap_position_option 0
// dota_minimap_primary_option 0
// dota_minimap_secondary_option 4
// dota_minimap_show_hero_icon 1
// dota_minimap_simple_background 1
// dota_minimap_simple_colors 0
// dota_screen_shake 0
// dota_shop_allow_hotkeys_on_shift 0
// dota_shop_force_hotkeys 0
// dota_shop_search_autofocus 0
// dota_show_popular_items 0
// "┌─ ┌───────────────┐ "
// "└─────────────────────────────────────────────────┤ Miscellaneous ├─────────────────────────────────────────────────┐"
// " └───────────────┘ ─┘"
chat_sound 0
con_enable 1
snd_gamevoicevolume 0.5
snd_gamevolume 0.7
snd_musicvolume 0
// dota_activate_window_on_hero_picking_start 0
// dota_activate_window_on_match_found 0
// dota_activate_window_on_unpause 1
// dota_guild_ignore_nonfriend_invites 1
// dota_join_new_player_chat_channel 0
// dota_join_regional_chat_channel 0
// dota_match_solo_fast_queue 1
// snd_mute_losefocus 1
// "┌─ ┌───────────────┐ "
// "└─────────────────────────────────────────────────┤ Cheat aliases ├─────────────────────────────────────────────────┐"
// " └───────────────┘ ─┘"
// "note that aliases don't work on lobbies with cheat disabled"
// "nor does chained commands"
// "nor can you exec anything"
alias "ginf" "dota_dev player_givegold 9999999"
alias "kbld" "dota_kill_buildings"
alias "kbts" "dota_kill_all_bots"
alias "kcpa" "dota_kill_creeps all"
alias "kcpd" "dota_kill_creeps dire"
alias "kcpn" "dota_kill_creeps neutral"
alias "kcpr" "dota_kill_creeps radiant"
alias "kow" "dota_clear_wards" // "kills observers"
alias "ksow" "dota_dev killwards" // "kills observers and sentries"
alias "lethal" "dota_hero_nearlethaldamage"
alias "lvmax" "dota_dev hero_maxlevel"
alias "roshan" "chatwheel_say 57;chatwheel_say 53" // "sends `<game time>` & `Roshan`"
alias "spcp" "dota_spawn_creeps"
alias "spnt" "dota_spawn_neutrals"
alias "sprs" "dota_respawn_roshan"
alias "suicide" "dota_hero_suicide"
alias "tp" "dota_dev hero_teleport"
alias "tree" "dota_treerespawn"
// ┌─ ┌─────────────────────┐
// └──────────────────────────────────────────────┤ Niche chain aliases ├──────────────────────────────────────────────┐
// └─────────────────────┘ ─┘
alias "aa" "init_bot_match_04;init_bot_match_06;init_bot_match_08;init_bot_match_10;"
alias "aa1" "init_bot_match_01;init_bot_match_06;init_bot_match_08;init_bot_match_10;"
alias "aa2" "init_bot_match_02;init_bot_match_06;init_bot_match_08;init_bot_match_10;"
alias "aa3" "init_bot_match_03;init_bot_match_06;init_bot_match_08;init_bot_match_10;"
alias "at" "init_bot_match_04;init_bot_match_07;init_bot_match_08;init_bot_match_10;"
alias "at1" "init_bot_match_01;init_bot_match_07;init_bot_match_08;init_bot_match_10;"
alias "at2" "init_bot_match_02;init_bot_match_07;init_bot_match_08;init_bot_match_10;"
alias "at3" "init_bot_match_03;init_bot_match_07;init_bot_match_08;init_bot_match_10;"
alias "aw" "init_bot_match_04;init_bot_match_07;init_bot_match_09;init_bot_match_10;"
alias "aw1" "init_bot_match_01;init_bot_match_07;init_bot_match_09;init_bot_match_10;"
alias "aw2" "init_bot_match_02;init_bot_match_07;init_bot_match_09;init_bot_match_10;"
alias "aw3" "init_bot_match_03;init_bot_match_07;init_bot_match_09;init_bot_match_10;"
// "Helpers"
alias "ch" "log_color General FF0000FF | grep %;echoln ├─────CONFIGHELP─────┤;log_color General FFFFFFFF | grep %;echo ch_aliases;echo ch_cheats;echo ch_keys"
alias "ch_aliases" "log_color General FF0000FF | grep %;echoln ├─────CONFIGHELP─────┤;log_color General FFFFFFFF | grep %;alias"
alias "ch_cheats" "log_color General FF0000FF | grep %;echoln ├─────CONFIGHELP─────┤;log_color General FFFFFFFF | grep %;ch_cheats_1;ch_cheats_2;"
alias "ch_keys" "log_color General FF0000FF | grep %;echoln ├─────CONFIGHELP─────┤;log_color General FFFFFFFF | grep %;key_listboundkeys"
alias "das" "map dota"
alias "dc" "disconnect"
alias "eac" "exec autoexec"
alias "gtgf" "dota_create_item item_wind_waker;dota_create_item item_wind_waker;dota_create_item item_wind_waker;dota_create_item item_wind_waker;dota_create_item item_yasha_and_kaya;dota_create_item item_swift_blink;dota_create_item force_boots"
alias "gtgfp" "dota_create_item item_wind_waker;dota_create_item item_wind_waker;dota_create_item item_wind_waker;dota_create_item item_wind_waker;dota_create_item item_yasha_and_kaya;dota_create_item item_swift_blink;dota_create_item force_boots;dota_create_item item_aghanims_shard;dota_create_item item_ultimate_scepter_2"
alias "gtgfpp" "dota_create_item item_wind_waker;dota_create_item item_wind_waker;dota_create_item item_wind_waker;dota_create_item item_wind_waker;dota_create_item item_yasha_and_kaya;dota_create_item item_swift_blink;dota_create_item force_boots;dota_create_item item_aghanims_shard;dota_create_item item_ultimate_scepter_2;dota_create_item moon_shard;dota_create_item item_greater_famango;dota_create_item item_greater_famango;dota_create_item item_greater_famango;dota_create_item item_cheese"
alias "de" "sv_cheats 1;dota_dev hero_refresh;dota_dev hero_respawn;dota_dev hero_maxlevel;dota_dev player_givegold 9999999;dota_easybuy 1;"
alias "dev" "sv_cheats 1;dota_dev hero_refresh;dota_dev hero_respawn;dota_dev hero_maxlevel;dota_dev player_givegold 9999999;dota_easybuy 1;dota_create_item item_aghanims_shard;dota_create_item item_ultimate_scepter_2;"
alias "devs" "sv_cheats 1;dota_dev hero_refresh;dota_dev hero_respawn;dota_dev hero_maxlevel;dota_dev player_givegold 9999999;dota_easybuy 1;dota_create_item item_aghanims_shard;dota_create_item item_ultimate_scepter_2;dota_create_item moon_shard;dota_create_item item_greater_famango;dota_create_item item_greater_famango;dota_create_item item_greater_famango;dota_create_item item_cheese;"
alias "devss" "sv_cheats 1;dota_dev hero_refresh;dota_dev hero_respawn;dota_dev hero_maxlevel;dota_dev player_givegold 9999999;dota_easybuy 1;dota_ability_debug 1;dota_all_vision 1;dota_creeps_no_spawning 1;dota_spawn_neutrals;"
alias "devx" "sv_cheats 1;dota_dev hero_refresh;dota_dev hero_respawn;dota_dev hero_maxlevel;dota_dev player_givegold 9999999;dota_easybuy 1;dota_ability_debug 1;dota_all_vision 1;dota_creeps_no_spawning 1;dota_spawn_neutrals;dota_create_item item_aghanims_shard;dota_create_item item_ultimate_scepter_2;"
alias "devxx" "sv_cheats 1;dota_dev hero_refresh;dota_dev hero_respawn;dota_dev hero_maxlevel;dota_dev player_givegold 9999999;dota_easybuy 1;dota_ability_debug 1;dota_all_vision 1;dota_creeps_no_spawning 1;dota_spawn_neutrals;dota_create_item item_aghanims_shard;dota_create_item item_ultimate_scepter_2;dota_create_item moon_shard;dota_create_item item_greater_famango;dota_create_item item_greater_famango;dota_create_item item_greater_famango;dota_create_item item_cheese;"
// "┌─ ┌────────────────────────────────────────────────────────────────────┐ "
// "└──────────────────────┤ Stupid work-around for the 'WARNING: Command too long... ignoring' ├──────────────────────┐"
// " └────────────────────────────────────────────────────────────────────┘ ─┘"
// "creating aliases to create aliases... ¯\_(ツ)_/¯"
alias "ch_cheats_1" "echo -allvision & -normalvision;echo -clearwards;echo -createhero # enemy|neutral;echo -disablecreepspawn & -enablecreepspawn;echo -givebots #;echo -gold #;echo -gottagofast;echo -hurtmebad;echo -item #;echo -killcreeps radiant|dire|neutral|all;echo -killwards;echo -levelbots;"
alias "ch_cheats_2" "echo -lvlmax;echo -lvlup #;echo -rapgod;echo -refresh;echo -respawn;echo -spawncreeps;echo -spawnneutrals;echo -spawnrune;echo -suicide;echo -teleport;echo -trees;echo -win;echo -wtf & -unwtf;"
alias "init_bot_match_01" "sv_cheats 1;sv_lan 1;sv_hibernate_when_empty 0;dota_quit_on_hibernate_after_lobby 0;dota_quit_after_game 0;dota_bot_match_difficulty 0;dota_bot_practice_difficulty 0;dota_bot_set_difficulty 0;dota_bot_match_use_matchmaking 0;dota_bot_match_team 2;"
alias "init_bot_match_02" "sv_cheats 1;sv_lan 1;sv_hibernate_when_empty 0;dota_quit_on_hibernate_after_lobby 0;dota_quit_after_game 0;dota_bot_match_difficulty 1;dota_bot_practice_difficulty 1;dota_bot_set_difficulty 1;dota_bot_match_use_matchmaking 0;dota_bot_match_team 2;"
alias "init_bot_match_03" "sv_cheats 1;sv_lan 1;sv_hibernate_when_empty 0;dota_quit_on_hibernate_after_lobby 0;dota_quit_after_game 0;dota_bot_match_difficulty 2;dota_bot_practice_difficulty 2;dota_bot_set_difficulty 2;dota_bot_match_use_matchmaking 0;dota_bot_match_team 2;"
alias "init_bot_match_04" "sv_cheats 1;sv_lan 1;sv_hibernate_when_empty 0;dota_quit_on_hibernate_after_lobby 0;dota_quit_after_game 0;dota_bot_match_difficulty 3;dota_bot_practice_difficulty 3;dota_bot_set_difficulty 3;dota_bot_match_use_matchmaking 0;dota_bot_match_team 2;"
alias "init_bot_match_05" "sv_cheats 1;sv_lan 1;sv_hibernate_when_empty 0;dota_quit_on_hibernate_after_lobby 0;dota_quit_after_game 0;dota_bot_match_difficulty 4;dota_bot_practice_difficulty 4;dota_bot_set_difficulty 4;dota_bot_match_use_matchmaking 0;dota_bot_match_team 2;"
alias "init_bot_match_06" "dota_bot_practice_start 1;dota_bot_match_solo 1;dota_bot_disable 0;dota_bot_practice_gamemode 0;dota_force_gamemode 0;dota_lobby_browser_selected_gamemode 0;dota_heropicker_ad_select_time 999;dota_heropicker_alldraft_banning_time 999;dota_heropicker_alldraft_random_time 999;"
alias "init_bot_match_07" "dota_bot_practice_start 1;dota_bot_match_solo 1;dota_bot_disable 0;dota_bot_practice_gamemode 23;dota_force_gamemode 23;dota_lobby_browser_selected_gamemode 23;dota_heropicker_ad_select_time 999;dota_heropicker_alldraft_banning_time 999;dota_heropicker_alldraft_random_time 999;"
alias "init_bot_match_08" "dota_heropicker_alldraft_select_time 999;dota_heropicker_ap_select_time 999;dota_heropicker_ar_select_time 999;dota_heropicker_ardm_select_time 999;dota_heropicker_fh_select_time 999;dota_heropicker_sd_select_time 999;dota_heropicker_select_penalty_cost 0;dota_heropicker_select_penalty_time 999;map dota;"
alias "init_bot_match_09" "dota_heropicker_alldraft_select_time 999;dota_heropicker_ap_select_time 999;dota_heropicker_ar_select_time 999;dota_heropicker_ardm_select_time 999;dota_heropicker_fh_select_time 999;dota_heropicker_sd_select_time 999;dota_heropicker_select_penalty_cost 0;dota_heropicker_select_penalty_time 999;map dota_683;"
alias "init_bot_match_10" "dota_creeps_no_spawning 0;dota_ability_debug 0;dota_all_vision 0;dota_easybuy 0;"
// "┌─ ┌───────────────┐ "
// "└─────────────────────────────────────────────────┤ General binds ├─────────────────────────────────────────────────┐"
// " └───────────────┘ ─┘"
bind "F11" "toggleconsole"
bind "F12" "disconnect"
bind "F23" "chatwheel_say 57" // "for the use of imitating the"
bind "F24" "chatwheel_say 53" // "alias `roshan` via a script"
bind "MWHEELUP" "say /thanks"
bind "MWHEELDOWN" "say /laugh"
bind "DEL" "exec autoexec"
bind "HOME" "dota_shop_common_items item_ward_observer item_ward_sentry item_smoke_of_deceit item_dust item_flask item_clarity"
// "end game items"
// "you can also do dumb stuff like item_ring_of_aquila item_poor_mans_shield"
// "item_courier item_flying_courier item_cheese item_aegis"
// "you get the idea, anything you know the id of"
bind "END" "dota_shop_common_items item_gem item_aghanims_shard item_ultimate_scepter_2 item_travel_boots_2 item_moon_shard item_rapier"
// bind "kp_enter" "roshan"
// "┌─ ┌──────────────────────────┐ "
// "└───────────────────────────────────────────┤ Toggle & increment binds ├───────────────────────────────────────────┐"
// " └──────────────────────────┘ ─┘"
// "the better but scrapped query panel toggle"
bind "i" "toggle dota_hud_new_query_panel"
// "switch autoattack state 0 = never, 1 = standard, 2 = always"
// "useful to switch to 'Never' when you play a hero like batrider"
// "where you don't have to turn to cast his napalm but after the"
// "cast the game issues an attack command, forcing you to turn"
bind "u" "incrementvar dota_player_units_auto_attack_mode 0 2 1"
bind "F6" "toggle dota_player_add_summoned_to_selection"
bind "F7" "toggle dota_player_channels_require_stop"
// "when you have same units (e.g meepo, arc warden) and you've selected them,"
// "you can cast the same ability without the need for 'next/previous unit'"
// "NOTE that this is going to wait for the ability to cast"
// "won't work for abilites that have no cast point"
bind "F8" "toggle dota_player_smart_multiunit_cast"
bind "F10" "dota_camera_center"
// "bigger map, useful for illusion heroes, but covers right-side notifications"
bind "printscreen" "toggle dota_hud_extra_large_minimap 1 2"
bind "ins" "toggle map_enable_background_maps"
// "┌─ ┌─────────────────────┐ "
// "└──────────────────────────────────────────────┤ Miscellaneous binds ├──────────────────────────────────────────────┐"
// " └─────────────────────┘ ─┘"
// "look at https://liquipedia.net/dota2game/List_of_Console_Commands for commands list"
// "look at https://liquipedia.net/dota2/Cheats for hero/unit/item ids & chat cheats"
// "right hand rule is converting spaces to _ and using all lowercase characters"
// "dota is a weird and old game, don't be surprised about what youll find"
// "looking at you, broodmother with 'the' and qop with 'of' ids"
bind "kp_0" "dota_dev hero_teleport" // "-teleport"
bind "kp_1" "aa" // "bot match"
bind "kp_2" "at" // "turbo bot match"
bind "kp_3" "map dota" // "plain match"
bind "kp_4" "dota_dev hero_refresh" // "-refresh"
bind "kp_5" "dota_dev hero_respawn" // "-respawn"
bind "kp_6" "toggle dota_creeps_no_spawning" // "-disablecreepspawn & -enablecreepspawn"
bind "kp_7" "toggle dota_ability_debug" // "-wtf & -unwtf"
bind "kp_8" "toggle dota_all_vision" // "-allvision & -normalvision"
bind "kp_9" "toggle sv_cheats"
// "-clearwards / dota_dev_clearwards"
// "-createhero # enemy|neutral / dota_create_unit #"
// "-givebots # / dota_bot_give_item #"
// "-gold # / dota_dev player_givegold #"
// "-gottagofast / dota_gotta_go_fast"
// "-hurtmebad / dota_hero_nearlethaldamage"
// "-item # / dota_create_item #"
// "-killcreeps radiant|dire|neutral|all / dota_kill_creeps #"
// "-killwards / dota_dev_killwards"
// "-levelbots / dota_bot_give_level #"
// "-lvlmax / dota_dev hero_maxlevel"
// "-lvlup # / dota_dev hero_level #"
// "-rapgod / dota_rap_god"
// "-spawncreeps / dota_spawn_creeps"
// "-spawnneutrals / dota_spawn_neutrals"
// "-spawnrune / dota_spawn_rune"
// "-suicide / dota_hero_suicide"
// "-trees / dota_treerespawn"
// "-win / dota_win"
// "┌─ ┌────────────────┐ "
// "└────────────────────────────────────────────────┤ Launch options ├────────────────────────────────────────────────┐"
// " └────────────────┘ ─┘"
// "-console -high -mainthreadpriority 1 -map dota -map_enable_background_maps 0 -nojoy -noprewarm -novid -novr"
// "-console"
// "-high"
// "-mainthreadpriority 1"
// "-map dota"
// "-map_enable_background_maps 0"
// "-nojoy"
// "-noprewarm"
// "-novid"
// "-novr"
// "┌─ ┌────────────────────────┐ "
// "└────────────────────────────────────────────┤ Miscellaneous commands ├────────────────────────────────────────────┐"
// " └────────────────────────┘ ─┘"
// "buddha"
// "developer"
// "dota_bot_disable"
// "dota_bot_force_pick"
// "dota_bot_populate"
// "dota_bot_practice_difficulty"
// "dota_bot_practice_gamemode"
// "dota_bot_practice_script"
// "dota_bot_practice_select_hero"
// "dota_bot_purchase_item_enable"
// "dota_camera_center"
// "dota_client_first_session"
// "dota_daynightcycle_toggle"
// "dota_default_gold"
// "dota_full_ui"
// "dota_gold_summary Print out gold info"
// "dota_graph_player_items_divider_height 50"
// "dota_graph_player_items_inset 10"
// "dota_graph_player_items_margin_top 16"
// "dota_graph_player_items_min_quality 0"
// "dota_graph_player_items_right_margin 100"
// "dota_graph_player_items_row_height 30"
// "dota_graph_player_items_scale_x 1"
// "dota_graph_player_items_show_consumables 0"
// "dota_new_player"
// "dota_new_player_seen_learn_tab"
// "dota_pause_countdown"
// "dota_player_status"
// "dota_respawn_roshan"
// "dota_turbo_matches_played"
// "dota_unpause_countdown"
// "dotadev_bind"
// "dotadev_binds_show"
// "dotadev_unbind"
// "gameinstructor_enable"
// "god"
// "host_timescale #"
// "screenmessage_notifytime"
// "screenmessage_show"
// "status"
// "unsubscribe_all_game_modes"
// "watch_server"
// "dota_spectator_auto_spectate_games"
//