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
It sound like to me that you're missing entries for these units in the Civilization_UnitClassOverrides table.
This table is what helps the game engine decide which specific unit in the game is given to a specific civ.
In the Unique Units companion mod, the entry for the Yamato being restricted to the normal-civ Japan looks like this:
<Civilization_UnitClassOverrides>
<Row>
<CivilizationType>CIVILIZATION_JAPAN</CivilizationType>
<UnitClassType>UNITCLASS_WAW_WW2_NAVRANGED_3</UnitClassType>
<UnitType>UNIT_WAW_WW2_NAVRANGED_3_JAP</UnitType>
</Row>
</Civilization_UnitClassOverrides>
You would need to change the CivilizationType entry to match JFD's civ type for Japan.