Advertisement
Guest User

CS:GO Config - Rechyyy

a guest
Jul 5th, 2015
181,943
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  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.  
  8. bind F8 "exec rech.cfg"
  9.  
  10. // Crosshair
  11. cl_crosshair_drawoutline "0"
  12. cl_crosshaircolor "1"
  13. cl_crosshairstyle "4"
  14. cl_crosshairscale "0"
  15. cl_crosshairsize "5"
  16. cl_crosshairgap "-1"
  17. cl_crosshairdot "1"
  18. cl_crosshaircolor_b "255"
  19. cl_crosshaircolor_g "0"
  20. cl_crosshaircolor_r "255"
  21.  
  22. // Viewmodel
  23. viewmodel_fov "68"
  24. Viewmodel_offset_x "2.5"
  25. viewmodel_offset_y "2"
  26. viewmodel_offset_z "-2"
  27. cl_bobcycle "2"
  28. cl_bob_lower_amt "0"
  29. cl_bobamt_lat "0"
  30. cl_bobamt_vert "0"
  31. cl_viewmodel_shift_left_amt "0"
  32. cl_viewmodel_shift_right_amt "0"
  33.  
  34. // Colored Weaponnames
  35. cl_loadout_colorweaponnames "1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement