Advertisement
Guest User

Untitled

a guest
Jan 16th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.34 KB | None | 0 0
  1. // Rates
  2. rate "786432"
  3. cl_cmdrate "128"
  4. cl_updaterate "128"
  5. cl_interp "0.0"
  6. cl_interp_ratio "1"
  7. cl_interpolate "1"
  8. cl_lagcompensation "1"
  9. net_client_steamdatagram_enable_override "1"
  10. cl_predict "1"
  11. cl_predictweapons "1"
  12.  
  13. // Mouse
  14. sensitivity "2.14"
  15. zoom_sensitivity_ratio_mouse "1"
  16. m_rawinput "1"
  17. m_pitch "0.022"
  18. m_customaccel "0"
  19. m_mouseaccel1 "0"
  20. m_mouseaccel2 "0"
  21. m_mousespeed "0"
  22.  
  23. // Video
  24. mat_monitorgamma "1.6"
  25. mat_queue_mode "-1"
  26. fps_max "999"
  27. fps_max_menu "120"
  28. r_dynamic "1"
  29. r_drawtracers_firstperson "1"
  30. engine_no_focus_sleep "0"
  31.  
  32. // Audio
  33. volume "0.4"
  34. voice_enable "1"
  35. voice_scale "0.6"
  36. voice_mixer_volume "0.9"
  37. windows_speaker_config "1"
  38. snd_menumusic_volume "0"
  39. snd_roundstart_volume "0"
  40. snd_roundend_volume "0"
  41. snd_mapobjective_volume "0"
  42. snd_deathcamera_volume "0"
  43. snd_tensecondwarning_volume "0.3"
  44. snd_mvp_volume "0"
  45. snd_mix_async "1"
  46. snd_mixahead "0.02"
  47. snd_pitchquality "1"
  48. snd_ducking_off "1"
  49. snd_mute_losefocus "0"
  50. dsp_enhance_stereo "0"
  51.  
  52. // HUD
  53. hud_scaling "0.9"
  54. hud_showtargetid "1"
  55. cl_hud_background_alpha "1"
  56. cl_hud_bomb_under_radar "1"
  57. cl_hud_color "5"
  58. cl_hud_healthammo_style "1"
  59. cl_hud_playercount_pos "0"
  60. cl_hud_playercount_showcount "0"
  61. cl_hud_radar_scale "1.15"
  62. cl_teamid_overhead_name_alpha "240"
  63. cl_righthand "1"
  64. cl_showloadout "1"
  65. cl_showpos "0"
  66. cl_showfps "0"
  67. net_graph "0"
  68. net_graphpos "2"
  69. net_graphheight "60"
  70. net_graphproportionalfont "0"
  71.  
  72. // Radar
  73. cl_radar_always_centered "0"
  74. cl_radar_rotate "1"
  75. cl_radar_scale "0.395"
  76. cl_radar_icon_scale_min "1"
  77. cl_radar_square_with_scoreboard "0"
  78.  
  79. //Viewmodel
  80. cl_viewmodel_shift_left_amt "1.5"
  81. cl_viewmodel_shift_right_amt "0.75"
  82. viewmodel_fov "68"
  83. viewmodel_offset_x "2.5"
  84. viewmodel_offset_y "0"
  85. viewmodel_offset_z "-1.500000"
  86. viewmodel_presetpos "1"
  87. viewmodel_recoil "0"
  88. cl_bob_lower_amt "21"
  89. cl_bobamt_lat "0.4"
  90. cl_bobamt_vert "0.25"
  91. cl_bobcycle "0.98"
  92.  
  93. //Crosshair
  94. cl_crosshairalpha "255"
  95. cl_crosshaircolor "1"
  96. cl_crosshairdot "0"
  97. cl_crosshairgap "-2"
  98. cl_crosshairsize "2"
  99. cl_crosshairstyle "1"
  100. cl_crosshairusealpha "1"
  101. cl_crosshairthickness "1"
  102. cl_crosshair_drawoutline "0"
  103.  
  104. // Misc
  105. con_enable "1"
  106. developer "0"
  107. con_filter_enable "2"
  108. con_filter_text "Damage "
  109. ui_steam_overlay_notification_position "bottomright"
  110. player_nevershow_communityservermessage "1"
  111. mm_dedicated_search_maxping "80"
  112. mm_dedicated_force_servers ""
  113. mm_csgo_community_search_players_min "8"
  114. gameinstructor_enable "0"
  115. option_duck_method "0"
  116. option_speed_method "0"
  117. cl_forcepreload "0"
  118. cl_downloadfilter "nosound"
  119. cl_join_advertise "2"
  120. cl_disablehtmlmotd "0"
  121. cl_autohelp "0"
  122. cl_showhelp "0"
  123. cl_disablefreezecam "1"
  124. spec_replay_autostart "0"
  125. cl_dm_buyrandomweapons "0"
  126. cl_teammate_colors_show "1"
  127. cl_autowepswitch "0"
  128. cl_use_opens_buy_menu "0"
  129. cl_scoreboard_mouse_enable_binding "showmouse"
  130. closeonbuy "0"
  131. hud_takesshots "0"
  132.  
  133. // Binds
  134. bind t "use weapon_molotov;use weapon_incgrenade;showmouse"
  135. bind n "+jumpthrow"
  136. bind f "+lookatweapon;r_cleardecals"
  137. bind MWHEELDOWN "+jump"
  138. bind MWHEELUP "+jump"
  139. bind mouse3 "use weapon_hegrenade"
  140. bind mouse4 "use weapon_smokegrenade"
  141. bind mouse5 "use weapon_knife;use weapon_flashbang"
  142.  
  143. // Aliases
  144. alias "+jumpthrow" "+jump;-attack"
  145. alias "-jumpthrow" "-jump"
  146.  
  147. exec buybinds.cfg
  148. +cl_show_team_equipment
  149. host_writeconfig
  150.  
  151. echo ""
  152. echo ""
  153. echo ""
  154. echo "CONFIG LOADED"
  155. echo ""
  156. echo ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement