UI Coal

There are for sure .tga - i don't have civ here so i can't tell right now.
The green/red color is controlled by .thm - i also don't remember wich line right now :)
 
I never try work with theme, but I used your fantastic UI coal as well but end turn button I need more red as in original interface... I will glad should you give advice me later :)
thanks
Hroch
 
Ok here (Resource\Themes\Civ4\Civ4Theme_Common.thm) are the changes
GColor .EndTurnDot_Green = GColor(155,176,121,255);
GColor .EndTurnDot_Red = GColor(181, 60, 60,255);
GColor .EndTurnDot_DarkRed = GColor(100, 30, 30,255);
GColor .EndTurnDot_Disable = GColor(128,128,128,255);

The numbers in brackets are GColor(Red,Green,Blue,Alpha)
 
So is this interface something that can be added to a mod, or does it have to be added for the entire game?
 
Okay, I have done everything in the tutorial [TUT] EASY : Modify UI/HUD colors & fonts in BtS and my mod is still the same as the default, absolutely no change. What am I missing? Any help would be greatly appreciated.

****************** Well, it turns out its "User error" as always. A typo..... I guess re-reading 27 times wasn't enough to catch it..... now it works fine.
 
I was missing the path in xml :)
 
No problem, I thought it was a mistake I made, but the instructions pointed out what was wrong, so its easily corrected. Thanks for doing such a great job putting the mod together, it looks great.
 
Top Bottom