Advertisement
Guest User

A4

a guest
Jun 24th, 2015
338
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CFDG 1.47 KB | None | 0 0
  1. con_enable 1
  2.  
  3. voice_enable 1
  4.  
  5. fps_max "60"
  6.  
  7. engine_no_focus_sleep 0
  8.  
  9. cl_forcepreload 1
  10. sv_forcepreload 1
  11.  
  12. dota_force_right_click_attack "1"
  13.  
  14. dota_camera_disable_zoom "1"
  15.  
  16. dota_disable_range_finder 0
  17.  
  18. dota_minimap_hero_size 1100
  19.  
  20. dota_minimap_misclick_time "0"
  21.  
  22. dota_health_hurt_decay_time_max "0"
  23. dota_health_hurt_decay_time_min "0"
  24. dota_health_hurt_delay "0"
  25. dota_pain_decay "0"
  26. dota_pain_factor "0"
  27. dota_pain_multiplier "0"
  28. dota_pain_fade_rate "0"
  29. dota_sf_game_end_delay "0"
  30.  
  31. "bind" "F4" "quick_courier"
  32. alias "quick_courier" "dota_courier_deliver; say_team Courier is coming to me! Please wait.;dota_select_courier;dota_ability_execute 5;+dota_camera_follow"
  33.  
  34. bind "F5" "+show_runetop"
  35. bind "F6" "+show_runebottom"
  36.  
  37. alias "+show_runetop" "dota_camera_set_lookatpos -2273.898682 1732.745483"
  38. alias "-show_runetop" "dota_select_all; dota_select_all; +dota_camera_follow"
  39.  
  40. alias "+show_runebottom" "dota_camera_set_lookatpos 3035.773438 -2472.680176"
  41. alias "-show_runebottom" "dota_select_all; dota_select_all; +dota_camera_follow"
  42.  
  43. alias "autoAtkOn_Stop" "dota_player_units_auto_attack 1;dota_stop"
  44.  
  45. alias "autoAtkOff_Hold" "dota_player_units_auto_attack 0;dota_hold"
  46.  
  47. bind "S" "autoAtkOn_Stop"
  48.  
  49. bind "H" "autoAtkOff_Hold"
  50.  
  51.  
  52.  
  53.  
  54. cl_cmdrate "31"
  55. cl_interp "0.01"
  56. cl_interp_ratio "1"
  57. cl_lagcompensation "1"
  58. cl_pred_optimize "2"
  59. cl_smooth "1"
  60. cl_smoothtime "0.01"
  61. cl_updaterate "31"
  62. cl_spectator_cmdrate_factor "0.5"
  63. cl_spectator_interp_ratio "2"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement