Advertisement
LilBabyBudgie

CS:GO CFG

Mar 8th, 2015
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //Sound
  2. windows_speaker_config "1"
  3. snd_front_headphone_position "53.2"
  4. snd_rear_headphone_position "90.0"
  5. snd_headphone_pan_exponent "1.2"
  6. snd_headphone_pan_radial_weight "0.5"
  7.  
  8. //Net graph
  9. net_graph "1"
  10. net_graphheight "9999"
  11. alias "+scorenet" "+showscores; net_graphheight 0"
  12. alias "-scorenet" "-showscores; net_graphheight 9999"
  13. bind "TAB" "+scorenet"
  14.  
  15. //Removes bobbing
  16. cl_bob_lower_amt "0.0"
  17. cl_bobamt_lat "0.0"
  18. cl_bobamt_vert "0.0"
  19. cl_bobcycle "0.00
  20.  
  21. // HUD Settings
  22. safezonex "0.85"
  23. safezoney "1.0"
  24. hud_scaling "0.850000"
  25. cl_hud_background_alpha "1.0"
  26. cl_hud_bomb_under_radar "0"
  27. cl_hud_color "3"
  28. cl_hud_healthammo_style "1"
  29. cl_hud_playercount_pos "1"
  30. cl_hud_playercount_showcount "1""
  31. cl_loadout_colorweaponnames "0"
  32. hud_showtargetid //shows target names
  33. cl_showloadout 1 //always shows inventory
  34.  
  35. // Radar Settings
  36. cl_radar_always_centered "0"
  37. cl_radar_icon_scale_min "0.5"
  38. cl_radar_rotate "1"
  39. cl_radar_scale "0.3"
  40. cl_hud_radar_scale "1.3"
  41. cl_radar_square_with_scoreboard "0"
  42. cl_teammate_colors_show "1"
  43.  
  44. // Binds for nades
  45. bind "f" "use weapon_flashbang"
  46. bind "c" "use weapon_smokegrenade"
  47. bind "v" "use weapon_hegrenade"
  48.  
  49. // Crosshair
  50. cl_crosshair_drawoutline "1"
  51. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  52. cl_crosshair_dynamic_splitalpha_innermod "1"
  53. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  54. cl_crosshair_dynamic_splitdist "7"
  55. cl_crosshair_outlinethickness "1"
  56. cl_crosshairalpha "999"
  57. cl_crosshaircolor "5"
  58. cl_crosshaircolor_b "255"
  59. cl_crosshaircolor_g "255"
  60. cl_crosshaircolor_r "255"
  61. cl_crosshairdot "0"
  62. cl_crosshairgap "-0.5"
  63. cl_crosshairgap_useweaponvalue "0"
  64. cl_crosshairscale "1700"
  65. cl_crosshairsize "1.5"
  66. cl_crosshairstyle "4"
  67. cl_crosshairthickness "0.5"
  68. cl_crosshairusealpha "1"
  69. cl_fixedcrosshairgap "-10"
  70.  
  71. // Jump throw bind
  72. alias "+jumpthrow" "+jump;-attack"
  73. alias "-jumpthrow" "-jump"
  74. bind "h" "+jumpthrow"
  75.  
  76. // Inspect
  77. bind "t" "+lookatweapon"
  78.  
  79. // Restart
  80. bind "j" "say /r"
  81.  
  82. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement