Notepad++ Tweaks for Bermuda’s Dota 2 CFG
Default Notepad++ theme is really… Boring. Editing text files can be a frustrating job and sometimes, you need some interesting colours to turn you on (?)
Anyway! When your are editing my CFG or anything and wish to make your Notepad++ look like above, just follow this guide :)
Firstly, download the lastest version of Notepad++
Then download the xml file :
1. Go to Notepad++ > Language > Define your language
Then select Language > Bermudic. You need to select this every time you open a cfg.
4. Restart Notepad++
5. Settings > Style Configurator
Language : Global Styles > Style : Default Style > Background > More Colours
6. Global Styles > Current line background > Background > R/G/B = 28/28/28
7. Global Styles > Caret colour > Foreground > white
8. Global Styles > Selected text colour > Background > R/G/B = 50/50/50
9. Finally, Plugins > DSpellCheck > Spell Check Document Automatically to disable dictionary.
Dota 2 Universal Keybind – The Easiest Way to Bind hotkeys in Dota 2
Latest version : BETA 1
Announcement : Dota2 Universal Bind is currently open to any suggestion! Please leave any suggestion in the comments or contact me in any ways.. :)
–
Dota 2 Universal Bind reads your autoexec.cfg and default hotkeys from Dota 2 (by reading config.cfg) and lays the keys out in a simple, easy-to-read UI, allowing you to re-bind keys easily.
Simple to use, you only need to assign ‘dota 2 beta’ folder in your Steam library and you can start rebinding :)
This is currently going through beta and the developer is active to take in any suggestions :)
Source code of the program will be distributed for free after beta phase is over.
Requirements : .NET Framework 4.5 or higher
–
Download :
Instructions :
1. Run the program and assign the ‘dota 2 beta’ folder in your Steam Library
2. Commands and hotkeys from autoexec.cfg and config.cfg are listed on the left
3. Select any command you wish to bind and Left Click on the key you wish to bind
4. Wheel Click any key to unbind that specific key
5. Right Click to move the binded command to another key (RMB on any key > RMB on another key to move the command)
6. Save & ready to play :)
NOTE : You may have to disable Steam Cloud for Dota 2 in order to bind default hotkeys (available in in-game options).
This will disable syncing your config.cfg, allowing Dota 2 Universal Bind to edit config.cfg and apply changes. (more…)
Tweaked Dota 2 Autoexec Config – Performance Boost, Quick Courier, Quick Rune and More!

If you use Notepad++ and wish to make your editing screen look like above, check out this post.
Latest version : v Community (02/08/2015). Change log below.
Short News : The CFG is now open to the community to contribute!
Bermuda’s Dota 2 CFG!
Download(Normal) :
Instructions :
1. Download Autoexec.cfg (^Click Juggernaut above)
2. Put the file in Steam\steamapps\common\dota 2 beta\dota\cfg
3. Make necessary tweaks (bindings, chat channels, mic volume, quick rune type. They are all arranged at the top of the cfg!)
4. Done :)
–
Download(Reborn Beta) :
Currently in beta, some features may not work.
Last Major Update : 02/08/2015
Place/Replace the files here:
Steam\steamapps\common\dota 2 beta\game\dota\cfg
If you wish to contribute to GitHub, please go follow this link.
–
Solving Dota 2 Lag / FPS drop / Latency issues / High ping / Spikes
Last update : 08/06/14
There are easy, simple things you can do to dramatically improve lag issues in Dota 2! (in terms of both latency issues and client lag due to lack of hardware power)
———————————————————————————————
1. Setting launch options
This is pretty much telling the computer to do certain things when you start up the game.
In your Steam libary, right click Dota 2 and go to Properties
Click on Launch Properties in the first tab
Write out the instructions you wish to give (separated by space). Effective ones are as follows :
-novid : This doesn’t show the intro video (bald valve guy)
-console : This give access to dev console when you press `(on default)
-nod3d9ex : Disable DX9 Rendering. Improves performance significantly if your GPU is not strong enough. Setting graphic option windowed full screen or exiting to desktop cause freezing in Windows 7/Vista.
-dxlevel 81 : Forces use of DX8.1, significantly increase fps.
-high : Makes sure DOTA 2 is high priority in Windows. This can lead to mouse lag, crashing during game or post game.
-noforcemaccel : Disable Mouse acceleration
Example :
———————————————————————————————
2. Autoexec.cfg!
cfg files are configuration files that allows you to set all those small little things in game, which actually improves the performance dramatically.
This is valid only for Source Engine games, which includes Dota 2!
There are key configurations that actually have effects in real-life situations
1. Go to Steam\steamapps\common\dota 2 beta\dota\cfg\
2. Create a file named autoexec.cfg
This is where you type out the configurations you want to make.
Key configurations :
mem_level "3" // lowest setting for max fps gpu_level "3" // lowest setting for max fps gpu_mem_level "3" // lowest setting for max fps cpu_level "3" // lowest setting for max fps cl_interp_ratio "2" // Interp modifier. Although there are debates about 1 vs 2, Keep it 2 since we all play Dota 2 in official Valve server. cl_interp "0.05" // cl_interp_ratio / cl_updaterate. Please do edit this if you have altered interpratio or updaterate cl_cmdrate "40" // 40 is maximum for Dota 2 cl_updaterate "40" // 40 is maximum for Dota 2 cl_smooth "0" // Smooth view/eye origin after pridiction errors. cl_smoothtime "0" // Smooth client's view after prdiciton error over this may seconds. 0 for instant update. cl_lagcompensation "1" // Perform server side lag compensation. Keep this 1. cl_pred_optimize "2" // Optimize for not copying data if didnt receive network update. 2 default. cl_threaded_bone_setup "1" // If you have a processor with multiple cores leave this command if not delete it cl_threaded_init "1" // If you have a processor with multiple cores leave this command if not delete it cl_forcepreload "1" // Preload assests on your computer, longer inital loadings, better gameplay. Optimized. rate "80000" // Max bytes/sec host can recieve data from server. This is maximum for Dota 2 r_renderoverlayfragment "0" // increases fps r_threaded_shadow_clip "1" // if you have a processor with multiple cores leave this command if not delete it r_queued_decals "1" // if you have a processor with multiple cores leave this command if not delete it r_queued_post_processing "1" // if you have a processor with multiple cores leave this command if not delete it mat_queue_mode "2" // if you have a processor with multiple cores leave this command if not delete it snd_mix_async "1" // Multithreaded sound sv_forcepreload "1" // Theoretically, this command forces game server to preload the assets for you. May cause longer loading. dota_embers "0"//no animated dota2 background
Copy all the configurations above and paste it in autoexec.cfg!
To keep thing simple, I’ve already optimized the configurations for the general public.
However, please do take your time to read up the configurations and make any necessary changes. I know these can be a bit overwhelming, but please do it for your best performance.
CFG’s possibilites do not end here. You can make the courier boost, pick your items, deliver it to you and tell your teammates that you’re using courier by pressing a single key. Trouble remembering when the Roshan will spawn? Simply use roshan timer script to keep yourself concentrated in game. You can even track fps and ping status real time on your display during game! Settings which are not available in in-game settings are all made in CFGs too.
I’ve made a useful CFG file with all the mentioned features and much more. If you are interested, feel free to check this post for more cfg!
———————————————————————————————
3. Mudfish – This used to be the final solution because it used to be free. Since its no more, I will just replace the topic with VPN service for games
3. VPN for games!
YES! Such thing exists!
Using dedicated VPN servers to connect to games will dramatically improve ping problems, especially when playing in oversea servers.
One of the services is provided by Mudfish – Solving latency issues in games using MUDFISH . I have tried, and it works like wonders!
Another famous alternative is WTFast and BattlePing. Although I have never tried any of those, they have numerous famous reviews and solid user base.
I cannot suggest any other VPN solutions since there hardly is any free VPN for games and I have not tried any of the paid services (not willing to pay for such thing.. yet!).
———————————————————————————————
4. Leatrix Latency Fix
Originally intended for WoW, works for all.
It is easy and simple to install, does not bug up your internet connection, purely does what it is supposed to do.
———————————————————————————————
5. Fixing various problems for Nvidia GPU users!
This is a solution suggested by DRiVER. I have personally tested it for a while, it worked for me. Thank you DRiVER for the solution!
There seems to be some problem for some Nvdia cards (with CUDA) having trouble running games and rendering textures as it is supposed to.
This results in error message “Failed to lock vertex buffer in CMeshDX8::LockVertexBuffer”, bad textures, spikes and other problems that eventually leads the game to crash.
Although the problem has not been recognized by Nvidia or Valve and there seems to be some strong debate ongoing between the community and Nvida. However, this is not a post to fire shots on Nvidia or debate over CUDA, I will just provide the solution which fixed the problem (spikes and “Failed to lock vertex buffer in CMeshDX8::LockVertexBuffer”) for me.
1. Go to Nvidia Control Panel
2. Click on Manage 3D Settings and go to Program Settings
3. Set the program as Dota 2. Find it from the drop box. If there isn’t one, add dota.exe
4. CUDA – GPUs : Off (Uncheck all the GPUs)
5. Threaded Optimization : Off
———————————————————————————————
I hope I was able to help you out solving lag issues! Feel free to contact me for any questions!
glhf :)
Latest Comments