Advertisement
Guest User

Untitled

a guest
May 23rd, 2015
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. Official Netcode Illuminati CS:GO Config. Revised 8/17/2012
  2. www.NetcodeIlluminati.com
  3. Thanks to Nya`
  4.  
  5.  
  6. // Weapon viewmodel positioning.
  7. // For these custom values to work "viewmodel_presetpos" must be removed from the config.
  8.  
  9.  
  10. viewmodel_fov "62.5"
  11. viewmodel_offset_x "2"
  12. viewmodel_offset_y "2"
  13. viewmodel_offset_z "-2"
  14.  
  15.  
  16. // Bobbing and movement shifting.
  17.  
  18.  
  19. cl_viewmodel_shift_left_amt "0"
  20. cl_viewmodel_shift_right_amt "0"
  21. cl_bob_lower_amt "0"
  22. cl_bobamt_lat "0"
  23. cl_bobamt_vert "0"
  24. //cl_bobcycle "2"
  25.  
  26.  
  27. // Audio
  28.  
  29.  
  30. snd_mixahead "0.05"
  31. snd_headphone_pan_exponent "2"
  32. snd_musicvolume "0"
  33.  
  34.  
  35. // Rates and Interpolation.
  36.  
  37.  
  38. cl_cmdrate "128"
  39. cl_updaterate "128"
  40. rate "128000"
  41. cl_interp "0"
  42. cl_interp_ratio "1"
  43.  
  44.  
  45. // Mouse commands.
  46.  
  47.  
  48.  
  49. m_mouseaccel1 "0"
  50. m_mouseaccel2 "0"
  51. m_rawinput "0"
  52. m_customaccel "0"
  53. m_mousespeed "0"
  54. m_customaccel_exponent "1"
  55. m_customaccel_max "0"
  56. m_customaccel_scale "0"
  57.  
  58. // Crosshair.
  59.  
  60.  
  61. //sfcrosshair "1"
  62. //cl_crosshairalpha "200"
  63. //cl_crosshaircolor "1"
  64. //cl_crosshaircolor_b "255"
  65. //cl_crosshaircolor_g "255"
  66. //cl_crosshaircolor_r "255"
  67. //cl_crosshairdot "0"
  68. //cl_crosshairscale "120"
  69. //cl_crosshairusealpha "1"
  70.  
  71.  
  72. // Miscellaneous.
  73.  
  74.  
  75. r_drawtracers_firstperson 0
  76. cl_autowepswitch "0"
  77. hud_showtargetid "1"
  78. net_graph "1"
  79. cl_autohelp "0"
  80. cl_showhelp "0"
  81. hud_scaling "1"
  82.  
  83. fps_max 300
  84.  
  85. cl_forcepreload "0"
  86.  
  87. cl_radar_scale "0.6"
  88. cl_radar_rotate "1"
  89. closeonbuy "1"
  90. cl_forcepreload "1"
  91. cl_showhelp 0
  92. cl_lagcompensation "1"
  93. cl_predictweapons "1"
  94. cl_resend "6"
  95. cl_timeout "9999999"
  96. r_dynamic "0"
  97. r_eyegloss "0"
  98. r_eyemove "0"
  99. r_eyeshift_x "0"
  100. r_eyeshift_y "0"
  101. r_eyeshift_z "0"
  102. r_eyesize "0"
  103. muzzleflash_light "0"
  104. sys_antialiasing "0"
  105. sys_aspectratio "-1"
  106. sys_refldetail "0"
  107. mat_queue_mode "2"
  108.  
  109. cl_bobamt_lat 0.40
  110. cl_bobamt vert 0.25
  111.  
  112. hud_showtargetid "1" // shows id of player in your crosshair
  113. cl_showloadout "1" // shows full inventory all the time
  114. cl_autowepswitch "0" // does not auto switch on weapon pick up
  115. cl_autohelp "0" // disables ingame popups
  116. cl_showhelp "0"
  117.  
  118. cl_radar_scale 0.37
  119. cl_radar_rotate 0
  120. cl_radar_always_centered 0
  121. cl_hud_scale 1
  122.  
  123. cl_bobcycle ".98" // "0.98" is enforced by ESEA/ESL
  124. cl_viewmodel_shift_left_amt "0.5" // Reduce gun shifting when crouching
  125. cl_viewmodel_shift_right_amt "0.5" // Reduce gun shifting when crouching
  126. cl_bob_lower_amt "4"
  127. //host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement