Advertisement
Guest User

CS:GO Config - Rechyyy

a guest
May 13th, 2015
54,880
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. // Navigate to your CFG Folder located at ...\steamapps\common\Counter-Strike Global Offensive\csgo\cfg
  2. // Make a copy of any .cfg file in there (ai.cfg for instance) and rename it to rech.cfg
  3. // Now simply copy paste the code below into that file and save it.
  4. // Type exec rech.cfg into the console to load the Config.
  5. // You can now always reload the config by pressing F8 on a Server
  6.  
  7. bind F8 "exec rech.cfg"
  8.  
  9. viewmodel_pos "0"
  10. viewmodel_fov "68"
  11. Viewmodel_offset_x "2.5"
  12. viewmodel_offset_y "2"
  13. viewmodel_offset_z "-2"
  14. cl_bobcycle "2"
  15. cl_bob_lower_amt "0"
  16. cl_bobamt_lat "0"
  17. cl_bobamt_vert "0"
  18. cl_viewmodel_shift_left_amt "0"
  19. cl_viewmodel_shift_right_amt "0"
  20.  
  21. cl_crosshair_drawoutline "0"
  22. cl_crosshaircolor "1"
  23. cl_crosshairstyle "4"
  24. cl_crosshairscale "0"
  25. cl_crosshairsize "5"
  26. cl_crosshairgap "-1"
  27. cl_crosshairdot "1"
  28. cl_crosshaircolor_b "255"
  29. cl_crosshaircolor_g "0"
  30. cl_crosshaircolor_r "255"
  31. cl_hideserverip "1"
  32.  
  33. cl_loadout_colorweaponnames "1"
  34. zoom_sensitivity_ratio_mouse "0.75"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement