• Civilization 7 has been announced. For more info please check the forum here .

Adding great people?

elder abuser

Old People Fear Me
Joined
Apr 5, 2006
Messages
104
Location
Milwaukee, WI
Hello,

I was wondering on how I would add some of my favorite artists to the Great People list. Nothing would bring greater joy to see Freddie Mercury being born in Rome.

Thanks much in advance!
 
In Civ4UnitInfos.xml, find the entries for the Great Artist (at the bottom of the file) and look for this:

Code:
<UniqueNames>
		<UniqueName>TXT_KEY_GREAT_PERSON_HOMER</UniqueName>
		<UniqueName>TXT_KEY_GREAT_PERSON_THESPIS</UniqueName>
		<UniqueName>TXT_KEY_GREAT_PERSON_LING_LUN</UniqueName>
		<UniqueName>TXT_KEY_GREAT_PERSON_WANG_XIZHI</UniqueName>
		<UniqueName>TXT_KEY_GREAT_PERSON_VALMIKI</UniqueName>
		<UniqueName>TXT_KEY_GREAT_PERSON_VIRGIL</UniqueName>
		<UniqueName>TXT_KEY_GREAT_PERSON_KALIDAS</UniqueName>
		<UniqueName>TXT_KEY_GREAT_PERSON_LI_PO</UniqueName>

etc...

Then, at the bottom of this list, just before </UniqueNames>, add in another entry, for example:

Code:
<UniqueName>Freddy Mercury</UniqueName>

Save it to a mod folder, load the mod and voila! :)

Oh, and btw, this forum is for tutorials only. All future questions should go in the main C&C forum.
 
Top Bottom