Hey I was wondering how to change the names of Civilizations and Leaders in a normal game of Civ IV BtS. I can only figure out how to change my own Civ/Leader name from the start screen and options menu in game but it wont allow me to change other Civs/Leaders names. I like to play an RP'd game and it makes the game that much more immersible if I could have Vikings as Sweden or Norway, England as Canada or Australia, etc.
Thanks!
You can do this... Go to
C:\Program Files\Firaxis Games\Sid Meier's Civilization 4\Beyond the Sword\Assets\XML\Civilizations
Then open CIV4CivilizationsInfos.xml with notepad (This example is for America!)
<Description>TXT_KEY_CIV_AMERICA_DESC</Description>
<ShortDescription>TXT_KEY_CIV_AMERICA_SHORT_DESC</ShortDescription>
<Adjective>TXT_KEY_CIV_AMERICA_ADJECTIVE</Adjective>
Change it to whatever you want, Example.
<Description>Idiot Nation</Description>
<ShortDescription>USA</ShortDescription>
etc etc etc!
Then for leaders, its exactly the same method.
Open CIV4LeaderHeadInfos.xml with notepad
<LeaderHeadInfo>
<Type>LEADER_ALEXANDER</Type>
<Description>TXT_KEY_LEADER_ALEXANDER</Description>
<Civilopedia>TXT_KEY_LEADER_ALEXANDER_PEDIA</Civilopedia>
<ArtDefineTag>ART_DEF_LEADER_ALEXANDER</ArtDefineTag>
Change the Description to
<Description>Alexantard</Description>
Or whatever you want. It will not affect your saved games changing this.