Guest User

Untitled

a guest
Jan 21st, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. //konsola (tylda w grze)
  2. con_enable 1
  3. //płynniejsza gra
  4. cl_interp 0.0152
  5. cl_interp_ratio 1
  6. cl_smooth 0
  7. cl_smooth time 0.01
  8. fps_max 60
  9.  
  10.  
  11. //Information HUD
  12. net_graph 0
  13. net_graphheight 64
  14. net_graphinsetbottom 437
  15. net_graphinsetleft 0
  16. net_graphinsetright -30
  17. net_graphpos 1
  18. net_graphproportionalfont 0
  19. net_graphtext 1
  20. rate 80000
  21.  
  22. //podział hp bara na x części (ja lubię co 400hp)
  23. dota_health_per_vertical_marker 400
  24. //jeżeli chcesz gładkie hp bary (jak w docie 1, to usuń podwójny slash w kolejnej linijce
  25. //dota_hud_healthbars 1
  26. //większe ikonki na minimapie
  27. dota_minimap_hero_size 700
  28. //widzisz zasięg skilla gdy go klikniesz, żeby na kimś użyć
  29. dota_disable_range_finder 0
  30. //imiona graczy nad hp barami
  31. dota_always_show_player_names 1
  32. //deny prawym kliknięciem
  33. dota_force_right_click_attack 1
  34. //zwiększenie płynności kamery
  35. dota_camera_accelerate 49
  36. //fpsy na górze ekranu
  37. cl_showfps 1
  38. //wejście na kanał dota.pl
  39. //chat_join dota.pl
  40. // Shows scoreboard, netgraph and APM in the console, basically just updates the scoreboard with additional info like ping, fps, lerp, etc.
  41. alias "+showgraph" "+showscores;net_graph 3;dota_apm"
  42. alias "-showgraph" "-showscores;net_graph 0"
  43.  
  44. // A better stop system (Fully stops actions)
  45. alias "stophold" "dota_stop;dota_hold"
  46.  
  47. // XP Range Script
  48. alias "range" "range1"
  49. alias "range1" "dota_range_display 1200;alias range range2"
  50. alias "range2" "dota_range_display 0;alias range range1"
  51. bind "leftarrow" "say_team miss top"
  52. bind "rightarrow" "say_team miss bottom"
  53. bind "downarrow" "say_team miss mid"
  54. bind "uparrow" "say_team re"
Add Comment
Please, Sign In to add comment