Advertisement
Guest User

Untitled

a guest
Aug 28th, 2015
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. //Official Netcode CS:GO CFG - Updated 8/20/2015
  2. //Thanks to Nya` and the NetcodeIlluminati.com Team
  3. // EDITED BY Swe - m0nk
  4.  
  5. // Weapons
  6.  
  7. bind f2 "buy deagle;"
  8. bind f3 "buy p250;"
  9. bind f4 "buy tec9; buy fiveseven;"
  10. bind f5 "buy m4a1; buy ak47;"
  11. bind f6 "buy vesthelm;"
  12. bind f7 "buy flashbang; buy smokegrenade; buy flashbang; buy hegrenade; buy decoy;"
  13. bind f8 "buy defuser"
  14. bind f9 "buy molotov;buy incgrenade;"
  15.  
  16. // Radar
  17.  
  18. cl_radar_always_centered "1"
  19. cl_radar_scale "0.3"
  20. cl_hud_radar_scale "1.15"
  21. cl_radar_icon_scale_min "1"
  22. cl_radar_rotate "1"
  23.  
  24. //Radar zoom in-out script
  25. bind "KP_plus" "incrementvar cl_radar_scale 0.25 1.0 0.05";
  26. bind "KP_minus" "incrementvar cl_radar_scale 0.25 1.0 -0.05";
  27.  
  28.  
  29. // Crosshair
  30.  
  31.  
  32. cl_crosshair_drawoutline "0"
  33. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  34. cl_crosshair_dynamic_splitalpha_innermod "1"
  35. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  36. cl_crosshair_dynamic_splitdist "7"
  37. cl_crosshair_outlinethickness "1"
  38. cl_crosshairalpha "99999"
  39. cl_crosshaircolor "4."
  40. cl_crosshaircolor_b "147"
  41. cl_crosshaircolor_g "20"
  42. cl_crosshaircolor_r "255"
  43. cl_crosshairdot "0"
  44. cl_crosshairgap "-2.000000"
  45. cl_crosshairgap_useweaponvalue "0"
  46. cl_crosshairscale "1550"
  47. cl_crosshairsize "2.3"
  48. cl_crosshairstyle "4"
  49. cl_crosshairthickness "1"
  50. cl_crosshairusealpha "1"
  51. cl_fixedcrosshairgap "0"
  52.  
  53.  
  54. // Viewmodel
  55.  
  56. cl_righthand "1"
  57. viewmodel_offset_x "0"
  58. viewmodel_offset_y "-2"
  59. viewmodel_offset_z "-2"
  60. viewmodel_fov "54"
  61. cl_bobamt_lat "0.1"
  62. cl_bobamt_vert "0.1"
  63. cl_bobcycle "0.1"
  64. cl_viewmodel_shift_left_amt "0.5"
  65. cl_viewmodel_shift_right_amt "0.5"
  66.  
  67. //viewmodel_fov "68"
  68. //viewmodel_offset_x "2"
  69. //viewmodel_offset_y "2"
  70. //viewmodel_offset_z "-2"
  71.  
  72.  
  73. // Bobbing and movement shifting
  74.  
  75. cl_viewmodel_shift_left_amt "0"
  76. cl_viewmodel_shift_right_amt "0"
  77. cl_bob_lower_amt "0"
  78. cl_bobamt_lat "0"
  79. cl_bobamt_vert "0"
  80. cl_bobcycle "2"
  81.  
  82.  
  83. // Audio
  84.  
  85. snd_mixahead "0.05"
  86. snd_headphone_pan_exponent "2"
  87. snd_musicvolume "0"
  88.  
  89.  
  90. // Rates and Interpolation
  91.  
  92. cl_interp "0"
  93. cl_interp_ratio "1"
  94. cl_cmdrate "128"
  95. cl_updaterate "128"
  96. rate "128000"
  97. fps_max "250"
  98. fps_max_menu "144"
  99.  
  100.  
  101. // Mouse commands
  102.  
  103. m_rawinput "0"
  104. m_mouseaccel1 "0"
  105. m_mouseaccel2 "0"
  106.  
  107. // Scores + net_Graph
  108.  
  109. bind "TAB" "+ng";
  110. alias "+ng" "+showscores; net_graph 1";
  111. alias "-ng" "-showscores; net_graph 0";
  112. net_graphproportionalfont "0"
  113.  
  114. // HUD
  115.  
  116. cl_hud_background_alpha "0.3"
  117. cl_hud_bomb_under_radar "1"
  118. cl_hud_color "8"
  119. cl_hud_healthammo_style "0"
  120. cl_hud_playercount_pos "0"
  121. cl_hud_playercount_showcount "0"
  122. hud_showtargetid "1"
  123. hud_scaling "0.75"
  124. hud_takesshots "1"
  125.  
  126. // Miscellaneous
  127.  
  128. cl_disablefreezecam 1
  129. cl_autowepswitch "0"
  130. cl_autohelp "0"
  131. cl_showhelp "0"
  132. cl_forcepreload "1"
  133. cl_showloadout "1"
  134. cl_disablehtmlmotd 1
  135. sensitivity "1.6"
  136. host_writeconfig
  137. echo" "
  138. echo" "
  139. echo"autoexec loaded - 20/08/2015"
  140. echo" "
  141. echo" "
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement