Ahwaric
Shrubbery-hugger
I have got another problem with my code "recycling" 
I try to import DenyPromotions promotions to Orbis (want to use it to block fort commanders from being able to get mobility, which is useless for them)
I have some problems with SDK, but the main problems is in CIV4UnitSchema.xml
I have added to the unit part of the file:
and following to promotion part (same way it is in FF file - tried placing it in unit part as well)
I get "failed to load CIV4UnitClassInfos.xml". Not the normal "unexpected field", fails to load at all.
Any idea what am I doing wrong? Is there any particular order it should follow? Or any other field that is required for it to work properly?
My knowledge of the schema files is limited, but so far my "cut and paste in the proper order" did work

I try to import DenyPromotions promotions to Orbis (want to use it to block fort commanders from being able to get mobility, which is useless for them)
I have some problems with SDK, but the main problems is in CIV4UnitSchema.xml
I have added to the unit part of the file:
Code:
<element type="DenyPromotions" minOccurs="0"/>
Code:
<ElementType name="DenyPromotions" content="eltOnly">
<element type="Promotion" minOccurs="0"/>
</ElementType>
Any idea what am I doing wrong? Is there any particular order it should follow? Or any other field that is required for it to work properly?
My knowledge of the schema files is limited, but so far my "cut and paste in the proper order" did work




