Changing Names

Gwydion62

Warlord
Joined
Apr 25, 2004
Messages
193
Location
Austria
Hi,

is there a possibility to change names of generals or units in game?

rtegards
Gwydion
 
already postet it somewhere else:

"you can atleast change the units initial name by editing it in assets/gameplay/XML/new text/EN_us/CIV5GameTextInfos_Units

for example in these files you edit:

</Row>
<Row Tag="TXT_KEY_UNIT_CANNON">
<Text>Cannon</Text>
</Row>

TO

</Row>
<Row Tag="TXT_KEY_UNIT_CANNON">
<Text>Field Cannon Regiment</Text>
</Row>


u can do the same with improvements, leaders etc.

Edit: to have them counted like 3rd division etc. i dont find a way i just add that by naming the unit ingame after a promotion"
 
You can set a unit to have randomly generated names, just like Great People. Use the <Unit_UniqueNames> table. Look at great people for an example.
 
Back
Top Bottom