Mod Localization Help

Spedwards

Chieftain
Joined
Jan 11, 2016
Messages
38
So I have a mod, however none of the localization is working. I have done it the same as the game has, each section in it's own file (for tidiness). Do I have to move everything into a single file, or am I just doing something wrong?

Thanks.
 
Sorry, forgot to ask, also was there any error in the logs?

If I knew how to access the logs, I would tell you. I just knew it wasn't working when from the leader select in new game, it said "LOC_LEADER_FRANCESCO_NAME" instead of the actual leader name.
 
I believe that was the file that had a duplicate entry, which it looks like you removed.
I didn't notice your post yesterday so you may have already gotten to these errors:

Spoiler :
Venice_Buildings.xml. has error - think you meant to put BUILDING_GREAT_VENETIAN_SHIPYARDS
[<Row Building="BUILDING_SHIPYARD" PrereqBuilding="BUILDING_LIGHTHOUSE"/>

Venice_Units.xml <Units> not closed, also missing </GameInfo>

Venice_Civilizations_Text.xml
<Row Tag="LOC_TRAIT_CIVILIZATION_SERENISSIMA_NAME" Language="en_US"> shouldn't have Language="en_US"

Venice_Leaders_Text.xml second one should be LOC_TRAIT_LEADER_KING_SEAS_DESCRIPTION
<Row Tag="LOC_TRAIT_LEADER_KING_SEAS_NAME">
<Text>King of the Seas</Text>
</Row>
<Row Tag="LOC_TRAIT_LEADER_KING_SEAS_NAME">
<Text>Gain +2 [ICON_GreatAdmiral] Great Admiral points per coastal city.</Text>
</Row>

also there are these missing references:
[529410.707] [Gameplay] ERROR: Invalid Reference on AgendaTraits.AgendaType - "AGENDRA_COASTAL_LOVER" does not exist in Agendas
[529410.708] [Gameplay] ERROR: Invalid Reference on Buildings.TraitType - "TRAIT_CIVILIZATION_BUILDING_GREAT_VENETIAN_SHIPYARDS" does not exist in Traits
[529410.709] [Gameplay] ERROR: Invalid Reference on CivilizationLeaders.LeaderType - "LEADER_FRANCESCO_MOROSINI" does not exist in Leaders
[529410.714] [Gameplay] ERROR: Invalid Reference on Traits.TraitType - "TRAIT_CIVILIZATION_GREAT_VENETIAN_SHIPYARDS" does not exist in Types
[529410.714] [Gameplay] ERROR: Invalid Reference on Traits.TraitType - "TRAIT_CIVILIZATION_UNIT_GREAT_GALLEASS" does not exist in Types
[529410.716] [Gameplay] ERROR: Invalid Reference on Units.TraitType - "TRAIT_LEADER_UNIT_VENETIAN_GALLEASS" does not exist in Traits

and alot of database table locked errors, which may be result of other errors not sure
 
Last edited:
Back
Top Bottom