Skip to content

Instantly share code, notes, and snippets.

@neokril
Created February 27, 2014 18:26
Show Gist options
  • Save neokril/9255845 to your computer and use it in GitHub Desktop.
Save neokril/9255845 to your computer and use it in GitHub Desktop.
Performance-optimized config for Dota 2 on Linux
// This is my performance-optimized config for Dota 2 (Linux)
//
// Launch options: -novid -high -nod3d9ex -console
//
// console show game console on start (there you can see that config was loaded OK)
// nod3d9ex optimize graphics for DirectX 9
// novid disable intro video
// high set high CPU priority for Dota 2 process
echo "*** Performance optimizations - START ***"
dota_camera_disable_zoom "1"
snd_musicvolume "0" // Ingame music volume (Min "0" Max "1.0")
fps_max "60" // Max FPS for client to render (Default 120)
mat_vsync "1" // VSYNC on/off (0 Disables, 1 Enables)
mat_triplebuffered "1" // Enable with vsync if fps is less than 60 (0 Disables, 1 Enables)
dota_cheap_water 1
dota_embers 0
cl_globallight_shadow_mode 0
r_deferred_height_fog 0
r_deferred_simple_light 1
r_screenspace_aa 0
//Threads
snd_async_fullyasync "1"
mat_queue_mode "2"
cl_threaded_bone_setup "0"
r_queued_decals "0"
r_queued_ropes "1"
r_queued_post_processing "0"
r_threaded_particles "1"
//Performance Settings
dsp_enhance_stereo "1"
cl_forcepreload "1"
mat_vsync "0"
r_fastzreject "-1"
dota_embers 0 // no animation in menu
echo "*** Performance optimizations - DONE ***"
@lnn2204
Copy link

lnn2204 commented Jun 7, 2021

Hi, are you still playing Dota2 on Linux? I need some help about my issue

@neokril
Copy link
Author

neokril commented Jun 9, 2021

Hi Inn2204,

Hi, are you still playing Dota2 on Linux? I need some help about my issue

No, I don't play dota anymore.

@lnn2204
Copy link

lnn2204 commented Jun 9, 2021

Hi Inn2204,

Hi, are you still playing Dota2 on Linux? I need some help about my issue

No, I don't play dota anymore.

Yah, thanks :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment