well... I think I know whats wrong Grave. Theres a lot of classes that are tagged "NONE" in the xml files, like this:
From the log:
From CIV4SpecialistInfos.xml:
From the log:
Code:
[19119.076] info type NONE not found, Current XML file is: xml\GameInfo/CIV4SpecialistInfos.xml
From CIV4SpecialistInfos.xml:
Code:
<SpecialistInfo>
<Type>SPECIALIST_GREAT_GENERAL</Type>
<Description>TXT_KEY_SPECIALIST_GREAT_GENERAL</Description>
<Civilopedia>TXT_KEY_CONCEPT_GREAT_GENERALS_PEDIA</Civilopedia>
<Strategy>TXT_KEY_SPECIALIST_GREAT_GENERAL_STRATEGY</Strategy>
<Help/>
<Texture>,Art/Interface/MainScreen/CityScreen/Great_Engineer.dds,Art/Interface/Buttons/Warlords_Atlas_2.dds,2,6</Texture>
<bVisible>0</bVisible>
[COLOR="Red"]<GreatPeopleUnitClass>NONE</GreatPeopleUnitClass>[/COLOR]
<iGreatPeopleRateChange>0</iGreatPeopleRateChange>
<Yields>
<iYield>0</iYield>
<iYield>0</iYield>
<iYield>0</iYield>
</Yields>
<Commerces>
<iCommerce>0</iCommerce>
<iCommerce>0</iCommerce>
<iCommerce>0</iCommerce>
</Commerces>
<iExperience>2</iExperience>
<Flavors/>
<HotKey/>
<bAltDown>0</bAltDown>
<bShiftDown>0</bShiftDown>
<bCtrlDown>0</bCtrlDown>
<iHotKeyPriority>0</iHotKeyPriority>
<Button>,Art/Interface/MainScreen/CityScreen/Great_Engineer.dds,Art/Interface/Buttons/Warlords_Atlas_2.dds,2,6</Button>
</SpecialistInfo>