Advertisement
Guest User

Untitled

a guest
Apr 1st, 2020
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.86 KB | None | 0 0
  1. //Rates
  2. rate "128000"
  3. cl_cmdrate "128"
  4. cl_updaterate "128"
  5. cl_interp "0"
  6. cl_interp_ratio "1"
  7. cl_lagcompensation "1"
  8.  
  9.  
  10. //Audio
  11. volume "0.3"
  12. voice_enable "1"
  13. voice_scale "1"
  14. snd_mixahead "0.05"
  15. snd_headphone_pan_exponent "2"
  16. snd_headphone_pan_radial_weight "2"
  17. snd_mute_losefocus "1"
  18.  
  19.  
  20. //Video
  21. mat_monitorgamma "1.6"
  22. mat_queue_mode "-1" // auto detect multi-core rendering
  23. fps_max "999"
  24. fps_max_menu "145"
  25. r_dynamic "0"
  26. r_drawtracers_firstperson "0"
  27. engine_no_focus_sleep "0" // default 50
  28.  
  29.  
  30. //Mouse
  31. sensitivity "1.6"
  32. zoom_sensitivity_ratio_mouse "1"
  33. m_rawinput "1"
  34. m_customaccel "0"
  35. m_mouseaccel1 "0"
  36. m_mouseaccel2 "0"
  37.  
  38.  
  39. //Misc
  40. developer "1"
  41. con_enable "1"
  42. con_filter_enable "2"
  43. con_filter_text "Damage"
  44. con_filter_text_out "Player:"
  45. ui_steam_overlay_notification_position "bottomright"
  46. player_nevershow_communityservermessage "1"
  47. mm_dedicated_search_maxping "100"
  48. mm_dedicated_force_servers ""
  49. gameinstructor_enable "0"
  50. option_duck_method "0"
  51. option_speed_method "0"
  52. cl_forcepreload "1"
  53. cl_downloadfilter "nosounds"
  54. cl_disablehtmlmotd "1"
  55. cl_autohelp "0"
  56. cl_showhelp "0"
  57. cl_disablefreezecam "1"
  58. cl_teammate_colors_show "1"
  59. cl_autowepswitch "0"
  60. cl_use_opens_buy_menu "0"
  61. closeonbuy "0"
  62. hud_takesshots "0"
  63.  
  64.  
  65. //HUD
  66. hud_scaling "0.95"
  67. hud_showtargetid "1"
  68. cl_draw_only_deathnotices "0"
  69. cl_righthand "0"
  70. cl_showloadout "1"
  71. cl_showpos "0"
  72. cl_showfps "0"
  73. // Reposition gun model to mimic source
  74. viewmodel_presetpos "0"
  75. viewmodel_fov "68"
  76. viewmodel_offset_x "2.500000"
  77. viewmodel_offset_y "0"
  78. viewmodel_offset_z "-1.500000"
  79. viewmodel_recoil "1"
  80. // Reduce gun shifting when crouching
  81. cl_viewmodel_shift_left_amt "0.5"
  82. cl_viewmodel_shift_right_amt "0.5"
  83. // Reduce gun and scope shifting/bobbing when moving
  84. cl_bobcycle "0.98"
  85. cl_bob_lower_amt "5"
  86. cl_bobamt_lat "0.1"
  87. cl_bobamt_vert "0.1"
  88.  
  89.  
  90. // buy binds generated by csgobuynds.com
  91. bind "kp_end" "buy vest; buy vesthelm;"
  92. bind "kp_downarrow" "buy m4a1; buy ak47;"
  93. bind "kp_pgdn" "buy defuser;"
  94. bind "kp_leftarrow" "buy hegrenade;"
  95. bind "kp_5" "buy smokegrenade;"
  96. bind "kp_rightarrow" "buy flashbang;"
  97. bind "kp_home" "buy molotov; buy incgrenade;"
  98. bind "kp_uparrow" "buy awp;"
  99. bind "kp_pgup" "buy p250;"
  100.  
  101.  
  102. //Radar
  103. cl_radar_always_centered “0”
  104. cl_radar_scale “0.7”
  105. cl_hud_radar_scale “1.15”
  106. cl_radar_icon_scale_min 0.4
  107. cl_radar_rotate “1”
  108. cl_radar_square_with_scoreboard “1”
  109.  
  110.  
  111. //Crosshair
  112. cl_crosshairalpha "200"
  113. cl_crosshaircolor "1"
  114. cl_crosshaircolor_b "50"
  115. cl_crosshaircolor_r "50"
  116. cl_crosshaircolor_g "250"
  117. cl_crosshairdot "0"
  118. cl_crosshairgap "-2"
  119. cl_crosshairsize "3"
  120. cl_crosshairstyle "4"
  121. cl_crosshairusealpha "1"
  122. cl_crosshairthickness "1"
  123. cl_fixedcrosshairgap "-2"
  124. cl_crosshair_outlinethickness "0"
  125. cl_crosshair_drawoutline "0"
  126.  
  127. alias "+jumpthrow" "+jump;-attack"
  128. alias "-jumpthrow" "-jump"
  129. bind "j" "+jumpthrow"
  130.  
  131. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement