Advertisement
razvanth21

CSGO Config

Feb 10th, 2019
411
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. // https://www.dropbox.com/s/738kcwza9kfs1m1/configs.zip?dl=1
  2.  
  3. snd_menumusic_volume "0" // (disables menu music)
  4. snd_mix_async "1" // (allows for shorter lookahead buffer (snd_mixahead), improves performance)
  5. snd_mixahead "0.025" // (low audio latency, makes CS audio feel more insync with screen)
  6.  
  7. cl_lagcompensation "1" // (activates client-side lag compensation)
  8. cl_predict "1" // (activates client-side prediction, predicts physics, movement, firing etc)
  9. cl_predictweapons "1" // (activates client-side weapon effects prediction)
  10. cl_interp "0" // (interpolation, should always be set to "0")
  11. cl_interp_ratio "1" // (interpolation ratio, "1" = low ping, "2" = higher ping)
  12. cl_cmdrate "128" // (for -tickrate 128 launch option)
  13. cl_updaterate "128" // (for -tickrate 128 launch option)
  14. rate "786432" // (max bandwidth rate)
  15.  
  16. cl_autohelp "0" // (disables ingame tips, can improve FPS)
  17. cl_disablehtmlmotd "0" // (for use with -no-browser in launch options)
  18. cl_downloadfilter "nosounds" // (stops servers from downloading annoying custom sounds)
  19. cl_showhelp "0" // (disables ingame tips, similar to cl_autohelp)
  20. cl_autowepswitch "0" // disable auto weapon switching on picking
  21. cl_radar_scale "0.5"
  22. cl_hud_radar_scale "1.1"
  23.  
  24. cl_forcepreload "1" // (preloads map assets automatically when you enter a map instead of loading it into memory when the map demands it, improves FPS)
  25.  
  26. m_rawinput "1" // (enables raw hardware input for mouse, disables all software filtering, acceleration, post-processing etc)
  27. joystick "0" // (disables joystick support, mandatory for playing on faceit servers)
  28.  
  29. fps_max "300"
  30. fps_max_menu "120"
  31. mat_queue_mode "2"
  32.  
  33. alias "c1" "exec cross2; bind f2 c2"
  34. alias "c2" "exec cross3; bind f2 c3"
  35. alias "c3" "exec cross4; bind f2 c4"
  36. alias "c4" "exec cross1; bind f2 c1"
  37. alias "+jumpthrow" "+jump; -attack"
  38. alias "-jumpthrow" "-jump"
  39.  
  40. bind "kp_plus" "incrementvar volume 0 1 0.1"
  41. bind "kp_minus" "incrementvar volume 0 1 -0.1"
  42.  
  43. bind "f2" "c1"
  44. bind "mouse4" "+jumpthrow"
  45. bind "mouse5" "+voicerecord"
  46. bind "alt" "noclip"
  47. bind "t" "+spray_menu"
  48. bind "f" "+lookatweapon; r_cleardecals"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement