Guest User

Untitled

a guest
Nov 16th, 2018
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.70 KB | None | 0 0
  1. ////////////////////////////////////////////////
  2. // Killsteal-Legends.net Dota 2 Config 1.5.0 //
  3. ////////////////////////////////////////////////
  4. //////////////// by Shixxor ////////////////////
  5. ////////////////////////////////////////////////
  6.  
  7. // Changelog
  8. // v.1.5.0 Jun 08th, 2012: Added smartcasting for items. Default smartcast on the first item in your inventory, works awesome with dagger for example. See Script section for details.
  9. // v.1.4.8 Mai 25th, 2012: Added "All Pick" mode as standard pick mode in the hero selection.
  10. // v.1.4.7 Apr 23rd, 2012: Fixed courier script for latest Dota version. Removed deprecated console commands.
  11. // v.1.4.6 Feb 11th, 2012: Team announcement for using the courier. Removed auto-speedup from courier script, there were problems with it when it wasn't on cooldown.
  12. // v.1.4.5 Jan 21st, 2012: Added killcam information window when you die. Dota avatar picture removed.
  13. // v.1.4.4 Jan 14th, 2012: Major documentation update. Mini netgraph added to topbar with toggle script. Standard scoreboard netgraph removed. Lowered flight height of flying units to avoid missclicks.
  14. // v.1.4.3 Jan 13th, 2012: New patch option added "dota_hud_healthbar_number". Rangefinder updated for new smoke range.
  15. // v.1.4.2 Jan 04th, 2012: Mousewheel zoom disabled. Some netcode documentation. Avatar picture set. Minor adjustment to cl_smoothtime. mat_triplebuffered enabled.
  16. // v.1.3.2 Dec 17th, 2011: Right click deny disabled because ranged heros stop moving when you accidentally rightclick a friendly creep in range.
  17. // v.1.0.0 Initial release Oct 24th, 2011
  18.  
  19.  
  20. //////////////
  21. // SETTINGS // Most of these settings can not be found in the regular options menu. Feel free to edit them to your likes.
  22. //////////////
  23.  
  24. con_enable "1"
  25.  
  26. dota_enemy_color_r 0
  27. dota_enemy_color_g 0
  28. dota_enemy_color_b 1
  29.  
  30. dota_friendly_color_r 1
  31. dota_friendly_color_g 1
  32. dota_friendly_color_b 1
  33.  
  34. dota_set_avatar 1
  35.  
  36. dota_killcam_show 1 // Enables information windows upon death (default 0)
  37. dota_health_per_vertical_marker "250" // Health segmenting in the lifebar (default 250)
  38. dota_health_marker_major_alpha "255" // Opacity major healthbar divider (default 255, 0=invisible 255=opaque)
  39. dota_health_marker_minor_alpha "128" // Opacity minor healthbar divider (default 128, 0=invisible 255=opaque)
  40. dota_hud_healthbar_number "1" // Health number above the lifebar on (default 1)
  41. dota_screen_shake "1" // Screen shake on certain spell effects (default 1)
  42. dota_force_right_click_attack "0" // Rightclick deny disabled (default 0)
  43. dota_disable_range_finder "0" // Visual spell range indicator activated (default 1)
  44. dota_minimap_hero_size "800" // Slightly bigger hero icons on minimap (default 600)
  45. dota_minimap_misclick_time "0.4" // Threshold delay to accept minimap clicks (default 0.2)
  46. dota_camera_accelerate "20" // Decelerating map scroll (50 = insta stop, 1 = smooth slowdown, vanilla DotA would be 50)
  47. dota_player_multipler_orders "1" // Control all units with CTRL click (default 0)
  48. dota_player_units_auto_attack "0" // Hero autoattack disabled (default 1)
  49. dota_camera_speed "3682" // Scrolling speed (vanilla DotA-like is 6500, default 3000)
  50. dota_camera_disable_zoom "0" // Disables mousewheel zoom (default 1)
  51. dota_unit_fly_bonus_height "10" // Flying height of air units (Default 150)
  52. dota_selector_curfilter "1" // All Heroes pick mode (Default 0)
  53. dota_always_show_player_names "1" // Always show player names
  54. dota_ability_quick_cast "1" // Doubletapping to selfcast
  55. dota_unit_multiple_selection "1" // ???
  56.  
  57.  
  58. //Fade time on visual effects on doing or receiving damage reduced to half duration
  59. dota_health_hurt_decay_time_max "0.4" // (Default 0.8)
  60. dota_health_hurt_decay_time_min "0.15" // (Default 0.3)
  61. dota_health_hurt_delay "0.05" // (Default 0.1)
  62. dota_pain_decay "0.4" // (Default 0.8)
  63. dota_pain_factor "1.5" // (Default 3)
  64. dota_pain_fade_rate "1.5" // (Default 3)
  65. dota_pain_multiplier "0.4" // (Default 0.8)
  66.  
  67. volume "0.2" // Volume adjusted for teamspeak
  68. snd_musicvolume "0" // Ingame music volume (Min "0" Max "1.0")
  69.  
  70. fps_max "120" // Max FPS for client to render (Default 120)
  71. mat_vsync "0" // VSYNC on/off (0 Disables, 1 Enables)
  72. mat_triplebuffered "0" // Enable with vsync if fps is less than 60 (0 Disables, 1 Enables)
  73.  
  74.  
  75.  
  76.  
  77. // Fitting Netgraph in the topbar for 1680x1050, 1920x1200 and 1920x1080. Play around with net_graphinsetbottom and net_graphinsetright to adjust it for other resolutions
  78. net_graphinsetbottom "436" // Position from bottom edge. Put "55" for 1280x800 (Default 0)
  79. net_graphinsetright "-68" // Position from right edge. Put "-100" for 1280x800 (Default 0)
  80. net_graphproportionalfont "0" // Makes net_graph text smaller (Default 1)
  81. net_graph "1" // Enables the Net_Graph (Default 0)
  82.  
  83.  
  84. ///////////////
  85. /// NETCODE /// If your connection is good (DSL and above) these values should work, however if you experience lag/delay issues try the values in the brackets.
  86. ///////////////
  87.  
  88. rate "80000" // Total amount of bandwidth Dota 2 may use (Default 80000, try 40000 if lags/delays)
  89. cl_updaterate "40" // Amount of updates recieved from server per second (Default 40, try 20 if lags/delays)
  90. cl_cmdrate "40" // Amount of updates sent to server per second (Default 40, try 20 if lags/delays)
  91.  
  92. cl_interp "0" // cl_interp 1 / cl_updaterate * (cl_interp_ratio ) (Default 0.1)
  93. cl_interp_ratio "1" // Multiplies final result of cl_interp (Default 2)
  94. cl_smoothtime "0.01" // When errors occur smooth display over X time, 0 Disables (Default 0.1)
  95.  
  96.  
  97. //////////////
  98. /// SCRIPT /// Do not edit these unless you know what you are doing. Respective bindings are in the binding part below.
  99. //////////////
  100.  
  101. // Courier picks up whole stash and brings it to you with speedup before returning to base
  102. alias "quick_courier" "dota_select_courier; dota_ability_execute 3; dota_ability_execute 4; +dota_camera_follow;"
  103.  
  104. // Net_Graph Toggle Script
  105. alias "showgraph" "showgraph_off"
  106. alias "showgraph_on" "net_graph 1; alias showgraph showgraph_off"
  107. alias "showgraph_off" "net_graph 0; alias showgraph showgraph_on"
  108.  
  109. // Shows scoreboard and APM in the console
  110. alias "+showboard" "+showscores;dota_apm"
  111. alias "-showboard" "-showscores;"
  112.  
  113. // Shows 1025 rangeunits, the proximity range to be revealed while smoked, 1300 = lvl4 pudge hook range, 700 = tower range, 1150 = dagger range
  114. alias "+range" "dota_range_display 1025"
  115. alias "-range" "dota_range_display 0"
  116.  
  117. // Use the alias "smartcast" after any item command to make it trigger instantly. For example: bind "mouse5" "dota_item_execute 0;smartcast;"
  118. alias "smartcast" "+sixense_left_click;-sixense_left_click;"
  119.  
  120.  
  121. //////////////////////
  122. // CUSTOM BINDINGS // Script bindings to use the scripts from above and some other misc keys .
  123. //////////////////////
  124.  
  125. bind "x" "quick_courier" // Courier Script
  126. bind "F10" "showgraph" // Toggle Net_Graph
  127. bind "\" "+showboard" // Show Netgraph and APM
  128. bind "y" "+range" // Show Range Radius
  129.  
  130. // Say MISS/RE bindings
  131. bind "leftarrow" "say_team miss top"
  132. bind "rightarrow" "say_team miss bottom"
  133. bind "downarrow" "say_team miss mid"
  134. bind "uparrow" "say_team re"
  135.  
  136. bind "F8" "exec autoexec.cfg" // Executes this autoexec again
  137. bind "F11" "toggleconsole" // Open Console
  138.  
  139.  
  140. //////////////////////
  141. /// MAIN BINDINGS //// Main Dota 2 bindings from the menu.
  142. //////////////////////
  143.  
  144. // ATTENTION: Either remove this whole BINDING part to not overwrite your own bindings or replace these bindings with your own and unbind ALL keys in the options menu afterwards to prevent them from being overwritten each time you start a game! To unbind a key in the options menu select it and press DEL.
  145.  
  146. bind "q" "dota_ability_execute 0" // Main Ability 1
  147. bind "w" "dota_ability_execute 1" // Main Ability 2
  148. bind "e" "dota_ability_execute 2" // Main Ability 3
  149. bind "r" "dota_ability_execute 5" // Main Ability Ultimate
  150. bind "d" "dota_ability_execute 3" // Secondary Ability 1
  151. bind "f" "dota_ability_execute 4" // Secondary Ability 2
  152.  
  153. bind "1" "dota_item_execute 0;smartcast;" // Itemslot 1 + smartcast (see above in the script section)
  154. bind "2" "dota_item_execute 1" // Itemslot 2
  155. bind "3" "dota_item_execute 2" // Itemslot 3
  156. bind "4" "dota_item_execute 3" // Itemslot 4
  157. bind "5" "dota_item_execute 4" // Itemslot 5
  158. bind "6" "dota_item_execute 5" // Itemslot 6
  159.  
  160. bind "v" "dota_purchase_stickybuy" // Stickybuy
  161. bind "b" "dota_purchase_quickbuy" // Quickbuy
  162. bind "." "toggleshoppanel" // Open Shop
  163. bind "," "+voicerecord" // Toggle Voicecomm
  164. bind "c" "dota_select_courier" // Select Courier
  165. bind "o" "dota_ability_learn_mode" // Skill an ability mode
  166. bind "h" "dota_hold" // Hold Position
  167. bind "TAB" "dota_cycle_selected" // Switch through controlled units
  168. bind "j" "use_item_client actions action_item" // Use action item (added in final Dota 2 release)
  169. bind "k" "use_item_client current_hero taunt" // Use taunt item (added in final Dota 2 release)
  170. //bind "l" "dota_glyph" // Use Fortification Glyph
  171. bind "f1" "dota_recent_event" // Jump to ping location
  172. bind "escape" "cancelselect" // Cancel
  173. bind "enter" "say" // Text Say
  174. bind "u" "dota_learn_stats" // Skill Stats
  175. bind "a" "mc_attack" // Attack Move
  176. bind "s" "dota_stop" // Stop
  177. bind "F9" "dota_pause" // Pauses the match
  178. bind "F12" "jpeg" // Make Screenshot
  179. bind "space" "+dota_camera_follow" // Tab to select hero, doubletap to jump to hero
  180. bind "1" "dota_select_all_others" // Select all other controlled units
  181. bind "mouse1" "+attack" // Select Click
  182. bind "mouse2" "+attack2" // Action Click
  183.  
  184.  
  185. /////////////////////////
  186. echo "KSL Config Loaded."
  187. say_team "[config loaded]"
  188. /////////////////////////
Add Comment
Please, Sign In to add comment