Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2015
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. //CS:GO Config v1.4
  2.  
  3. // Crosshair
  4.  
  5. cl_crosshairalpha "200"
  6. cl_crosshaircolor "5"
  7. cl_crosshaircolor_b "0"
  8. cl_crosshaircolor_r "255"
  9. cl_crosshaircolor_g "0"
  10. cl_crosshairdot "1"
  11. cl_crosshairgap "10"
  12. cl_crosshairsize "10"
  13. cl_crosshairstyle "3"
  14. cl_crosshairusealpha "1"
  15. cl_crosshairthickness "1.5"
  16. cl_fixedcrosshairgap "11"
  17. cl_crosshair_outlinethickness "0"
  18. cl_crosshair_drawoutline "0"
  19.  
  20.  
  21. // Viewmodel
  22.  
  23. viewmodel_fov "68"
  24. viewmodel_offset_x "2"
  25. viewmodel_offset_y "2"
  26. viewmodel_offset_z "-2"
  27.  
  28.  
  29. // Bobbing and movement shifting
  30.  
  31. cl_viewmodel_shift_left_amt "0"
  32. cl_viewmodel_shift_right_amt "0"
  33. cl_bob_lower_amt "0"
  34. cl_bobamt_lat "0"
  35. cl_bobamt_vert "0"
  36. cl_bobcycle "2"
  37.  
  38.  
  39. // Audio
  40.  
  41. snd_mixahead "0.05"
  42. snd_headphone_pan_exponent "2"
  43. snd_musicvolume "1"
  44.  
  45.  
  46. // Rates and Interpolation
  47. // Change these as you see fit, test per your connection
  48.  
  49. cl_cmdrate "128"
  50. cl_updaterate "128"
  51. rate "128000"
  52. tickrate 128
  53.  
  54.  
  55. // Mouse commands
  56.  
  57. m_rawinput "1"
  58. m_mouseaccel1 "0"
  59. m_mouseaccel2 "0"
  60. sensitivity "1.92" // Changes in-game sensitivity
  61.  
  62.  
  63. // Miscellaneous Settings & UI/HUD Tweaks
  64.  
  65. cl_autowepswitch "0" // Will not auto-switch to weapons if you pick them up
  66. cl_autohelp "0"
  67. cl_showhelp "0"
  68. cl_righthand "1" // 0 for left hand 1 for right hand
  69. cl_forcepreload "1"
  70. cl_hud_bomb_under_radar "1" // shows bomb icon under radar instead of inventory
  71. hud_showtargetid "1" // 1 to enable the red playername target text
  72. net_graph "1" // Shows net_graph stats (fps, rates, choke, etc.)
  73. mm_dedicated_search_maxping "100"
  74. fps_max "0"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement