Advertisement
shhuaa

Counter-Strike: Global Offensive Config

Mar 28th, 2020
5,657
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. // Hero's Config - Updated 1/24/2020
  2. // Launch Options: -console -novid -refresh 144 -tickrate 128 -w 1024 -h 768
  3.  
  4. // 1. Main Settings
  5. cl_autowepswitch "0"
  6. cl_color "2"
  7. cl_crosshair_friendly_warning "2"
  8. cl_inventory_saved_sort2 inv_sort_rarity
  9. cl_teamid_overhead_mode "2"
  10. cl_use_opens_buy_menu "0"
  11. con_enable "1"
  12. gameinstructor_enable "0"
  13.  
  14. // 2. Bindings
  15. bind "alt" "incrementvar cl_crosshairsize 4 4000 3996"
  16. bind "c" "slot6"
  17. bind "mwheeldown" +jump
  18. bind "n" "-attack;-attack2"
  19. bind "ralt" "noclip;say .noclip"
  20. bind "v" "slot10"
  21. bind "x" "slot7"
  22. bind "z" "slot8"
  23. unbind "i"
  24. unbind "mwheelup"
  25.  
  26. // 3. Crosshair
  27. cl_crosshair_drawoutline "0"
  28. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  29. cl_crosshair_dynamic_splitalpha_innermod "1"
  30. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  31. cl_crosshair_dynamic_splitdist "7"
  32. cl_crosshair_friendly_warning "2"
  33. cl_crosshair_outlinethickness "1"
  34. cl_crosshair_sniper_show_normal_inaccuracy "0"
  35. cl_crosshair_sniper_width "1"
  36. cl_crosshair_t "0"
  37. cl_crosshairalpha "255"
  38. cl_crosshaircolor "5"
  39. cl_crosshaircolor_b "0"
  40. cl_crosshaircolor_g "0"
  41. cl_crosshaircolor_r "255"
  42. cl_crosshairdot "1"
  43. cl_crosshairgap "-1"
  44. cl_crosshairgap_useweaponvalue "0"
  45. cl_crosshairscale "0"
  46. cl_crosshairsize "4"
  47. cl_crosshairstyle "4"
  48. cl_crosshairthickness "0.5"
  49. cl_crosshairusealpha "1"
  50. cl_fixedcrosshairgap "3"
  51.  
  52. // 4. Hud
  53. cl_hud_background_alpha "0.5"
  54. cl_hud_bomb_under_radar "1"
  55. cl_hud_color "11"
  56. cl_hud_healthammo_style "0"
  57. cl_hud_playercount_pos "0"
  58. cl_hud_playercount_showcount "0"
  59. cl_hud_radar_scale "1"
  60. hud_scaling "0.85"
  61.  
  62. // 5. Radar
  63. cl_radar_always_centered "1"
  64. cl_radar_icon_scale_min "0.6"
  65. cl_radar_rotate "1"
  66. cl_radar_scale "0.7"
  67. cl_radar_square_with_scoreboard "1"
  68. cl_teammate_colors_show "1"
  69.  
  70. // 6. Mouse
  71. m_customaccel "0"
  72. m_rawinput "1"
  73. sensitivity "2.025"
  74.  
  75. // 7. Viewmodel
  76. viewmodel_fov "68"
  77. viewmodel_offset_x "2.5"
  78. viewmodel_offset_y "0"
  79. viewmodel_offset_z "-1.5"
  80. viewmodel_presetpos "3"
  81.  
  82. // 8. Bob
  83. cl_bob_lower_amt "21"
  84. cl_bobamt_lat "0.4"
  85. cl_bobamt_vert "0.25"
  86. cl_bobcycle "0.98"
  87. cl_viewmodel_shift_left_amt "1.5"
  88. cl_viewmodel_shift_right_amt "0.75"
  89.  
  90. // 9. Rates
  91. cl_cmdrate "128"
  92. cl_interp "0"
  93. cl_interp_ratio "1"
  94. cl_updaterate "128"
  95. rate "786432"
  96.  
  97. // 10. Net
  98. net_graph "1"
  99. net_graphproportionalfont "0"
  100.  
  101. // 11. Video
  102. mat_monitorgamma "1.6"
  103. mat_setvideomode 1024 768 0
  104.  
  105. // 12. Sound
  106. snd_deathcamera_volume "0"
  107. snd_dzmusic_volume "0"
  108. snd_mapobjective_volume "0"
  109. snd_menumusic_volume "0"
  110. snd_musicvolume_multiplier_inoverlay "0"
  111. snd_mute_losefocus "1"
  112. snd_mute_mvp_music_live_players "1"
  113. snd_mvp_volume "0"
  114. snd_roundend_volume "0"
  115. snd_roundstart_volume "0"
  116. snd_tensecondwarning_volume "0.06"
  117. sv_voice_proximity_positional "0"
  118. voice_caster_scale "0.7"
  119. voice_enable "1"
  120. voice_scale "0.7"
  121. volume "0.52"
  122.  
  123. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement