Advertisement
Nicholas_L_Aranda

Untitled

Feb 27th, 2020 (edited)
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.36 KB | None | 0 0
  1. // RypeDub's CS:GO AutoExec.cfg
  2.  
  3. // Misc
  4. con_enable "1"
  5. developer "0" // print console to screen
  6. con_filter_enable "2"
  7. con_filter_text "Damage "
  8. ui_steam_overlay_notification_position "topright"
  9. mm_csgo_community_search_players_min "1"
  10. player_nevershow_communityservermessage "1"
  11. cl_disablehtmlmotd "0"
  12. cl_downloadfilter "all"
  13. cl_forcepreload "1"
  14. mm_dedicated_search_maxping "20" // max ping for matchmaking games
  15. gameinstructor_enable "0"
  16. cl_disablefreezecam "1"
  17. spec_replay_autostart "0"
  18. cl_join_advertise "2" // let friends join your game
  19. closeonbuy "1"
  20. cl_autowepswitch "0" // auto weapon switch on pickup
  21.  
  22. // Rates
  23. rate "786432" // max upload/download rate
  24. cl_cmdrate "64"
  25. cl_updaterate "64"
  26. mm_dedicated_search_maxping "30"
  27. cl_interp "0.0"
  28. cl_interp_ratio "1"
  29. cl_interpolate "1"
  30. cl_lagcompensation "1"
  31. net_client_steamdatagram_enable_override "1" // SDR beta
  32.  
  33. // Mouse
  34. sensitivity "1.5"
  35. zoom_sensitivity_ratio_mouse "1.0"
  36. m_rawinput "1"
  37. m_pitch "0.022"
  38. m_customaccel "0"
  39. m_mouseaccel1 "0"
  40. m_mouseaccel2 "0"
  41. m_mousespeed "0"
  42.  
  43. // Video
  44. mat_monitorgamma "1.6"
  45. mat_queue_mode "-1" // auto detect multi-core rendering
  46. fps_max "421"
  47. fps_max_menu "421"
  48. r_dynamic "0"
  49. r_drawtracers_firstperson "1"
  50. engine_no_focus_sleep "0" // default 50
  51.  
  52. // Audio
  53. snd_mix_async "1"
  54. snd_mixahead "0.025 // sound delay
  55. snd_pitchquality "1"
  56. snd_ducking_off "1"
  57. snd_front_headphone_position "90"
  58. snd_rear_headphone_position "90"
  59. snd_headphone_pan_exponent "1.2"
  60. snd_headphone_pan_radial_weight "1"
  61. dsp_enhance_stereo "1"
  62. cl_mute_all_but_friends_and_party "0"
  63.  
  64. // HUD
  65. cl_showfps "1"
  66. cl_showpos "0"
  67. net_graph "0"
  68. net_graphpos "212"
  69. hud_scaling "0.80"
  70. hud_showtargetid "1"
  71. cl_hud_background_alpha "0.100000"
  72. cl_hud_bomb_under_radar "0"
  73. cl_hud_color "1"
  74. cl_hud_healthammo_style "1"
  75. cl_hud_playercount_pos "0"
  76. cl_hud_playercount_showcount "0"
  77. cl_hud_radar_scale "0.950000"
  78. cl_showloadout "1"
  79. cl_teammate_colors_show "1"
  80.  
  81. // Radar
  82. cl_radar_always_centered "0"
  83. cl_radar_rotate "1"
  84. cl_radar_scale "0.4"
  85. cl_radar_icon_scale_min "0.4"
  86. cl_radar_square_with_scoreboard "0"
  87.  
  88. // Reposition gun model to mimic source
  89. viewmodel_presetpos "1"
  90. viewmodel_offset_x "2.500000"
  91. viewmodel_offset_y "0"
  92. viewmodel_offset_z "-1.500000"
  93. viewmodel_recoil "1"
  94.  
  95. // Reduce gun shifting when crouching
  96. cl_viewmodel_shift_left_amt "0.5"
  97. cl_viewmodel_shift_right_amt "0.5"
  98.  
  99. // Reduce gun and scope shifting/bobbing when moving
  100. cl_bobcycle "0.1"
  101. cl_bob_lower_amt "5"
  102. cl_bobamt_lat "0.1"
  103. cl_bobamt_vert "0.1"
  104.  
  105. r_cheapwaterend "1"
  106. r_cheapwaterstart "1"
  107. r_dynamic "0"
  108. r_eyegloss "0"
  109. r_eyemove "0"
  110. r_eyeshift_x "0"
  111. r_eyeshift_y "0"
  112. r_eyeshift_z "0"
  113. r_eyesize "0"
  114. sys_antialiasing "0"
  115. sys_refldetail "0"
  116. muzzleflash_light "0"
  117. cl_debugrumble "0"
  118. cl_detail_avoid_force "0"
  119. cl_detail_avoid_radius "0"
  120. cl_detail_avoid_recover_speed "0"
  121. cl_detail_max_sway "0"
  122. cl_freezecampanel_position_dynamic "0"
  123. hud_showtargetid "0"
  124. log_onefile "0"
  125. sv_logbans "0"
  126. sv_logecho "0"
  127. sv_logfile "0"
  128. vprof_verbose "0"
  129. sv_logflush "0"
  130.  
  131. clear_anim_cache
  132. clear_debug_overlays
  133. clear_bombs
  134. hud_takesshots "0"
  135. ai_clear_bad_links
  136. cl_soundemitter_reload
  137. fs_clear_open_duplicate_times
  138. fs_fios_flush_cache
  139. scene_flush
  140. snd_async_flush
  141. host_writeconfig
  142.  
  143. bind "mouse4" "buy vesthelm; buy m4a1; buy ak47; buy defuser; buy tec9"
  144. bind "r" "+reload; r_cleardecals"
  145.  
  146. echo "autoexec.cfg executed"
  147.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement