Advertisement
Guest User

autoexec.cfg

a guest
Jul 31st, 2014
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. // Enables the console
  2. con_enable "1"
  3.  
  4. //network
  5. mat_vsync "0"
  6. rate "80000"
  7. cl_updaterate "40"
  8. cl_cmdrate "40"
  9. cl_interp "0"
  10. cl_interp_ratio "1"
  11. cl_smooth "0"
  12. cl_smoothtime "0.01"
  13.  
  14. //network/fps information
  15. net_graph 1
  16. net_graphproportionalfont 0
  17. net_graphinsetbottom 420
  18. net_graphinsetright -70
  19. net_graphinsetleft 0
  20. net_graphheight 64
  21.  
  22.  
  23. //////////////////////////
  24. /// BASIC SETTINGS ///
  25. //////////////////////////
  26.  
  27. bind "downarrow" "exec autoexec.cfg"
  28.  
  29. dota_camera_disable_zoom "1" //Can't zoom camera in
  30.  
  31. // Range indicator of active skill when you hover over the ground / opponent
  32. dota_disable_range_finder "0"
  33.  
  34. // Change minimap colours.
  35. dota_unit_use_player_color "1";
  36. dota_friendly_color_b "0.8"; dota_friendly_color_g "0.7"; dota_friendly_color_r "0.3";
  37. dota_enemy_color_b "0.4"; dota_enemy_color_g "0.4"; dota_enemy_color_r "0.8";
  38.  
  39. // Increases the size of heroes on the minimap (default: 700)
  40. dota_minimap_hero_size "1100"
  41.  
  42. // Make results appear immediately after game ends
  43. dota_sf_game_end_delay 0
  44.  
  45. // Threshold delay to accept minimap clicks (default 0.2)
  46. dota_minimap_misclick_time "0"
  47.  
  48. //////////////////////////
  49. /// HEALTH BAR ///
  50. //////////////////////////
  51.  
  52. // Health Bar, makes hp changes instantaneous if set to 0 without quotations
  53. dota_health_hurt_decay_time_max "0" // Default is 0.8
  54. dota_health_hurt_decay_time_min "0" // Default is 0.3
  55. dota_health_hurt_delay "0" // Default is 0.1
  56. dota_pain_decay "0" // Default is 0.8
  57. dota_pain_factor "0" // Default is 3
  58. dota_pain_multiplier "0" // Default is 0.8
  59.  
  60. // Health segmenting in the lifebar (default 250)
  61. dota_health_per_vertical_marker "250"
  62.  
  63. // Opacity major healthbar divider (default 255, 0=invisible 255=opaque)
  64. dota_health_marker_major_alpha "255"
  65.  
  66. // Opacity minor healthbar divider (default 128, 0=invisible 255=opaque)
  67. dota_health_marker_minor_alpha "128"
  68.  
  69. // Health number above the lifebar on (default 1)
  70. dota_hud_healthbar_number "1"
  71.  
  72. //////////////////////////
  73. /// CAMERA ///
  74. //////////////////////////
  75.  
  76. //Dota Camera settings
  77. dota_camera_accelerate "50"
  78. dota_camera_speed "4500"
  79. engine_no_focus_sleep "0"
  80.  
  81. // Bind button to center hero on one press
  82. bind "1" "+camera"
  83. alias +camera "+dota_camera_follow;+dota_camera_follow"
  84. alias -camera "-dota_camera_follow"
  85.  
  86. dota_embers 0 //turn off background embers
  87. cl_forcepreload 1
  88. sv_forcepreload 1
  89.  
  90. // Top Rune, Camera Bind
  91. alias "trune" "dota_camera_set_lookatpos -2273.898682 1832.745483"
  92. bind "5" "trune"
  93.  
  94. // Bot Rune, Camera Bind
  95. alias "brune" "dota_camera_set_lookatpos 3035.773438 -2472.680176"
  96. bind "6" "brune"
  97.  
  98.  
  99.  
  100.  
  101. //////////////////////////
  102. /// QUICK MESSAGES ///
  103. //////////////////////////
  104.  
  105.  
  106. bind "7" "chatwheel_say 57"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement