Advertisement
nik_evdokimov

CS2 Config by NEVDO

Oct 16th, 2023 (edited)
1,724
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
autoconf 3.86 KB | Gaming | 0 0
  1.                                      //////////////////////////////
  2.                                     //////////////////////////////
  3.                                    //////////////////////////////
  4.                                   /////| CONFIG BY: NEVDO |/////
  5.                                  //////////////////////////////
  6.                                 //////////////////////////////
  7.                                //////////////////////////////
  8. //                      ||| steamcommunity.com/id/nik_evdokimov |||
  9. // Config Location: C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\game\csgo\cfg
  10.  
  11. ///////// Commands for Properties /////////  
  12.  
  13. // -novid -high -threads 16 -nod3d9ex -nojoy -noaafonts exec autoexec
  14. //
  15. // -novid // Disables the game's intro screen saver.
  16. // -high // Starts the game with a high priority.
  17. // -threads <number of cores/threads> // The number of processor cores that the game can use.
  18. // -nod3d9ex // Reduces memory consumption and speeds up switching between windows (alt+tab)
  19. // -noaafonts // Removes font smoothing.
  20. // -no joy // Removes gamepad/joystick support.
  21.  
  22.  
  23. ///////// OTHER /////////
  24.  
  25. // Disable build number
  26. r_show_build_info false
  27.  
  28. // Additional settings
  29. cl_showpos "0"
  30. cl_showfps "0"
  31. fps_max "300"
  32.  
  33. // Help Messages - you dont need these
  34. gameinstructor_enable "0"
  35. cl_autohelp "0"
  36.  
  37. // Lowers delay between sounds / Make footsteps louder
  38. snd_headphone_pan_exponent "2"
  39. snd_front_headphone_position "45.0"
  40. snd_rear_headphone_position "135"
  41. snd_mixahead "0.05"
  42.  
  43. // Demo Deathmsg Show
  44. cl_draw_only_deathnotices "0"
  45.  
  46.  
  47. ///////// MODEL & HUD ////////
  48.  
  49. // Viewmodel FOV [FOV values: min - 54, max - 68]
  50. viewmodel_fov "68"
  51. viewmodel_offset_x "2"
  52. viewmodel_offset_y "-1.5"
  53. viewmodel_offset_z "-1"
  54.  
  55. // Scales the HUD depending on what resolution you use, 1 is max
  56. hud_scaling "1"
  57.  
  58. // HUD color
  59. cl_hud_color "1"
  60.  
  61.  
  62. ///////// NETWORK SETTINGS /////////
  63.  
  64. // Ignores dedicated servers with pings above this value
  65. mm_dedicated_search_maxping "25"
  66.  
  67. // Usual rate commands
  68. rate "786432"
  69.  
  70.  
  71. ///////// ALIAS & BINDS /////////
  72.  
  73. // Console
  74. bind "`" "toggleconsole"
  75.  
  76. // Say something
  77. //alias "commend" "say_team ........................................................ [ PLEASE REMEMBER TO COMMEND ME AND OTHER TEAMMATES, THANKS ]; alias cyclesayteam commend"
  78. //alias "cyclesayteam" "commend"
  79. //bind "." "cyclesayteam"
  80.  
  81. //alias "say1" "say [ custom text ]; alias cyclesay say2"
  82. //alias "say2" "say --------------------------------; alias cyclesay say3"
  83. //alias "say3" "say [ custom text ]; alias cyclesay say1"
  84. //alias "cyclesay" "say1"
  85. //bind "," "cyclesay"
  86.  
  87. // Bind to disable voice chat with one button
  88. bind t "incrementvar voice_modenable 0 1 1"
  89.  
  90. // Show team equipment
  91. bind "l" "+cl_show_team_equipment"
  92.  
  93. // Bind to the perfect radar
  94. bind n "incrementvar cl_radar_scale 0.45 1 0.55"
  95.  
  96. // Bind to enable/disable follow recoil by 1 button
  97. //bind p "incrementvar cl_crosshair_recoil 0 1 1"
  98.  
  99. // Alias bind to quickly switch weapons
  100. alias +knife slot3
  101. alias -knife lastinv
  102. bind q +knife
  103.  
  104.  
  105. ///////// MOUSE & CROSSHAIR /////////
  106.  
  107. // Bypass OS Interface & Acceleration
  108. // sensitivity "1.3"
  109.  
  110. // Crosshair Settings [CSGO-MDRsJ-c5YL7-xuidv-Y3pAP-f4pxA]
  111.  
  112. // Style:
  113. cl_crosshairstyle "4"
  114. cl_crosshairdot "1"
  115. cl_crosshairsize "1.5"
  116. cl_crosshairthickness "0.5"
  117. cl_crosshairgap "-1.5"
  118. cl_crosshair_drawoutline "0"
  119.  
  120. // Color:
  121. //cl_crosshaircolor "5"
  122. cl_crosshaircolor_b "255"
  123. cl_crosshaircolor_g "255"
  124. cl_crosshaircolor_r "255"
  125. cl_crosshairusealpha "0"
  126.  
  127. // Dynamic crosshair:
  128. //cl_crosshairgap_useweaponvalue "0"
  129. //cl_crosshair_dynamic_maxdist_splitratio "0.35"
  130. //cl_crosshair_dynamic_splitalpha_innermod "1"
  131. //cl_crosshair_dynamic_splitalpha_outermod "0.5"
  132. //cl_crosshair_dynamic_splitdist "7"
  133.  
  134. // Misc
  135. cl_crosshair_sniper_width "1"
  136.  
  137.  
  138.  
  139. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement