Advertisement
Guest User

csgo set

a guest
Aug 18th, 2019
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 KB | None | 0 0
  1. //Game Changes
  2.  
  3. mat_powersavingsmode "0"
  4. mat_queue_report "0"
  5. fps_max "0"
  6. fps_max_menu "77"
  7. cl_disablefreezecam "1"
  8. gameinstructor_enable "0"
  9. cl_autohelp "0"
  10. cl_disablehtmlmotd "1"
  11. cl_freezecameffects_showholiday "0"
  12. mm_dedicated_search_maxping "65"
  13. con_enable "1"
  14. adsp_debug "0"
  15. cl_buy_favorite_quiet "0"
  16. cl_buy_favorite_nowarn "0"
  17. budget_show_history "0"
  18. cl_clearhinthistory "1"
  19. cl_debugrumble "0"
  20. cl_rumblescale "0"
  21. budget_peaks_window "0"
  22. budget_show_peaks "0"
  23. cl_showhelp "0"
  24. fs_warning_level "0"
  25. play_distance "1"
  26. cl_show_clan_in_death_notice "0"
  27. ds_get_newest_subscribed_files
  28. cl_logofile "0"
  29. log "off"
  30. cl_autowepswitch "0"
  31. mat_queue_mode "2"
  32. bugreporter_uploadasync "0"
  33. bugreporter_username ""
  34. xbox_autothrottle "0"
  35. xbox_throttlebias "0"
  36. xbox_throttlespoof "0"
  37. joystick "0"
  38. joystick_force_disabled "1"
  39. joystick_force_disabled_set_from_options "1"
  40. cl_join_advertise "2"
  41.  
  42. //Network Boosters
  43.  
  44. rate "128000"
  45. cl_interp "0"
  46. cl_timeout "1337"
  47. cl_interp_ratio "1"
  48. cl_lagcompensation "1"
  49. cl_forcepreload "1"
  50. cl_predict "1"
  51. cl_predictweapons "1"
  52. net_maxroutable "1200"
  53. net_steamcnx_allowrelay "1"
  54. sv_forcepreload "1"
  55. net_splitrate "0"
  56. net_allow_multicast "0"
  57. cl_interpolate "1"
  58. cl_resend "6"
  59. cl_downloadfilter "nosounds"
  60. cl_allowdownload "1"
  61. cl_allowupload "0"
  62. cl_cmdrate "64"
  63. cl_updaterate "64"
  64.  
  65. //Graphics Change
  66.  
  67. r_cheapwaterend "1"
  68. r_cheapwaterstart "1"
  69. r_dynamic "0"
  70. r_drawtracers_firstperson "0"
  71. r_eyegloss "0"
  72. r_eyemove "0"
  73. r_eyeshift_x "0"
  74. r_eyeshift_y "0"
  75. r_eyeshift_z "0"
  76. r_eyesize "0"
  77. sys_antialiasing "0"
  78. sys_refldetail "0"
  79. muzzleflash_light "0"
  80. cl_debugrumble "0"
  81. cl_detail_avoid_force "0"
  82. cl_detail_avoid_radius "0"
  83. cl_detail_avoid_recover_speed "0"
  84. cl_detail_max_sway "0"
  85. cl_freezecampanel_position_dynamic "0"
  86. hud_showtargetid "0"
  87. log_onefile "0"
  88. sv_logbans "0"
  89. sv_logecho "0"
  90. sv_logfile "0"
  91. vprof_verbose "0"
  92. sv_logflush "0"
  93.  
  94.  
  95. //Sound Fixes
  96.  
  97. snd_mixahead "0.05"
  98. soundscape_flush
  99. cl_soundemitter_flush "1"
  100. snd_headphone_pan_exponent "1.2"
  101. snd_front_headphone_position "45"
  102. snd_rear_headphone_position "90"
  103. snd_headphone_pan_radial_weight "0.5"
  104. dsp_enhance_stereo "0"
  105. snd_legacy_surround "0"
  106. snd_mute_losefocus "0"
  107. snd_pitchquality "1"
  108. snd_front_headphone_position "50.2"
  109. windows_speaker_config "1"
  110.  
  111. //Duck-Jump
  112.  
  113. alias +DJUMP "+jump; +duck"
  114. alias -DJUMP "-JUMP; -DUCK"
  115. bind ALT "+DJUMP"
  116.  
  117. //Jump Throw
  118.  
  119. alias "+jumpthrow" "+jump;-attack"
  120. alias "-jumpthrow" "-jump"
  121. bind L "+jumpthrow"
  122. bind J "toggle cl_righthand 0 1"
  123.  
  124. sensitivity 1.4
  125. cl_bob_lower_amt 5
  126. viewmodel_offset_x “3”
  127. viewmodel_offset_y “3”
  128. viewmodel_offset_z “-3”
  129. viewmodel_fov “80”
  130. cl_bobamt_lat “0”
  131. cl_bobamt_vert “0”
  132. cl_bobcycle “0”
  133. cl_viewmodel_shift_left_amt “0”
  134. cl_viewmodel_shift_right_amt “0”
  135. cl_crosshairstyle "4"
  136. cl_crosshairalpha "255"
  137. cl_crosshairdot "0"
  138. cl_crosshairsize "3"
  139. cl_crosshairgap "-3"
  140. cl_crosshair_drawoutline "0"
  141. zoom_sensitivity_ratio_mouse 0.6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement