Gwydion62 Warlord Joined Apr 25, 2004 Messages 193 Location Austria Nov 5, 2011 #1 Hi, is there a possibility to change names of generals or units in game? rtegards Gwydion
KnelRivendare Warlord Joined Jan 13, 2012 Messages 271 Jan 13, 2012 #2 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"
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"
Putmalk Deity Joined Sep 26, 2010 Messages 2,652 Location New York Jan 13, 2012 #3 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.
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.