1. // kr0wz FPS Config.
  2. // Rename to autoexec.cfg and Extract to C:\Program Files\Steam\steamapps\username\counter-strike source\cstrike\cfg
  3. // Open Steam -> right click "Counter Strike: Source" -> "Properties" -> "Set launch Options" And write the following:
  4. // "-console" (For opening console)(write without "" only -console ^^,)
  5. // "-threads 2" (if 2 CPU's, 2 Cores, Dual-Core) Or:
  6. // "-threads 4" (if 4 CPU's, 4 Cores, Quad-Core) If you don't have 2 or 4 cores, then don't type threads.
  7. // "-dxlevel 81" (setting DirectX Level on 81. Increases FPS)
  8.  
  9. // Now, sellect your resolution (still Launch Options):
  10. // "-w 800 -h 600" (setting resolution on 800x600. Increases most FPS. More resolutions: 1024x768, 1280x1024) For widescreen 16:9:
  11. // "-w 1280 -h 720" (setting resolution on 1280x720. Increases most FPS with widescreen. More resolutions in aspect ratio 16:9: 1365x768, 1600x900, 1920x1080) For widescreen 16:10:
  12. // "-w 1440 -h 900" (setting resolution on 1440x900. Increases most FPS with widescreen. More resolutions in aspect ratio 16:10: 1680x1050, 1920x1200)
  13.  
  14. // And finally your system memory (still Launch Options):
  15. // "-heapsize 262144" ( If using 512MB system memory)
  16. // "-heapsize 524288" (If using 1GB system memory)
  17. // "-heapsize 1048576" (If using 2GB system memory or more)
  18.  
  19. // !FINISH!
  20. // GL & HF!!
  21.  
  22. echo "Loading kr0wz FPS Config"
  23.  
  24.  
  25. // --------------------------------------------------------------------------------
  26. // --------------------------------------------------------------------------------
  27. // ------------------------------- P E R F O R M A N C E --------------------------
  28. // --------------------------------------------------------------------------------
  29. // --------------------------------------------------------------------------------
  30.  
  31. // -------- M I S C --------
  32. muzzleflash_light "0"
  33. gl_clear "0"
  34. props_break_max_pieces "0" // Disables prop fragmenting
  35. props_break_max_pieces_perframe "0"
  36. func_break_max_pieces "0"
  37. blink_duration "0"
  38. flex_smooth "0"
  39. mp_decals "0" // How many player sprays and bullets will be shown
  40. violence_agibs "1"
  41. violence_hgibs "1"
  42. violence_hblood "1"
  43. violence_ablood "1"
  44. con_enable "1"
  45. weapon_showproficiency "1"
  46. lod_enable "1"
  47. hud_centerid "1"
  48. dsp_water "14"
  49. blink_duration "0"
  50. hud_fastswitch "1"
  51. closecaption "0"
  52. net_showevents "0"
  53. jpeg_quality "100"
  54. demo_recordcommands "1"
  55. showhitlocation "1"
  56.  
  57. // -------- T E X T U R E --------
  58. texture_budget_background_alpha "9999999"
  59. texture_budget_panel_bottom_of_history_fraction ".25"
  60. texture_budget_panel_height "0"
  61. texture_budget_panel_width "0"
  62. texture_budget_panel_y "450"
  63. texture_budget_panel_x "0"
  64.  
  65.  
  66. // -------- B U D G E T --------
  67. budget_panel_height "384"
  68. budget_panel_width "512"
  69. budget_panel_y "50"
  70. budget_panel_x "0"
  71. budget_background_alpha "0"
  72. budget_bargraph_range_ms "16.6666666667"
  73. budget_panel_bottom_of_history_fraction ".25"
  74. budget_history_range_ms "5"
  75. budget_history_numsamplesvisible "0"
  76. budget_show_history "0"
  77. budget_show_averages "0"
  78. budget_show_peaks "0"
  79. budget_averages_window "0"
  80. budget_peaks_window "0"
  81. budget_bargraph_background_alpha "128"
  82.  
  83.  
  84. // -------- C L I E N T S --------
  85. cl_forcepreload "1" // Forces the game to load all texture and model information into memory on map load
  86. cl_ejectbrass "0" // Disables brass ejection, aka no shells
  87. cl_smoothtime "0.01"
  88. cl_soundscape_flush
  89. cl_drawmonitors "0" // Disables the rendering of ingame "monitors" which contain 3d rendered images
  90. cl_allowdownload "0"
  91. cl_detail_avoid_force "0"
  92. cl_detail_avoid_radius "0"
  93. cl_detail_avoid_recover_speed "0"
  94. cl_detail_max_sway "0"
  95. cl_downloadfilter "nosounds" // Disable downloading of sounds when connecting to a server
  96. cl_predictweapons "1"
  97. cl_pred_optimize "2"
  98. cl_soundscape_flush
  99. cl_restrict_server_commands "0"
  100. cl_autohelp "0"
  101. cl_c4progressbar "1"
  102.  
  103.  
  104. // -------- M A T E R I A L S ---------
  105. mat_forceaniso "0" // Disables the use of multisampling on texture to smooth out edges. Sets forceaniso on 0 ingame
  106. mat_antialias "0" // Disables the use of multisampling to smooth out edges. Sets AntiAlias on 0 ingame
  107. mat_colorcorrection "0" // Disables correction of colors. Sets Color Correction on 0 ingame
  108. mat_bloomscale "0" // Disables Bloomscale
  109. mat_bumpmap "0" // Disables bump mapping
  110. mat_bufferprimitives "1" // Disables buffering primitives
  111. mat_bumpbasis "0" // Disables bump basis
  112. mat_clipz "1" // Disables optimized Z-Buffer rendering
  113. mat_fastnobump "0" // Enables fast bump mapping
  114. mat_fastspecular "1" // Enables fast specularity
  115. mat_mipmaptextures "1" // Enables the use of mipmapping to make textures look smooth
  116. mat_picmip "2" // Changes the resolutions of textures when they're loaded into memory. Sets texture quality on low
  117. mat_reducefillrate "1" // Reduces the fillrate. Sets the Shader level on low
  118. mat_specular "0" // Disables specularity (shiny crap)
  119. mat_trilinear "0" // Disables Trilinear. 0 Sets on brilinear
  120. mat_vsync "0" // Disables vertical syncronization. Sets v sync off ingame
  121. mat_disable_bloom "0" // Disables Bloom effects. Sets Bloom on none
  122. mat_hdr_enabled "0" // Disables Full HDR (High Dynamic Range). Sets hdr on none
  123. mat_hdr_level "0" // Level of HDR and Bloom. 0 = None, 1 = Bloom, 2 = HDR. Can only be changed if HDR is enabled
  124. mat_monitorgamma "1.6" // Overall gamma. Lower the number the brighter the screen. Only works in fullscreen.
  125. mat_compressedtextures "1" // Disables texture compression
  126. mat_forcemanagedtextureintohardware "0" // Disables managed texture into hardware
  127. mat_filterlightmaps "1" // Enables filtering of light in maps
  128. mat_filtertextures "1" // Enables filtering of textures
  129. mat_forcehardwaresync "0" // Enables syncronization with hardware
  130. mat_bloomamount_rate "0.05f" // Must be 0.05f
  131. mat_debug_autoexposure "0"
  132. mat_debug_bloom "0"
  133. mat_debug_postprocessing_effects "0"
  134. mat_debug_process_halfscreen "0"
  135. mat_debugalttab "0"
  136. mat_debugdepth "0"
  137. mat_debugdepthmode "0"
  138. mat_debugdepthval "128"
  139. mat_debugdepthvalmax "256"
  140. mat_diffuse "1"
  141. mat_force_bloom "0" // Disables forcing of Bloom
  142. mat_hdroverbrightrange "16"
  143. mat_leafvis "0"
  144. mat_norendering "0"
  145. mat_parallaxmap "0"
  146. mat_setvideomode "800 600 0"
  147. mat_showlightmappage "-1"
  148. mat_surfaceid "0"
  149. mat_surfacemat "0"
  150. mat_softwareskin "0"
  151. mat_softwarelighting "0"
  152. mat_aaquality "0" // Texture quality. Sets texture quality on low
  153. mat_disable_lightwarp "1"
  154. mat_framebuffercopyoverlaysize "0"
  155. mat_disable_ps_patch "1"
  156. mat_envmapsize "0"
  157. mat_envmaptgasize "0"
  158. mat_disable_fancy_blending "1"
  159. mat_autoexposure_max "0"
  160. mat_autoexposure_min "0"
  161.  
  162.  
  163. // -------- M O D E L S ---------
  164. r_3dsky "0" // Disables the rendering of 3d sky boxes.
  165. r_3dnow "0" // Disables the 3DNOW calculations for INTEL CPU's. Set to 1 if using AMD CPU
  166. r_sse "1" // Enables the SSE calculations for SSE CPU's (AMD & INTEL)
  167. r_sse2 "1" // Enables the SSE2 calculations for SSE2 CPU's (AMD & INTEL)
  168. r_mmx "1" // Enables the MMX calculations for MMX CPU's (AMD & INTEL)
  169. r_avglight "1" // Disables average lighting
  170. r_decals "0" // Disables shot holes. 1 = Max 1 shot hole, 2 = Max 2 shot holes, and so on..
  171. r_decal_cullsize "9999" // Any decals under this size won't be rendered
  172. r_dopixelvisibility "0" // Disables doing of visibility pixels
  173. r_drawflecks "0" // Disables sparks and dirty stuff from bullet impacts
  174. r_drawbatchdecals "0" // Disables the rendering of decals in batch
  175. r_drawdetailprops "0" // Disables the rendering of detail props
  176. r_drawmodeldecals "0" // Disables model decals (i.e. blood)
  177. r_flex "0" // Disables flex material system
  178. r_lightaverage "0" // Disables light average
  179. r_lightinterp "0" // Interpolation of light
  180. r_lod "2" // Details on models 2 = Minimum, 0 = Maximum at distance.
  181. r_teeth "0" // Disables teeths in models
  182. r_worldlights "0" // Maximum of world lights
  183. r_worldlightmin "0" // Minimum of world lights
  184. r_rootlod "2" // Base lod of the model in the memory. 2 = minimum, 0 = Maximum. Sets model on low ingame
  185. r_dynamic "0" // Disables dynamic light
  186. r_maxdlights "0" // Maximum lights on details
  187. r_modellodscale "-1" // The transitioning power of LOD
  188. r_occlusion "0" // Disables the Model Occlusion System
  189. r_gamma "0.5" // Models gamma
  190. r_drawmodelstatsoverlaymax "1.5"
  191. r_drawmodelstatsoverlaymin "0.1"
  192. r_ambientfactor "0"
  193. r_ambientfraction "0.1"
  194. r_ambientmin "0.3"
  195. r_ambientboost "0" // Enables ambient boost
  196. r_eyes "0" // Disables eyes in models
  197. r_eyesize "0" // The eyesize of eyes in models
  198. r_eyeshift_z "0" // Placement of eyes
  199. r_eyeshift_y "0" // Placement of eyes
  200. r_eyeshift_x "0" // Placement of eyes
  201. r_eyemove "0" // Disables eyemove
  202. r_eyegloss "0" // Disables gloss in eyes
  203. r_eyeglintlodpixels "0" // Disables pixels of lod in glints of eyes
  204. r_PhysPropStaticLighting "0" // Disables physic prop static lighting
  205. r_renderoverlayfragment "0" // Max of rendering overlay fragments
  206. r_propsmaxdist "0" // Max distance at which props are rendered
  207. r_radiosity "4" // Value of radiosity
  208. r_updaterefracttexture "0" // Disables updating of refracttexture
  209. r_norefresh "0" // Disables refreshing
  210. r_phong "0" // Disables phong
  211. r_ropetranslucent "0" // Disables rope translucent
  212. r_TransitionSensitivity "0"
  213. r_maxnewsamples "0" // Maximum of new samples
  214. r_maxsampledist "0" // Maximum sample distance
  215. r_minnewsamples "0" // Minimum if new samples
  216. r_maxmodeldecal "0"
  217. r_fastzreject "1"
  218. r_spray_lifetime "1"
  219. r_lod_noupdate "1"
  220. r_updaterefracttexture "0"
  221.  
  222.  
  223. // -------- R O P E --------
  224. rope_averagelight "0"
  225. rope_smooth "0"
  226. rope_subdiv "0"
  227. rope_collide "0"
  228. rope_shake "0"
  229. rope_smooth_minwidth "0"
  230. rope_smooth_minalpha "0"
  231. rope_smooth_maxalphawidth "0"
  232. rope_smooth_maxalpha "0"
  233. rope_smooth_enlarge "0"
  234. rope_wind_dist "0.01"
  235. sv_forcepreload "1"
  236.  
  237.  
  238. // --------- W A T E R ---------
  239. r_waterforceexpensive "0" // Disables quality water. Sets water quality on Medium ingame
  240. r_WaterDrawReflection "0" // Disables quality water. Sets water quality on Medium ingame
  241. r_WaterDrawRefraction "0" // Disables quality water. Sets water quality on Medium ingame
  242. r_cheapwaterend "1" // Disables quality water. Sets water quality on Low ingame
  243. r_cheapwaterstart "1" // Disables quality water. Sets water quality on Low ingame
  244. r_forcewaterleaf "0"
  245. r_waterforcereflectentities "0"
  246. mat_wateroverlaysize "8" // Sets the resolution of water distortion. Must be multiple of 8
  247. cl_show_splashes "0" // Disables water splashes
  248. fog_enable_water_fog "0" // Disables water fog
  249.  
  250.  
  251. // --------- S H A D O W S ---------
  252. mat_shadowstate "0"
  253. r_shadows "1" // Enables shadows. Sets shadows on ingame
  254. r_shadowmaxrendered "10" // Max of rendering models shadows
  255. r_shadowrendertotexture "1" // Enables shadows rendered to texture
  256. r_shadowlodbias "0"
  257.  
  258.  
  259. // --------- R A G D O L L ---------
  260. cl_phys_props_enable "0" // Disables physics props (stuff loaded into texture)
  261. cl_phys_props_max "0" // Maximum amount of physics props allowed
  262. cl_ragdoll_collide "0"
  263. cl_ragdoll_physics_enable "0" // Disables ragdoll (corpse)
  264. cl_minmodels "1" // Enables same team models
  265. cl_min_ct "1" // CT's team model. Changeable: 1,2,3,4
  266. cl_min_t "1" // T's team model. Changeable: 1,2,3,4
  267. cl_wpn_sway_scale "0"
  268. g_ragdoll_fadespeed "600"
  269. g_ragdoll_important_maxcount "0"
  270. g_ragdoll_lvfadespeed "0"
  271. g_ragdoll_maxcount "0"
  272.  
  273.  
  274. // --------- F O G ---------
  275. fog_enable "0" // Disables fog in maps
  276. fog_enableskybox "0" // Disables fog sky boxes
  277.  
  278.  
  279. // --------- W E A T H E R ---------
  280. r_rainalpha "0"
  281. r_ropetranslucent "0"
  282. r_rainlength "0"
  283. r_rainalphapow "0"
  284. r_raindensity "0"
  285. r_rainradius "0"
  286. r_rainspeed "0"
  287. r_rainwidth "0"
  288. r_rainsimulate "0"
  289. r_rainsplashpercentage "0"
  290. r_RainProfile "0"
  291. r_RainSideVel "0"
  292.  
  293.  
  294. // -------- S O U N D --------
  295. bgmvolume "0" // CD sound playback volume
  296. soundscape_flush // Removes useless background sounds
  297. soundscape_fadetime "9999" // Removes useless background sounds
  298. snd_profile "0" // If set to 1, shows dsp usage stats in the console
  299. snd_mixahead "0.1" // Mixes sound ahead to reduce stuttering. Set between 0 and 1, the higher the value the less stuttering and more synchronized sound will be, but performance may be reduced. A value of 0.5 to 0.7 will help reduce stuttering in the game. If you experience no stuttering, lower this value to gain some performance
  300. snd_async_fullyasync "0" // If set to 1, sound may go out of synch with actions but you will experience reduced loading pauses and stuttering. Usually best left disabled
  301. snd_digital_surround "1" // Enable digital surround sound
  302. snd_pitchquality "1"
  303. snd_duckerthreshold "0.15"
  304. snd_duckerreleasetime "2.5"
  305. snd_duckerattacktime "0.5"
  306. snd_ducktovolume "0.55"
  307. dsp_volume "2" // Max = 2. Determines the volume of the background dsp effects. If the volume is increased, the impact of dsp enhancement will be exaggerated with no performance impact
  308. dsp_enhance_stereo "0" // If set to 1 enhances the stereo effect, making sound richer and more atmospheric for a slight performance hit
  309. voice_enable "1" // Ingame voice
  310. voice_scale "1" // Default = 1
  311. snd_noextraupdate "1"
  312. suitvolume "0"
  313. dsp_slow_cpu "0"
  314. dsp_spatial "40"
  315. dsp_speaker "50"
  316.  
  317.  
  318.  
  319. // ***********************
  320. // ****** R A T E S ******
  321. // ***********************
  322.  
  323. cl_lagcomp_errorcheck "0"
  324. cl_lagcompensation "1"
  325. cl_updaterate "101"
  326. cl_interpolate "1"
  327. cl_interp_ratio "1"
  328. cl_cmdrate "101"
  329. cl_cmdbackup "2"
  330. cl_interp "0.01"
  331. cl_smooth "1"
  332. cl_smoothtime "0.01"
  333. cl_resend "6"
  334. cl_pred_optimize "2"
  335. net_maxfragments "1280"
  336. cl_timeout "30"
  337.  
  338. cl_minmodels 1
  339. cl_min_t 3
  340. cl_min_ct 3
  341.  
  342. clear
  343.  
  344. echo "__ __ ___ kr0wz FPS Config"
  345. echo "| | / / / \ Succesful "
  346. echo "| |/ /_ |___ | Loaded! ________"
  347. echo "| /| |/___|| |_ _ \___ /"
  348. echo "| \| |/| |_| | \ / \ / // /"
  349. echo "| |\ \ | | |\ \/ _ \/ // /____"
  350. echo "|_| \_\| \___/ \__/ \__//______/"
  351.  
  352.  
  353. echo " __ __ _ _ ___ _ __"
  354. echo "/ _|/ \| \| || _||_| / /"
  355. echo "|/ | /\ | \ || |_ _ | |__"
  356. echo "|\_| \/ | \ || _| | || \| |"
  357. echo "\__|\__/|_|\_||_| |_| \__/"
  358.  
  359. echo " _ __ __ ___ __"
  360. echo "| | / \ /\ | \| __| \"
  361. echo "| | | /\ | //\\ ||\ ||_ ||\ |"
  362. echo "| |__| \/ |/ __ \||/ | _|||/ |"
  363. echo "|____|\__//_/ \_\__/||__|__/"