CSGO Config


SUBMITTED BY: itsDaveLad

DATE: March 12, 2016, 8:12 a.m.

FORMAT: Text only

SIZE: 1.0 kB

HITS: 648

  1. // OPTIONAL
  2. // Navigate to your CFG Folder located at ...\steamapps\common\Counter-Strike Global Offensive\csgo\cfg
  3. // Make a copy of any .cfg file in there (ai.cfg for instance) and rename it to rech.cfg
  4. // Now simply copy paste the code below into that file and save it.
  5. // Type exec rech.cfg into the console to load the Config.
  6. // You can now always reload the config by pressing F8 on a Server
  7. bind F8 "exec rech.cfg"
  8. // Crosshair
  9. cl_crosshair_drawoutline "0"
  10. cl_crosshaircolor "1"
  11. cl_crosshairstyle "4"
  12. cl_crosshairscale "0"
  13. cl_crosshairsize "5"
  14. cl_crosshairgap "-1"
  15. cl_crosshairdot "1"
  16. cl_crosshaircolor_b "255"
  17. cl_crosshaircolor_g "0"
  18. cl_crosshaircolor_r "255"
  19. // Viewmodel
  20. viewmodel_fov "68"
  21. Viewmodel_offset_x "2.5"
  22. viewmodel_offset_y "2"
  23. viewmodel_offset_z "-2"
  24. cl_bobcycle "2"
  25. cl_bob_lower_amt "0"
  26. cl_bobamt_lat "0"
  27. cl_bobamt_vert "0"
  28. cl_viewmodel_shift_left_amt "0"
  29. cl_viewmodel_shift_right_amt "0"
  30. // Colored Weaponnames
  31. cl_loadout_colorweaponnames "1"

comments powered by Disqus