Advertisement
supern0vacs

cfg

Feb 28th, 2020
345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.16 KB | None | 0 0
  1. // Rates
  2. rate "786432"
  3. cl_cmdrate "128"
  4. cl_updaterate "128"
  5. cl_interp "0.031"
  6. cl_interp_ratio "1"
  7.  
  8. // Mouse
  9. sensitivity "2"
  10. zoom_sensitivity_ratio_mouse "1"
  11. m_rawinput "1"
  12. m_pitch "0.022"
  13. m_customaccel "0"
  14. m_mouseaccel1 "0"
  15. m_mouseaccel2 "0"
  16.  
  17. // Video
  18. mat_monitorgamma "1.8"
  19. mat_queue_mode "2" // auto detect multi-core rendering
  20. fps_max "999"
  21. fps_max_menu "999"
  22. r_dynamic "0"
  23. r_drawtracers_firstperson "1"
  24.  
  25. // Audio
  26. volume "0"
  27. voice_enable "1"
  28. voice_scale "0.3" // receive volume
  29. windows_speaker_config "1" // headphone audio output
  30. snd_musicvolume "0"
  31. snd_mixahead "0.05" // sound delay
  32. snd_headphone_pan_exponent "2"
  33. snd_headphone_pan_radial_weight "2"
  34. snd_legacy_surround "0" // emulated surround sound
  35. snd_mute_losefocus "1" // mute game when alt-tabbed
  36. dsp_enhance_stereo "0"
  37. lobby_voice_chat_enabled "0" // voice chat in lobby
  38. cl_mute_all_but_friends_and_party "0"
  39.  
  40. // HUD
  41. hud_scaling "1"
  42. hud_showtargetid "0"
  43. cl_hud_background_alpha "0.25"
  44. cl_hud_bomb_under_radar "0"
  45. cl_hud_color "7"
  46. cl_hud_healthammo_style "1"
  47. cl_hud_playercount_pos "0"
  48. cl_hud_playercount_showcount "0"
  49. cl_hud_radar_scale "0.900000"
  50. cl_draw_only_deathnotices "0"
  51. cl_righthand "1"
  52. cl_showloadout "0"
  53. cl_showpos "0"
  54. cl_showfps "0"
  55.  
  56. // Radar
  57. cl_radar_always_centered "1"
  58. cl_radar_rotate "1"
  59. cl_radar_scale "0.5"
  60. cl_radar_icon_scale_min "0.75"
  61. cl_radar_square_with_scoreboard "0"
  62.  
  63. // Viewmodel
  64. viewmodel_presetpos "3"
  65. viewmodel_fov "68"
  66. viewmodel_offset_x "2.5"
  67. viewmodel_offset_y "0"
  68. viewmodel_offset_z "-2"
  69. viewmodel_recoil "0"
  70.  
  71. // Reduce gun shifting when crouching
  72. cl_viewmodel_shift_left_amt "0"
  73. cl_viewmodel_shift_right_amt "0"
  74.  
  75. // Reduce gun and scope shifting/bobbing when moving
  76. cl_bobcycle "0"
  77. cl_bob_lower_amt "0"
  78. cl_bobamt_lat "0"
  79. cl_bobamt_vert "0"
  80.  
  81. // Crosshair
  82. cl_crosshair_drawoutline "0"
  83. cl_crosshair_dynamic_maxdist_splitratio "0"
  84. cl_crosshair_dynamic_splitalpha_innermod "1"
  85. cl_crosshair_dynamic_splitalpha_outermod "1.000000"
  86. cl_crosshair_dynamic_splitdist "4"
  87. cl_crosshair_outlinethickness "0"
  88. cl_crosshairalpha "800"
  89. cl_crosshaircolor "2"
  90. cl_crosshaircolor_b "0.000000"
  91. cl_crosshaircolor_g "0.000000"
  92. cl_crosshaircolor_r "255.000000"
  93. cl_crosshairdot "0"
  94. cl_crosshairgap "-2"
  95. cl_crosshairscale "600"
  96. cl_crosshairsize "2"
  97. cl_crosshairstyle "4"
  98. cl_crosshairthickness "0"
  99. cl_crosshairusealpha "1"
  100. cl_crosshair_sniper_width "1"
  101.  
  102. // Misc
  103. cl_loadout_colorweaponnames "1"
  104. developer "0"
  105. con_enable "1"
  106. con_filter_text "Damage " // highlight damage in console
  107. ui_steam_overlay_notification_position "bottomright"
  108. player_nevershow_communityservermessage "1"
  109. mm_dedicated_search_maxping "80" // max ping for matchmaking games
  110. mm_dedicated_force_servers ""
  111. gameinstructor_enable "0"
  112. option_duck_method "0"
  113. option_speed_method "0"
  114. cl_forcepreload "1"
  115. cl_downloadfilter "nosound" // mapsonly pls volvo
  116. cl_join_advertise "2" // let your friends join your community server without an invitation
  117. cl_disablehtmlmotd "0"
  118. cl_autohelp "0"
  119. cl_showhelp "0"
  120. cl_disablefreezecam "1"
  121. cl_teammate_colors_show "1"
  122. cl_autowepswitch "0" // auto weapon switch on pickup
  123. cl_use_opens_buy_menu "0" // E opening buy menu
  124. closeonbuy "0"
  125. password ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement