Overview
This will tell you the magical art of…CUSTOM HUD COLORS
How To?
The Magical Art of Custom HUD Color Changing
One
Find a color’s hexadecimal number…
You can go to color picker [www.colorpicker.com]
Two
Add two F’s to the front,
FF[hexadecimal number]
then translate it to ‘decimal’
You can use the windows programmer’s calculator or Hexadecimal to decimal [www.binaryhexconverter.com]
eg:
1FC7FF (cyan) -> FF1FC7FF -> 2082815
Three
Go to:
C:Users[USERNAME]AppDataLocalFrontier DevelopmentsPlanet CoasterConfigGame.config.xml
then, between
<AccentColour>[number]</AccentColour>
change [number] with the new number.
Tah Dah~
Props go to Improbabilities for finding this out first!
Also,
Planet Coaster Discord [discord.gg]
is a thing.