////////////// // SETTINGS // ////////////// // fps_max 60 engine_no_focus_sleep 15 dota_embers 0 dota_minimap_hero_size "800" dota_force_right_click_attack "1" // Rightclick deny enabled (default 0) dota_disable_range_finder "0" // Visual spell range indicator activated (default 1) dota_player_multipler_orders "1" // Control all units with CTRL click (default 0) // cl_interp 0 // Set this to your average ping divided by 1000. Ping 80 would be cl_interp 0.08 (Default 0.055, Min 0.033) // cl_interp_ratio 1 // Multiplies final result of cl_interp (Default 2) // cl_smoothtime 0.01 // When errors occur smooth display over X time, 0 Disables (Default 0.1) // cl_lagcompensation 1 // cl_pred_optimize 2 // cl_smooth 0 // rate "80000" // Total amount of bandwidth Dota 2 may use (Default 80000) // cl_updaterate "40" // Amount of updates recieved from server per second (Default 40) // cl_cmdrate "40" // Amount of updates sent to server per second (Default 40) chat_join "dotasource.de" dota_camera_disable_zoom "1" dota_hud_healthbar_number "1" ////////////// /// SCRIPT /// ////////////// // Courier picks up whole stash and brings it to you with speedup before returning to base //alias "quick_courier" "dota_select_courier; dota_ability_execute 3; dota_ability_execute 4; dota_ability_execute 5; +dota_camera_follow" //bind "x" "quick_courier" // Shows scoreboard, netgraph and APM in the console alias "+showgraph" "+showscores;net_graph 3;dota_apm;net_graphproportionalfont 1;net_graphinsetright 0;net_graphheight 0" alias "-showgraph" "-showscores;net_graph 1;net_graphproportionalfont 0;net_graphinsetright -125;net_graphheight 530" bind "b" "+showgraph"