Advertisement
Guest User

Untitled

a guest
Feb 20th, 2020
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.08 KB | None | 0 0
  1. // Template Autoexec
  2. // Updated xx/xx/xx
  3.  
  4. // Sensitivity
  5.  
  6. sensitivity "1.0"
  7. zoom_sensitivity_ratio_mouse "1.0"
  8.  
  9. // Mouse
  10.  
  11. m_rawinput "1"
  12. m_customaccel "0"
  13. m_mouseaccel1 "0"
  14. m_mouseaccel2 "0"
  15. m_mousespeed "0" // 1 is default and enables Windows mouse accel
  16. m_yaw 0.022 // default
  17.  
  18. // Crosshair
  19.  
  20. cl_crosshair_drawoutline "0"
  21. cl_crosshair_outlinethickness "1"
  22. cl_crosshairalpha "255"
  23. cl_crosshaircolor "1"
  24. cl_crosshaircolor_r "255"
  25. cl_crosshaircolor_g "255"
  26. cl_crosshaircolor_b "255"
  27. cl_crosshairdot "0"
  28. cl_crosshairgap "-1"
  29. cl_crosshairscale "0"
  30. cl_crosshairsize "4"
  31. cl_crosshairstyle "4"
  32. cl_crosshairthickness "1"
  33. cl_crosshairusealpha "1"
  34.  
  35. // Buy Binds
  36.  
  37. bind f1 "buy ak47; buy m4a1; buy vesthelm; buy smokegrenade; buy flashbang; buy flashbang; buy defuser; buy hegrenade" // $5500 Max
  38. bind f2 "buy awp; buy vesthelm; buy smokegrenade; buy flashbang; buy flashbang; buy defuser; buy hegrenade" // $7150 Max
  39.  
  40. bind f3 "buy vesthelm; buy vest"
  41. bind f4 "buy smokegrenade; buy flashbang; buy hegrenade; buy flashbang"
  42.  
  43. bind f5 "buy smokegrenade"
  44. bind f6 "buy flashbang"
  45. bind f7 "buy hegrenade"
  46. bind f8 "buy molotov; buy incgrenade; buy smokegrenade; buy flashbang; buy hegrenade"
  47.  
  48. bind kp_home "buy awp; give weapon_awp" // 7
  49. bind kp_uparrow "buy g3sg1; buy scar20" // 8
  50. bind kp_pgup "buy ssg08; give weapon_ssg08" // 9
  51.  
  52. bind kp_leftarrow "buy ak47; buy m4a1; give weapon_ak47" // 4
  53. bind kp_5 "buy galilar; buy famas; give weapon_galilar; give weapon_famas" // 5
  54. bind kp_rightarrow "buy aug; buy sg553" // 6
  55.  
  56. bind kp_end "buy p250; give weapon_p250" // 1
  57. bind kp_downarrow "buy deagle; give weapon_deagle" // 2
  58. bind kp_pgdn "buy tec9; give weapon_tec9; give weapon_fiveseven" // 3
  59.  
  60. bind kp_minus "buy mp7" // -
  61. bind kp_plus "buy ump45" // +
  62. bind kp_enter "buy p90" // Enter
  63.  
  64. bind kp_slash "buy mag7; buy sawedoff" // /
  65. bind kp_multiply "buy nova" // *
  66.  
  67. bind kp_del "buy vest" // .
  68. bind kp_ins "buy defuser" // 0
  69.  
  70. // Chat Binds
  71.  
  72. bind 0 "toggle voice_enable 1 0" // toggle voice chat
  73. bind - "toggle voice_scale 0.50 0.75 1.0 0" // toggle voice volume
  74. bind = "toggle volume 0 0.10 0.20 0.25 0.33 0.40 0.50" // toggle game volume
  75.  
  76. // Other Binds
  77.  
  78. bind "f" "+jumpthrow" // replace with the key of your preference
  79. alias "+jumpthrow" "+jump;-attack"
  80. alias "-jumpthrow" "-jump"
  81. /bind mouse3 "bhopon" // toggle scroll wheel bhop
  82. /alias bhopon "bind MWHEELDOWN +jump;bind MWHEELUP +jump;bind mouse3 bhopoff"
  83. /alias bhopoff "bind MWHEELDOWN invnext;bind MWHEELUP invprev;bind mouse3 bhopon"
  84. /bind "TAB" "+ng"; //
  85. /alias "+ng" "+showscores; net_graph 1" // these 3 = onyl show netgraph when tab/scoreboard is held
  86. /alias "-ng" "-showscores; net_graph 0" //
  87.  
  88. // Video
  89.  
  90. /mat_setvideomode 1920 1080 1 1 // windowed borderless
  91. /mat_monitorgamma "2.6" // max brightness
  92. mat_queue_mode "-1" // auto detect multi-core rendering
  93. fps_max "0"
  94. fps_max_menu "999"
  95. r_drawtracers_firstperson "0" // your gunfire shows no tracers on your screen
  96. mat_savechanges // write video settings to registry
  97.  
  98. // Audio
  99.  
  100. volume "0.50" // master volume
  101. voice_enable "1"
  102. voice_mixer_volume "0.75" // transmit volume
  103. voice_scale "1" // receive volume
  104. windows_speaker_config "1" // headphone audio output
  105. snd_musicvolume "0"
  106. snd_mixahead "0.05" // sound delay
  107. snd_headphone_pan_exponent "2"
  108. snd_headphone_pan_radial_weight "2"
  109. snd_legacy_surround "0" // emulated surround sound
  110. snd_mute_losefocus "0" // mute game when alt-tabbed disabled
  111. lobby_voice_chat_enabled "0" // voice chat in lobby
  112.  
  113. // HUD
  114.  
  115. hud_scaling "0.80" // CS:S sized HUD
  116. hud_showtargetid "1"
  117. cl_showloadout "0"
  118. cl_showfps "0"
  119. cl_showpos "0"
  120. safezonex "1"
  121. safezoney "1"
  122.  
  123. // Viewmodel
  124.  
  125. cl_righthand "1"
  126. /viewmodel_presetpos "3"
  127. /viewmodel_fov "65" // CS:S Viewmodel
  128. /viewmodel_offset_x "2"
  129. /viewmodel_offset_y "2"
  130. /viewmodel_offset_z "-2"
  131.  
  132. // Bobbing and movement shifting
  133.  
  134. cl_viewmodel_shift_left_amt "0.5"
  135. cl_viewmodel_shift_right_amt "0.25"
  136. cl_bob_lower_amt "5"
  137. cl_bobamt_lat "0.1"
  138. cl_bobamt_vert "0.1"
  139. cl_bobcycle "0.98" // prefer 2 but 0.98 is enforced by ESEA/ESL
  140.  
  141. // Radar
  142.  
  143. cl_radar_always_centered "0"
  144. cl_radar_icon_scale_min "0.4"
  145. cl_radar_rotate "1"
  146. cl_radar_scale "0.5"
  147.  
  148. // Rates
  149.  
  150. rate "128000"
  151. cl_interp "0"
  152. cl_interp_ratio "1"
  153. cl_cmdrate "128"
  154. cl_updaterate "128"
  155. cl_lagcompensation "1"
  156.  
  157. // Netgraph
  158.  
  159. net_graph 0
  160. net_graphpos 2 // 1 = Left 2 = Center 3 = Right
  161. net_graphproportionalfont 1 // 0 = Small Font 1 = Normal Sized Font
  162. net_graphheight 50
  163. bind ' "toggle net_graph 1 0"
  164.  
  165. // Miscellaneous
  166.  
  167. ui_steam_overlay_notification_position "bottomright"
  168. mm_dedicated_search_maxping "100"
  169. gameinstructor_enable "0"
  170. cl_forcepreload "1"
  171. cl_autowepswitch "0"
  172. cl_autohelp "0"
  173. cl_showhelp "0"
  174. cl_use_opens_buy_menu "0"
  175. gameinstructor_enable "0"
  176. cl_dm_buyrandomweapons "0"
  177. cl_disablefreezecam "1"
  178. cl_disablehtmlmotd "0" // 0 for altPUG / ESEA
  179. cl_teammate_colors_show "2" // shows teammate colors on minimap
  180. cl_color "0" // change to your preferred color
  181. bind F10 "disconnect"
  182. bind F11 "quit prompt"
  183. bind del "exec autoexec" // manual execution of config
  184. host_writeconfig
  185. echo "Your autoexec has loaded"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement