I was in the middle of working on my anime mod, few other civilizations are done well, except now i'm struck once again in another fatal error, but due that i can't still understand what's wrong, can somebody explain this database log error?
I'm not perfect at translating this error in clean language so anybody here could be great at telling me what's wrong.
For some reason while i was trying to upload an attachment of my mod, the file size is larger than 20+ MB as usual and i can't get to upload it due to a missing security token. So here's instead the XML of the CIV5UnitPromotions.xml file, try to see if you can get to find out what's the error.
Code:
[25221.343] no such table: Language_zh_CN
[25221.343] In Query - insert into Language_zh_CN('Tag', 'Text') values (?, ?);
[25221.343] In XMLSerializer while updating table Language_zh_CN from file Localization/IGE_ZH_CN.xml.
[25222.078] table UnitPromotions_Features has no column named TerrainType
[25222.078] In Query - insert into UnitPromotions_Features('PromotionType', 'TerrainType', 'Attack') values (?, ?, ?);
[25222.078] In XMLSerializer while updating table UnitPromotions_Features from file XML/Units/CIV5UnitPromotions.xml.
I'm not perfect at translating this error in clean language so anybody here could be great at telling me what's wrong.
For some reason while i was trying to upload an attachment of my mod, the file size is larger than 20+ MB as usual and i can't get to upload it due to a missing security token. So here's instead the XML of the CIV5UnitPromotions.xml file, try to see if you can get to find out what's the error.
Code:
<?xml version="1.0" encoding="utf-8"?>
<!-- Created by ModBuddy on 2/8/2016 2:29:50 PM -->
<GameData>
<UnitPromotions>
<Row>
<Type>PROMOTION_POLARSCRAMBLE</Type>
<Description>TXT_KEY_PROMOTION_POLARSCRAMBLE</Description>
<Help>TXT_KEY_PROMOTION_POLARSCRAMBLE_HELP</Help>
<Sound>AS2D_IF_LEVELUP</Sound>
<OrderPriority>1</OrderPriority>
<PortraitIndex>22</PortraitIndex>
<IconAtlas>PROMOTION_ATLAS</IconAtlas>
<PediaType>PEDIA_MELEE</PediaType>
<PediaEntry>TXT_KEY_PROMOTION_POLARSCRAMBLE</PediaEntry>
</Row>
<Row>
<Type>PROMOTION_LOVESUN</Type>
<Description>TXT_KEY_PROMOTION_LOVESUN</Description>
<Help>TXT_KEY_PROMOTION_LOVESUN_HELP</Help>
<Sound>AS2D_IF_LEVELUP</Sound>
<OrderPriority>1</OrderPriority>
<PortraitIndex>9</PortraitIndex>
<IconAtlas>PROMOTION_ATLAS</IconAtlas>
<PediaType>PEDIA_MELEE</PediaType>
<PediaEntry>TXT_KEY_PROMOTION_LOVESUN</PediaEntry>
<AdjacentTileHealChange>15</AdjacentTileHealChange>
</Row>
<Row>
<Type>PROMOTION_SLAVICREB</Type>
<Description>TXT_KEY_PROMOTION_SLAVICREB</Description>
<Help>TXT_KEY_PROMOTION_SLAVICREB_HELP</Help>
<Sound>AS2D_IF_LEVELUP</Sound>
<OrderPriority>1</OrderPriority>
<PortraitIndex>13</PortraitIndex>
<IconAtlas>PROMOTION_ATLAS</IconAtlas>
<PediaType>PEDIA_MELEE</PediaType>
<PediaEntry>TXT_KEY_PROMOTION_SLAVICREB</PediaEntry>
</Row>
</UnitPromotions>
<UnitPromotions_Features>
<Row>
<PromotionType>PROMOTION_POLARSCRAMBLE</PromotionType>
<TerrainType>FEATURE_SNOW</TerrainType>
<Attack>50</Attack>
</Row>
</UnitPromotions_Features>
<UnitPromotions_UnitCombatMods>
<Row>
<PromotionType>PROMOTION_SLAVICREB</PromotionType>
<UnitCombatType>TXT_KEY_UNITCOMBAT_ARCHER</UnitCombatType>
<Modifier>40</Modifier>
</Row>
<Row>
<PromotionType>PROMOTION_SLAVICREB</PromotionType>
<UnitCombatType>TXT_KEY_UNITCOMBAT_MELEE</UnitCombatType>
<Modifier>30</Modifier>
</Row>
<Row>
<PromotionType>PROMOTION_SLAVICREB</PromotionType>
<UnitCombatType>TXT_KEY_UNITCOMBAT_RECON</UnitCombatType>
<Modifier>50</Modifier>
</Row>
</UnitPromotions_UnitCombatMods>
</GameData>