Dancing Hoskuld
Deity
6824 update
- Rest of the pedia reformatting of Prehistoric Game text file.
- Rest of the pedia reformatting of Prehistoric Game text file.
@TB: Maybe you should revert your changed then? It may be totally bugged, but it kept the game in balance, and I think rebalancing after your bugfix needs more then a few days (or weeks...)
After V34 (or is it 35?) is released we can address this bug again.
SVN6837
Fixed Naval Blockades.
Small XML-Reading changes.
SVN6840
Fixed an XML-Error in CIV4UnitArtStyleTypeInfos.xml.
SVN6841
Changed the CvArtFileMgr to also display a error message for missing ArtInfos if the Release DLL is used.
SVN6842
Fixed various ArtInfo errors.
SVN6843
Fixed an XML-Error in Prehistoric_CIV4BuildingInfos.xml.
SVN6844
Fixed XML-Errors in Hydro/Housing/Housing_CIV4BuildingInfos.xml, MrAzure/Birds/Catchers/Birds_CIV4BuildingInfos.xml, MrAzure/Celebration/Festivals/Festivals_CIV4BuildingInfos.xml and MrAzure/Insects/Gatherers/Gatherers_CIV4BuildingInfos.xml.
SVN6845
Fixed XML-Errors in MrAzure/XML/Buildings/Azurian_CIV4BuildingInfos.xml.
SVN6846
Fixed an XML-Error in Hydro/Farming/Farming_CIV4BuildingInfos.xml.
And the last one today i'am getting really tired from fixing other peoples mistakes
SVN6847
Fixed Errors in OrionsMods/GreatDoctorHealthCareMod/HC_CIV4UnitInfos.xml.
When n47 was developing her loading mechanism initially she reported there were loads of errors throughout the XML we had but she didn't have time to do through and fix it all. I imagine you're now finding some of what she was so this is years of accumulated bugs here you're uncovering. Good job and thank you!
<UnitInfo>
<Class>UNITCLASS_SUBDUED_BENGALTIGER</Class>
<Type>UNIT_SUBDUED_BENGALTIGER</Type>
[COLOR="Red"] <Building>
<BuildingType>BUILDING_ANIMAL_TOTEM_CATS</BuildingType>
<bBuilding>1</bBuilding>
</Building>[/COLOR]
<UnitClassUpgrades>
<UnitClassUpgrade>
<UnitClassUpgradeType>UNITCLASS_TRAINEDCAT</UnitClassUpgradeType>
<bUnitClassUpgrade>1</bUnitClassUpgrade>
</UnitClassUpgrade>
</UnitClassUpgrades>
</UnitInfo>
<UnitInfo>
<Class>UNITCLASS_SUBDUED_BENGALTIGER</Class>
<Type>UNIT_SUBDUED_BENGALTIGER</Type>
<Buildings>
<Building>
<BuildingType>BUILDING_ANIMAL_TOTEM_CATS</BuildingType>
<bBuilding>1</bBuilding>
</Building>
</Buildings>
<UnitClassUpgrades>
<UnitClassUpgrade>
<UnitClassUpgradeType>UNITCLASS_TRAINEDCAT</UnitClassUpgradeType>
<bUnitClassUpgrade>1</bUnitClassUpgrade>
</UnitClassUpgrade>
</UnitClassUpgrades>
</UnitInfo>