Advertisement
SaturnoElGordoCosmic

Saturn CS:GO CFG 2018

Jun 23rd, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.71 KB | None | 0 0
  1. // Clearing
  2. clear
  3. clear_anim_cache
  4. clear_debug_overlays
  5. clear_bombs
  6. r_cleardecals
  7. hud_takesshots "0"
  8. ai_clear_bad_links
  9. cl_soundemitter_reload
  10. cl_soundscape_flush
  11. fs_clear_open_duplicate_times
  12. fs_fios_flush_cache
  13. r_cleardecals
  14. scene_flush
  15. snd_async_flush
  16. r_flushlod
  17.  
  18. //Game Changes
  19.  
  20. mat_powersavingsmode "0"
  21. mat_queue_report "0"
  22. fps_max "0"
  23. fps_max_menu "77"
  24. cl_disablefreezecam "1"
  25. gameinstructor_enable "0"
  26. cl_autohelp "0"
  27. cl_disablehtmlmotd "1"
  28. cl_freezecameffects_showholiday "0"
  29. mm_dedicated_search_maxping "90"
  30. con_enable "1"
  31. adsp_debug "0"
  32. cl_buy_favorite_quiet "0"
  33. cl_buy_favorite_nowarn "0"
  34. budget_show_history "0"
  35. cl_clearhinthistory "1"
  36. cl_debugrumble "0"
  37. cl_rumblescale "0"
  38. budget_peaks_window "0"
  39. budget_show_peaks "0"
  40. cl_showhelp "0"
  41. fs_warning_level "0"
  42. play_distance "1"
  43. cl_show_clan_in_death_notice "0"
  44. ds_get_newest_subscribed_files
  45. cl_logofile "0"
  46. log "off"
  47. cl_autowepswitch "0"
  48. mat_queue_mode "2"
  49. bugreporter_uploadasync "0"
  50. bugreporter_username ""
  51. xbox_autothrottle "0"
  52. xbox_throttlebias "0"
  53. xbox_throttlespoof "0"
  54. joystick "0"
  55. joystick_force_disabled "1"
  56. joystick_force_disabled_set_from_options "1"
  57. cl_join_advertise "2"
  58.  
  59. //Mouse Fix
  60.  
  61. m_yaw "0.0165"
  62. m_rawinput "1"
  63. m_mouseaccel1 "0"
  64. m_mouseaccel2 "0"
  65. m_customaccel "0"
  66.  
  67. //Network Boosters
  68.  
  69. rate "786432"
  70. cl_interp "0"
  71. cl_timeout "1337"
  72. cl_interp_ratio "1"
  73. cl_lagcompensation "1"
  74. cl_forcepreload "1"
  75. cl_predict "1"
  76. cl_predictweapons "1"
  77. net_maxroutable "1200"
  78. net_steamcnx_allowrelay "1"
  79. sv_forcepreload "1"
  80. net_splitrate "0"
  81. net_allow_multicast "0"
  82. cl_interpolate "1"
  83. cl_resend "6"
  84. cl_downloadfilter "nosounds"
  85. cl_allowdownload "1"
  86. cl_allowupload "0"
  87. cl_cmdrate "128"
  88. cl_updaterate "128"
  89.  
  90. //Graphics Change
  91.  
  92. r_cheapwaterend "1"
  93. r_cheapwaterstart "1"
  94. r_dynamic "0"
  95. r_drawtracers_firstperson "0"
  96. r_eyegloss "0"
  97. r_eyemove "0"
  98. r_eyeshift_x "0"
  99. r_eyeshift_y "0"
  100. r_eyeshift_z "0"
  101. r_eyesize "0"
  102. sys_antialiasing "0"
  103. sys_refldetail "0"
  104. muzzleflash_light "0"
  105. cl_debugrumble "0"
  106. cl_detail_avoid_force "0"
  107. cl_detail_avoid_radius "0"
  108. cl_detail_avoid_recover_speed "0"
  109. cl_detail_max_sway "0"
  110. cl_freezecampanel_position_dynamic "0"
  111. hud_showtargetid "0"
  112. log_onefile "0"
  113. sv_logbans "0"
  114. sv_logecho "0"
  115. sv_logfile "0"
  116. vprof_verbose "0"
  117. sv_logflush "0"
  118.  
  119. //Sound Fixes
  120.  
  121. snd_mixahead "0.05"
  122. soundscape_flush
  123. cl_soundemitter_flush "1"
  124. snd_headphone_pan_exponent "1.2"
  125. snd_front_headphone_position "45"
  126. snd_rear_headphone_position "90"
  127. snd_headphone_pan_radial_weight "0.5"
  128. dsp_enhance_stereo "0"
  129. snd_legacy_surround "0"
  130. snd_mute_losefocus "0"
  131. snd_pitchquality "1"
  132. snd_front_headphone_position "50.2"
  133. windows_speaker_config "1"
  134. volume 0.65
  135.  
  136. //Crosshair
  137.  
  138. cl_crosshairstyle 4
  139. cl_crosshairsize 2
  140. cl_crosshairthickness 1
  141. cl_crosshairgap -2
  142. cl_crosshair_drawoutline 1
  143. cl_crosshair_outlinethickness 1
  144. cl_crosshairdot 0
  145. cl_crosshair_t 0
  146. cl_crosshaircolor 5
  147. cl_crosshaircolor_r 50
  148. cl_crosshaircolor_g 250
  149. cl_crosshaircolor_b 50
  150. cl_crosshairalpha 255
  151.  
  152. sensitivity 2
  153.  
  154. hud_showtargetid 1
  155.  
  156. //View Model
  157.  
  158. cl_viewmodel_shift_left_amt "0.500000"
  159. cl_viewmodel_shift_right_amt "0.250000"
  160. viewmodel_fov "63"
  161. viewmodel_offset_x "1.25"
  162. viewmodel_offset_y "0.75"
  163. viewmodel_offset_z "-1.25"
  164. viewmodel_presetpos "0"
  165. viewmodel_recoil "0"
  166. cl_bob_lower_amt "5.000000"
  167. cl_bobamt_lat "0.100000"
  168. cl_bobamt_vert "0.100000"
  169. cl_bobcycle "0.98"
  170.  
  171. //Radar
  172.  
  173. cl_radar_always_centered 0
  174. cl_radar_scale 0.3
  175. cl_hud_radar_scale 1.10
  176. cl_radar_icon_scale_min 1
  177. cl_radar_square_with_scoreboard 1
  178. cl_radar_rotate 1
  179.  
  180. //Scripts & Say Binds
  181.  
  182. net_graph "1"
  183. net_graphheight "9999"
  184. alias "+scorenet" "+showscores; net_graphheight 0"
  185. alias "-scorenet" "-showscores; net_graphheight 9999"
  186. bind "TAB" "+scorenet"
  187. bind "N" "toggle cl_righthand 1 0 1"
  188. bind "L" say Me cansaste wachin te vas rbot,una mรกs y te giro.
  189.  
  190. //Jumpthrow
  191.  
  192. alias "+jthrow" "+jump;-attack"
  193. alias "-jthrow" "-jump"
  194. bind "k" "+jthrow"
  195.  
  196. // Clutch bind -
  197.  
  198. alias "clutch" "clutchon"
  199. alias "clutchon" "voice_enable 0; gameinstructor_enable 1; cl_clearhinthistory; r_cleardecals; playvol buttons\blip2 0.5; alias clutch clutchoff; say_team Los muteo asi escucho(bind)
  200. alias "clutchoff" "voice_enable 1; gameinstructor_enable 0; playvol buttons\blip1 0.5; alias clutch clutchon; say_team Ya los demsmutee era un bind no rompan las bolas,era para escuchar
  201. bind "G" "clutch"
  202.  
  203. // Damage on Screen
  204.  
  205. con_filter_enable "2"
  206. con_filter_text "Damage Given"
  207. con_filter_text_out "Player:"
  208. developer "1"
  209.  
  210. clear
  211.  
  212. host_writeconfig
  213.  
  214. clear
  215.  
  216. echo A follow on my social networks will help me a lot!
  217. echo Facebook.com/SaimonBr || twitter.com/akaSaturno || twitter.com/NotiCSGO
  218. echo Ty for use my CFG
  219. echo-------------------------------------------------------------------------------
  220. echo-------------------------------------------------------------------------------
  221. echo-------------------------------------------------------------------------------
  222. echo A follow on my social networks will help me a lot!
  223. echo Facebook.com/SaimonBr || twitter.com/akaSaturno || twitter.com/NotiCSGO
  224. echo Ty for use my CFG
  225. echo-------------------------------------------------------------------------------
  226. echo-------------------------------------------------------------------------------
  227. echo-------------------------------------------------------------------------------
  228. echo A follow on my social networks will help me a lot!
  229. echo Facebook.com/SaimonBr || twitter.com/akaSaturno || twitter.com/NotiCSGO
  230. echo Ty for use my CFG
  231. echo-------------------------------------------------------------------------------
  232. echo-------------------------------------------------------------------------------
  233. echo-------------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement