Civ5: prereqbuildingclasses broken

Cyrinno

Warlord
Joined
Oct 20, 2010
Messages
253
Hey everyone, I use this command in my mod and it worked fine in testing on the 28th before the current patch but it is no longer functioning. I just thought I'd put it out there. Using this with NumbuildingNeeded as -1 as per national wonders works as intended still however.

This took me a few hours to track down having tested it in a working condition just a few days before. Anyone else using such a command in their mods who are having trouble should test their mods.


<Building_PrereqBuildingClasses>
<Row>
<BuildingType>BUILDING_HEROIC_EPIC</BuildingType>
<BuildingClassType>BUILDINGCLASS_BARRACKS</BuildingClassType>
<NumBuildingNeeded>1</NumBuildingNeeded>
</Row>
</building_prereqbuildingclasses>
 
Back
Top Bottom