What determines the colour of your city banner?

NotSoLoneWolf

Chieftain
Joined
Oct 28, 2014
Messages
47
Location
Canada
for my mod, the Dominion of Canada, I have the primary colour set to red and the secondary to white, but the city banner is black with red text! :confused: Anyone know how to fix this? Picture:
637x358.resizedimage
 
They are!

<GameData>
<Colors>
<Row>
<Type>COLOR_PLAYER_CANADA_PRIMARY</Type>
<Red>0.712</Red>
<Green>0.078</Green>
<Blue>0.169</Blue>
<Alpha>1</Alpha>
</Row>
<Row>
<Type>COLOR_PLAYER_CANADA_SECONDARY</Type>
<Red>1</Red>
<Green>1</Green>
<Blue>1</Blue>
<Alpha>1</Alpha>
</Row>
</Colors>
</GameData>
 
Primary does city name text, and secondary the background of the nametag, though it darkens the colour a bit. Add to that the fact the tag is semi-transparent unless you mouseover.

I see nothing unexpected on the screenshot. Red text on (grey-ish) white on the nametag.
 
If you look in the CivBEPlayerColors.xml you will find that all of the presets have a Text Color tag associated too. The background will be a gradient, your Secondary Color at the bottom, phasing upwards into a blacker color. Some appear lighter than others, just have to fiddle to get it right, but the Text Color is the Text Color you would set as you would expect :)
 
Back
Top Bottom