Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.85 KB | None | 0 0
  1. // Clearing
  2.  
  3. clear
  4. clear_anim_cache
  5. clear_debug_overlays
  6. clear_bombs
  7. r_cleardecals
  8. hud_takesshots "0"
  9. ai_clear_bad_links
  10. cl_soundemitter_reload
  11. cl_soundscape_flush
  12. fs_clear_open_duplicate_times
  13. fs_fios_flush_cache
  14. r_cleardecals
  15. scene_flush
  16. snd_async_flush
  17. r_flushlod
  18.  
  19. //Game Changes
  20.  
  21. mat_powersavingsmode "0"
  22. mat_queue_report "0"
  23. fps_max "0"
  24. fps_max_menu "77"
  25. cl_disablefreezecam "1"
  26. gameinstructor_enable "0"
  27. cl_autohelp "0"
  28. cl_disablehtmlmotd "0"
  29. cl_freezecameffects_showholiday "0"
  30. mm_dedicated_search_maxping "65"
  31. con_enable "1"
  32. adsp_debug "0"
  33. cl_buy_favorite_quiet "0"
  34. cl_buy_favorite_nowarn "0"
  35. budget_show_history "0"
  36. cl_clearhinthistory "1"
  37. cl_debugrumble "0"
  38. cl_rumblescale "0"
  39. budget_peaks_window "0"
  40. budget_show_peaks "0"
  41. cl_showhelp "0"
  42. fs_warning_level "0"
  43. play_distance "1"
  44. cl_show_clan_in_death_notice "0"
  45. ds_get_newest_subscribed_files
  46. cl_logofile "0"
  47. log "off"
  48. cl_autowepswitch "0"
  49. mat_queue_mode "2"
  50. bugreporter_uploadasync "0"
  51. bugreporter_username ""
  52. xbox_autothrottle "0"
  53. xbox_throttlebias "0"
  54. xbox_throttlespoof "0"
  55. joystick "0"
  56. joystick_force_disabled "1"
  57. joystick_force_disabled_set_from_options "1"
  58. cl_join_advertise "2"
  59.  
  60. //Mouse Fix
  61.  
  62. m_yaw "0.0165"
  63. m_rawinput "1"
  64. m_mouseaccel1 "0"
  65. m_mouseaccel2 "0"
  66. m_customaccel "0"
  67.  
  68. //Network Boosters
  69.  
  70. rate "128000"
  71. cl_interp "0"
  72. cl_timeout "1337"
  73. cl_interp_ratio "1"
  74. cl_lagcompensation "1"
  75. cl_forcepreload "1"
  76. cl_predict "1"
  77. cl_predictweapons "1"
  78. net_maxroutable "1200"
  79. net_steamcnx_allowrelay "1"
  80. sv_forcepreload "1"
  81. net_splitrate "0"
  82. net_allow_multicast "0"
  83. cl_interpolate "1"
  84. cl_resend "6"
  85. cl_downloadfilter "nosounds"
  86. cl_allowdownload "1"
  87. cl_allowupload "0"
  88. cl_cmdrate "64"
  89. cl_updaterate "64"
  90.  
  91. //Graphics Change
  92.  
  93. r_cheapwaterend "1"
  94. r_cheapwaterstart "1"
  95. r_dynamic "1"
  96. r_drawtracers_firstperson "0"
  97. r_eyegloss "0"
  98. r_eyemove "0"
  99. r_eyeshift_x "0"
  100. r_eyeshift_y "0"
  101. r_eyeshift_z "0"
  102. r_eyesize "0"
  103. sys_antialiasing "0"
  104. sys_refldetail "0"
  105. muzzleflash_light "0"
  106. cl_debugrumble "0"
  107. cl_detail_avoid_force "0"
  108. cl_detail_avoid_radius "0"
  109. cl_detail_avoid_recover_speed "0"
  110. cl_detail_max_sway "0"
  111. cl_freezecampanel_position_dynamic "0"
  112. hud_showtargetid "0"
  113. log_onefile "0"
  114. sv_logbans "0"
  115. sv_logecho "0"
  116. sv_logfile "0"
  117. vprof_verbose "0"
  118. sv_logflush "0"
  119.  
  120.  
  121. //Sound Fixes
  122.  
  123. snd_mixahead "0.05"
  124. soundscape_flush
  125. cl_soundemitter_flush "1"
  126. snd_headphone_pan_exponent "1.2"
  127. snd_front_headphone_position "45"
  128. snd_rear_headphone_position "90"
  129. snd_headphone_pan_radial_weight "0.5"
  130. dsp_enhance_stereo "0"
  131. snd_legacy_surround "0"
  132. snd_mute_losefocus "0"
  133. snd_pitchquality "1"
  134. snd_front_headphone_position "53.2"
  135. windows_speaker_config "1"
  136.  
  137. //Scripts
  138.  
  139. net_graph "1"
  140. net_graphheight "9999"
  141. alias "+scorenet" "+showscores; net_graphheight 0"
  142. alias "-scorenet" "-showscores; net_graphheight 9999"
  143. bind "TAB" "+scorenet"
  144.  
  145. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement