Advertisement
Guest User

TLD's Autoexec

a guest
Feb 6th, 2015
339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.11 KB | None | 0 0
  1. ///Launch options:- -tickrate 128 -novid -freq 85 -threads 4 -console
  2.  
  3. //Netcode
  4.  
  5. rate "128000"
  6. cl_cmdrate "128"
  7. cl_updaterate "128"
  8. cl_interp "0"
  9. cl_interp_ratio "1"
  10. cl_timeout "300" //If your internet disconnects for whatever reason, waits 5 minutes before dropping client from the server
  11.  
  12. cl_resend "3"
  13. cl_resend_timeout "9"
  14.  
  15. //Mouse related
  16.  
  17. sensitivity "1.17"
  18. m_rawinput "1"
  19. m_mouseaccel1 "0" //Disables
  20. m_mouseaccel2 "0" //all
  21. m_customaccel "0" //in-game mouse
  22. m_customaccel_exponent "0" //acceleration
  23. m_customaccel_scale "0"
  24. m_mousespeed "0"
  25.  
  26. //Miscellaneous
  27.  
  28. mm_dedicated_search_maxping "100" //Limit for ping on mm servers
  29. voice_enable "0"
  30. voice_scale "0"
  31. hud_showtargetid "1"
  32. con_filter_enable "2" //Shows damage done
  33. con_filter_text "Damage Given" //after each
  34. con_filter_text_out "Player:" //round, needs developer "1"
  35.  
  36. cl_downloadfilter "nosounds" //Downloads everything except sounds, including maps, from community servers
  37.  
  38. cl_disablehtmlmotd "0"
  39. cl_teamid_overhead_name_alpha "255"
  40. cl_teamid_overhead_name_fadetime "0"
  41.  
  42. //Performance related
  43.  
  44. fps_max_menu "100" //Locks FPS in main menu to save processing power
  45. fps_max "0"
  46. sys_antialiasing "0"
  47. sys_refldetail "0"
  48. mat_powersavingsmode "0"
  49. cl_freezecameffects_showholiday "0"
  50. net_graphproportionalfont "1" //Scales net_graph text with resolution
  51. r_drawtracers_firstperson "0"
  52. func_break_max_pieces "0"
  53. cl_forcepreload "1"
  54. muzzleflash_light "0" //No distracting client-side tracers when
  55. r_drawtracers_firstperson "0" //you fire a weapon, clientside commands
  56. r_dynamic "0"
  57. r_eyegloss "0"
  58. r_eyemove "0"
  59.  
  60. //Radar
  61.  
  62. cl_radar_always_centered "0"
  63. cl_radar_icon_scale_min "0.5"
  64. cl_radar_rotate "1"
  65. cl_radar_scale "0.5"
  66.  
  67. //Sound related
  68.  
  69. volume "0.5"
  70. voice_scale "0"
  71. voice_mixer_volume "1"
  72. windows_speaker_config "1"
  73. snd_musicvolume "0"
  74. snd_mixahead "0.05"
  75. snd_headphone_pan_exponent "2"
  76. snd_headphone_pan_radial_weight "2"
  77. snd_legacy_surround "0"
  78. snd_pitchquality "1"
  79. dsp_enhance_stereo "0"
  80.  
  81. //Custom Key bindings
  82.  
  83. bind "KP_END" "buy ak47"
  84. bind "KP_DOWNARROW" "buy galilar"
  85. bind "KP_PGDN" "buy awp"
  86. bind "KP_5" "buy p250"
  87. bind "KP_LEFTARROW" "buy tec9"
  88. bind "KP_RIGHTARROW" "buy ssg08"
  89. bind "KP_MINUS" "buy bizon"
  90. bind "KP_SLASH" "buy vesthelm;buy vest"
  91. bind "KP_MULTIPLY" "buy defuser"
  92. bind "KP_PLUS" "buy deagle"
  93. bind "KP_INS" "buy mag7"
  94. bind "KP_ENTER" "buy sg556"
  95. bind "KP_HOME" "buy flashbang"
  96. bind "KP_UPARROW" "buy molotov"
  97. bind "KP_PGUP" "buy smokegrenade"
  98. bind "KP_DEL" "buy hegrenade"
  99.  
  100. bind "MOUSE5" "use weapon_smokegrenade"
  101. bind "MOUSE4" "use weapon_flashbang"
  102. bind "6" "use weapon_hegrenade"
  103. bind "4" "use weapon_incgrenade;use weapon_molotov"
  104. bind "7" "use weapon_decoy"
  105.  
  106. bindtoggle ] "mp_death_drop_gun"
  107.  
  108. alias "H" //Enables the
  109. bind H "H" //mouse pointer moving on scoreboard
  110. cl_scoreboard_mouse_enable_binding "H" //when you press "H", back when valve first introduced it
  111.  
  112. alias +knife slot3
  113. alias -knife lastinv
  114. bind q "+knife;r_cleardecals" //Quickswitching made easier, especially for AWPing. Hold Q to run with knife out, release to quickswitch back to primary.
  115.  
  116. bind pgup "voice_enable 1;voice_scale 1" //Toggle voice in-game
  117. bind pgdn "voice_enable 0;voice_scale 0"
  118.  
  119. net_graph "1"
  120. net_graphheight "9999"
  121. alias "+scorenet" "+showscores; net_graphheight 0" //Shows net_Graph
  122. alias "-scorenet" "-showscores; net_graphheight 9999" //when you bring up the scoreboard
  123. bind "TAB" "+scorenet"
  124.  
  125. bind i "ignorerad" //Ignores all radio commands (fire in the hole, smoke, flash, etc)
  126.  
  127. bind o "ignoremsg" //Possibly broken atm, was used to ignore allchat/teamchat when necessary.
  128.  
  129. bind ins "say_team .stats pug"
  130.  
  131. bind 1 "slot1;r_cleardecals" //Gets rid of blood,
  132. bind 3 "slot3;r_cleardecals" //bullet holes,
  133. bind mouse1 "+attack;r_cleardecals" //and the likes, "cleaning up" clientside graphics to aid visibility
  134.  
  135. bind f9 "volume 0.1" //Useful for deathmatching, quick volume toggle
  136. bind f12 "volume 0.5"
  137. bind z "radio1"
  138. bind x "radio3"
  139. bind c "radio2"
  140. bind v "+voicerecord"
  141. bind f4 "kill"
  142. bind f10 "disconnect"
  143. bind f11 "exit"
  144. bind mwheelup "+jump"
  145. bind mwheeldown "lastinv"
  146. mat_savechanges
  147.  
  148. //Viewmodel
  149.  
  150. viewmodel_fov "68"
  151. cl_viewmodel_shift_left_amt "0.5"
  152. cl_viewmodel_shift_right_amt "0.25"
  153. cl_bob_lower_amt "5"
  154. cl_bobamt_lat "0.1"
  155. cl_bobamt_vert "0.1"
  156. cl_bobcycle "0.98"
  157. cl_righthand "1"
  158.  
  159. //Crosshair
  160.  
  161. cl_crosshairgap "-13"
  162. cl_crosshairsize "0.5"
  163. cl_crosshairthickness "4.5"
  164. cl_crosshairstyle "4"
  165. cl_crosshair_drawoutline "1"
  166. cl_crosshair_outlinethickness "1"
  167. cl_crosshaircolor "5"
  168. cl_crosshaircolor_b "255"
  169. cl_crosshaircolor_r "255"
  170. cl_crosshaircolor_g "255"
  171. cl_crosshairusealpha "1"
  172. cl_crosshairalpha "255"
  173. cl_crosshairdot "0"
  174. cl_crosshairscale "0"
  175.  
  176. //Some settings that steam decides to erase randomly
  177.  
  178. mat_monitorgamma "1.6"
  179. gameinstructor_enable "0"
  180. cl_autohelp "0"
  181. cl_showhelp "0"
  182. closeonbuy "1"
  183. tv_nochat "1" //Because fuck GOTV chat
  184. hud_scaling "0.69"
  185. cl_autowepswitch "0" //Really underrated command, forces weapon autopickup off to help when you're eco and run across a gun in the middle of a firefight
  186.  
  187. cl_show_clan_in_death_notice "0"
  188. cl_loadout_colorweaponnames "0"
  189. engine_no_focus_sleep "0" //Negates fps drop on alt-tab
  190. cl_radar_square_with_scoreboard "0"
  191. safezonex "0.98"
  192. safezoney "0.98"
  193. lobby_voice_chat_enabled "0"
  194. developer "1"
  195. cl_disablefreezecam "1"
  196. player_nevershow_communityservermessage "1"
  197. cl_teammate_colors_show "0"
  198. cl_use_opens_buy_menu "0"
  199. cl_showpluginmessages "0"
  200. cl_showloadout "1"
  201.  
  202.  
  203. clear
  204. echo "Autoexec Loaded!"
  205. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement