Last active
July 28, 2021 02:33
-
-
Save Der-Eddy/0c395c1b1a3ddc2a8007 to your computer and use it in GitHub Desktop.
Dota2 cfg files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Netcode // | |
//Ingame values rate "80000" | |
cl_updaterate "40" | |
cl_cmdrate "40" | |
cl_interp "0" | |
cl_interp_ratio "1" | |
cl_smoothtime "0.01" | |
//Spectator values cl_spectator_cmdrate_factor "0.5" | |
cl_spectator_interp_ratio "2" | |
//MultiCore Rendering | |
mat_queue_mode 2 | |
//Net_graph in top right | |
net_graph "1" | |
net_graphheight "64" | |
net_graphinsetbottom "437" | |
net_graphinsetleft "0" | |
net_graphinsetright "-30" | |
net_graphpos "1" | |
net_graphproportionalfont "0" | |
net_graphtext "1" | |
// //Performance tweaks // | |
fps_max "60" | |
mat_vsync "1" | |
mat_triplebuffered "1" | |
//cl_lagcompensation "1" | |
//cl_pred_optimize "2" | |
//cl_forcepreload 1 | |
//sv_forcepreload 1 | |
// //Dota related settings // | |
dota_hero_tooltip "1" | |
dota_mouse_window_lock "1" | |
dota_camera_accelerate "49" | |
dota_camera_disable_zoom "1" | |
dota_disable_range_finder "0" | |
dota_range_display "1200" | |
dota_health_per_vertical_marker 250 | |
dota_hud_healthbar_number "1" | |
dota_player_add_summoned_to_selection "1" (self explanatory) | |
dota_minimap_hero_size "750" | |
dota_minimap_ping_duration "3" | |
chat_join Reddit | |
chat_join TeamLiquid | |
chat_join joinDOTA | |
bind x "exec rosh.cfg" | |
echo "autoexec config loaded" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chatwheel_say 57 | |
say_team "Rosh 8-11 min" | |
dota_center_message 3 "Roshan was killed" | |
dota_center_message 329 " " | |
dota_center_message 332 "5:30 - Aegis Warning" | |
dota_center_message 359 " " | |
dota_center_message 362 "6:00 - Aegis expired" | |
dota_center_message 449 " " | |
dota_center_message 452 "7:30 - Roshan warning" | |
dota_center_message 479 " " | |
dota_center_message 482 "8:00 - Roshan can spawn" | |
dota_center_message 659 " " | |
dota_center_message 662 "11:00 - Roshan has spawned" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment