Advertisement
Guest User

Untitled

a guest
Oct 9th, 2015
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 KB | None | 0 0
  1. // budi's CS:GO config
  2. // Updated 7/21/15
  3. // Rates
  4. rate "128000"
  5. cl_cmdrate "128"
  6. cl_updaterate "128"
  7. cl_interp "0.0"
  8. cl_interp_ratio "1"
  9. cl_lagcompensation "1"
  10. // Mouse
  11. sensitivity "1.9"
  12. zoom_sensitivity_ratio_mouse "1.0"
  13. m_rawinput "0" // RInput via sourceGL instead
  14. m_pitch "0.022"
  15. m_customaccel "0"
  16. m_mouseaccel1 "0"
  17. m_mouseaccel2 "0"
  18. // Video
  19. mat_monitorgamma "1.6"
  20. mat_queue_mode "-1" // auto detect multi-core rendering
  21. fps_max "0" // uncapping fps for RInput
  22. fps_max_menu "0"
  23. r_dynamic "0"
  24. r_drawtracers_firstperson "0"
  25. mat_savechanges // write video settings to registry
  26. // Audio
  27. volume "0.55"
  28. voice_enable "1"
  29. voice_scale "1" // receive volume
  30. windows_speaker_config "1" // headphone audio output
  31. snd_musicvolume "0"
  32. snd_mixahead "0.05" // sound delay
  33. snd_headphone_pan_exponent "2"
  34. snd_headphone_pan_radial_weight "2"
  35. snd_legacy_surround "0" // emulated surround sound
  36. snd_mute_losefocus "1" // mute game when alt-tabbed
  37. lobby_voice_chat_enabled "0" // voice chat in lobby
  38. // HUD
  39. hud_scaling "0.80" // CS:S sized HUD
  40. hud_showtargetid "1"
  41. cl_hud_background_alpha "0.100000"
  42. cl_hud_bomb_under_radar "0"
  43. cl_hud_color "1"
  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 "1"
  51. cl_showpos "0"
  52. cl_showfps "0"
  53. net_graph "1"
  54. net_graphproportionalfont "0" // small netgraph font
  55. // Radar
  56. cl_radar_always_centered "0"
  57. cl_radar_rotate "1"
  58. cl_radar_scale "0.38"
  59. cl_radar_icon_scale_min "0.4"
  60. cl_radar_square_with_scoreboard "0"
  61. // Reposition gun model to mimic 1.6
  62. viewmodel_presetpos "0"
  63. viewmodel_fov "68"
  64. viewmodel_offset_x "2.500000"
  65. viewmodel_offset_y "0"
  66. viewmodel_offset_z "-1.500000"
  67. // Reduce gun shifting when crouching
  68. cl_viewmodel_shift_left_amt "0.5"
  69. cl_viewmodel_shift_right_amt "0.5"
  70. // Reduce gun and scope shifting/bobbing when moving
  71. cl_bobcycle "2" // 0.98 is enforced by ESEA/ESL
  72. cl_bob_lower_amt "5"
  73. cl_bobamt_lat "0.1"
  74. cl_bobamt_vert "0.1"
  75. // Debug accuracy (sv_cheats)
  76. weapon_debug_spread_show "0" // show possible shot accuracy
  77. weapon_debug_spread_gap "0.67"
  78. // Misc
  79. developer "0"
  80. con_enable "1"
  81. con_filter_enable "2" // print console on screen
  82. con_filter_text "Damage " // highlight damage in console
  83. ui_steam_overlay_notification_position "bottomright"
  84. player_nevershow_communityservermessage "1"
  85. mm_dedicated_search_maxping "80" // max ping for matchmaking games
  86. mm_dedicated_force_servers ""
  87. gameinstructor_enable "0"
  88. option_duck_method "0"
  89. option_speed_method "0"
  90. cl_forcepreload "1"
  91. cl_downloadfilter "nosound" // mapsonly pls volvo
  92. cl_disablehtmlmotd "0"
  93. cl_autohelp "0"
  94. cl_showhelp "0"
  95. cl_disablefreezecam "1"
  96. cl_dm_buyrandomweapons "0"
  97. cl_teammate_colors_show "1"
  98. cl_autowepswitch "0" // auto weapon switch on pickup
  99. cl_use_opens_buy_menu "0" // E opening buy menu
  100. cl_scoreboard_mouse_enable_binding "showmouse" // press `,` to enable mouse on the scoreboard
  101. closeonbuy "0"
  102. hud_takesshots "0" // scoreboard screenshot at end of match
  103. cl_clanid "" // rip in pepperinos afterlife
  104. password ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement