Advertisement
Guest User

Untitled

a guest
Oct 4th, 2013
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.29 KB | None | 0 0
  1. ////////////
  2. //INTERNET//
  3. ////////////
  4.  
  5. cl_cmdrate 101
  6. cl_updaterate 101
  7. cl_interp_ratio 1
  8. cl_interp 0.01
  9. net_graph 1
  10. cl_smooth 0
  11. cl_smoothtime 0.01
  12.  
  13.  
  14. ////////
  15. //DOTA//
  16. ////////
  17. bind "ESCAPE" "dota_recent_event"
  18. dota_health_per_vertical_marker 350
  19. dota_always_show_player_names 0
  20. chat_join Poland
  21. dota_force_right_click_attack "0"
  22. dota_minimap_hero_size 900
  23.  
  24. dota_health_hurt_decay_time_max 0
  25. dota_health_hurt_decay_time_min 0
  26. dota_health_hurt_delay 0
  27. dota_pain_decay 0
  28. dota_pain_factor 0
  29. dota_pain_factor "1"
  30. dota_pain_multiplier "0
  31. dota_camera_disable_zoom "1"
  32.  
  33.  
  34.  
  35. ///////////
  36. //SKRYPTY//
  37. ///////////
  38. alias "+escape" "dota_item_execute 2;dota_item_execute 2"
  39. alias "+escape" "dota_item_execute 2;dota_item_execute 2"
  40. bind "PGUP" "+escape"
  41. bind "PGDN" "+escape"
  42.  
  43.  
  44.  
  45.  
  46. //alias "quick_courier" "dota_select_courier;dota_ability_execute 3;dota_ability_execute 4;dota_ability_execute 5;+dota_camera_follow;-dota_camera_follow"
  47. //alias "secret_courier" "dota_select_courier;dota_ability_execute 1;dota_ability_execute 5;+dota_camera_follow;-dota_camera_follow"
  48. //bind "n" "secret_courier"
  49. //bind "b" "quick_courier"
  50. alias "+hold" "dota_hold; dota_player_units_auto_attack 0;dota_hold"
  51. alias "-hold" "dota_player_units_auto_attack 1"
  52. bind "x" "+hold"
  53.  
  54. alias "on" "dota_force_right_click_attack 1; echo 'Right-click deny ENABLED;"
  55. alias "off" "dota_force_right_click_attack 0; echo 'Right-click deny DISABLED;"
  56.  
  57. bind "p" "on"
  58. bind "o" "off"
  59.  
  60. //1CLICK-CENTER-HERO
  61. alias "+cze" "+dota_camera_follow;+dota_camera_follow"
  62. alias "-cze" "-dota_camera_follow"
  63. bind "F1" "+cze"
  64. dota_disable_range_finder 0
  65.  
  66. //TOP-RUNE
  67. alias "+penis" "dota_camera_setpos -2273.898682 1232.745483 982.072876"
  68. alias "-penis" "+dota_camera_follow;+dota_camera_follow;-dota_camera_follow"
  69. bind "h" "+penis"
  70.  
  71. //BOTTOM-RUNE
  72. alias "+penis2" "dota_camera_setpos 3035.773438 -2972.680176 966.072937"
  73. alias "-penis2" "+dota_camera_follow;+dota_camera_follow;-dota_camera_follow"
  74. bind "n" "+penis2"
  75.  
  76.  
  77. con_enable "1" - enables console so you don't have to put -console in launch options
  78. r_renderoverlayfragment "0" - increases fps
  79. r_threaded_shadow_clip "1" - if you have a processor with multiple cores leave this command if not delete it
  80. mat_queue_mode "2" - if you have a processor with multiple cores leave this command if not delete it
  81. cl_interp_ratio "1" - interp modifier
  82. cl_interp "0.025" interp modifier / interp = cmd/update rate
  83. cl_cmdrate "40" - this is maximum
  84. cl_updaterate "40" - this is maximum
  85. cl_smooth "0" - not really sure what to do with this one atm, for fps games is better to be 0
  86. cl_threaded_bone_setup "1" - if you have a processor with multiple cores leave this command if not delete it
  87. cl_threaded_init "1" - if you have a processor with multiple cores leave this command if not delete it
  88. dota_disable_range_finder "0" - enables a green line which shows you how long your ability will go
  89. net_compressvoice "1" - compresses voice chat for better latency (not 100% sure if it works)
  90. r_queued_decals "1" - if you have a processor with multiple cores leave this command if not delete it
  91. r_queued_post_processing "1" - if you have a processor with multiple cores leave this command if not delete it
  92. snd_updateaudiocache
  93. net_maxcleartime "0" - sends packets without waiting
  94. fps_max 151
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement