Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. //Official Netcode CS:GO CFG - Updated 2/16/2013
  2. //Thanks to Nya` and the NetcodeIlluminati.com Team
  3.  
  4. // Crosshair
  5.  
  6. cl_crosshair_drawoutline "0"
  7. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  8. cl_crosshair_dynamic_splitalpha_innermod "1"
  9. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  10. cl_crosshair_dynamic_splitdist "7"
  11. cl_crosshair_outlinethickness "1"
  12. cl_crosshairalpha "255"
  13. cl_crosshaircolor "5"
  14. cl_crosshaircolor_b "0"
  15. cl_crosshaircolor_g "255"
  16. cl_crosshaircolor_r "0"
  17. cl_crosshairdot "0"
  18. cl_crosshairgap "-2.500000"
  19. cl_crosshairgap_useweaponvalue "0"
  20. cl_crosshairscale "0"
  21. cl_crosshairsize "3.500000"
  22. cl_crosshairstyle "4"
  23. cl_crosshairthickness "0.500000"
  24. cl_crosshairusealpha "1"
  25. cl_fixedcrosshairgap "-10"
  26.  
  27. // Viewmodel
  28.  
  29. cl_viewmodel_shift_left_amt "0.500000"
  30. cl_viewmodel_shift_right_amt "0.250000"
  31. viewmodel_fov "62.000000"
  32. viewmodel_offset_x "1.800000"
  33. viewmodel_offset_y "2.0"
  34. viewmodel_offset_z "-2.0"
  35. viewmodel_presetpos "0"
  36. cl_bob_lower_amt "5.000000"
  37. cl_bobamt_lat "0.100000"
  38. cl_bobamt_vert "0.100000"
  39. cl_bobcycle "0.98"
  40.  
  41. // Audio
  42.  
  43. snd_mixahead "0.05"
  44. snd_headphone_pan_exponent "2"
  45. snd_musicvolume "0"
  46.  
  47.  
  48. // Rates and Interpolation
  49.  
  50. cl_cmdrate "128"
  51. cl_updaterate "128"
  52. cl_interp "0"
  53. cl_interp_ratio "1"
  54. rate "128000"
  55.  
  56. // Mouse commands
  57.  
  58. m_rawinput "1"
  59. m_mouseaccel1 "0"
  60. m_mouseaccel2 "0"
  61.  
  62. // Miscellaneous
  63. cl_autowepswitch "0"
  64. cl_autohelp "0"
  65. cl_showhelp "0"
  66. cl_righthand "1"
  67. cl_forcepreload "1"
  68. hud_showtargetid "0"
  69. net_graph "1"
  70. mm_dedicated_search_maxping "50"
  71. mm_session_search_ping_limit "50"
  72. sensitivity "1"
  73. fps_max "300"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement