Advertisement
rosecross

EternalEvny's Autoexec.cfg

Feb 7th, 2015
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. https://www.dropbox.com/s/3wa376iwpfamre9/tryhard_autoexec.cfg?dl=0
  2.  
  3. https://www.dropbox.com/s/zuoi2aguq5v7uiw/autoexec.cfg
  4.  
  5.  
  6.  
  7. //////////////////////////
  8. /// BASIC SETTINGS ///
  9. //////////////////////////
  10.  
  11. // Deny allied units using right-click
  12. dota_force_right_click_attack "1"
  13.  
  14. // Range indicator of active skill when you hover over the ground / opponent
  15. dota_disable_range_finder "0"
  16.  
  17. // Change minimap colours.
  18. dota_unit_use_player_color "1";
  19. dota_friendly_color_b "0.8"; dota_friendly_color_g "0.7"; dota_friendly_color_r "0.3";
  20. dota_enemy_color_b "0.4"; dota_enemy_color_g "0.4"; dota_enemy_color_r "0.8";
  21.  
  22. // Make results appear immediately after game ends
  23. dota_sf_game_end_delay 0
  24.  
  25. // Enables information updon death (Default: 0)
  26. dota_killcam_show 1
  27.  
  28. // Threshold delay to accept minimap clicks (default 0.2)
  29. dota_minimap_misclick_time "0.2"
  30.  
  31.  
  32. //////////////////////////
  33. /// HEALTH BAR ///
  34. //////////////////////////
  35.  
  36. // Health Bar, makes hp changes instantaneous if set to 0 without quotations
  37. dota_health_hurt_decay_time_max "0" // Default is 0.8
  38. dota_health_hurt_decay_time_min "0" // Default is 0.3
  39. dota_health_hurt_delay "0" // Default is 0.1
  40. dota_pain_decay "0" // Default is 0.8
  41. dota_pain_factor "0" // Default is 3
  42. dota_pain_multiplier "0" // Default is 0.8
  43.  
  44. // Health segmenting in the lifebar (default 250)
  45. dota_health_per_vertical_marker "250"
  46.  
  47. // Opacity major healthbar divider (default 255, 0=invisible 255=opaque)
  48. dota_health_marker_major_alpha "255"
  49.  
  50. // Opacity minor healthbar divider (default 128, 0=invisible 255=opaque)
  51. dota_health_marker_minor_alpha "128"
  52.  
  53. // Health number above the lifebar on (default 1)
  54. dota_hud_healthbar_number "1"
  55.  
  56.  
  57. //////////////////////////
  58. /// CAMERA ///
  59. //////////////////////////
  60.  
  61.  
  62. // Top Rune, Camera Bind
  63. bind "z" "dota_camera_setpos -2273.898682 1232.745483 982.072876"
  64. // Bot Rune, Camera Bind
  65. bind "x" "dota_camera_setpos 3035.773438 -2972.680176 966.072937"
  66.  
  67.  
  68. //////////////////////////
  69. /// QUICK MESSAGES ///
  70. //////////////////////////
  71.  
  72. bind "c" "chatwheel_say 57"
  73.  
  74. say_team "[autoexec.cfg loaded]"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement