I'm trying to make some wonders exclusive to some civilizations. For example I use this code:
<GameData>
<Civilization_BuildingClassOverrides>
<Row>
<CivilizationType>CIVILIZATION_AMERICA</CivilizationType>
<BuildingClassType>BUILDINGCLASS_STONEHENGE</BuildingClassType>
<BuildingType/>
</Row>
<Row>
<CivilizationType>CIVILIZATION_ARABIA</CivilizationType>
<BuildingClassType>BUILDINGCLASS_STONEHENGE</BuildingClassType>
<BuildingType/>
</Row>
</Civilization_BuildingClassOverrides>
</GameData>
to prevent America and Arabia to build the Stonehenge but what it do is that it only permit me to choose those two civ to start a game.
Anyone had an idea on how to prevent civilization to build a specific wonder, or even better, how to make a wonder build on by 1 civilization or only in a specific city? (Pentagon only in Washington for example)
Thanks a lot for any help.
<GameData>
<Civilization_BuildingClassOverrides>
<Row>
<CivilizationType>CIVILIZATION_AMERICA</CivilizationType>
<BuildingClassType>BUILDINGCLASS_STONEHENGE</BuildingClassType>
<BuildingType/>
</Row>
<Row>
<CivilizationType>CIVILIZATION_ARABIA</CivilizationType>
<BuildingClassType>BUILDINGCLASS_STONEHENGE</BuildingClassType>
<BuildingType/>
</Row>
</Civilization_BuildingClassOverrides>
</GameData>
to prevent America and Arabia to build the Stonehenge but what it do is that it only permit me to choose those two civ to start a game.
Anyone had an idea on how to prevent civilization to build a specific wonder, or even better, how to make a wonder build on by 1 civilization or only in a specific city? (Pentagon only in Washington for example)
Thanks a lot for any help.