BrickMacklin
Chieftain
- Joined
- Feb 19, 2017
- Messages
- 4
I have the Modern Carriers mod and several modded civs that I regularly play with on Civ V. Modern Carriers adds a Nimitz to America and a Kuz to Russia/China while all other Civs get the Wasp Amphibious Assault Ship.
I have been using Stalin and FDR from JFD more than I have Washington and Catherine but they only get the Wasp unit. I have explored the Modern Carriers xml files and found these specifications:
<Row>
<CivilizationType>CIVILIZATION_AMERICA</CivilizationType>
<UnitClassType>UNITCLASS_MODERNCARRIER</UnitClassType>
<UnitType>UNIT_NIMITZ</UnitType>
</Row>
<Row>
<CivilizationType>CIVILIZATION_RUSSIA</CivilizationType>
<UnitClassType>UNITCLASS_MODERNCARRIER</UnitClassType>
<UnitType>UNIT_KUZNETSOV</UnitType>
</Row>
<Row>
<CivilizationType>CIVILIZATION_CHINA</CivilizationType>
<UnitClassType>UNITCLASS_MODERNCARRIER</UnitClassType>
<UnitType>UNIT_KUZNETSOV</UnitType>
</Row>
From exploring the filed in the JFD mods I added this line to the Modern Carriers XML to get the Nimitz with FDR but I still only get the Wasp.
<Row>
<CivilizationType>CIVILIZATION_JFD_AMERICA_ROOSEVELT</CivilizationType>
<UnitClassType>UNITCLASS_MODERNCARRIER</UnitClassType>
<UnitType>UNIT_NIMITZ</UnitType>
</Row>
Is there a way to make this work? What files should I be editing?
I have been using Stalin and FDR from JFD more than I have Washington and Catherine but they only get the Wasp unit. I have explored the Modern Carriers xml files and found these specifications:
<Row>
<CivilizationType>CIVILIZATION_AMERICA</CivilizationType>
<UnitClassType>UNITCLASS_MODERNCARRIER</UnitClassType>
<UnitType>UNIT_NIMITZ</UnitType>
</Row>
<Row>
<CivilizationType>CIVILIZATION_RUSSIA</CivilizationType>
<UnitClassType>UNITCLASS_MODERNCARRIER</UnitClassType>
<UnitType>UNIT_KUZNETSOV</UnitType>
</Row>
<Row>
<CivilizationType>CIVILIZATION_CHINA</CivilizationType>
<UnitClassType>UNITCLASS_MODERNCARRIER</UnitClassType>
<UnitType>UNIT_KUZNETSOV</UnitType>
</Row>
From exploring the filed in the JFD mods I added this line to the Modern Carriers XML to get the Nimitz with FDR but I still only get the Wasp.
<Row>
<CivilizationType>CIVILIZATION_JFD_AMERICA_ROOSEVELT</CivilizationType>
<UnitClassType>UNITCLASS_MODERNCARRIER</UnitClassType>
<UnitType>UNIT_NIMITZ</UnitType>
</Row>
Is there a way to make this work? What files should I be editing?