Dual
Gun Mage
I've been trying to add custom dialogue for the user-created leaderheads I've been using, but haven't had any luck getting the game to use it.
This is an example of one of the leader-specific text already in the game, found in the CIV4DiplomacyText.xml file:
I'm trying to add similar entries for the new leaderheads
I've added new entries in both the CIV4DiplomacyText.xml file and the CIV4DiplomacyInfos.xml file, where it names the AI_DIPLO_FIRST_CONTACT_LEADER_SOANDSO_1 tag. But the game just completely ignores the new text. Does anybody know if there is another file I need to alter or something?
This is an example of one of the leader-specific text already in the game, found in the CIV4DiplomacyText.xml file:
Code:
<TEXT>
<Tag>AI_DIPLO_FIRST_CONTACT_LEADER_JULIUS_CAESAR_1</Tag>
<English>Welcome to [OUR_CIV_SHORT], [CT_NAME]. Care for some salad? I made it myself.</English>
<French>Bienvenue chez les [OUR_CIV_SHORT], [CT_NAME]. Voulez-vous un peu de salade ? Je l'ai préparée moi-même.</French>
<German>Willkommen in [OUR_CIV_SHORT], [CT_NAME]. Möchtet Ihr etwas Salat? Er ist gut, ich habe ihn selbst zubereitet.</German>
<Italian>Ti do il benvenuto da parte [OUR_CIV_SHORT:3], [CT_NAME]. Gradisci dell'insalata? L'ho fatta con le mie mani.</Italian>
<Spanish>Os doy la bienvenida a [OUR_CIV_SHORT], [CT_NAME]. ¿Os apetece un poco de emperador? Lo he cocinado yo mismo.</Spanish>
<Russian>Welcome to [OUR_CIV_SHORT], [CT_NAME]. Care for some salad? I made it myself.</Russian>
<Japanese>Welcome to [OUR_CIV_SHORT], [CT_NAME]. Care for some salad? I made it myself.</Japanese>
<Chinese>Welcome to [OUR_CIV_SHORT], [CT_NAME]. Care for some salad? I made it myself.</Chinese>
</TEXT>
I'm trying to add similar entries for the new leaderheads
I've added new entries in both the CIV4DiplomacyText.xml file and the CIV4DiplomacyInfos.xml file, where it names the AI_DIPLO_FIRST_CONTACT_LEADER_SOANDSO_1 tag. But the game just completely ignores the new text. Does anybody know if there is another file I need to alter or something?