Advertisement
Guest User

Untitled

a guest
Dec 21st, 2014
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 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. // Binds
  5. bind t "sm_spray"
  6. bind j "sm_admin"
  7. unbind h
  8. alias "+jumpthrow" "+jump;-attack"
  9. alias "-jumpthrow" "-jump"
  10. bind F1 "+jumpthrow"
  11. bind mwheelup "+jump"
  12. bind mwheeldown "+jump"
  13. bind k "say /kill;kill"
  14.  
  15.  
  16. // Stuff
  17.  
  18. sensitivity "5"
  19. cl_radar_scale 0.7
  20. alias voiceOn "bind f9 voiceOff; voice_enable 1"
  21. alias voiceOff "bind f9 voiceOn; voice_enable 0"
  22. bind f9 voiceOff
  23. bind f10 "toggle volume 0.2 0.05"
  24. cl_showloadout "1"
  25.  
  26.  
  27. // Crosshair
  28.  
  29. cl_crosshairalpha "255"
  30. cl_crosshaircolor "5"
  31. cl_crosshaircolor_b "0"
  32. cl_crosshaircolor_r "255"
  33. cl_crosshaircolor_g "0"
  34. cl_crosshairdot "0"
  35. cl_crosshairgap "-18"
  36. cl_crosshairsize "4"
  37. cl_crosshairstyle "5"
  38. cl_crosshairusealpha "1"
  39. cl_crosshairthickness "0.7"
  40. cl_fixedcrosshairgap "0"
  41.  
  42.  
  43. // Viewmodel Bobbing and movement shifting
  44.  
  45. viewmodel_offset_x "0"
  46. viewmodel_offset_y "0"
  47. viewmodel_offset_z "-2"
  48. viewmodel_fov "54"
  49. cl_bobcycle "0.98"
  50. cl_viewmodel_shift_left_amt "0"
  51. cl_viewmodel_shift_right_amt "0"
  52. cl_bob_lower_amt "0"
  53. cl_bobamt_lat "0.1"
  54. cl_bobamt_vert "0.1"
  55.  
  56.  
  57. // Audio
  58.  
  59. snd_mixahead "0.05"
  60. snd_headphone_pan_exponent "2"
  61. snd_duckerattacktime "0.5"
  62. snd_duckerreleasetime "2.5"
  63. snd_duckerthreshold "0.15"
  64. snd_ducking_off "1"
  65. snd_ducktovolume "0.55"
  66. snd_legacy_surround "0"
  67. snd_music_selection "003"
  68. snd_musicvolume "0.000000"
  69. snd_mute_losefocus "1"
  70. snd_pitchquality "1"
  71. snd_rear_speaker_scale "1.0"
  72.  
  73.  
  74. // Rates and Interpolation
  75.  
  76. cl_cmdrate "64"
  77. cl_updaterate "64"
  78. cl_interp "0"
  79. cl_interp_ratio "1"
  80. rate "128000"
  81.  
  82.  
  83. // Mouse commands
  84.  
  85. m_rawinput "1"
  86. m_mouseaccel1 "0"
  87. m_mouseaccel2 "0"
  88.  
  89.  
  90. // Miscellaneous
  91.  
  92. cl_autowepswitch "0"
  93. cl_autohelp "0"
  94. cl_showhelp "0"
  95. cl_righthand "1"
  96. cl_forcepreload "1"
  97. hud_showtargetid "0"
  98. net_graph "1"
  99. //mm_dedicated_search_maxping "50"
  100. //mm_session_search_ping_limit "50"
  101. fps_max "500"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement