Guest User

Untitled

a guest
Jul 17th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.37 KB | None | 0 0
  1. con_enable "1"
  2. dota_disable_rangefinder "0"
  3.  
  4. //////////////
  5. /// SCRIPT ///
  6. //////////////
  7.  
  8.  
  9. //custom camera lock script
  10. alias "+lock" "dota_camera_lock 1"
  11. alias "-lock" "dota_camera_lock 0"
  12. bind "space" "+lock"
  13.  
  14.  
  15.  
  16. ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  17.  
  18. ///////////////////////////////////////////////
  19. // Killsteal-Legends.net Dota 2 Config 1.4.6 //
  20. ///////////////////////////////////////////////
  21. //////////////// by Shixxor ///////////////////
  22. ///////////////////////////////////////////////
  23.  
  24. // Changelog
  25. // 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.
  26. // v.1.4.5 Jan 21st, 2012: Added killcam information window when you die. Dota avatar picture removed.
  27. // 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.
  28. // v.1.4.3 Jan 13th, 2012: New patch option added "dota_hud_healthbar_number". Rangefinder updated for new smoke range.
  29. // v.1.4.2 Jan 04th, 2012: Mousewheel zoom disabled. Some netcode documentation. Avatar picture set. Minor adjustment to cl_smoothtime. mat_triplebuffered enabled.
  30. // 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.
  31. // v.1.0.0 Initial release Oct 24th, 2011
  32.  
  33.  
  34. //////////////
  35. // SETTINGS // Most of these settings can not be found in the regular options menu. Feel free to edit them to your likes.
  36. //////////////
  37.  
  38.  
  39.  
  40. dota_killcam_show 1 // Enables information windows upon death (default 0)
  41. dota_sf_hud_killcam 1 // Enables information windows upon death (default 0)
  42. dota_health_per_vertical_marker "250" // Health segmenting in the lifebar (default 250)
  43. dota_health_marker_major_alpha "255" // Opacity major healthbar divider (default 255, 0=invisible 255=opaque)
  44. dota_health_marker_minor_alpha "128" // Opacity minor healthbar divider (default 128, 0=invisible 255=opaque)
  45. dota_hud_healthbar_number "1" // Health number above the lifebar on (default 1)
  46. dota_screen_shake "0" // Screen shake on certain spell effects (default 1)
  47. dota_force_right_click_attack "0" // Rightclick deny disabled (default 0)
  48. dota_disable_range_finder "0" // Visual spell range indicator activated (default 1)
  49. dota_minimap_hero_size "800" // Slightly bigger hero icons on minimap (default 600)
  50. dota_minimap_misclick_time "0.2" // Threshold delay to accept minimap clicks (default 0.2)
  51. dota_camera_accelerate "10" // Decelerating map scroll (50 = insta stop, 1 = smooth slowdown, vanilla DotA would be 50)
  52. dota_player_multipler_orders "1" // Control all units with CTRL click (default 0)
  53. dota_player_units_auto_attack "0" // Hero autoattack disabled (default 1)
  54. dota_camera_speed "3682" // Scrolling speed (vanilla DotA-like is 6500, default 3000)
  55. dota_camera_disable_zoom "1" // Disables mousewheel zoom (default 1)
  56. dota_unit_fly_bonus_height "10" // Flying height of air units (Default 150)
  57. dota_always_show_player_names "1" // Always show player names
  58. dota_ability_quick_cast "1" // Doubletapping to selfcast
  59. dota_unit_multiple_selection "1" // ???
  60.  
  61.  
  62. //Fade time on visual effects on doing or receiving damage reduced to half duration
  63. dota_health_hurt_decay_time_max "0.4" // (Default 0.8)
  64. dota_health_hurt_decay_time_min "0.15" // (Default 0.3)
  65. dota_health_hurt_delay "0.05" // (Default 0.1)
  66. dota_pain_decay "0.4" // (Default 0.8)
  67. dota_pain_factor "1.5" // (Default 3)
  68. dota_pain_fade_rate "1.5" // (Default 3)
  69. dota_pain_multiplier "0.4" // (Default 0.8)
  70.  
  71. windows_speaker_config "1" // Sound optimized for headset
  72. windows_speaker_setting "1" // Sound optimized for headset
  73. volume "0.05" // Volume adjusted for teamspeak
  74. snd_musicvolume "0" // Ingame music volume (Min "0" Max "1.0")
  75.  
  76. fps_max "101" // Max FPS for client to render (Default 120)
  77. mat_vsync "1" // VSYNC on/off (0 Disables, 1 Enables)
  78. mat_triplebuffered "1" // Enable with vsync if fps is less than 60 (0 Disables, 1 Enables)
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86. ///////////////
  87. /// 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.
  88. ///////////////
  89.  
  90. rate "80000" // Total amount of bandwidth Dota 2 may use (Default 80000, try 40000 if lags/delays)
  91. cl_updaterate "40" // Amount of updates recieved from server per second (Default 40, try 20 if lags/delays)
  92. cl_cmdrate "40" // Amount of updates sent to server per second (Default 40, try 20 if lags/delays)
  93.  
  94. cl_interp "0" // cl_interp 1 / cl_updaterate * (cl_interp_ratio ) (Default 0.1)
  95. cl_interp_ratio "1" // Multiplies final result of cl_interp (Default 2)
  96. cl_smoothtime "0.01" // When errors occur smooth display over X time, 0 Disables (Default 0.1)
  97.  
  98.  
  99. // Net_Graph Toggle Script
  100. alias "showgraph" "showgraph_off"
  101. alias "showgraph_on" "net_graph 1; alias showgraph showgraph_off"
  102. alias "showgraph_off" "net_graph 0; alias showgraph showgraph_on"
  103.  
  104. // Shows scoreboard and APM in the console
  105. alias "+showboard" "+showscores;dota_apm"
  106. alias "-showboard" "-showscores;"
  107.  
  108. // Shows 1025 rangeunits, the proximity range to be revealed while smoked, 1300 = lvl4 pudge hook range, 700 = tower range, 1150 = dagger range
  109. alias "+range" "dota_range_display 1025"
  110. alias "-range" "dota_range_display 0"
  111.  
  112.  
  113. //////////////////////
  114. // CUSTOM BINDINGS // Script bindings to use the scripts from above and some other misc keys .
  115. //////////////////////
  116.  
  117.  
  118. // Say MISS/RE bindings
  119. unbind leftarrow
  120. unbind rightarrow
  121. unbind downarrow
  122. unbind uparrow
  123. bind "leftarrow" "say_team top is missing"
  124. bind "rightarrow" "say_team bottom is missing"
  125. bind "downarrow" "say_team middle is missing"
  126. bind "uparrow" "say_team >>UNCALLING<<"
  127. bind kp_7 "say GGGGG GGGGG"
  128. bind kp_8 "say G G"
  129. bind kp_9 "say G GG G GG"
  130. bind kp_4 "say G G G G"
  131. bind kp_5 "say GGGGG GGGGG"
  132.  
  133.  
  134. bind "F8" "exec autoexec.cfg" // Executes this autoexec again
  135.  
  136.  
  137. //////////////////////
  138. /// MAIN BINDINGS //// Main Dota 2 bindings from the menu.
  139. //////////////////////
  140.  
  141. // 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.
  142.  
  143. bind "q" "dota_ability_execute 0" // Main Ability 1
  144. bind "w" "dota_ability_execute 1" // Main Ability 2
  145. bind "e" "dota_ability_execute 2" // Main Ability 3
  146. bind "r" "dota_ability_execute 5" // Main Ability Ultimate
  147. bind "z" "dota_ability_execute 3" // Secondary Ability 1
  148. bind "x" "dota_ability_execute 4" // Secondary Ability 2
  149.  
  150. bind "f" "dota_item_execute 0" // Itemslot 1
  151. bind "g" "dota_item_execute 1" // Itemslot 2
  152. bind "3" "dota_item_execute 2" // Itemslot 3
  153. bind "c" "dota_item_execute 3" // Itemslot 4
  154. bind "v" "dota_item_execute 4" // Itemslot 5
  155.  
  156. bind "," "dota_purchase_stickybuy" // Stickybuy
  157. bind "n" "dota_purchase_quickbuy" // Quickbuy
  158. bind "." "toggleshoppanel" // Open Shop
  159. bind "mouse4" "+voicerecord" // Toggle Voicecomm
  160. bind "b" "dota_select_courier" // Select Courier
  161. bind "o" "dota_ability_learn_mode" // Skill an ability mode
  162. bind "s" "dota_hold" // Hold Position
  163. bind "TAB" "dota_cycle_selected" // Switch through controlled units
  164. bind "j" "use_item_client actions action_item" // Use action item (added in final Dota 2 release)
  165. bind "k" "use_item_client current_hero taunt" // Use taunt item (added in final Dota 2 release)
  166. bind "l" "dota_glyph" // Use Fortification Glyph
  167. bind "f1" "dota_recent_event" // Jump to ping location
  168. bind "escape" "cancelselect" // Cancel
  169. bind "enter" "say" // Text Say
  170. bind "u" "dota_learn_stats" // Skill Stats
  171. bind "a" "mc_attack" // Attack Move
  172. bind "h" "dota_stop" // Stop
  173. bind "F9" "dota_pause" // Pauses the match
  174. bind "F12" "jpeg" // Make Screenshot
  175. bind "space" "+dota_camera_follow" // Tab to select hero, doubletap to jump to hero
  176. bind "1" "dota_select_all_others" // Select all other controlled units
  177. bind "mouse1" "+attack" // Select Click
  178. bind "mouse2" "+attack2" // Action Click
  179.  
  180.  
  181. /////////////////////////
  182. echo "KSL Config Loaded."
  183. say_team "[config loaded]"
  184. /////////////////////////
Add Comment
Please, Sign In to add comment