Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
https://drive.google.com/file/d/1M2tok1-MUfGLoCXhy2c72S0e36HrxHU4/view
https://docs.google.com/spreadsheets/d/12UgG-CyBFWRxlp8DMA9WUjOgViAODf9d/
https://steamhost.cn/steamcommunity_com/workshop/filedetails/?id=1259095065
With this mod enabled, Elizabeth's colors are changed to white on red in order to better differentiate her from Laurier and Hojo. Harald and Victoria's new personas (Varangian and Age of Steam, respectively) now use the same color schemes as their original personas (Konge and Age of Empire, respectively), in line with how other leaders who have alternate personas/UAs have been modified.
Of course if you prefer to tweak these colors any further, you may do so by editing the RGBA values in the appropriate SQL file within your local copy of the mod (see instructions above).
With this mod enabled, Ludwig's colors are changed to white on Bavarian blue. Sejong and Theodora's colors are changed to red on dark blue and violet on blue, respectively, reminiscent of their Civ V color schemes. City-states also use a slightly lighter shade of gray and additional files have been added to the mod for anybody who wants to use it to adjust the colors for city-state types (no actual changes have been made to city-state secondary colors).
UPDATE PlayerColors
SET PrimaryColor = 'COLOR_CALYPSO_PLAYER_CITY_STATE_PRIMARY'
WHERE PrimaryColor = 'COLOR_PLAYER_CITY_STATE_PRIMARY';
With this mod enabled, Ramses' colors are changed to purple on yellow, reminiscent of his Civ V color scheme. Though similar, these colors are brighter than Bà Triệu's and don't appear to conflict. Sundiata Keita's colors are changed to tan on burnt orange. Cleopatra's new Ptolemaic persona uses the same color scheme as her original persona, in line with how other leaders who have alternate personas/UAs have been modified.
With this mod enabled, Wu Zetian's colors are changed to white on turquoise, reminiscent of her Civ V color scheme. Yongle’s colors are changed to blue-violet on off white. These colors are evocative of some Jingdezhen porcelain produced during Yongle’s rule, whereas his original colors (dark blue on yellow) seemed to evoke the banner of Qing/Manchu China, rather than Ming China. Finally, Qin's new Unifier persona uses the same color scheme as his original persona, in line with how other leaders who have alternate personas/UAs have been modified.
With this mod enabled, Nader Shah's colors are changed to yellow on powder blue. I picked both of these colors from the 4-color imperial standard of Afsharid Iran, and they should be different enough from Catherine's color scheme. Tokugawa's colors are changed to light pink on dark mauve, to help differentiate from Victoria. Suleiman's Muhtesem persona uses the same color scheme as his original persona, in line with how other leaders who have alternate personas/UAs have been modified.
Again, if you prefer to tweak these colors any further, you may do so by editing the RGBA values in the appropriate SQL file within your local copy of the mod (see instructions above).
With this mod enabled, Caesar's colors are toned down and adjusted slightly (bit of a "wine red", unlike the red used for Phillip and Mansa Musa). Lincoln uses light grey on dark blue; similar to Teddy but definitely darker. Nzinga Mbanda uses the same colors as in Leugi's Anna Nzinga mod, since its a great color scheme. Saladin's Sultan persona uses the same color scheme as his original persona, in line with how other leaders who have alternate personas/UAs have been modified.
If you prefer to tweak these colors any further, you may do so by editing the RGBA values in the appropriate SQL file within your local copy of the mod (see instructions above).
1. Navigate to the "XML" folder in your local copy of the mod (see above).
2. Replace/rearrange the SQL code for each leader, so that instead of (for example)...
DELETE FROM PlayerColors WHERE Type = 'LEADER_LADY_SIX_SKY';
INSERT INTO PlayerColors (Type, Usage, PrimaryColor, SecondaryColor)
VALUES ('LEADER_LADY_SIX_SKY', 'Unique', 'COLOR_CALYPSO_PLAYER_MAYA_PRIMARY', 'COLOR_CALYPSO_PLAYER_MAYA_SECONDARY');
...you instead have...
UPDATE PlayerColors
SET PrimaryColor = 'COLOR_CALYPSO_PLAYER_MAYA_PRIMARY', SecondaryColor = 'COLOR_CALYPSO_PLAYER_MAYA_SECONDARY'
WHERE Type = 'LEADER_LADY_SIX_SKY';
Sorry if it's a bit tedious to do for each, but that will set your colors the way you want.
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2175793861
If this is truly your only issue with my mod, I would invite you to follow my instructions above to edit your local copy. It only takes two minutes to do.
Rome got weird green and Scotland got Rome's colours.