Sephi
Deity
- Joined
- Jan 25, 2009
- Messages
- 3,313
If nothing shows up at all it means that no TXT_KEY was defined. there seems to be a problem with this XML. If you remove it from
normalmodules\newdiplotext\Menec\Newdiplotext_CIV4Diplomacyinfos.xml the diplomacy text for join war will show up again.
normalmodules\newdiplotext\Menec\Newdiplotext_CIV4Diplomacyinfos.xml the diplomacy text for join war will show up again.
Code:
<DiplomacyInfo>
<Type>AI_DIPLOCOMMENT_JOIN_WAR</Type>
<Responses>
<Response>
<Civilizations/>
<Leaders>
<Leader>
<LeaderType>LEADER_MENEC</LeaderType>
<bLeaderType>1</bLeaderType>
</Leader>
</Leaders>
<Attitudes/>
<DiplomacyPowers/>
<DiplomacyText>
<Text>AI_DIPLO_JOIN_WAR_LEADER_MENEC</Text>
</DiplomacyText>
</Response>
</Responses>
</DiplomacyInfo>