CS 1.6 (EN) Tips And Tricks - How to increase your FPS in CS 1.6
138 views
January 28, 2025 at 9:38 PM
Description of Commands and Their Effects:
1. Visual Effect Optimization
- fastsprites
- Usage: fastsprites 0
Affects the quality of smoke from grenades.- 0 = Lower quality (better performance).
- 1 = Medium quality.
- 2 = High quality (more realistic, but demanding).
- Usage: fastsprites 0
- r_decals and mp_decals
- Usage: r_decals 50 or mp_decals 50
Controls the amount of decals (blood, bullet trails) shown in the game.- Lower values = better performance (e.g., r_decals 50).
- Higher values (e.g., 300) result in more effects but increase the load on performance.
- Usage: r_decals 50 or mp_decals 50
- gl_picmip
- Usage: gl_picmip 2
Reduces texture detail.- 4 = Lowest texture quality (best FPS).
- 0 = Default (highest texture quality). Works only in OpenGL mode.
- Usage: gl_picmip 2
- d_mipcap and d_mipscale
- Usage: d_mipcap 1; d_mipscale 1
Alternative to gl_picmip for Direct3D mode.- 3 = Lowest texture quality.
- 0 = Highest texture quality.
- Usage: d_mipcap 1; d_mipscale 1
- gl_round_down
- Usage: gl_round_down 3
Reduces texture detail. The higher the value, the lower the texture detail = higher FPS.
- Usage: gl_round_down 3
- r_detailtextures
- Usage: r_detailtextures 0
Disables detailed textures and their rendering.
- Usage: r_detailtextures 0
2. Other Optimization Commands
- cl_weather
- Usage: cl_weather 0
Disables in-game weather effects (for example, rain on the de_aztec map).
- Usage: cl_weather 0
- fps_override
- Usage: fps_override 1
Allows for a higher FPS value than the default limit set by the game.
- Usage: fps_override 1
- developer
- Usage: developer 1
Enables developer functions. For non-Steam versions, this command is required for overriding the FPS limit.
- Usage: developer 1
- fps_max
- Usage: fps_max 300
Sets the maximum FPS. The default is 72, but you can increase it.
Note: Your FPS depends on the hardware performance.
- Usage: fps_max 300
How to Use the Commands:
- Console:
- Open the console (~) during the game and type the commands.
- Config File:
- Open the userconfig.cfg or config.cfg file in the game's folder (cstrike).
- Add the commands like this:
- fastsprites 0
r_decals 50
gl_picmip 2
cl_weather 0
fps_override 1
developer 1
fps_max 300
- In Steam, right-click on Counter-Strike 1.6 โ Properties โ Set Launch Options.
Add something like:
Recommendations for Optimal Performance:
- Combine commands based on your preferences.
- Adjust the values depending on how well your system can handle the performance.
- Play in OpenGL mode, as it generally provides the best FPS performance.
This discussion is locked.