Advertisement
Guest User

Untitled

a guest
Sep 11th, 2018
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 58.20 KB | None | 0 0
  1. // DOTA autoexec.cfg TWEAKED preset - get latest from https://dev.dota2.com/showthread.php?t=194985
  2. // Save as: Steam\steamapps\common\dota 2 beta\game\dota\cfg\autoexec.cfg (make sure extension is .cfg not .cfg.txt)
  3. //
  4. // To optimally read/edit this cfg, use a text processor featuring 132 chars per line and syntax highlighting to C++
  5. // Disable options/binds/commands you do not want forced by this cfg by starting lines with // C++ style line comment
  6. // Some reference hotkeys and options use tweaked values. Will override user settings if enabled (un-commented).
  7. //
  8. // What's new [2018-09-01]
  9. // Revised launch options
  10. // Innovative Camera Controls final concept, more in-game toggles, console spew filter, print behavior, sys_info, revised cfg layout
  11. //
  12. //----------------------------------------------------------------------------------------------------------------------------------
  13. // Dota 2 cfg tweaking is very limited ever since Reborn, so also use tweaked launch options:
  14. // 1. Add Dota 2 launch options: -autoconfig_level 0 -benchframes 1 -bench +reset_gameconvars
  15. // Run the game once - it will close itself shortly
  16. // 2. Remove above options, and add:
  17. // for POTATO-GRADE/ONBOARD HW -dx9 -dxlevel 95 -nod3d9ex
  18. // for LOW-GRADE HW -dx9
  19. // for MID-GRADE HW -dx11
  20. // for HIGH-GRADE HW -vulkan
  21. // for OTHER OS -gl
  22. // -nod3d9ex is incompatible with Fullscreen mode (alt-tab issues) so switch to Borderless Window if used (with -dx9 or -dx11)
  23. // [2018-05-01] -dx9 is again broken for many older hardware - don't expect fixes before TI8 ends, so use -dx11 -dxlevel 101 instead!
  24. // 3. Enable "Use advanced settings" under Settings - Video and restart the game.
  25. // 4. Optional disable gui hero browser animations and particles - to re-enable open console and press F11 or just F11 in-game:
  26. // +anim_disable 1 +cl_particle_simulate 0 +bind f10 "echoln cl_particle_simulate anim_disable | toggle"
  27. // 5. Optional performance launch options that you can try case by case if your hardware is stable:
  28. // -high -mainthreadpriority 1
  29. // 6. Optional to facilitate reporting issues, add launch options: -consolelog -conclearlog -con_timestamp +sys_info
  30. // and then share the file: Steam\steamapps\common\dota 2 beta\game\dota\console.log
  31. // 7. Optional troubleshooting launch options that you can try case by case:
  32. // -nogammaramp -novr -nojoy -noime -nobreakpad -nodump -nominidumps -nogamestats -noloaderlockprobe -disablehangwatchdog
  33. // -disable_async_shaders -disallowhwmorph -dontEvictTextures -dx11renderthreadstack -onethreadpool -swap_chain_as_is
  34. // -preloadtextures -nomipmaps -maxtextureres 256
  35. // 8. Optional launch options for the Steam executable (adjust to your path) Right-click Desktop - New - Shortcut:
  36. // "C:\Program Files (x86)\Steam\Steam.exe" -console -forceservice -windowed -nobigpicture -nointro -vrdisable -single_core
  37. // -inhibitbootstrap -nobootstrapperupdate -nodircheck -norepairfiles -noverifyfiles -nocrashmonitor -no-dwrite
  38. // +"@AllowSkipGameUpdate 1-skipstreamingdrivers
  39. // Bonus, the definitive steamwebhelper_killer! Completely remove Steam browser with: -no-browser
  40. // For significant fps gain (and glancevalue) try the No-Bling mod at https://github.com/No-Bling/DOTA
  41. //----------------------------------------------------------------------------------------------------------------------------------
  42. //
  43. clear; echoln; // Clear console and print cfg help
  44. log_color General 00FFFFFF | grep %; // set cyan color
  45. echoln " _______ ______ ______ ________ __ ___ ___ __ ________ _______ ______ "
  46. echoln " | __ \ / \ | _ \ | | | | | \/ | | | | / | ____| | _ \ "
  47. echoln " | | | | | ,~~, | | |_) | `~~| |~~` | | | \ / | | | `~~~/ / | |__ | |_) |"
  48. echoln " | | | | AVEYO`S | | | | | ___/ | | | | | |\/| | | | / / | __| | / "
  49. echoln " | `~~` | | `~~` | | | | | | | | | | | | | / /~~~, | |____ | |\ \ "
  50. echoln " |_______/ \______/ |__| |__| |__| |__| |__| |__| /_______| |_______| |__| \__\"
  51. echoln; echoln " SHORT COMMANDS (LOCAL ONLY): "
  52. echoln " ---------------------------------------------------------------------------------------------------- "
  53. echoln " | RR Reload .cfg from disk | FF Disconnect / reset menu | QQ Quit game fast |"
  54. echoln " | GG Start empty test game | BB/HH Spawn creeps / neutrals | VT Video Tweaks |"
  55. echoln " ---------------------------------------------------------------------------------------------------- "
  56. echoln; echoln " HOTKEY TOGGLES IN-GAME (MUST FIRST FREE THEM IN GUI TO USE):"
  57. echoln " ---------------------------------------------------------------------------------------------------- "
  58. echoln " | SPACE Hold Follow Any | MWHEELUP Free, Select Hero | MWHEELDOWN Select All Others |"
  59. echoln " | INS,CAPS UnBound Follow Any | HOME,MOUSE5 Bound Follow Hero | PGUP Large Follow Edge Bounds |"
  60. echoln " | DEL,CTRL Stop Follow Any | END,MOUSE4 Offset Follow Undo | PGDN Reset Follow Edge Bounds |"
  61. echoln " | SCROLLLOCK Window + EdgePan | KP/,KP+,KP- Shadows, Vol, Music | G,T Voice OpenMic Team,Party |"
  62. echoln " ---------------------------------------------------------------------------------------------------- "
  63. log_color General 00000000 | grep %; // set default color
  64. // Behaviour score printing:
  65. developer 1; dota_game_account_client_debug | alias; developer 0; echoln; alias | grep _score; echoln
  66. // System info printing:
  67. sys_info | grep Time;sys_info | grep Line;sys_info | grep OS;sys_info | grep main;sys_info | grep Game;sys_info | grep brand
  68. sys_info | grep CPUs;sys_info | grep Render[\s]sys;sys_info | grep Name;sys_info | grep Vers;sys_info | grep DXL;sys_info | grep Vid
  69. echoln "________________________________________________________________________________________________________"; echoln
  70.  
  71. //----------------------------------------------------------------------------------------------------------------------------------
  72. log_verbosity Console InputService off | grep %; // Stop console spew ( resumed at the end of the script )
  73. //----------------------------------------------------------------------------------------------------------------------------------
  74.  
  75. //----------------------------------------------------------------------------------------------------------------------------------
  76. alias ' AVEYO`S D-OPTIMIZER (cc) DOTA 2 REFERENCE CFG HOTKEYS tweaked: //? default: [] '
  77. //----------------------------------------------------------------------------------------------------------------------------------
  78. // Console hotkeys are worth using even if ALT modifiers can't be set and no quickast onkeyup. Matching GUI hotkeys take precedence
  79. alias ' ABILITIES GUI Suggestion: '
  80. //bind "Q" dota_ability_execute 0; // Ability 1 Q [Q]
  81. //bind "W" dota_ability_execute 1; // Ability 2 W [W]
  82. //bind "E" dota_ability_execute 2; // Ability 3 E [E]
  83. //bind "D" dota_ability_execute 3; // Ability 4 D [D]
  84. //bind "F" dota_ability_execute 4; // Ability 5 F [F]
  85. //bind "R" dota_ability_execute 5; // Ability Ultimate R [R]
  86.  
  87. alias ' ITEMS GUI Suggestion: '
  88. //bind "1" dota_item_quick_cast 0; //? Item 1 first item quickcast 1 [Z]
  89. //bind "2" dota_item_execute 1; //? Item 2 (onkeyup only in GUI) 2 [X]
  90. //bind "3" dota_item_execute 2; //? Item 3 3 [C]
  91. //bind "4" dota_item_execute 3; //? Item 4 4 [V]
  92. //bind "5" dota_item_execute 4; //? Item 5 5 [B]
  93. //bind "6" dota_item_execute 5; //? Item 6 6 [N]
  94.  
  95. alias ' CONTROL GROUPS GUI Suggestion: '
  96. //bind "Z" +dota_control_group 1; //? Group 1 Z [1]
  97. //bind "X" +dota_control_group 2; //? Group 2 X [2]
  98. //bind "C" +dota_control_group 3; //? Group 3 C [3]
  99. //bind "V" +dota_control_group 4; //? Group 4 V [4]
  100. //bind "B" +dota_control_group 5; //? Group 5 B [5]
  101. //bind "N" +dota_control_group 6; //? Group 6 N [6]
  102. //bind "7" +dota_control_group 7; // Group 7 [7]
  103. //bind "8" +dota_control_group 8; // Group 8 [8]
  104. //bind "9" +dota_control_group 9; // Group 9 [9]
  105. //bind "0" +dota_control_group 10; // Group 10 0 [0]
  106.  
  107. alias ' UNIT ACTIONS - SELECTION GUI Suggestion: '
  108. //bind "F1" +dota_camera_follow; // Select Hero [F1]
  109. //bind \ dota_select_all; //? Select All Units ALT+F1
  110. //bind \ dota_select_all_others; //? Select All Other Units ALT+F2
  111. //bind "TAB" dota_cycle_selected; // Next Unit [TAB]
  112.  
  113. alias ' UNIT ACTIONS - ACTIVITY GUI Suggestion: '
  114. //bind "A" mc_attack; // Attack Move / Force Attack [A]
  115. //bind "S" +dota_stop; // Cancel / Stop [S]
  116. //bind "H" dota_hold; // Hold Position [H]
  117. //bind "M" mc_move; // Move [M]
  118. //bind "RALT" +dota_unit_movetodirection; //? Directional Move (Ignore PathFinding)
  119. //bind "K" mc_patrol; //? Patrol K
  120. //bind "J" dota_glyph; // Activate Glyph [J]
  121. //bind "P" dota_radar; // Activate Scan [P]
  122. //bind \ use_item_client player_loadout action_item; // Action Item
  123. //bind "BACKSPACE" use_item_client current_hero taunt; //? Taunt Item BACKSPACE
  124.  
  125. alias ' SHOP ACTIONS GUI Suggestion: '
  126. //bind "F2" dota_select_courier; // Select Courier [F2]
  127. //bind "F3" dota_courier_deliver; // Courier Deliver Items [F3]
  128. //bind "F10" dota_courier_burst; //? Courier Shield (former Speed Burst) F10
  129. //bind "F4" toggleshoppanel; // Open Shop [F4]
  130. //bind "F5" dota_purchase_quickbuy; // Quickbuy [F5]
  131. //bind "F8" dota_purchase_stickybuy; // Stickybuy [F8]
  132. //bind "F6" stash_grab_all; //? Take Stash F6
  133.  
  134. alias ' INTERFACE GUI Suggestion: '
  135. //bind "`" +showscores; // Scoreboard [`]
  136. //bind "F9" dota_pause; // Pause [F9]
  137. //bind "PAUSE" jpeg_screenshot; //? Screenshot PAUSE [F6]
  138. //bind \ toggleconsole; // Console [\]
  139.  
  140. alias ' CAMERA ACTIONS GUI Suggestion: '
  141. //bind "MOUSE3" +cameragrip; // Camera Grip [MOUSE3]
  142. //bind "UPARROW" +forward; // Camera Forward [UPARROW]
  143. //bind "DOWNARROW" +back; // Camera Back [DOWNARROW]
  144. //bind "LEFTARROW" +moveleft; // Camera Left [LEFTARROW]
  145. //bind "RIGHTARROW" +moveright; // Camera Right [RIGHTARROW]
  146. //bind "=" camerazoomin; //? Camera Zoom In = [MWHEELUP]
  147. //bind "-" camerazoomout; //? Camera Zoom Out - [MWHEELDOWN]
  148. //bind "APP" dota_recent_event; //? Show Recent Event APP [SPACE]
  149. //bind "I" inspectheroinworld; // Showcase View [I]
  150.  
  151. alias ' //SAVED CAMERA POSITIONS GUI Suggestion: '
  152. //bind "kp_1" dota_camera_saved_position 1; //? Position 1
  153. //bind "kp_2" dota_camera_saved_position 2; //? Position 2
  154. //bind "kp_3" dota_camera_saved_position 3; //? Position 3
  155. //bind "kp_4" dota_camera_saved_position 4; //? Position 4 [kp_7]toprune [kp_8]shrine [kp_9]ancient
  156. //bind "kp_5" dota_camera_saved_position 5; //? Position 5 [kp_4]shrine [kp_5]river [kp_6]shrine
  157. //bind "kp_6" dota_camera_saved_position 6; //? Position 6 [kp_1]ancient [kp_2]shrine [kp_3]botrune
  158. //bind "kp_7" dota_camera_saved_position 7; //? Position 7
  159. //bind "kp_8" dota_camera_saved_position 8; //? Position 8
  160. //bind "kp_9" dota_camera_saved_position 9; //? Position 9
  161. //bind "kp_0" dota_camera_saved_position 10; //? Position 10
  162. //bind "CLEAR" dota_camera_saved_position 5; //? Position 5 #2 fix bugged kp_5 sending vk CLEAR when NumLock off
  163.  
  164. alias ' CHAT GUI Suggestion: '
  165. //bind "ENTER" say; // Chat to Team [ENTER]
  166. //bind "KP_ENTER" say; // Chat to Everyone (Hold Shift) [KP_ENTER]
  167. //bind "Y" +chatwheel; // ChatWheel [Y]
  168. //bind "\" +iv_voicerecord_party; // Voice (party) :
  169. //bind "\" +voicerecord; // Voice (team) : Use CFG OpenMic Voice Toggle instead [G]
  170.  
  171. alias ' PHRASES - OPTIONAL GUI Suggestion: '
  172. //bind "'" chatwheel_say "7"; //? Chat Phrase 63:Sorry ' "
  173. //bind "," chatwheel_say "2"; //? Chat Phrase 2:Get Back , <
  174. //bind "." chatwheel_say "6"; //? Chat Phrase 6:Push . >
  175. //bind "/" chatwheel_say "8"; //? Chat Phrase 8:Missing / ?
  176.  
  177. alias ' CUSTOMIZE CHAT WHEEL '
  178. //chat_wheel_phrase_0 8; // 8:Missing!
  179. //chat_wheel_phrase_1 1; // 1:Careful! phrase_6
  180. //chat_wheel_phrase_2 2; // 2:Get Back! phrase_5 < > phrase_7
  181. //chat_wheel_phrase_3 3; // 3:We need wards. phrase_4 < o > phrase_0
  182. //chat_wheel_phrase_4 4; // 4:Stun now! phrase_3 < > phrase_1
  183. //chat_wheel_phrase_5 5; // 5:Help! phrase_2
  184. //chat_wheel_phrase_6 6; // 6:Push now
  185. //chat_wheel_phrase_7 7; // 7:Well played!
  186.  
  187. //----------------------------------------------------------------------------------------------------------------------------------
  188. alias ' AVEYO`S D-OPTIMIZER (cc) DOTA 2 REFERENCE CFG OPTIONS tweaked: //? default: [] '
  189. //----------------------------------------------------------------------------------------------------------------------------------
  190. alias ' GAME OPTIONS '
  191. //dota_player_units_auto_attack_mode 1; // Auto Attack 0:Never, 1:Standard, 2:Always [1]
  192. //dota_player_add_summoned_to_selection 1; //? Auto Select Summoned Units [0]
  193. //dota_ability_quick_cast 1; // Double Tap Ability to Self Cast [1]
  194. //dota_smart_doubletap 1; // Smart Double Tap 1:Alt+Key does Self Cast [1]
  195. //dota_player_multipler_orders 1; //? Unified Orders with CTRL [0]
  196. //dota_player_teleport_requires_halt 1; // Teleport Requires Hold/Stop [1]
  197. //dota_player_channels_require_stop 1; // Channeled Abilities Require Hold/Stop [0]
  198. //dota_force_right_click_attack 1; //? Right-Click to Force Attack [0]
  199. //dota_settings_quick_target_attack 1; //? Quick Attack [0]
  200. //dota_settings_quick_move 1; //? Quick Move [0]
  201.  
  202. alias ' GAME - ADVANCED OPTIONS '
  203. //dota_summoned_units_auto_attack_mode_2 -1; // Summoned Unit Auto Attack -1:AsHero, 0:Never, 1:Standard, 2:Always [-1]
  204. //dota_disable_autoattack_during_stop 1; // Disable Autoattack When Stop is Held [1]
  205. //dota_toggle_autoattack_automatically_during_orders 1; //? Toggle Autoattack Automatically: Hold(S)=AA-Off, Stop(Alt+S)=AA-On [0]
  206. //dota_quickcast_onkeydown 1; // Quickcast On Key Down [1]
  207. //dota_shop_force_hotkeys 0; // Shop Always Uses Hotkeys [0]
  208. //dota_shop_search_autofocus 1; //? Shop Search Gets Focus On Open [0]
  209. //dota_settings_targeted_attack_move 1; //? Smart Attack Move [1]
  210. //dota_player_auto_repeat_right_mouse 0; // Auto-repeat Right Mouse [0]
  211. //dota_spectator_use_broadcaster_stats_panel 1; // Use Broadcaster Stats [1]
  212. //dota_activate_window_on_match_found 1; //? Bring Dota2 to front when match found [0]
  213. //dota_activate_window_on_hero_picking_start 1; //? Bring Dota2 to front for pick phase and game start [0]
  214. //dota_activate_window_on_unpause 1; //? Bring Dota2 to front when unpaused [0]
  215. //con_enable 1; //? Enable console [1]
  216.  
  217. alias ' CAMERA OPTIONS '
  218. //dota_camera_edgemove 1; // Edge Pan [1]
  219. //dota_camera_reverse 0; // Reverse Camera Grip [0]
  220. //dota_reset_camera_on_spawn 0; //? Center Camera on Hero on Respawn [1]
  221. //dota_camera_disable_zoom 0; // Disable Camera Zoom [0]
  222. //dota_camera_hold_select_to_follow 1; //? Hold Select Hero to Follow [0]
  223. //dota_camera_speed 5000; //? Camera Speed 5000:DotA-like [3000]
  224.  
  225. alias ' CAMERA - ADVANCED OPTIONS '
  226. //dota_leftclick_cameragrip_new 0; // Left-Click Activates Camera Grip 0:Directly [0]
  227. //dota_screen_shake 1; // Enable Screen Shake [1]
  228. //dota_camera_accelerate 50; //? Camera Deceleration [49]
  229. //dota_camera_dotatv_smooth_drag 1; //? Smoothdrag Camera when Spectating [0]
  230.  
  231. alias ' CAMERA - SAVED POSITIONS - OPTIONAL '
  232. //dota_saved_camera_pos_1 [-7232 -6921 642.908447] //? Radiant Fountain
  233. //dota_saved_camera_pos_2 [1317.40625 -4163.625 378.9055]//? Radiant Bot Shrine
  234. //dota_saved_camera_pos_3 [2250.5625 -1857.8437 213.8285]//? Bot Rune
  235. //dota_saved_camera_pos_4 [-4348.0937 198.21875 297.6516]//? Radiant Top Shrine [kp_7]toprune [kp_8]shrine [kp_9]ancient
  236. //dota_saved_camera_pos_5 [-530 -400 0] //? Mid River [kp_4]shrine [kp_5]river [kp_6]shrine
  237. //dota_saved_camera_pos_6 [3446.21875 330.15625 336.9679]//? Dire Bot Shrine [kp_1]ancient [kp_2]shrine [kp_3]botrune
  238. //dota_saved_camera_pos_7 [-1760 1216 192.525253] //? Top Rune + Roshpit
  239. //dota_saved_camera_pos_8 [-1201.7812 3914.1562 291.1723]//? Dire Top Shrine
  240. //dota_saved_camera_pos_9 [7168 6912 581.601013] //? Dire Fountain
  241. //dota_saved_camera_pos_10; // User defined, not overwritten by cfg
  242.  
  243. alias ' MINIMAP OPTIONS '
  244. //dota_minimap_simple_colors 1; //? Use Simple Colors in Minimap [0]
  245. //dota_minimap_hide_background 0; // Hide Minimap Background [0]
  246. //dota_hud_extra_large_minimap 0; // Use Extra Large Minimap [0]
  247. //dota_minimap_show_hero_icon 1; // Use Alt to show Hero icons [1]
  248. //dota_minimap_always_draw_hero_icons 1; //? Invert Alt Toggle [0]
  249. //dota_hud_flip 0; // Show Minimap on the Right [0]
  250. //dota_minimap_hero_size 600; // Minimap Hero Size 800:133% [600]
  251.  
  252. alias ' INTERFACE OPTIONS '
  253. //dota_show_hero_finder 0; //? Holding ALT Highlights Hero [1]
  254. //dota_alt_shows_neutral_spawn_boxes 1; //? Holding ALT Shows Neutral Spawnboxes [0]
  255. //dota_alt_shows_tower_attack_range 1; //? Holding ALT Shows Tower Attack Range [0]
  256. //dota_enable_range_finder 1; //? Show Ability Rangefinder While Casting [0]
  257. //dota_hero_overhead_names 0; // Display Names over Healthbar 0:Heroes 1:Players 2:Nothing [0]
  258. //dota_hud_healthbar_disable_status_display 0; // Disable Status Text i.e. "Stun bars" [0]
  259. //dota_hud_disable_damage_numbers 1; //? Hide Damage Numbers [0]
  260. //dota_hud_new_query_panel 0; //? Unit query overrides hero control console [1]
  261. //dota_hud_colorblind 0; // Colorblind Mode 0:None 1:Enabled 2:Differentiate Ally [0]
  262. //cl_auto_cursor_scale 1; // Automatically choose cursor size [1]
  263. //cl_cursor_scale 1; // Cursor size 0.3 - 3.0 [1]
  264.  
  265. alias ' MISCELLANEOUS OPTIONS '
  266. //dota_minimap_misclick_time 0.15; //? Minimap Misclick Protection Time 0:every click counts [0.2]
  267. //dota_ability_self_cast_timeout 0.5; //? Double-Tap Self Cast Timeout [0.6]
  268. //dota_minimap_hero_scalar 1; //? Dynamically Scale Hero Icons in Minimap [0]
  269. //dota_continue_click_movement_after_cast_cancel 0; //? Move after Ability Target Cancelled Cvar longer than description [1]
  270. //dota_camera_deatheffect 0; //? Camera Color-shift when Dead (forced always on if shaders enables) [1]
  271. //dota_hud_netgraph 1; //? Display Network Information [0]
  272. //dota_hide_tips_on_loading_screens 0; // Hide Tips on Loading Screens [0]
  273. //dota_default_spoilers_blocked 0; // Default Tournament Spoiler Block to On [0]
  274. //dota_armory_automatically_add_new_item_to_collection 0;// Automatically Add New Items to Collection Cvar longer than descr [0]
  275. //dota_join_regional_chat_channel 0; //? Join regional chat channel on startup PRIVACY ISSUE! [1]
  276.  
  277. alias ' SOCIAL OPTIONS '
  278. //dota_chat_enable_whispers 1; // Display Steam messages as whispers [1]
  279. //dota_chat_allow_global 0; // Channel messages appear in other channel tabs [1]
  280. //dota_chat_mute_everyone 0; // Mute all incoming chat [0]
  281. //dota_chat_mute_enemies 0; // Mute chat from enemies [0]
  282. //dota_ignore_nonfriend_invites 0; // Block party invites from non-friends [0]
  283. //dota_rp_hide_party_unless_open 1; //? Hide party status when not in an Open Party [0]
  284. //dota_open_party_manual_accept_invites 1; //? Do not auto-accept invites when in Open Party [0]
  285. //dota_trading_show_requests_from 1; // Trade invites from 1:Guildmates and Friends, 0:Friends, 2:Anyone [1]
  286.  
  287. alias ' NETWORK OPTIONS '
  288. //cl_network_quality2 -1; // Network Quality High-end Network:1, Low-end Network:0, Def: [-1]
  289.  
  290. alias ' HOTKEYS OPTIONS '
  291. //input_button_code_is_scan_code 1; //? Bind keys based on keyboard position Hit and miss, set it in GUI [0]
  292. //dota_enable_direct_quickcast_bindings 1; //? Enable Advanced Quickcast/Autocast Hotkeys [0]
  293.  
  294. alias ' AUDIO VOLUME '
  295. //volume 0.5; //? Master Volume [1]
  296. //snd_gamevolume 0.4; //? Game Sounds [1]
  297. //snd_musicvolume 0.3; //? Music [1]
  298. //snd_voipvolume 1.0; //? Voice [1]
  299. //snd_gamevoicevolume 0.5; //? Unit Speech [1]
  300. //dota_speech_level 1; //? Unit Speech Level: 0:Off 1:Events 2:All [2]
  301.  
  302. alias ' AUDIO - ADVANCED '
  303. //sound_device_override 0; // Sound Device Better set the default in OS settings [0]
  304. //speaker_config -1; // Speakers config 7:7.1, 5:5.1, 4:4.0, 2:stereo, 1:hphones, -1:def [-1]
  305. //snd_mute_losefocus 1; // !Play Sound in Desktop Really dislike these inversed gui-cvars [1]
  306. //chat_sound 0; // Chat Message Sound [0]
  307. //dota_mute_cobroadcasters 0; // Mute Co-Broadcasters [0]
  308. //closecaption 0; // Use Captions [0]
  309. //dota_force_default_respawn_stinger 1; //? Always use default respawn music [0]
  310. //dota_force_default_death_stinger 1; //? Always play default death music [0]
  311. //snd_autodetect_latency 0; //? Autodetect Audio Latency [1]
  312.  
  313. alias ' AUDIO - VOICE '
  314. //voice_vox 0; // Enable Open Mic 0:None, 1:Party, 2:Team [0]
  315. //voice_threshold 6500; //? Open Mic Threshold ~10% 0:0%, 65535:100% i.e. disabled [4000]
  316. //voice_always_sample_mic 0; // Streamlined Push To Talk Enable if voice hotkey gives fps loss [0]
  317.  
  318. alias ' Potato preset VIDEO - D-OPTIMIZER PRESETS: Potato Low OPTIMAL Med High Ultra '
  319. dota_portrait_animate 0; // Animate Portrait 0 0 0 1 1 1
  320. r_deferred_additive_pass 0; // Additive Light Pass 0 0 1 1 1 1
  321. r_deferred_simple_light 1; // World Lighting 0 1 1 1 1 1
  322. r_ssao 0; // Ambient Occlusion 0 0 0 0 0 1
  323. r_dota_normal_maps 0; // Normal Maps 0 0 1 1 1 1
  324. r_dota_allow_parallax_mapping 0; // Ground Parallax 0 0 0 0 1 1
  325. dota_ambient_creatures 0; // Ambient Creatures 0 0 0 0 1 1
  326. dota_ambient_cloth 0; // Ambient Cloth Simulation 0 0 0 1 1 1
  327. r_grass_quality 0; // Grass 0 0 1 2 3 4
  328.  
  329. r_dota_fxaa 0; // Anti-Aliasing 0 0 0 0 1 1
  330. r_deferred_specular 0; // Specular 0 0 0 1 1 1
  331. r_deferred_specular_bloom 0; // Specular and Light Blooms 0 0 0 0 1 1
  332. dota_cheap_water 1; // !High Quality Water 1 1 1 1 0 0
  333. r_deferred_height_fog 0; // Atmospheric Fog 0 0 0 1 1 1
  334. r_dashboard_render_quality 0; // High Quality Dashboard 0 0 0 0 1 1
  335. r_dota_allow_wind_on_trees 0; // Tree Wind 0 0 1 1 1 1
  336.  
  337. r_texture_stream_mip_bias 0; // Texture Quality 2 1 1 1 0 0
  338. r_texturefilteringquality 0; // Texture Filtering (not in GUI) 0 1 2 3 4 5
  339. cl_particle_fallback_base 4; // Effects Quality 4 4 4 2 0 0
  340. cl_globallight_shadow_mode 0; // Shadow Quality 0 1 2 2 2 3
  341. mat_viewportscale 1.0; // Render Quality 0.71 0.81 0.91 1.0 1.0 1.0
  342. fps_max 60.0f; // Maximum frames per second 60 60 120 120 144 240
  343.  
  344. //----------------------------------------------------------------------------------------------------------------------------------
  345. alias ' AVEYO`S D-OPTIMIZER (cc) DOTA 2 EXTRA OPTIONS (NOT IN GUI) tweaked: //? default: [] '
  346. //----------------------------------------------------------------------------------------------------------------------------------
  347. alias ' MISC '
  348. dota_hero_auto_graball 0; // 1:Automatically grab items from stash when hero return to fountain [0]
  349. dota_minimap_disable_rightclick 0; // 1:Disable right-click over minimap - can be annoying at first [0]
  350. dota_player_simplified_controls 0; // 1:R-click move, L-click attack, L-click drag to select, etc. [0]
  351. dota_player_smart_multiunit_cast 1; //? 1:Trigger ability for the next same unit in selection without Tab [0]
  352. dota_swap_mouse_spellcast 0; // 1:Trigger ability on left click instead, breaks quickcast! [0]
  353. dota_minimap_creep_scale 1.5; //? 1:Minimap creep scale [1]
  354. voice_chat_bubble_show_volume 1; // 1:Show voice volume on chat bubles, 0 breaks the bubles! [1]
  355. voice_local_icon 0; // 1:Show icon while you speak in local bot match [0]
  356. cl_voice_transmit_lobby 0; // 1:Transmit voice while in lobby? [0]
  357. dota_speech_emotes 0; //? 1:Enable speech emotes [1]
  358. hud_fastswitch 1; //? 1:Nothing atm (still) [0]
  359. r_dota_disable_portrait_world_renderer 1; //? 1:Disable 3d models+particles in menu - RIP because greedy golem [0]
  360. engine_experimental_drop_frame_ticks 1; //? 1:Skip frame ticks when the client is catching up in low fps - NEW! [1]
  361. dota_experimental_stats_interval 120; //? Seconds between each experimental stat update. [60]
  362.  
  363. alias ' MAIN NETWORK SETUP '
  364. cl_updaterate 30; //? low:15, high:30, max=sv_maxupdaterate=60, min=sv_minupdaterate=10 [20]
  365. cl_cmdrate 30; //? low:15, high:30, max=sv_maxcmdrate=40, min=10 [30]
  366. cl_spectator_cmdrate_factor 0.25; //? Rate multiplier when connected via hltv reduced for high rates [0.5]
  367. cl_interp_ratio 1; //? min=sv_client_min_interp_ratio=1, max=sv_client_max_interp_ratio=5 [2]
  368. cl_spectator_interp_ratio 4; //? When connected to hltv or playing a demo, adjust interp time by [2]
  369. cl_interp 0; //? cl_interp_ratio/cl_updaterate; for 60 upd is 0.016667; 0=auto [0.05]
  370.  
  371. alias ' ADVANCED NETWORK OPTIONS '
  372. rate 80000; // min=sv_minrate=5000 won't actually consume that much [80000]
  373. net_maxcleartime 4.0; //? chocke fix: 0.01 [4.0]
  374. net_splitrate 1; // chocke fix: 2 [1]
  375. net_maxroutable 1200; // max=sv_maxroutable max packet size before splitting [1200]
  376. net_usesocketsforloopback 1; //? Use network sockets layer even for listen server local player [0]
  377. host_limitlocal 1; //? Apply cl_cmdrate and cl_updaterate to loopback connection [0]
  378. cl_downloadfilter none; //? does nothing? [all]
  379. alias - cl_predict 0; // The most important tweaking cvar has been disabled in matchmaking [0]
  380. cl_pred_optimize 1; // if didn't receive a network update(1), also for not repredicting(2) [2]
  381. cl_lagcompensation 1; // Perform server side lag compensation of weapon firing events. [1]
  382. cl_lagcomp_errorcheck 1; //? Player index of other player to check for position errors. [0]
  383. cl_smooth 1; //? Smooth view/eye origin after prediction errors [0]
  384. cl_smoothtime 0.1; // Smooth client's view after prediction error over this many secs [0.1]
  385. cl_interp_threadmodeticks 0; // Additional interpolation ticks to use with threaded engine mode set [0]
  386. net_p2p_api_client_to_client 1; //? 0: old, 1: new [0]
  387. net_p2p_api_game 2; //? 0: old sessions, 1:new session, 2:new socket. [0]
  388. net_p2p_listen_dedicated 1; //? Should dedicated server listen for new-style P2P? [0]
  389.  
  390. alias ' OTHER PERFORMANCE / DEBUG TWEAKS '
  391. snd_mixahead 0.05; //? Sound engine buffer - fix crackling: 0.2 / 0.1 (slight delay) [0.001]
  392. m_rawinput 0; // Use Raw Input for mouse - better in high pooling rate (500Hz+) [0]
  393. m_mousespeed 0; //? Windows mouse speed acceleration 0=disable 1=enable [1]
  394. engine_no_focus_sleep 50; //? Power savings while alt-tab 50=more, 0=none (for streaming) [20]
  395. r_experimental_lag_limiter 0; // 1:VSync w less inputlag if can maintain fps (dev.dota2 t=184108) [0]
  396. r_frame_sync_enable 0; //? 0:Disable frame sync for broken/potato systems (dev.dota2 t=174732) [1]
  397. voice_chat_bubbles 1; // Show voice bubbles - Random polygon lines when voice (fixed in 7.0) [1]
  398. dota_show_itempickups 0; // Show Item pickups - If multiple instances lowers fps, set to 0 [1]
  399. @panorama_show_fps 0; // Show FPS in main menu, too - or use cl_showfps 4 instead [0]
  400.  
  401. //----------------------------------------------------------------------------------------------------------------------------------
  402. alias ' AVEYO`S D-OPTIMIZER (cc) DOTA 2 VIDEO TWEAKS Can be toggled with the short console command: VT '
  403. //----------------------------------------------------------------------------------------------------------------------------------
  404. alias VT "VT2";alias is0 "log_flags InputService +DoNotEcho | grep %";alias is1 "log_flags InputService +DoNotEcho | grep %"//spew
  405. alias v0a "allow_clientside_entities 1;dota_allow_clientside_entities 1;dota_allow_clientside_particles 1";
  406. alias v1a "allow_clientside_entities 0;dota_allow_clientside_entities 0;dota_allow_clientside_particles 0"; // world fires
  407. alias v0b "cl_particle_fallback_base 0;cl_particle_fallback_multiplier 0;cl_particle_sim_fallback_threshold_ms 6";
  408. alias v1b "cl_particle_fallback_base 4;cl_particle_fallback_multiplier 1;cl_particle_sim_fallback_threshold_ms 1"; // effects
  409. alias v0c "cl_particle_sim_fallback_base_multiplier 5;cl_retire_low_priority_lights 0;r_PhysPropStaticLighting 0;";
  410. alias v1c "cl_particle_sim_fallback_base_multiplier 50;cl_retire_low_priority_lights 1;r_PhysPropStaticLighting 1"; // lights
  411. alias v0d "r_dota_enabled_3d_skybox_postprocess 1;r_dota_render_2d_skybox 1;r_dota_render_3d_skybox 1;r_draw3dskybox 1";
  412. alias v1d "r_dota_enabled_3d_skybox_postprocess 0;r_dota_render_2d_skybox 0;r_dota_render_3d_skybox 0;r_draw3dskybox 0"; // 3d sky
  413. alias v0e "@panorama_experimental_fast_box_shadow 1;cl_show_splashes 1;dota_screen_shake 1;dota_hud_reduced_flash 0"; // flash
  414. alias v1e "@panorama_experimental_fast_box_shadow 0;cl_show_splashes 0;dota_screen_shake 0;dota_hud_reduced_flash 0";//1=razor bug
  415. alias v0f "mat_colcorrection_disableentities 0;cl_ragdoll_limit 20;enable_boneflex 1;flex_smooth 1";
  416. alias v1f "mat_colcorrection_disableentities 0;cl_ragdoll_limit 10;enable_boneflex 0;flex_smooth 0"; // ragdoll
  417. alias v0g "rope_collide 1;rope_subdiv 2;rope_smooth 1;rope_averagelight 1;rope_rendersolid 1;r_ropetranslucent 1";
  418. alias v1g "rope_collide 0;rope_subdiv 1;rope_smooth 0;rope_averagelight 0;rope_rendersolid 0;r_ropetranslucent 0"; // ropes
  419. alias v0h "dota_hud_disable_damage_numbers 0;dota_hud_healthbar_disable_status_display 0";// stunbars forced enabled atm
  420. alias v1h "dota_hud_disable_damage_numbers 1;dota_hud_healthbar_disable_status_display 0";// dota_use_animated_inventory_icons=rip
  421. alias v0i "cloth_update 1;cloth_step 1;cloth_simulate 1;r_draw_selected_ring 1;dota_disable_unit_ring 0";
  422. alias v1i "cloth_update 0;cloth_step 0;cloth_simulate 0;r_draw_selected_ring 0;dota_disable_unit_ring 1"; // VT2
  423. //alias - 7.07 status resistance messing with disable durations makes stun bars way too necessary so presets no longer disables them
  424. //alias - 7.07 also broke Razor whip particles under reduced flash mode, so presets no longer enables the mode (fixed in No-Bling)
  425. //// [VT2]: cloth_ = physics+trail ex: Axe`s Blood Chaser, r_draw_selected_ = white selected circle, dota_hud_healthbar_ =stunbars
  426. alias VT0 "is0;v0a;v0b;v0c;v0d;v0e;v0f;v0g;v0h;v0i;r_textures_evict_all;is1;alias VT VT1;echoln [VTweaks]=0 Enter VT to switch.."
  427. alias VT1 "is0;v1a;v1b;v1c;v1d;v1e;v1f;v1g;v1h;v0i;r_textures_evict_all;is1;alias VT VT2;echoln [VTweaks]=1 Enter VT to switch.."
  428. alias VT2 "is0;v1a;v1b;v1c;v1d;v1e;v1f;v1g;v1h;v1i;r_textures_evict_all;is1;alias VT VT0;echoln [VTweaks]=2 Enter VT to switch.."
  429. VT1;// replace with VT0 to use defaults; VT2 to disable cloth, select circle; remove or //comment to not apply at start
  430. //alias - 7.07 status resistance messing with disable durations makes stun bars way too necessary so presets no longer disables them
  431. //alias - 7.07 also broke Razor whip particles under reduced flash mode, so presets no longer enables the mode (fixed in No-Bling)
  432.  
  433. //----------------------------------------------------------------------------------------------------------------------------------
  434. alias ' AVEYO`S D-OPTIMIZER (cc) SHORT COMMANDS (LOCAL ONLY) These do not work in a matchmaking game '
  435. //----------------------------------------------------------------------------------------------------------------------------------
  436. alias RR "echoln [RR: RELOAD CFG FROM DISK] ;exec autoexec"
  437. alias QQ "echoln [QQ: QUIT] ;quit"; // Whoever thaught that q-Tab = +query is a good idea...
  438. alias VT "VT1"; // initiate VIDEO TWEAKS toggle alias
  439.  
  440. alias gg1 "echoln [GG: START EMPTY TEST GAME];sv_cheats 1;sv_lan 0;sv_alternateticks 1;sv_stats 0;tv_enable 0;host_limitlocal 1"
  441. alias GG "gg1; dota_creeps_no_spawning 1;dota_bot_practice_start 0;dota_easybuy 1;hideconsole;map dota;sv_cheats 1"
  442. alias ff1 "echoln [FF: DISCONNECT/STOP] ;#stop;stopdemos;dota_bot_practice_start 0;dota_easybuy 0;sv_alternateticks 0;sv_cheats 1"
  443. alias FF "ff1; sv_cheats 0;cl_showfps 0;hideconsole;disconnect"
  444. alias BB "echoln [BB: SPAWN CREEPS TOGGLE]; incrementvar dota_creeps_no_spawning 0 1 1"
  445. alias HH "echoln [HH: HERO AND SPAWNS REFRESH] ;dota_dev hero_refresh;dota_spawn_neutrals;hideconsole"
  446. alias UU "echoln [UU: LEVELUP X5] ;dota_dev hero_level 5;dota_bot_give_level 5;hideconsole"
  447. alias ZZ "echoln [ZZ: ADD FRIENDLY AXE];dota_create_unit npc_dota_hero_axe;hideconsole"
  448. alias XX "echoln [XX: ADD ENEMY AXE];dota_create_unit npc_dota_hero_axe enemy;hideconsole"
  449.  
  450. //----------------------------------------------------------------------------------------------------------------------------------
  451. alias ' AVEYO`S D-OPTIMIZER (cc) SPECIAL HOTKEYS Free existing GUI hotkeys manually to enable '
  452. //----------------------------------------------------------------------------------------------------------------------------------
  453.  
  454. // [SCROLLLOCK] Window Lock + Edge Pan toggle with Useful for borderless window / multi-monitor setup
  455. bind SCROLLLOCK "echoln dota_mouse_window_lock dota_camera_edgemove | toggle"
  456.  
  457. // [KP_DIVIDE] Video Shadow I always camera follow roam, with shadows on :D
  458. bind KP_DIVIDE "incrementvar cl_globallight_shadow_mode 0 2 2 | grep ."// Shadow Quality: high - off
  459.  
  460. // [KP_MULTIPLY] Dump active particles list Dota console grep with regex!
  461. bind KP_MULTIPLY "dumpparticlelist | grep [^0\s][\d]*,[\s]flags;echoln To export, enter: condump;showconsole"
  462.  
  463. // [KP_PLUS] / [KP_MINUS] Master / Music Volume
  464. bind KP_PLUS "incrementvar volume 0 1 -0.25 | grep ."// Master Volume: 100% 75% 50% 25% 0%
  465. bind KP_MINUS "incrementvar snd_musicvolume 0 1 -0.25 | grep ."// Music Volume: 100% 75% 50% 25% 0%
  466.  
  467. // [G] / [T] Open Mic Voice Chat TEAM / PARTY toggle - was broken in 7.17 for a couple weeks
  468. bind G "incrementvar voice_vox 0 2 2 | grep %" // Team
  469. bind T "incrementvar voice_vox 0 1 1 | grep %" // Party
  470.  
  471. // [G] / [T] Hands-Free Voice Chat TEAM / PARTY toggle - Yet another ingenious alternative brought to you by AveYo
  472. //bind G "toggle cl_voiceenabled | +voicerecord" // Team
  473. //bind T "echoln cl_voiceenabled voice_vox | toggle" // Party
  474.  
  475. // Camera Zoom with [-] and [+] instead of default MWHEELUP / MWHEELDOWN since those are re-assigned for better tasks by this cfg
  476. //bind = "camerazoomin"// Or set to [ALT]+[MWHEELUP] in GUI
  477. //bind - "camerazoomout"// Or set to [ALT]+[MWHEELDOWN] in GUI
  478.  
  479. //----------------------------------------------------------------------------------------------------------------------------------
  480. // INNOVATIVE CAMERA CONTROLS BY AVEYO - FINAL CONCEPT in spite of lame one cmd per key rule..
  481. //----------------------------------------------------------------------------------------------------------------------------------
  482.  
  483. // [SPACE] : HOLD TO FOLLOW ANY single-click also stops UnBound Follow Any
  484. bind SPACE "+dota_control_group 1337"// double-click also stops Bound Follow Hero
  485.  
  486. // [INS] or [CAPSLOCK] : UNBOUND FOLLOW ANY remains active on key release as if double-clicking portrait
  487. bind INS "toggle dota_camera_center | +dota_control_group 1337"// gets interrupted by edge panning!
  488. bind CAPSLOCK "toggle dota_camera_center | +dota_control_group 1337"// can be offset by camera gripping
  489. // [DEL] or [CTRL] : STOP UNBOUND FOLLOW ANY
  490. bind CTRL "-dota_control_group 1337"//
  491. bind RCTRL "-dota_control_group 1337"//
  492. bind DEL "-dota_control_group 1337"
  493.  
  494. // [HOME] or [MOUSE5] : BOUND FOLLOW HERO ONLY remains active on key release as if holding Select Hero key
  495. bind MOUSE5 "toggle | +dota_camera_follow"// does not get interrupted by edge panning!
  496. bind HOME "toggle | +dota_camera_follow"// can be offset by camera gripping
  497. // [END] or [MOUSE4] : OFFSET FOLLOW UNDO (IF CAMERA GRIP CHANGED IT) applies instantly, even if not currently following
  498. bind MOUSE4 "toggle | +cameragrip +dota_camera_center_on_hero"//
  499. bind END "toggle | +cameragrip +dota_camera_center_on_hero"//
  500. // [PGUP] : LARGE BOUND FOLLOW RANGE - INCREMENTAL edge pan further away while bound following hero
  501. bind PGUP "incrementvar dota_camera_smart_follow_edge_distance 1500 4500 1000 | grep ."// adjusted range written to console
  502. // [PGDN] : RESET BOUND FOLLOW RANGE edge pan closer (def) while bound following hero
  503. bind PGDN "dota_camera_smart_follow_edge_distance 500 | grep reset"// reset range written to console
  504. //// WHAT? Press Home. Move mouse around the screen edges (or use arrow keys). Press PGUP. Move. PGUP. Move. PGDN. You'll get it..
  505.  
  506. // [MWHEELUP] : SELECT HERO AND FREE CAMERA roll up once centers camera on main hero
  507. bind MWHEELUP "+dota_camera_follow"// stops camera follow
  508. // [MWHEELDOWN] : SELECT ALL OTHERS roll down twice centers camera on portrait
  509. bind MWHEELDOWN "dota_select_all_others"// does not stop camera follow (roll up before)
  510.  
  511. // SUPPORTING OPTIONS FOR THE ABOVE FUNCTIONS default: []
  512. dota_mouse_window_lock 1// Set initial state for Window lock - should be paired with Edge Pan [1]
  513. dota_camera_edgemove 1// Set initial state for Edge Pan - should be paired with Window Lock [1]
  514. dota_camera_follow_doublepress_time 1000001// Allow single-click Camera Center if selection is unchanged [0.5]
  515. dota_camera_hold_select_to_follow 1// Enable Sticky Follow Hero - camera grip will not stop follow [1]
  516. dota_camera_lock_view_helper 1// Enable Follow Offset with camera grip [1]
  517. dota_camera_smooth_enable 0// Disable camera smooth (gains speed) [1]
  518. dota_camera_smart_follow_offset_time 1// Camera follow time (experimental: 9999) [1]
  519. dota_camera_smart_follow_edge_distance 500// Camera follow distance (experimental: 6000 or 12000) [500]
  520. dota_camera_smart_follow_drag_distance 500// Camera follow drag (experimental: 6000 or 12000) [500]
  521. //alias - About experimental: https://dev.dota2.com/showthread.php?t=276971
  522.  
  523. //----------------------------------------------------------------------------------------------------------------------------------
  524. alias ' AVEYO`S D-OPTIMIZER (cc) DOTA 2 CONSOLE SPEW FILTER still written to console.log '
  525. //----------------------------------------------------------------------------------------------------------------------------------
  526. log_flags "Entity Load Unserialize" "Networking Reliable" "AnimationSystem: IK" SteamUnifiedMessages NetworkServerService +donotecho
  527. log_flags NetworkClientService EngineServiceManager EngineInitialization SoundSystemLowLevel SoundOperatorSystem modellib +donotecho
  528. log_flags PostProcessPipeline ToolGameSimulation RenderPipelineDota SoundOpGameSystem SchemaSystemUtils NetworkP2PService +donotecho
  529. log_flags "Combat Analyzer" SndEmitterSystem RenderPipelineVr HostStateManager DeveloperVerbose DeveloperConsole GCClient +donotecho
  530. log_flags DOTAHLTVDirector SteamNetSockets GameEventSystem DownloadManager CustomGameCache AnimationSystem WeekendTourney +donotecho
  531. log_flags "Entity System" VScriptScripts ResourceSystem PostProcessing PanoramaScript NetworkService MaterialSystem VProf +donotecho
  532. log_flags DOTAHLTVCamera CustomNetTable ClientMessages AnimationGraph "Entity Dump" "BitBuf Error" WorldRenderer CustomUI +donotecho
  533. log_flags VolumetricFog VguiCallQueue SaveRestoreIO RenderService ModelCombiner InstantReplay "HLTV Server" Server Client +donotecho
  534. log_flags stringtables UserMessages SndOperators SchemaSystem SceneSystem RenderSystem ParticlesLib NetSteamConn Workshop +donotecho
  535. log_flags InputService HangWatchdog AnimResource TypeManager ToneMapping SplitScreen SplitPacket SoundSystem Assert Panel +donotecho
  536. log_flags SignonState SaveRestore InputSystem GlobalState CommandLine VScriptDbg SpawnGroup ScenePrint Networking LOADING +donotecho
  537. log_flags MeshSystem Filesystem ServerLog Particles EmitSound DotaGuide Developer DOTA_CHAT BoneSetup Panorama Console VR +donotecho
  538. log_flags VScript Physics NavMesh General Decals Steam Host Demo Vfx IME +donotecho // All channels muted
  539. // Cherry-pick channels to un-mute from above
  540. log_flags Client Networking NetSteamConn NetworkClientService NetworkService NetworkP2PService "Networking Reliable" -donotecho
  541. log_flags Demo Developer DeveloperConsole DeveloperVerbose VScript VScriptDbg VScriptScripts PanoramaScript Panorama -donotecho
  542. log_flags General InputService Console -donotecho // primary console output
  543. // Some errors are spewed in the General channel, can only be silenced by setting it's verbosity to essential (losing user output)
  544. log_verbosity Panorama Console essential; // stop DispatchAsyncEvent ..
  545.  
  546. //----------------------------------------------------------------------------------------------------------------------------------
  547. alias ' '; bind \ toggleconsole; con_enable 1; log_verbosity General Console InputService default | grep %; // Resume console spew
  548. //----------------------------------------------------------------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement