- Changes the crosshair color based on mouse movement
- Can sync the HUD color with the crosshair
- Supports multiple color palettes
- Allows adjustable speed
- Place the
t1ckbase_rainbow_crosshairfolder in:Steam/steamapps/common/Counter-Strike Global Offensive/game/csgo/cfg - Add the following commands to your
autoexec.cfg
exec t1ckbase_rainbow_crosshair/init
rainbow_crosshair_load_hsl
// rainbow_crosshair_load_oklch
rainbow_crosshair_speed_10
// rainbow_crosshair_hud_sync_on
rainbow_crosshair_hud_sync_off
rainbow_crosshair_on
// rainbow_crosshair_off
// rainbow_crosshair_toggle
| Command | Description |
|---|---|
rainbow_crosshair_on |
Turn the rainbow crosshair on. |
rainbow_crosshair_off |
Turn the rainbow crosshair off. |
rainbow_crosshair_toggle |
Toggle the rainbow crosshair on or off. |
rainbow_crosshair_hud_sync_on |
Sync the HUD color with the crosshair color. |
rainbow_crosshair_hud_sync_off |
Stop syncing the HUD color. |
rainbow_crosshair_load_hsl |
Load the hsl palette. |
rainbow_crosshair_load_oklch |
Load the oklch palette. |
rainbow_crosshair_speed_1 to rainbow_crosshair_speed_30 |
Set the color change speed. |