Advertisement
Guest User

Untitled

a guest
May 20th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 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. m_rawinput "1"
  11. m_pitch "0.022"
  12. m_customaccel "0"
  13. m_mouseaccel1 "0"
  14. m_mouseaccel2 "0"
  15.  
  16. // Video
  17. mat_monitorgamma "1.8"
  18. mat_queue_mode "2" // auto detect multi-core rendering
  19. fps_max "999"
  20. fps_max_menu "999"
  21. r_dynamic "0"
  22. r_drawtracers_firstperson "0"
  23.  
  24. // Audio
  25. volume "0.1"
  26. voice_enable "1"
  27. voice_scale "1" // receive volume
  28. snd_musicvolume "0"
  29. snd_mixahead "0.05" // sound delay
  30. snd_headphone_pan_exponent "2"
  31. snd_headphone_pan_radial_weight "2"
  32. snd_legacy_surround "0" // emulated surround sound
  33. snd_mute_losefocus "1" // mute game when alt-tabbed
  34. dsp_enhance_stereo "0"
  35. lobby_voice_chat_enabled "0" // voice chat in lobby
  36. cl_mute_all_but_friends_and_party "0"
  37.  
  38. // HUD
  39. hud_scaling "1"
  40. hud_showtargetid "0"
  41. cl_hud_background_alpha "0.25"
  42. cl_hud_bomb_under_radar "0"
  43. cl_hud_color "7"
  44. cl_hud_healthammo_style "1"
  45. cl_hud_playercount_pos "0"
  46. cl_hud_playercount_showcount "0"
  47. cl_hud_radar_scale "0.900000"
  48. cl_draw_only_deathnotices "0"
  49. cl_righthand "1"
  50. cl_showloadout "0"
  51. cl_showpos "0"
  52. cl_showfps "0"
  53.  
  54. // Radar
  55. cl_radar_always_centered "1"
  56. cl_radar_rotate "1"
  57. cl_radar_scale "0.5"
  58. cl_radar_icon_scale_min "0.75"
  59. cl_radar_square_with_scoreboard "0"
  60.  
  61. // Viewmodel
  62. viewmodel_presetpos "3"
  63. viewmodel_fov "68"
  64. viewmodel_offset_x "2.5"
  65. viewmodel_offset_y "0"
  66. viewmodel_offset_z "-2"
  67. viewmodel_recoil "0"
  68.  
  69. cl_viewmodel_shift_left_amt "0.5"
  70. cl_viewmodel_shift_right_amt "0.25"
  71. cl_bobcycle "0.98"
  72. cl_bob_lower_amt "5"
  73. cl_bobamt_lat "0.1"
  74. cl_bobamt_vert "0.1"
  75.  
  76. // Misc
  77. cl_loadout_colorweaponnames "1"
  78. developer "0"
  79. con_enable "1"
  80. con_filter_text "Damage " // highlight damage in console
  81. ui_steam_overlay_notification_position "bottomright"
  82. player_nevershow_communityservermessage "1"
  83. mm_dedicated_search_maxping "80" // max ping for matchmaking games
  84. mm_dedicated_force_servers ""
  85. gameinstructor_enable "0"
  86. option_duck_method "0"
  87. option_speed_method "0"
  88. cl_forcepreload "1"
  89. cl_downloadfilter "nosound" // mapsonly pls volvo
  90. cl_join_advertise "2" // let your friends join your community server without an invitation
  91. cl_disablehtmlmotd "0"
  92. cl_autohelp "0"
  93. cl_showhelp "0"
  94. cl_disablefreezecam "1"
  95. cl_teammate_colors_show "1"
  96. cl_autowepswitch "0" // auto weapon switch on pickup
  97. closeonbuy "0"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement