Greetings, I am new to the forums here and my wife and I are L-O-N-G time Civ fanatics.
Not sure where to find it, but perhaps you can. We are looking for a mod that allows us to choose the starting color of the race we play and play against.
My wife is slightly color blind (just some of the darker shades) and being able to choose the color of the races would really help. Like yellows/ bright blues/ greens/reds etc..
Races that are grey can be hard to see on the maps.
Thanks!
Hmm, if such a mod is possible, I'm sorry, but don't think I would know how to make it

(I mean one where you could actually choose the color within the game's UI itself when you start a game).
However, if you don't mind modifying a few text files, you could change the colors so that they would be more distinguishable. (It's a bit tedious, but it will work)
What you'll need to do is copy the following file from C:\Program Files\Firaxis Games\Civilization 4\Beyond the Sword\Assets\xml\interface\CIV4ColorVals.xml to C:\Documents and Settings\%Your Username%\My Documents\My Games\Beyond the Sword\CustomAssets\xml\interface.
Then open the file with notepad (or some other text editor) and you should see some entries like this:
Code:
<ColorVal>
<Type>COLOR_PLAYER_DARK_GREEN</Type>
<fRed>0.00</fRed>
<fGreen>0.39</fGreen>
<fBlue>0.00</fBlue>
<fAlpha>1.00</fAlpha>
</ColorVal>
The values fRed, fGreen, and fBlue control what the color will look like within the game. So, if your wife has difficulty with dark colors, I would suggest searching the file for all of the COLOR_PLAYER entries for dark colors and just increasing the values by some fixed amount (which will wash out the colors, and possibly look like some other civ's color, but overall they will be brighter and they will still be the same color (just in a different shade)). In this example, if you made fRed 0.30, fGreen .069 and fBlue 0.30, the color would still be green, but it would be lighter overall.
This will make the colors brighter but it may create some other difficulties, and I realize this may seem a little difficult at first (Firaxis did include a color blind help option in Civ 3, IIRC, it's a shame that they didn't in Civ 4) so if you have any problems, I'll be glad to help.
