1515
1616## Features
1717
18- - ** Changes color based on mouse movement**
18+ - ** Changes the crosshair color based on mouse movement**
19+ - ** Can sync the HUD color with the crosshair**
1920- ** Supports multiple color palettes**
2021- ** Allows adjustable speed**
2122
3031
3132## Usage
3233
33- 1 . Place the ` t1ckbase_rainbow_crosshair ` folder into : ` Steam/steamapps/common/Counter-Strike Global Offensive/game/csgo/cfg `
34+ 1 . Place the ` t1ckbase_rainbow_crosshair ` folder in : ` Steam/steamapps/common/Counter-Strike Global Offensive/game/csgo/cfg `
34352 . Add the following commands to your ` autoexec.cfg `
3536
3637```
3738exec t1ckbase_rainbow_crosshair/init
3839
39- // Load color palette
40- rainbow_crosshair_load_oklch
41- // rainbow_crosshair_load_hsl
40+ rainbow_crosshair_load_hsl
41+ // rainbow_crosshair_load_oklch
4242
43- // Set color change speed [1-30]
4443rainbow_crosshair_speed_10
4544
46- rainbow_crosshair_enable
47- // rainbow_crosshair_disable
45+ // rainbow_crosshair_hud_sync_on
46+ rainbow_crosshair_hud_sync_off
47+
48+ rainbow_crosshair_on
49+ // rainbow_crosshair_off
4850// rainbow_crosshair_toggle
4951```
5052
5153## Aliases
5254
53- - Enable rainbow crosshair
54-
55- ```
56- rainbow_crosshair_enable
57- ```
58-
59- - Disable rainbow crosshair
60-
61- ```
62- rainbow_crosshair_disable
63- ```
64-
65- - Toggle rainbow crosshair
66-
67- ```
68- rainbow_crosshair_toggle
69- ```
70-
71- - Load color palette (` oklch ` , ` hsl ` )
72-
73- ```
74- rainbow_crosshair_load_oklch
75- ```
76-
77- - Adjust speed ` [1-30] `
78-
79- ```
80- rainbow_crosshair_speed_10
81- ```
55+ | Command | Description |
56+ | ----------------------------------------------------------- | -------------------------------------------- |
57+ | ` rainbow_crosshair_on ` | Turn the rainbow crosshair on. |
58+ | ` rainbow_crosshair_off ` | Turn the rainbow crosshair off. |
59+ | ` rainbow_crosshair_toggle ` | Toggle the rainbow crosshair on or off. |
60+ | ` rainbow_crosshair_hud_sync_on ` | Sync the HUD color with the crosshair color. |
61+ | ` rainbow_crosshair_hud_sync_off ` | Stop syncing the HUD color. |
62+ | ` rainbow_crosshair_load_hsl ` | Load the ` hsl ` palette. |
63+ | ` rainbow_crosshair_load_oklch ` | Load the ` oklch ` palette. |
64+ | ` rainbow_crosshair_speed_1 ` to ` rainbow_crosshair_speed_30 ` | Set the color change speed. |
8265
8366## Color palettes preview
8467
@@ -89,4 +72,4 @@ rainbow_crosshair_speed_10
8972
9073<br />
9174
92- ![ cs2- rainbow- crosshair] ( https://github.com/T1ckbase/cs2-rainbow-crosshair /assets/146760065/6a01bc8a-d4c8-48ad-b6ed-f93c4a2c1b64 )
75+ [ Watch the CS2 rainbow crosshair preview ] ( https://github.com/user-attachments /assets/0f0c74d4-9cc3-4000-8a3c-e960f30d1234 )
0 commit comments