Advertisement
Guest User

Untitled

a guest
Dec 9th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.27 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 "1.8"
  10. zoom_sensitivity_ratio_mouse "1.0"
  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.1"
  27. voice_enable "1"
  28. voice_scale ".1" // 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 "1"
  43. cl_hud_background_alpha "0.25"
  44. cl_hud_bomb_under_radar "1"
  45. cl_hud_color "1"
  46. cl_hud_healthammo_style "0"
  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 "1"
  53. cl_showpos "0"
  54. cl_showfps "1"
  55. cl_teamid_overhead_mode "2"
  56.  
  57. // Radar
  58. cl_radar_always_centered "1"
  59. cl_radar_rotate "1"
  60. cl_radar_scale "0.5"
  61. cl_radar_icon_scale_min "0.75"
  62. cl_radar_square_with_scoreboard "0"
  63.  
  64. // Viewmodel
  65. viewmodel_presetpos "3"
  66. viewmodel_fov "68"
  67. viewmodel_offset_x "2.5"
  68. viewmodel_offset_y "0"
  69. viewmodel_offset_z "-1.5"
  70. viewmodel_recoil "0"
  71.  
  72. // Reduce gun shifting when crouching
  73. cl_viewmodel_shift_left_amt "0"
  74. cl_viewmodel_shift_right_amt "0"
  75.  
  76. // Reduce gun and scope shifting/bobbing when moving
  77. cl_bobcycle "0"
  78. cl_bob_lower_amt "0"
  79. cl_bobamt_lat "0"
  80. cl_bobamt_vert "0"
  81.  
  82. // Crosshair
  83. cl_crosshair_drawoutline "0"
  84. cl_crosshair_dynamic_maxdist_splitratio "0"
  85. cl_crosshair_dynamic_splitalpha_innermod "1"
  86. cl_crosshair_dynamic_splitalpha_outermod "1.000000"
  87. cl_crosshair_dynamic_splitdist "4"
  88. cl_crosshair_outlinethickness "0"
  89. cl_crosshairalpha "800"
  90. cl_crosshaircolor "2"
  91. cl_crosshaircolor_b "0.000000"
  92. cl_crosshaircolor_g "0.000000"
  93. cl_crosshaircolor_r "255.000000"
  94. cl_crosshairdot "0"
  95. cl_crosshairgap "-3"
  96. cl_crosshairscale "600"
  97. cl_crosshairsize "2.2"
  98. cl_crosshairstyle "4"
  99. cl_crosshairthickness "1"
  100. cl_crosshairusealpha "1"
  101. cl_crosshair_sniper_width "1"
  102. cl_fixedcrosshairgap "-6"
  103. cl_crosshair_friendly_warning "0"
  104.  
  105. // Misc
  106. cl_loadout_colorweaponnames "1"
  107. developer "0"
  108. con_enable "1"
  109. con_filter_text "Damage " // highlight damage in console
  110. ui_steam_overlay_notification_position "bottomright"
  111. player_nevershow_communityservermessage "1"
  112. mm_dedicated_search_maxping "80" // max ping for matchmaking games
  113. mm_dedicated_force_servers ""
  114. gameinstructor_enable "0"
  115. option_duck_method "0"
  116. option_speed_method "0"
  117. cl_forcepreload "1"
  118. cl_downloadfilter "nosound" // mapsonly pls volvo
  119. cl_join_advertise "2" // let your friends join your community server without an invitation
  120. cl_disablehtmlmotd "0"
  121. cl_autohelp "0"
  122. cl_showhelp "0"
  123. cl_disablefreezecam "1"
  124. cl_teammate_colors_show "1"
  125. cl_autowepswitch "0" // auto weapon switch on pickup
  126. cl_use_opens_buy_menu "0" // E opening buy menu
  127. closeonbuy "0"
  128. password ""
  129. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement