Advertisement
Guest User

yokte CS:GO Config

a guest
Sep 25th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. clear
  2.  
  3. // NETWORK
  4.  
  5. rate "786432"
  6. cl_updaterate "128"
  7. cl_cmdrate "128"
  8. cl_interp "0"
  9. cl_interp_ratio "1"
  10.  
  11. // FPS & FPS BOOST
  12.  
  13. fps_max "0"
  14. fps_max_menu "0"
  15.  
  16. r_dynamic "0"
  17. r_drawtracers_firstperson "0"
  18. cl_detail_max_sway "0"
  19. engine_no_focus_sleep "0"
  20. r_eyegloss "0"
  21. r_eyemove "0"
  22. r_eyeshift_x "0"
  23. r_eyeshift_y "0"
  24. r_eyeshift_z "0"
  25. r_eyesize "0"
  26.  
  27. // HUD
  28.  
  29. hud_scaling "1"
  30. cl_hud_background_alpha "1"
  31. cl_hud_color "1"
  32. cl_hud_healthammo_style "1"
  33. cl_hud_playercount_showcount "1"
  34.  
  35. // SOUND
  36.  
  37. volume "0.2"
  38. voice_enable "1"
  39. voice_scale "0.2"
  40. windows_speaker_config "1"
  41. snd_musicvolume "0"
  42. snd_mixahead "0.05"
  43. lobby_voice_chat_enabled "0"
  44. cl_downloadfilter "nosounds"
  45. snd_use_hrtf "0"
  46.  
  47. // KEYBOARD
  48.  
  49. bind "F1" "autobuy"
  50. bind "F2" "rebuy"
  51. bind "MOUSE4" "+voicerecord"
  52. bind "MWHEELUP" "+jump"
  53. bind "MWHEELDOWN" "+jump"
  54.  
  55. // VIEWMODEL
  56.  
  57. viewmodel_fov "65"
  58. viewmodel_offset_x "2"
  59. viewmodel_offset_y "2"
  60. viewmodel_offset_z "-2"
  61.  
  62. cl_viewmodel_shift_left_amt "0"
  63. cl_viewmodel_shift_right_amt "0"
  64.  
  65. cl_bob_lower_amt "0"
  66. cl_bobamt_lat "0"
  67. cl_bobamt_vert "0"
  68.  
  69. // CROSSHAIR
  70.  
  71. cl_crosshair_drawoutline "0"
  72. cl_crosshairalpha "255"
  73. cl_crosshaircolor "1"
  74. cl_crosshairdot "0"
  75. cl_crosshairgap "-1"
  76. cl_crosshairsize "2"
  77. cl_crosshairstyle "4"
  78. cl_crosshairthickness "1"
  79.  
  80. // GAMEPLAY
  81.  
  82. sensitivity "1.8"
  83. m_mousespeed "0"
  84. mm_dedicated_search_maxping "50"
  85. mat_monitorgamma "1.6"
  86. cl_disablehtmlmotd "1"
  87. cl_dm_buyrandomweapons "0"
  88. con_enable "1"
  89. joystick "0"
  90. cl_radar_scale "0.4"
  91. cl_use_opens_buy_menu "0"
  92. gameinstructor_enable "0"
  93. cl_disablefreezecam "1"
  94. cl_forcepreload "1"
  95. cl_allowupload "0"
  96. cl_autowepswitch "0"
  97. cl_autohelp "0"
  98. cl_showhelp "0"
  99. cl_join_advertise "2"
  100.  
  101. host_writeconfig
  102. clear
  103. clear_anim_cache
  104. clear_debug_overlays
  105.  
  106. echo "yokte CS:GO Config Loaded ^_^"
  107. echo "Updated: 25-09-2017"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement