Jump to content

Coding scoreboard text colors

From Kingpin Wiki
Revision as of 22:36, 17 March 2025 by FREDZ (talk | contribs) (Created page with "When editing the Scoreboard in kingpin source code, we have 2 text strings that allow colors to be used for its text.<br> "ds" and "dmstr"<br> It uses 0-9 for the red, green and blue values<br> eg..<br> ds 999 (would be white)<br> dmstr 900 (would be red)<br> <iframe key="kingpin" path="hosted/hypov8/tuts/embed_rgb_score.htm" width="320" height="240" />")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

When editing the Scoreboard in kingpin source code, we have 2 text strings that allow colors to be used for its text.
"ds" and "dmstr"
It uses 0-9 for the red, green and blue values
eg..
ds 999 (would be white)
dmstr 900 (would be red)