Advertisement
Guest User

Twinkie's CSGO 2020 Config

a guest
Jan 26th, 2020
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. // Jump and throw utilities simultaneously
  2. alias "+jumpthrow" "+jump;-attack";
  3. alias "-jumpthrow" "-jump";
  4. bind "alt" "+jumpthrow"
  5.  
  6. // HUD
  7. +cl_show_team_equipment "1"
  8. cl_draw_only_deathnotices "0"
  9. cl_hud_background_alpha "0"
  10. cl_hud_bomb_under_radar "0"
  11. cl_hud_color "10"
  12. cl_hud_healthammo_style "1"
  13. cl_hud_playercount_pos "0"
  14. cl_hud_playercount_showcount "0"
  15. cl_hud_radar_scale "0.850000"
  16. cl_righthand "1"
  17. cl_showfps "0"
  18. cl_showloadout "0"
  19. cl_showpos "0"
  20. hud_scaling "0.950000"
  21. hud_showtargetid "0"
  22.  
  23. // Radar
  24. cl_radar_always_centered "1"
  25. cl_radar_icon_scale_min "1.250000"
  26. cl_radar_rotate "1"
  27. cl_radar_scale "0.45"
  28. cl_radar_square_with_scoreboard "1"
  29.  
  30. // Viewmodel
  31. viewmodel_fov "68"
  32. viewmodel_offset_x "2.500000"
  33. viewmodel_offset_y "0.000000"
  34. viewmodel_offset_z "-1.500000"
  35. viewmodel_presetpos "3"
  36. viewmodel_recoil "0"
  37.  
  38. // Gun shifting/bobbing
  39. cl_bobamt_lat "0.400000"
  40. cl_bobamt_vert "0.250000"
  41. cl_bobcycle "0.98"
  42. cl_bob_lower_amt "21"
  43. cl_viewmodel_shift_left_amt "1.5"
  44. cl_viewmodel_shift_right_amt "0.75"
  45.  
  46. // crosshair
  47. cl_crosshairalpha "255"
  48. cl_crosshaircolor "5"
  49. cl_crosshaircolor_b "25.0000"
  50. cl_crosshaircolor_g "165.0000"
  51. cl_crosshaircolor_r "225.0000"
  52. cl_crosshairdot "1"
  53. cl_crosshairgap "-1"
  54. cl_crosshairgap_useweaponvalue "0"
  55. cl_crosshairscale "0"
  56. cl_crosshairsize "1"
  57. cl_crosshairstyle "5"
  58. cl_crosshairthickness "0.5"
  59. cl_crosshairusealpha "1"
  60. cl_crosshair_drawoutline "0"
  61. cl_crosshair_dynamic_maxdist_splitratio "0"
  62. cl_crosshair_dynamic_splitalpha_innermod "1"
  63. cl_crosshair_dynamic_splitalpha_outermod "1.000000"
  64. cl_crosshair_dynamic_splitdist "4"
  65. cl_crosshair_outlinethickness "0"
  66. cl_crosshair_sniper_width "1"
  67.  
  68. // Write settings to config file
  69. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement