The following code works correctly on all maps except huge:
<PrereqBuildingClasses>
<PrereqBuildingClass>
<BuildingClassType>BUILDINGCLASS_TEXAS</BuildingClassType>
<iNumBuildingNeeded>1</iNumBuildingNeeded>
</PrereqBuildingClass>
</PrereqBuildingClasses>
This code requires the civ specific building I gave my new civ when it built it's first city in order to build my civ specific replacements for heroic epic and national epic. The problem is when I play using a huge map, the civolopedia shows that instead of one instance of this building as a prerequisite, I now need 2. This only happens on the huge map and I have no idea why. Works perfectly on all other size maps.
Thanks
<PrereqBuildingClasses>
<PrereqBuildingClass>
<BuildingClassType>BUILDINGCLASS_TEXAS</BuildingClassType>
<iNumBuildingNeeded>1</iNumBuildingNeeded>
</PrereqBuildingClass>
</PrereqBuildingClasses>
This code requires the civ specific building I gave my new civ when it built it's first city in order to build my civ specific replacements for heroic epic and national epic. The problem is when I play using a huge map, the civolopedia shows that instead of one instance of this building as a prerequisite, I now need 2. This only happens on the huge map and I have no idea why. Works perfectly on all other size maps.
Thanks