Name Unit

Catalonia

Warlord
Joined
Jan 4, 2012
Messages
118
How can I do than all created unit have a nem preedit?

1st Division
2nd Division
...
 
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
 
Copy-paste from a very similar thread.

Putmalk said:
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.
 
No, I'm saying than I want to change automaticly all the names to "1st Division, 2nd Division, 3rd Division..."
 
Top Bottom