Advertisement
Guest User

autoexec.cfg

a guest
Jan 20th, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.65 KB | None | 0 0
  1. clear
  2.  
  3. // Keys to overwrite or clear
  4.  
  5. unbind "F10"
  6. unbind "F2"
  7. unbind "F3"
  8. unbind "F4"
  9. unbind "c"
  10. unbind "e"
  11. unbind "f"
  12. unbind "h"
  13. unbind "k"
  14. unbind "l"
  15. unbind "mwheelup"
  16. unbind "n"
  17. unbind "o"
  18. unbind "space"
  19. unbind "t"
  20. unbind "TAB"
  21. unbind "u"
  22. unbind "v"
  23. unbind "x"
  24. unbind "-"
  25.  
  26. // All custom binds (other keys default)
  27.  
  28. bind "c" "use weapon_knife; use weapon_smokegrenade"
  29. bind "e" "+lookatweapon"
  30. bind "f" "+use"
  31. bind "h" "radio1"
  32. bind "k" "slot12"
  33. bind "l" "incrementvar cl_teamid_overhead_always 1 2 1"
  34. bind "n" "noclip"
  35. bind "o" "radio2"
  36. bind "t" "use weapon_knife; use weapon_flashbang"
  37. bind "u" "messagemode2"
  38. bind "v" "slot5"
  39. bind "x" "use weapon_knife; use weapon_molotov; use weapon_incgrenade"
  40. bind "DEL" "r_cleardecals"
  41. bind "F10" "toggleconsole"
  42. bind "F2" "autobuy"
  43. bind "F3" "incrementvar voice_enable 0 1 1"
  44. bind "TAB" "+showscores"
  45. bind "mouse5" "+voicerecord"
  46. bind "mouse4" "+jumpthrow"
  47. bind "mwheeldown" "+jump"
  48. bind "space" "+jump"
  49. bind "-" "volume_toggle"
  50.  
  51. // Jumpthrowbind & shortcuts
  52.  
  53. alias "+jumpthrow" "+jump;-attack"
  54. alias "-jumpthrow" "-forward;-jump"
  55.  
  56. alias "aim" "map workshop\243702660\aim_botz"
  57.  
  58. alias "dc" "disconnect"
  59.  
  60. alias "volume_toggle" "incrementvar volume 0.04 0.10 0.06"
  61.  
  62. net_graphheight "9999"
  63. net_graph "1"
  64. alias "+scorenet" "+showscores; net_graphheight 0"
  65. alias "-scorenet" "-showscores; net_graphheight 9999"
  66. bind "TAB" "+scorenet"
  67.  
  68. // Buybinds
  69.  
  70. bind "kp_5" " buy smokegrenade;"
  71. bind "kp_downarrow" " buy vesthelm;"
  72. bind "kp_end" "buy vest"
  73. bind "kp_enter" " buy hegrenade;"
  74. bind "kp_home" "buy ak47; buy m4a1;"
  75. bind "kp_ins" "buy tec9; buy fiveseven;"
  76. bind "kp_leftarrow" " buy flashbang;"
  77. bind "kp_multiply" "buy p250;"
  78. bind "kp_pgdn" " buy defuser;"
  79. bind "kp_pgup" "buy deagle;"
  80. bind "kp_rightarrow" " buy molotov; buy incgrenade;"
  81. bind "kp_uparrow" "buy awp;"
  82.  
  83. // Convars (written for 1280x960 resolution, 400 DPI and fast internet)
  84.  
  85. // Game
  86. cl_autohelp "0"
  87. cl_autowepswitch "0"
  88. cl_disablefreezecam "1"
  89. cl_disablehtmlmotd "1"
  90. cl_draw_only_deathnotices "0"
  91. cl_showhelp "0"
  92. cl_showloadout "1"
  93. cl_teamid_overhead_always "1"
  94. cl_teammate_colors_show "2"
  95. gameinstructor_enable "0"
  96. con_enable "1"
  97. cl_join_advertise "2"
  98. cl_chatfilters "1"
  99. volume "0.10"
  100.  
  101. // Viewmodel
  102. cl_bob_lower_amt "10"
  103. cl_bobamt_lat "0"
  104. cl_bobamt_vert "0"
  105. cl_bobcycle "1.0"
  106. cl_viewmodel_shift_left_amt "0"
  107. cl_viewmodel_shift_right_amt "0"
  108. viewmodel_fov "68"
  109. viewmodel_offset_x "2.5"
  110. viewmodel_offset_y "2.0"
  111. viewmodel_offset_z "-2.0"
  112. viewmodel_recoil "0"
  113. cl_righthand "0"
  114.  
  115. // Network
  116. cl_cmdrate "128"
  117. cl_updaterate "128"
  118. cl_interp "0"
  119. cl_interp_ratio "1"
  120. cl_lagcompensation "1"
  121. cl_predict "1"
  122. cl_predictweapons "1"
  123. rate "786432"
  124. net_maxroutable "1200"
  125.  
  126. // Netgraph
  127. net_graphmsecs "400"
  128. net_graphpos "2"
  129. net_graphproportionalfont "1"
  130. net_graphshowinterp "1"
  131. net_graphshowlatency "1"
  132. net_graphsolid "1"
  133. net_graphtext "1"
  134. net_scale "5"
  135.  
  136. // Crosshair
  137. cl_crosshair_drawoutline "0"
  138. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  139. cl_crosshair_dynamic_splitalpha_innermod "1"
  140. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  141. cl_crosshair_dynamic_splitdist "7"
  142. cl_crosshair_outlinethickness "1.000000"
  143. cl_crosshair_sniper_show_normal_inaccuracy "0"
  144. cl_crosshair_sniper_width "1"
  145. cl_crosshair_t "0.000000"
  146. cl_crosshairalpha "255.000000"
  147. cl_crosshaircolor "2"
  148. cl_crosshaircolor_b "255.000000"
  149. cl_crosshaircolor_g "255.000000"
  150. cl_crosshaircolor_r "255.000000"
  151. cl_crosshairdot "0"
  152. cl_crosshairgap "-2"
  153. cl_crosshairgap_useweaponvalue "0"
  154. cl_crosshairscale "0"
  155. cl_crosshairsize "2"
  156. cl_crosshairstyle "4.000000"
  157. cl_crosshairthickness "1"
  158. cl_crosshairusealpha "1"
  159. cl_fixedcrosshairgap "-3"
  160.  
  161. // HUD
  162. cl_hud_background_alpha "0.5"
  163. cl_hud_bomb_under_radar "1"
  164. cl_hud_color "2"
  165. cl_hud_healthammo_style "0"
  166. cl_hud_playercount_pos "0"
  167. cl_hud_playercount_showcount "1"
  168. hud_scaling "0.75"
  169. hud_showtargetid "1"
  170. safezonex "0.85"
  171. safezoney "0.90"
  172.  
  173. // Radar
  174. cl_radar_always_centered "0"
  175. cl_radar_icon_scale_min "0.7"
  176. cl_radar_rotate "1"
  177. cl_radar_scale "0.4"
  178. cl_hud_radar_scale "1.30"
  179. cl_radar_square_with_scoreboard "1"
  180.  
  181. // Performance
  182. fps_max "0"
  183. fps_max_menu "120"
  184. cl_forcepreload "1"
  185. r_drawtracers_firstperson "1"
  186. r_dynamic "1"
  187. mat_queue_mode "2"
  188.  
  189. // Mouse
  190. m_customaccel "0"
  191. m_mouseaccel1 "0"
  192. m_mouseaccel2 "0"
  193. m_mousespeed "0"
  194. m_rawinput "1"
  195. sensitivity "2.05"
  196. zoom_sensitivity_ratio_mouse "0.818933027098955175"
  197.  
  198. // Practice
  199. mp_autoteambalance "0"
  200. mp_limitteams "20"
  201. mp_spectators_max "10"
  202. mp_autokick "0"
  203. cl_use_opens_buy_menu "0"
  204. mp_buy_anywhere "0"
  205.  
  206. joystick "0"
  207. viewmodel_presetpos "0"
  208. host_writeconfig
  209. echo "Autoexec loaded."
  210. play "ambient\creatures\chicken_death_01"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement