Since there is no thread about this, I figured I'd start one to collect the info about changing text colors (and potentially fonts).
The main file that controls text colors is descr_ui_colour_db.txt. I've already managed to change color for the main menu ("Single Player", "Multiplayer", "Options"), for titles ("Single Player", "Select Faction" large-size titles), etc.
This entries in this file are extremely cryptic about which text regions they control, so the following are the ones that I've already found the functions of (its function is the first line of each section):
What I need now is the entry which regulates the yellow color of the general's/settlement name in the strat map interface. This color is also possibly used by the 'season' text, and by the money amount text.Code:; shadow for main menu options, etc menu_general_text_shadow 127, 0, 0, 0 ; used for menu_text and miscellaneous menu text items ; highlight over main menu text menu_textlist 255, 182, 122, 80 menu_textlist_shadow 255, 0, 0, 0 ;'Confirm Exit Game?' pop-up, etc menu_dialog 255, 254, 254, 254 menu_dialog_shadow 255, 0, 0, 0 ; Faction descriptions menu_string_pair 255, 188, 188, 188 menu_string_pair_alternate 255, 188, 188, 188 ; Back Next arrows, titles of filled-in menu squares, etc menu_static_text 255, 254, 254, 254 menu_static_text_shadow 255, 0, 0, 0






Reply With Quote















































