Advertisement
Guest User

My csgo config

a guest
Aug 29th, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.40 KB | None | 0 0
  1. // Start copying from here if you want my config, you won't be disappointed ;)
  2. con_enable "1" //Enables Console
  3.  
  4. // Bindings
  5. bind "v" "+voicerecord" //You can communicate with the V key instead of K
  6. bind "f1" "autobuy" //Autobuy weapons if you have lots of money with F1
  7. bind "f3" "buy flashbang;buy smokegrenade" //Buy flash & smoke with F3
  8. bind "f4" "ignoremsg" //Ignore chat by turning off enemies, teams and both
  9. bind "f" "+lookatweapon" //Inspect your weapon with F
  10. unbind "i" //So you don't accidentally enable hud fade, which is very annoying
  11.  
  12. // No Tutorial or Info Messages (FPS BOOST)
  13. gameinstructor_enable "0" //Removes in game lessons
  14. cl_showhelp "0" //Removes on-screen help
  15. cl_autohelp "0" //Removes automatic help
  16. cl_disablefreezecam "1" //disables Freezecam, very important to have off
  17. cl_disablehtmlmotd "1" //Removes "Message of the day" page when joining a server
  18.  
  19. // Viewmodel
  20. cl_viewmodel_shift_left_amt "0.500000"
  21. cl_viewmodel_shift_right_amt "0.250000"
  22. viewmodel_fov "68"
  23. viewmodel_offset_x "1.200000"
  24. viewmodel_offset_y "2.0"
  25. viewmodel_offset_z "-2.0"
  26. viewmodel_presetpos "0"
  27. cl_bob_lower_amt "5.000000"
  28. cl_bobamt_lat "0.100000"
  29. cl_bobamt_vert "0.100000"
  30. cl_bobcycle "0.98"
  31.  
  32. // Crosshair
  33. cl_crosshair_drawoutline "1"
  34. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  35. cl_crosshair_dynamic_splitalpha_innermod "1"
  36. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  37. cl_crosshair_dynamic_splitdist "7"
  38. cl_crosshair_outlinethickness "1"
  39. cl_crosshair_sniper_width "2"
  40. cl_crosshairalpha "255"
  41. cl_crosshaircolor "1"
  42. cl_crosshaircolor_b "0"
  43. cl_crosshaircolor_g "0"
  44. cl_crosshaircolor_r "0"
  45. cl_crosshairdot "0"
  46. cl_crosshairgap "-1.000000"
  47. cl_crosshairgap_useweaponvalue "0"
  48. cl_crosshairscale "0"
  49. cl_crosshairsize "2.500000"
  50. cl_crosshairstyle "4"
  51. cl_crosshairthickness "0"
  52. cl_crosshairusealpha "1"
  53. cl_fixedcrosshairgap "3"
  54.  
  55. // Rates (Settings are optimized for best networking experience)
  56. rate "128000" //Max bytes per second the host can receive data
  57. cl_cmdrate "128" //Max number of command packets sent to server per second
  58. cl_updaterate "128" //Number of packets per second you are requesting from the server
  59. cl_interp_ratio "1" //Sets the interpolation amount (final amount is cl_interp_ratio / cl_updaterate)
  60. cl_interp "0" //Sets the interpolation amount, always set this to 0
  61. cl_lagcompensation "1" //Lag compensation helps by eliminating combat latency from client side view
  62. cl_predict "1" //Skip waiting for server feedback and simulate client side movement in real-time
  63. cl_predictweapons "1" //Skip waiting for server feedback and perform client side prediction of weapon effects
  64.  
  65. // Video
  66. mat_monitorgamma_tv_enabled "0" //Turn off TV Mode for less off-set light
  67.  
  68. // Net
  69. fps_max "300" //Setting this to 300 for the general gamers
  70. net_graph "1" //Shows my network usage data
  71. net_graphheight "0" //Changes height
  72. net_graphmsecs "400" //The latency graph represents this many milliseconds
  73. net_graphpos "2" //Positioning of Net Graph
  74. net_graphproportionalfont "0" //Makes font smaller
  75. net_graphshowinterp "1" //Shows interpolation value
  76. net_graphshowlatency "1" //Shows latency value
  77. net_graphsolid "1" //Solid Net Graph
  78. net_graphtext "1" //Shows text fields
  79. net_maxroutable "1200" //Requested max packet size before packets are 'split'
  80. net_scale "5" //Makes font smaller
  81.  
  82. // Other
  83. r_drawtracers_firstperson "0" //Hides bullet tracers in first person view
  84. lobby_voice_chat_enabled "0" //Turns microphone off in lobby, really useful
  85. cl_use_opens_buy_menu "0" //Disables E from opening buy-menu, really useful
  86. mm_dedicated_search_maxping "50" //Maxping Search in Matchmaking
  87. cl_crosshair_sniper_width 2 //Thicker sniper crosshair, very usefull (not recommended for some users)
  88.  
  89. // Mouse
  90. m_rawinput "1" //Enable Raw Input for perfect precision (Raw input is unavailable on OSX)
  91. m_mouseaccel2 "0" //Disables windows mouse acceleration initial threshold, safety precaution
  92. m_mouseaccel1 "0" //Disables windows mouse acceleration initial threshold, safety precaution
  93. m_customaccel "0" //Custom mouse acceleration disabled
  94.  
  95. // Hud Modification (Made possible from Patch 1 May 2015, YAY!)
  96. hud_showtargetid "1" //Enables display of target names, important
  97. cl_hud_bomb_under_radar "1" //Draws bomb under radar, convenient
  98. cl_hud_radar_scale "0.9" //Radar Size, not too big and not too small
  99. cl_radar_scale "0.3" //Radar Map Scale Size, 0.3 is perfect on all maps
  100. cl_radar_always_centered "0" //Centers map instead of player in radar, important
  101. cl_hud_playercount_showcount "1" //Shows player avatars instead of numbers left
  102. cl_loadout_colorweaponnames "1" //Weapon names are colored in loadout to match their rarity, cool feature
  103. cl_radar_icon_scale_min "0.8" //Sets the minimum player icon scale, this value feels good
  104. echo Config Loaded! (2/2) //This just confirms that the config has ended successfully
  105.  
  106. // It's time to rek some nubs
  107.  
  108. // SCRIPTS I LIKE TO USE
  109. // Just add this after the config if you want them
  110.  
  111. // Show netgraph when checking scoreboard script
  112. alias "+scorenet" "+showscores; net_graphheight 0"
  113. alias "-scorenet" "-showscores; net_graphheight 9999"
  114. bind "TAB" "+scorenet" //Bind TAB to whatever you prefer
  115.  
  116.  
  117. // Toggle in-game voice + no rebinds needed
  118. alias "disablevoice" "voice_chat"
  119. alias "voice_chat" "chat_1"
  120. alias "chat_1" "voice_scale 0.4; playvol buttons\blip1 0.5; alias voice_chat chat_0"
  121. alias "chat_0" "voice_scale 0.0; playvol buttons\blip2 0.5; alias voice_chat chat_1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement