Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

Sensator
Friday, May 4th, 2012 at 2:34:42am MDT 

  1. ////////////////////////////////////////////////
  2. ///////// Sensator's Personal Config  //////////
  3. ////////////////////////////////////////////////
  4. //////// Inspired by KSLegends Config //////////
  5. ////////////////////////////////////////////////
  6.  
  7. // Note for most options 1 is on (or maximum) and 0 is off (or minimum).
  8. // This config contains my personal settings and keybinds, if you do not wish to override your current settings you will need to remove the appropriate lines or you may lose your default settings
  9. // To install make a file named 'autoexec.cfg' put the entirity of the file you are reading into your autoexec.cfg and place it into the 'Steam\steamapps\common\dota 2 beta\dota\cfg' folder.
  10. // I don't take credit for any scripts or commands I didn't create that are within this config, although I may modify them for my personal use.
  11.  
  12. //////////////
  13. // SETTINGS //
  14. ////////////// Most of these settings can not be found in the regular options menu. Feel free to edit them as you please.
  15.  
  16. con_enable "1"        // Enables Console by using '~' in game, or F11
  17. dota_killcam_show 1               // Enables information windows upon death (default 0)       
  18. dota_health_per_vertical_marker "250"   // Health segmenting in the lifebar             (default 250)
  19. dota_health_marker_major_alpha "255"    // Opacity major healthbar divider (default 255, 0=invisible 255=opaque)
  20. dota_health_marker_minor_alpha "128"    // Opacity minor healthbar divider (default 128, 0=invisible 255=opaque)
  21. dota_hud_healthbar_number "1"      // Health number above the lifebar on (default 1)
  22. dota_screen_shake "0"         // Screen shake on certain spell effects (default 1)
  23. dota_force_right_click_attack "0"       // Rightclick deny disabled (default 0)
  24. dota_disable_range_finder "0"     // Visual spell range indicator activated (default 1)
  25. dota_minimap_hero_size "800"       // Slightly bigger hero icons on minimap (default 600)
  26. dota_minimap_misclick_time "0.4"        // Threshold delay to accept minimap clicks (default 0.2)
  27. dota_camera_accelerate "50"         // Decelerating map scroll (50 = insta stop, 1 = smooth slowdown, vanilla DotA would be 50)
  28. dota_player_multipler_orders "1"        // Control all units with CTRL click (default 0)       
  29. dota_player_units_auto_attack "0"       // Hero autoattack disabled (default 1)
  30. dota_camera_speed "5700"                // Scrolling speed (vanilla DotA-like is 6500, default 3000)
  31. dota_camera_disable_zoom "1"        // Disables mousewheel zoom (default 1)
  32. dota_unit_fly_bonus_height "10"  // Flying height of air units (Default 150)
  33. dota_always_show_player_names "1"       // Always show player names
  34. dota_ability_quick_cast "1"          // Doubletapping to selfcast
  35. dota_unit_multiple_selection "1"        // ???
  36.  
  37.  
  38. //Fade time on visual effects on doing or receiving damage reduced to half duration
  39. dota_health_hurt_decay_time_max "0.4"   // (Default 0.8)
  40. dota_health_hurt_decay_time_min "0.15"  // (Default 0.3)
  41. dota_health_hurt_delay "0.05"      // (Default 0.1)
  42. dota_pain_decay "0.4"         // (Default 0.8)
  43. dota_pain_factor "1.5"      // (Default 3)
  44. dota_pain_fade_rate "1.5"              // (Default 3)
  45. dota_pain_multiplier "0.4"            // (Default 0.8)
  46.  
  47. volume "0.7"                // Max is 1.0, play around with what suits you.
  48. snd_musicvolume "0"               // Ingame music volume turned off, 1.0 is max
  49. fps_max "60"             // Max FPS for client to render (Default 120)
  50. mat_vsync "0"         // VSYNC off
  51. mat_triplebuffered "1"    // Enable with vsync if fps is less than 60
  52.  
  53. //Auto-joins Channels, free free to add your own or remove these.
  54. chat_join "joinDOTA"
  55. chat_join "LanSmash"
  56.  
  57.  
  58. // Fitting Netgraph in the topbar for 1680x1050, 1920x1200 and 1920x1080. Play around with net_graphinsetbottom and net_graphinsetright to adjust it for other resolutions
  59. net_graphinsetbottom "436"            // Position from bottom edge. Put "55" for 1280x800   (Default 0)
  60. net_graphinsetright "-80"              // Position from right edge. Put "-100" for 1280x800   (Default 0)
  61. net_graphproportionalfont "0"      // Makes net_graph text smaller          (Default 1)
  62. net_graph "1"            // Enables the Net_Graph            (Default 0)
  63.  
  64.  
  65. ///////////////
  66. /// NETCODE ///
  67. /////////////// I have cable (see: http://bit.ly/KpXeOq) these rates suit me, if you are capped or have a slower network speed you may want to lower the rates to improve performance. I recommend halving the rate values if you are lagging.
  68.  
  69. rate "80000"                // Total amount of bandwidth Dota 2 may use (Default 80000)
  70. cl_updaterate "40"                  // Amount of updates recieved from server per second (Default 40)
  71. cl_cmdrate "40"    // Amount of updates sent to server per second (Default 40)
  72.  
  73. cl_interp "0"            // cl_interp 1 / cl_updaterate * (cl_interp_ratio ) (Default 0.1)
  74. cl_interp_ratio "1"               // Multiplies final result of cl_interp (Default 2)
  75. cl_smoothtime "0.01"        // When errors occur smooth display over X time, 0 Disables (Default 0.1)
  76.  
  77.  
  78. ///////////////
  79. /// SCRIPTS ///
  80. ///////////////
  81.  
  82. // Courier picks up whole stash and brings it to you with speedup before returning to base
  83. // ATTENTION: Since the 6.73 patch this script seems to trigger the heros ultimate when the courier is dead! We're looking for a fix.
  84. alias "quick_courier" "dota_select_courier; dota_ability_execute 3; dota_ability_execute 4; +dota_camera_follow; say_team Courier is coming to me, please wait."
  85.  
  86. // Net_Graph Toggle Script
  87. alias "showgraph" "showgraph_off"
  88. alias "showgraph_on" "net_graph 1; alias showgraph showgraph_off"
  89. alias "showgraph_off" "net_graph 0; alias showgraph showgraph_on"
  90.  
  91. // Shows scoreboard and APM in the console
  92. alias "+showboard" "+showscores;dota_apm"
  93. alias "-showboard" "-showscores;"
  94.  
  95. // Shows 1025 rangeunits, the proximity range to be revealed while smoked, 1300 = lvl4 pudge hook range, 700 = tower range, 1150 = dagger range
  96. alias "+range" "dota_range_display 1025"
  97. alias "-range" "dota_range_display 0"
  98.  
  99.  
  100. //////////////////////
  101. // CUSTOM  BINDINGS // 
  102. ////////////////////// Script bindings to use the scripts from above and some other misc keys .
  103.  
  104. bind "x" "quick_courier"        // Courier Script
  105. bind "F10" "showgraph"    // Toggle Net_Graph
  106. bind "\" "+showboard"      // Show Netgraph and APM
  107. bind "y" "+range"              // Show Range Radius
  108.  
  109. // Say MISS/RE bindings
  110. bind "leftarrow" "say_team Miss Top"
  111. bind "rightarrow" "say_team Miss Bottom"
  112. bind "downarrow" "say_team Miss Mid"
  113. bind "uparrow" "say_team Re"
  114.  
  115. bind "F8" "exec autoexec.cfg"         // Executes this autoexec again
  116. bind "F11" "toggleconsole"            // Open Console
  117.  
  118.  
  119. //////////////////////
  120. /// MAIN BINDINGS ////  Main Dota 2 bindings from the menu.
  121. //////////////////////
  122.  
  123. // 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.
  124.  
  125. //Some keybinds are missing for autocast and inventory, I use alt modifiers QWEASD for item slots, and alt modifiers 1234FR for autocast abilities
  126.  
  127. bind "q" "dota_ability_execute 0"       // Main Ability 1
  128. bind "w" "dota_ability_execute 1"       // Main Ability 2
  129. bind "e" "dota_ability_execute 2"       // Main Ability 3
  130. bind "r" "dota_ability_execute 5"       // Main Ability Ultimate
  131. bind "d" "dota_ability_execute 3"       // Secondary Ability 1
  132. bind "f" "dota_ability_execute 4"       // Secondary Ability 2
  133.  
  134. bind "v" "dota_purchase_stickybuy"      // Stickybuy
  135. bind "." "dota_purchase_quickbuy"       // Quickbuy
  136. bind "b" "toggleshoppanel"                  // Open Shop
  137. bind "," "+voicerecord"    // Toggle Voicecomm
  138. bind "c" "dota_select_courier"    // Select Courier
  139. bind "n" "dota_ability_learn_mode"      // Skill an ability mode
  140. bind "h" "dota_hold"                // Hold Position
  141. bind "TAB" "dota_cycle_selected"        // Switch through controlled units
  142. bind "j" "use_item_client actions action_item"  // Use action item (added in final Dota 2 release)
  143. bind "k" "use_item_client current_hero taunt"   // Use taunt item (added in final Dota 2 release)
  144. bind "l" "dota_glyph"            // Use Fortification Glyph
  145. bind "f1" "dota_recent_event"      // Jump to ping location
  146. bind "escape" "cancelselect"        // Cancel
  147. bind "enter" "say"                              // Text Say
  148. bind "u" "dota_learn_stats"               // Skill Stats
  149. bind "a" "mc_attack"             // Attack Move
  150. bind "s" "dota_stop"             // Stop
  151. bind "F9" "dota_pause"        // Pauses the match
  152. bind "F12" "jpeg"          // Make Screenshot
  153. bind "1" "+dota_camera_follow"    // Tab to select hero, doubletap to jump to hero
  154. bind "2" "dota_select_all_others"       // Select all other controlled units
  155. bind "mouse1" "+attack"    // Select Click
  156. bind "mouse2" "+attack2"                        // Action Click
  157.  
  158.  
  159. ////////////////////////////////
  160. echo "Sensator's Config Loaded."
  161. ////////////////////////////////

advertising

Update the Post

Either update this post and resubmit it with changes, or make a new post.

You may also comment on this post.

update paste below
details of the post (optional)

Note: Only the paste content is required, though the following information can be useful to others.

Save name / title?

(space separated, optional)



Please note that information posted here will expire by default in one month. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.

worth-right
fantasy-obligation