Advertisement
Guest User

TheLonelyDevil's autoexec

a guest
Jul 8th, 2014
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.89 KB | None | 0 0
  1. //Netcode//
  2. mm_dedicated_search_maxping "100"
  3. rate "128000"
  4. cl_cmdrate "128"
  5. cl_updaterate "128"
  6. cl_timeout "600"
  7. cl_resend "3"
  8. cl_resend_timeout "9"
  9. cl_interp_ratio "1"
  10. cl_interp "0"
  11. cl_predict "1"
  12. cl_predictweapons "1"
  13. cl_updatevisibility "1"
  14. cl_lagcompensation "1"
  15.  
  16. //Mouse related//
  17. sensitivity "0.875"
  18. m_rawinput "0"
  19. m_mouseaccel1 "0"
  20. m_mouseaccel2 "0"
  21. m_customaccel "0"
  22. m_customaccel_exponent "0"
  23. m_customaccel_scale "0"
  24. m_mousespeed "0"
  25.  
  26. //Miscellaneous//
  27. developer "1"
  28. mat_queue_mode "2"
  29. voice_enable "1"
  30. lobby_voice_chat_enabled "0"
  31. player_nevershow_communityservermessage "1"
  32. mat_monitorgamma "1.6"
  33. gameinstructor_enable "0"
  34. closeonbuy "1"
  35. tv_nochat 1
  36. hud_scaling "0.8"
  37. hud_showtargetid "1"
  38. con_filter_enable "2"
  39. con_filter_text "Damage Given"
  40. con_filter_text_out "Player:"
  41. cl_downloadfilter "nosounds"
  42. cl_disablehtmlmotd "1"
  43. cl_teammate_colors_show "0"
  44. cl_use_opens_buy_menu "0"
  45. cl_showpluginmessages "0"
  46. cl_autohelp "0"
  47. cl_showhelp "0"
  48. cl_righthand "1"
  49. cl_showloadout "1"
  50. cl_disablefreezecam "1"
  51. cl_teamid_overhead_name_alpha "255"
  52. cl_teamid_overhead_name_fadetime "0"
  53. cl_autowepswitch "0"
  54. cl_spec_mode "4"
  55. cl_show_clan_in_death_notice "0"
  56. cl_loadout_colorweaponnames "1"
  57.  
  58. //Performance related//
  59. fps_max_menu "100"
  60. fps_max "128"
  61. sys_antialiasing "0"
  62. sys_refldetail "0"
  63. mat_powersavingsmode "0"
  64. cl_freezecameffects_showholiday "0"
  65. net_graphproportionalfont "1"
  66. r_drawtracers_firstperson "0"
  67. func_break_max_pieces "0"
  68. cl_forcepreload "1"
  69.  
  70. //Radar//
  71. cl_radar_always_centered "0"
  72. cl_radar_icon_scale_min "0.5"
  73. cl_radar_rotate "1"
  74. cl_radar_scale "0.5"
  75.  
  76. //Sound related//
  77. volume "1"
  78. voice_mixer_volume "1"
  79. windows_speaker_config "4"
  80. snd_musicvolume "0"
  81. snd_mixahead "0.05"
  82. snd_headphone_pan_exponent "2"
  83. snd_headphone_pan_radial_weight "2"
  84.  
  85. //Custom Key Binds//
  86. bind "KP_END" "buy ak47"
  87. bind "KP_DOWNARROW" "buy galilar"
  88. bind "KP_PGDN" "buy awp"
  89. bind "KP_HOME" "buy flashbang"
  90. bind "KP_UPARROW" "buy hegrenade"
  91. bind "KP_PGUP" "buy smokegrenade"
  92. bind "KP_5" "buy p250"
  93. bind "KP_LEFTARROW" "buy tec9"
  94. bind "KP_RIGHTARROW" "buy ssg08"
  95. bind "KP_MINUS" "buy sawedoff"
  96. bind "KP_SLASH" "buy vesthelm; buy vest"
  97. bind "KP_MULTIPLY" "buy defuser"
  98. bind "KP_PLUS" "buy deagle"
  99. bind "KP_DEL" "buy molotov"
  100. bind "KP_INS" "buy ump45"
  101. bind "MOUSE5" "use weapon_smokegrenade"
  102. bind "MOUSE4" "use weapon_flashbang"
  103. bind "4" "use weapon_hegrenade"
  104. bind "6" "use weapon_incgrenade"
  105. bind "7" "use weapon_decoy"
  106. bind z "radio1"
  107. bind x "radio3"
  108. bind c "radio2"
  109. bind ] "demo_timescale 99999999999999"
  110. alias "H"
  111. bind H "H"
  112. cl_scoreboard_mouse_enable_binding "H"
  113. alias "+scorenet" "+showscores; net_graphheight 0"
  114. alias "-scorenet" "-showscores; net_graphheight 9999"
  115. bind "TAB" "+scorenet"
  116. bind pgup "voice_enable 1"
  117. bind pgdn "voice_enable 0"
  118. net_graph "1"
  119. net_graphheight "9999"
  120. bind v "+voicerecord"
  121. bind mwheelup "+jump"
  122. bind i "ignorerad"
  123. bind o "ignoremsg"
  124. bind q "lastinv;r_cleardecals"
  125. bind 1 "slot1;r_cleardecals"
  126. bind 2 "slot2"
  127. bind 3 "slot3;r_cleardecals"
  128. bind f1 "autobuy"
  129. bind f2 "rebuy"
  130. bind f4 "kill"
  131. bind f10 "disconnect"
  132. bind f11 "exit"
  133. bind mwheeldown "lastinv"
  134. bind mwheelup "+jump"
  135. bind space "+jump"
  136. bind mouse1 "+attack;r_cleardecals"
  137. mat_savechanges
  138.  
  139. //Viewmodel//
  140. viewmodel_presetpos "3"
  141. viewmodel_fov "68"
  142. cl_viewmodel_shift_left_amt "0.5"
  143. cl_viewmodel_shift_right_amt "0.25"
  144. cl_bob_lower_amt "5"
  145. cl_bobamt_lat "0.1"
  146. cl_bobamt_vert "0.1"
  147. cl_bobcycle "0.98"
  148.  
  149. //Crosshair//
  150. cl_crosshairgap -11
  151. cl_crosshairscale 0
  152. cl_crosshairsize 0.50
  153. cl_crosshairthickness 3
  154. cl_crosshaircolor 5
  155. cl_crosshaircolor_b 255
  156. cl_crosshaircolor_r 255
  157. cl_crosshaircolor_g 255
  158. cl_crosshairusealpha 1
  159. cl_crosshairalpha 220
  160. cl_crosshairstyle 4
  161. cl_crosshairdot 0
  162. cl_crosshair_drawoutline 1
  163. cl_crosshair_outlinethickness 1
  164.  
  165. clear
  166. host_writeconfig
  167. echo "TLD's autoexec, successfully loaded."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement