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
Gotta ask, anyone who thinks they know which Age/Era I should stop at for a fully authentic experience?
In addition, the mod is currently broken with the frontier pass, as they have a Requirement they add called REQUIRES_PLAYER_HAS_DEFENSIVE_TACTICS, which was also added by firaxis. It can be fixed by going into TES_Civilizations_GameDefines.xml and deleting:
```xml
<Row>
<RequirementId>REQUIRES_PLAYER_HAS_DEFENSIVE_TACTICS</RequirementId>
<RequirementType>REQUIREMENT_PLAYER_HAS_CIVIC</RequirementType>
</Row>
and much later
<Row>
<RequirementId>REQUIRES_PLAYER_HAS_DEFENSIVE_TACTICS</RequirementId>
<Name>CivicType</Name>
<Value>CIVIC_DEFENSIVE_TACTICS</Value>
</Row>
```