Advertisement
Guest User

Untitled

a guest
Nov 10th, 2011
2,594
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. //======= BINDINGS ==========//
  2.  
  3. //Enable Console
  4. con_enable "1"
  5. bind "`" "toggleconsole" //Toggle the console
  6.  
  7. bind "F2" "exec autoexec.cfg" //Reassign these Keybindings
  8. bind "F3" "askconnect_accept" //Accept a redirect request by the server.
  9. bind "F4" "dota_pause" //Pause
  10. bind "F8" "disconnect" //Disconnect
  11. bind "F9" "jpeg" //Screenshot
  12.  
  13. bind "1" "+dota_camera_follow" //Select (x2 follow) your hero
  14. bind "2" "dota_select_courier" //Select your courier
  15.  
  16. //HoN Like Courier - Tilde (`) swaps between courier and hero
  17. //alias "hon_courier" "marx_select_courier"
  18. //alias "marx_select_courier" "dota_select_courier; alias hon_courier marx_select_hero"
  19. //alias "marx_select_hero" "+dota_camera_follow; alias hon_courier marx_select_courier"
  20. //bind "`" "hon_courier"
  21.  
  22. //Quick Courier - Tilde (`) tells the courier to get all items in stash, send them to the hero, and then reselects your hero
  23. //Optional: Uncomment dota_ability_execute 4 to force the courier to use his speed boost, this has potential to waste the boost if you accidentally press it!
  24. //alias "quick_courier" "dota_select_courier; dota_ability_execute 2; dota_ability_execute 3; //dota_ability_execute 4; +dota_camera_follow"
  25. //bind "`" "quick_courier}"
  26.  
  27. //======= SETTINGS ==========//
  28. //Health per tick on health bars
  29. dota_health_per_vertical_marker "100"
  30.  
  31. //delay for scoreboard at end
  32. dota_sf_game_end_delay 0
  33.  
  34. //HoN-like system showing when spells are withing casting range of targeted area/target
  35. dota_disable_range_finder 0
  36.  
  37. //Netcode
  38. rate "80000"
  39. cl_updaterate "40"
  40. cl_cmdrate "40"
  41. cl_interp "0"
  42. cl_interp_ratio "1"
  43. cl_smoothtime "0"
  44.  
  45. // Join chat channels
  46. chat_join reddit
  47.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement