Advertisement
WhOaMi_Gaming

zxczxv

Nov 27th, 2015
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.99 KB | None | 0 0
  1. ////////////////////////
  2. /////////Basics Still Used From Source 1
  3. ////////////////////////
  4.  
  5. fps_max "60" // Caps the FPS at 60.// Do NOT use with v/g-sync. //Use -143 for 144mhz displays.
  6. dota_camera_disable_zoom "1" // Disables the annoying mouse wheel scroll (sometimes it's useful on)
  7. dota_minimap_misclick_time "0.0" // 0.0 = no delay when issuing a move command on the minimap. 0.2 will cause misclicks to not read (default))
  8. dota_enable_range_finder "1" // this was dota_disable_range_finder "0" in source 1
  9. m_customaccel "0" // fucking more acceleration - I hate it 0 = off
  10. engine_no_focus_sleep "0" // keeps dota running at max frame rates even when alt + tabbed if set to 1 / 0 = optimal
  11. cl_dota_alt_unit_movetodirection "1"
  12. bind "F1" "+toprune"
  13. bind "F2" "+botrune"
  14. bind "KP_9" "ping_switch"
  15. bind "KP_8" "hp_axe" // Needs Testing
  16. bind "KP_7" "chatwheel_say ""57" // CURRENT TIME
  17. bind "[" "use_item_client player_loadout action_item"
  18. bind "]" "use_item_client current_hero taunt"
  19. bind "KP_ENTER" "say"
  20. bind "ENTER" "say"
  21. bind "F8" "exec autoexec.cfg"
  22. dota_camera_speed "4500"
  23. dota_camera_accelerate "44"
  24.  
  25. /////////Scripts////////
  26.  
  27. alias "ping_switch" "ping_toggle2"
  28. alias "ping_switched_off" "snd_setmixer ping vol 0.2" // Sets the two switch toggle states: very quiet...
  29. alias "ping_switched_on" "snd_setmixer ping vol 1.0" // ...full volume (dota default)
  30.  
  31. alias "hp_axe" "dunk1"
  32. alias "dunk1" "dota_health_per_vertical_marker 250; alias hp_axe dunk2"
  33. alias "dunk2" "dota_health_per_vertical_marker 325; alias hp_axe dunk3"
  34. alias "dunk3" "dota_health_per_vertical_marker 400; alias hp_axe dunk4"
  35. alias "dunk4" "dota_health_per_vertical_marker 550; alias hp_axe dunk1"
  36.  
  37. // Moves camera to rune position while the key is pressed and back to hero when the key is released // "F1" / "F2")
  38. alias "+toprune" "dota_camera_set_lookatpos -2273 1800"
  39. alias "-toprune" "dota_select_all; dota_select_all; +dota_camera_follow"
  40. alias "+botrune" "dota_camera_set_lookatpos 3035 -2350"
  41. alias "-botrune" "dota_select_all; dota_select_all; +dota_camera_follow"
  42.  
  43. ///////////////////////////
  44. /////CFG Functions/////////
  45. //////////////////////////
  46.  
  47. // Fade time on Damage done/received
  48. dota_health_hurt_decay_time_max "0"
  49. dota_health_hurt_decay_time_min "0"
  50. dota_health_hurt_delay "0"
  51. dota_pain_decay "0"
  52. dota_pain_factor "0"
  53. dota_pain_multiplier "0"
  54. dota_pain_fade_rate "0"
  55.  
  56. ////////////////////////////////////////////////////////////
  57. // User Interface related (UI))
  58. ////////////////////////////////////////////////////////////
  59. dota_minimap_hero_size "900"
  60. dota_camera_lock_mouse_lead "500"
  61. dota_minimap_hero_scalar_distance "10" // Proximity in pixels to begin scaling (default 12)
  62. dota_minimap_hero_scalar_minimum "600" // Minimum scaled size (default 500)
  63. // Opacity major healthbar divider.
  64. dota_health_marker_major_alpha "255"
  65. // Opacity minor healthbar divider.
  66. dota_health_marker_minor_alpha "128"
  67. // Glowing of creeps HP bar.
  68. dota_hud_healthbar_hoveroutline_alpha "255"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement