JimKnopf92
Chieftain
- Joined
- Sep 23, 2024
- Messages
- 2
Hi all,
I am looking to amend the civilization description of an existing civ, that is displayed when you select the civs or on the loading screen.
The values I am looking for are:
<Replace Tag="LOC_TRAIT_CIVILIZATION_MAORI_MANA_DESCRIPTION" Language="de_DE">
<Text>TEST.</Text>
</Replace>
<EnglishText>
<Row Tag="LOC_TRAIT_CIVILIZATION_MAORI_MANA_DESCRIPTION">
<Text>TEST B</Text>
</Row>
</EnglishText>
which I have both included in my .xml file
the modinfo lists:
<InGameActions>
<UpdateDatabase id="MyMod">
<Properties>
<LoadOrder>200</LoadOrder>
</Properties>
<File>MyModt.xml</File>
</UpdateDatabase>
</InGameActions>
I am fairly new to this, so I might be missing something... any help is appreciated.
I am looking to amend the civilization description of an existing civ, that is displayed when you select the civs or on the loading screen.
The values I am looking for are:
<Replace Tag="LOC_TRAIT_CIVILIZATION_MAORI_MANA_DESCRIPTION" Language="de_DE">
<Text>TEST.</Text>
</Replace>
<EnglishText>
<Row Tag="LOC_TRAIT_CIVILIZATION_MAORI_MANA_DESCRIPTION">
<Text>TEST B</Text>
</Row>
</EnglishText>
which I have both included in my .xml file
the modinfo lists:
<InGameActions>
<UpdateDatabase id="MyMod">
<Properties>
<LoadOrder>200</LoadOrder>
</Properties>
<File>MyModt.xml</File>
</UpdateDatabase>
</InGameActions>
I am fairly new to this, so I might be missing something... any help is appreciated.