How to make a small crosshair in CS 1.6 (CS 1.6) without resolution scaling
In CS 1.6 (CS 1.6) you can create a small crosshair that does not expand when moving or shooting. To do this, adjust the settings through the console or configuration file. Here's how:
Method 1: Using the Console
-
Open the console in-game by pressing the ~ key (if it doesn’t open, enable it in the game settings).
-
Enter the command:
cl_dynamiccrosshair 0This command disables crosshair expansion when moving or shooting.
-
Optionally, reduce the crosshair size using the command:
cl_crosshairsize small
Method 2: Using the Configuration File
- Go to the game folder, usually located at:
C:\Program Files (x86)\Steam\steamapps\common\Half-Life\cstrike - Find the file config.cfg and open it with a text editor (e.g., Notepad).
- Add or modify the following lines:
cl_dynamiccrosshair "0" cl_crosshairsize "small" - Save the file and restart the game.
Additional Settings
- If you want to change the crosshair color, use the command:
wherecl_crosshaircolor r g br,g,bare color values (e.g.,0 255 0for green).
Now the crosshair will be small and stable, helping you aim more accurately during gameplay!
