Player Selection Circle Colors
Address | Player ID | Version | Size | Length | SCR |
---|---|---|---|---|---|
0x581D6A | -8575 | 1.16.1 | 1 | 12 | Simple Data |
Description
Each byte sets the color of the selection circle:
000 - Green
001 - Yellow
002 - Red
017 - Grey Blue
136 - Light Grey
138 - Dark Grey*
Higher values can give different colors (most give solid black.) Asterisk colors are inconsistent.
p1 = -8575 with mask 0x00FF0000
p2 = -8575 with mask 0xFF000000
p3 = -8574 with mask 0x000000FF
p4 = -8574 with mask 0x0000FF00
p5 = -8574 with mask 0x00FF0000
p6 = -8574 with mask 0xFF000000
p7 = -8573 with mask 0x000000FF
p8 = -8573 with mask 0x0000FF00
p9 = -8573 with mask 0x00FF0000
p10 = -8573 with mask 0xFF000000
p11 = -8572 with mask 0x000000FF
p12 = -8572 with mask 0x0000FF00