Help a first time modder and receive the eternal respect of Llamas!

MasterofLlamas

Chieftain
Joined
Nov 18, 2008
Messages
37
Okay, here's the deal. I'm trying to add Obama to my new mod, and, to an extent, I did. But I have some fairly significant issues. First off, his civilopedia entry. It has nothing in it but an empty leaderhead box. That, and instead of a normal leader name it has "TXT_KEY_LEADER_OBAMA" or something like that. To make things even worse, all the mini pics are of Zara Yaqob, not Obama. But, the king of all errors happens when I try to play as him. I get a crash to desktop error (or CTD).

Help would be appreciated. And, I'll give everything I've written about Obama.

Code:
<CivilizationInfo>
			<Type>CIVILIZATION_AMERICA</Type>
			<Description>TXT_KEY_CIV_AMERICA_DESC</Description>
			<ShortDescription>TXT_KEY_CIV_AMERICA_SHORT_DESC</ShortDescription>
			<Adjective>TXT_KEY_CIV_AMERICA_ADJECTIVE</Adjective>
			<Civilopedia>TXT_KEY_CIV_AMERICA_PEDIA</Civilopedia>
			<DefaultPlayerColor>PLAYERCOLOR_BLUE</DefaultPlayerColor>
			<ArtDefineTag>ART_DEF_CIVILIZATION_AMERICA</ArtDefineTag>
			<ArtStyleType>ARTSTYLE_EUROPEAN</ArtStyleType>
			<UnitArtStyleType>UNIT_ARTSTYLE_EUROPEAN</UnitArtStyleType>
			<bPlayable>1</bPlayable>
			<bAIPlayable>1</bAIPlayable>
			<Cities>
				<City>TXT_KEY_CITY_NAME_WASHINGTON</City>
				<City>TXT_KEY_CITY_NAME_NEW_YORK</City>
				<City>TXT_KEY_CITY_NAME_BOSTON</City>
				<City>TXT_KEY_CITY_NAME_PHILADELPHIA</City>
				<City>TXT_KEY_CITY_NAME_ATLANTA</City>
				<City>TXT_KEY_CITY_NAME_CHICAGO</City>
				<City>TXT_KEY_CITY_NAME_SEATTLE</City>
				<City>TXT_KEY_CITY_NAME_SAN_FRANCISCO</City>
				<City>TXT_KEY_CITY_NAME_LOS_ANGELES</City>
				<City>TXT_KEY_CITY_NAME_HOUSTON</City>
				<City>TXT_KEY_CITY_NAME_PORTLAND</City>
				<City>TXT_KEY_CITY_NAME_ST_LOUIS</City>
				<City>TXT_KEY_CITY_NAME_MIAMI</City>
				<City>TXT_KEY_CITY_NAME_BUFFALO</City>
				<City>TXT_KEY_CITY_NAME_DETROIT</City>
				<City>TXT_KEY_CITY_NAME_NEW_ORLEANS</City>
				<City>TXT_KEY_CITY_NAME_BALTIMORE</City>
				<City>TXT_KEY_CITY_NAME_DENVER</City>
				<City>TXT_KEY_CITY_NAME_CINCINNATI</City>
				<City>TXT_KEY_CITY_NAME_DALLAS</City>
				<City>TXT_KEY_CITY_NAME_MEMPHIS</City>
				<City>TXT_KEY_CITY_NAME_CLEVELAN</City>
				<City>TXT_KEY_CITY_NAME_KANSAS_CITY</City>
				<City>TXT_KEY_CITY_NAME_SAN_DIEGO</City>
				<City>TXT_KEY_CITY_NAME_RICHMOND</City>
				<City>TXT_KEY_CITY_NAME_LAS_VEGAS</City>
				<City>TXT_KEY_CITY_NAME_PHOENIX</City>
				<City>TXT_KEY_CITY_NAME_ALBUQUERQUE</City>
				<City>TXT_KEY_CITY_NAME_MINNEAPOLIS</City>
				<City>TXT_KEY_CITY_NAME_PITTSBURGH</City>
				<City>TXT_KEY_CITY_NAME_OAKLAND</City>
				<City>TXT_KEY_CITY_NAME_TAMPA_BAY</City>
				<City>TXT_KEY_CITY_NAME_ORLANDO</City>
				<City>TXT_KEY_CITY_NAME_TACOMA</City>
				<City>TXT_KEY_CITY_NAME_SANTA_FE</City>
				<City>TXT_KEY_CITY_NAME_OLYMPIA</City>
				<City>TXT_KEY_CITY_NAME_HUNT_VALLEY</City>
				<City>TXT_KEY_CITY_NAME_SPRINGFIELD</City>
				<City>TXT_KEY_CITY_NAME_PALO_ALTO</City>
				<City>TXT_KEY_CITY_NAME_CENTRALIA</City>
				<City>TXT_KEY_CITY_NAME_SPOKANE</City>
				<City>TXT_KEY_CITY_NAME_JACKSONVILLE</City>
				<City>TXT_KEY_CITY_NAME_SAVANNAH</City>
				<City>TXT_KEY_CITY_NAME_CHARLESTON</City>
				<City>TXT_KEY_CITY_NAME_SAN_ANTONIO</City>
				<City>TXT_KEY_CITY_NAME_OMAHA</City>
				<City>TXT_KEY_CITY_NAME_BIRMINGHAM</City>
				<City>TXT_KEY_CITY_NAME_HONOLULU</City>
				<City>TXT_KEY_CITY_NAME_ANCHORAGE</City>
				<City>TXT_KEY_CITY_NAME_SACRAMENTO</City>
				<City>TXT_KEY_CITY_NAME_SALT_LAKE_CITY</City>
				<City>TXT_KEY_CITY_NAME_RENO</City>
				<City>TXT_KEY_CITY_NAME_BOISE</City>
				<City>TXT_KEY_CITY_NAME_MILWAUKEE</City>
				<City>TXT_KEY_CITY_NAME_SANTA_CRUZ</City>
				<City>TXT_KEY_CITY_NAME_MONTEREY</City>
				<City>TXT_KEY_CITY_NAME_SANTA_MONICA</City>
				<City>TXT_KEY_CITY_NAME_LITTLE_ROCK</City>
				<City>TXT_KEY_CITY_NAME_COLUMBUS</City>
				<City>TXT_KEY_CITY_NAME_LE_BAM</City>
			</Cities>
			<Buildings>
				<Building>
					<BuildingClassType>BUILDINGCLASS_SUPERMARKET</BuildingClassType>
					<BuildingType>BUILDING_AMERICAN_MALL</BuildingType>
				</Building>
			</Buildings>
			<Units>
				<Unit>
					<UnitClassType>UNITCLASS_MARINE</UnitClassType>
					<UnitType>UNIT_AMERICAN_NAVY_SEAL</UnitType>
				</Unit>
			</Units>
			<FreeUnitClasses>
				<FreeUnitClass>
					<UnitClassType>UNITCLASS_SETTLER</UnitClassType>
					<iFreeUnits>1</iFreeUnits>
				</FreeUnitClass>
			</FreeUnitClasses>
			<FreeBuildingClasses>
				<FreeBuildingClass>
					<BuildingClassType>BUILDINGCLASS_PALACE</BuildingClassType>
					<bFreeBuildingClass>1</bFreeBuildingClass>
				</FreeBuildingClass>
			</FreeBuildingClasses>
			<FreeTechs>
				<FreeTech>
					<TechType>TECH_FISHING</TechType>
					<bFreeTech>1</bFreeTech>
				</FreeTech>
				<FreeTech>
					<TechType>TECH_AGRICULTURE</TechType>
					<bFreeTech>1</bFreeTech>
				</FreeTech>
			</FreeTechs>
			<DisableTechs/>
			<InitialCivics>
				<CivicType>CIVIC_DESPOTISM</CivicType>
				<CivicType>CIVIC_BARBARISM</CivicType>
				<CivicType>CIVIC_TRIBALISM</CivicType>
				<CivicType>CIVIC_DECENTRALIZATION</CivicType>
				<CivicType>CIVIC_PAGANISM</CivicType>
			</InitialCivics>
			<Leaders>
				<Leader>
					<LeaderName>LEADER_WASHINGTON</LeaderName>
					<bLeaderAvailability>1</bLeaderAvailability>
				</Leader>
				<Leader>
					<LeaderName>LEADER_FRANKLIN_ROOSEVELT</LeaderName>
					<bLeaderAvailability>1</bLeaderAvailability>
				</Leader>
				<Leader>
					<LeaderName>LEADER_LINCOLN</LeaderName>
					<bLeaderAvailability>1</bLeaderAvailability>
				</Leader>
				<Leader>
					<LeaderName>LEADER_OBAMA</LeaderName>
					<bLeaderAvailability>1</bLeaderAvailability>
				</Leader>
			</Leaders>
			<DerivativeCiv>NONE</DerivativeCiv>
			<CivilizationSelectionSound>AS3D_AMERICA_SELECT</CivilizationSelectionSound>
			<CivilizationActionSound>AS3D_AMERICA_ORDER</CivilizationActionSound>
		</CivilizationInfo>

Just me adding him to America, I don't think this file has any issues.

Code:
<LeaderHeadInfo>
			<Type>LEADER_OBAMA</Type>
			<Description>TXT_KEY_LEADER_OBAMA</Description>
			<Civilopedia>TXT_KEY_LEADER_OBAMA_PEDIA</Civilopedia>
			<ArtDefineTag>ART_DEF_LEADER_OBAMA</ArtDefineTag>
			<iWonderConstructRand>20</iWonderConstructRand>
			<iBaseAttitude>1</iBaseAttitude>
			<iBasePeaceWeight>8</iBasePeaceWeight>
			<iPeaceWeightRand>3</iPeaceWeightRand>
			<iWarmongerRespect>0</iWarmongerRespect>
			<iEspionageWeight>120</iEspionageWeight>
			<iRefuseToTalkWarThreshold>10</iRefuseToTalkWarThreshold>
			<iNoTechTradeThreshold>15</iNoTechTradeThreshold>
			<iTechTradeKnownPercent>30</iTechTradeKnownPercent>
			<iMaxGoldTradePercent>10</iMaxGoldTradePercent>
			<iMaxGoldPerTurnTradePercent>10</iMaxGoldPerTurnTradePercent>
			<iMaxWarRand>300</iMaxWarRand>
			<iMaxWarNearbyPowerRatio>100</iMaxWarNearbyPowerRatio>
			<iMaxWarDistantPowerRatio>80</iMaxWarDistantPowerRatio>
			<iMaxWarMinAdjacentLandPercent>2</iMaxWarMinAdjacentLandPercent>
			<iLimitedWarRand>160</iLimitedWarRand>
			<iLimitedWarPowerRatio>100</iLimitedWarPowerRatio>
			<iDogpileWarRand>25</iDogpileWarRand>
			<iMakePeaceRand>10</iMakePeaceRand>
			<iDeclareWarTradeRand>40</iDeclareWarTradeRand>
			<iDemandRebukedSneakProb>0</iDemandRebukedSneakProb>
			<iDemandRebukedWarProb>50</iDemandRebukedWarProb>
			<iRazeCityProb>0</iRazeCityProb>
			<iBuildUnitProb>20</iBuildUnitProb>
			<iBaseAttackOddsChange>0</iBaseAttackOddsChange>
			<iAttackOddsChangeRand>8</iAttackOddsChangeRand>
			<iWorseRankDifferenceAttitudeChange>-1</iWorseRankDifferenceAttitudeChange>
			<iBetterRankDifferenceAttitudeChange>2</iBetterRankDifferenceAttitudeChange>
			<iCloseBordersAttitudeChange>-3</iCloseBordersAttitudeChange>
			<iLostWarAttitudeChange>-1</iLostWarAttitudeChange>
			<iAtWarAttitudeDivisor>-5</iAtWarAttitudeDivisor>
			<iAtWarAttitudeChangeLimit>5</iAtWarAttitudeChangeLimit>
			<iAtPeaceAttitudeDivisor>60</iAtPeaceAttitudeDivisor>
			<iAtPeaceAttitudeChangeLimit>1</iAtPeaceAttitudeChangeLimit>
			<iSameReligionAttitudeChange>1</iSameReligionAttitudeChange>
			<iSameReligionAttitudeDivisor>10</iSameReligionAttitudeDivisor>
			<iSameReligionAttitudeChangeLimit>3</iSameReligionAttitudeChangeLimit>
			<iDifferentReligionAttitudeChange>0</iDifferentReligionAttitudeChange>
			<iDifferentReligionAttitudeDivisor>-5</iDifferentReligionAttitudeDivisor>
			<iDifferentReligionAttitudeChangeLimit>-1</iDifferentReligionAttitudeChangeLimit>
			<iBonusTradeAttitudeDivisor>50</iBonusTradeAttitudeDivisor>
			<iBonusTradeAttitudeChangeLimit>2</iBonusTradeAttitudeChangeLimit>
			<iOpenBordersAttitudeDivisor>25</iOpenBordersAttitudeDivisor>
			<iOpenBordersAttitudeChangeLimit>2</iOpenBordersAttitudeChangeLimit>
			<iDefensivePactAttitudeDivisor>12</iDefensivePactAttitudeDivisor>
			<iDefensivePactAttitudeChangeLimit>2</iDefensivePactAttitudeChangeLimit>
			<iShareWarAttitudeChange>1</iShareWarAttitudeChange>
			<iShareWarAttitudeDivisor>8</iShareWarAttitudeDivisor>
			<iShareWarAttitudeChangeLimit>3</iShareWarAttitudeChangeLimit>
			<iFavoriteCivicAttitudeChange>1</iFavoriteCivicAttitudeChange>
			<iFavoriteCivicAttitudeDivisor>10</iFavoriteCivicAttitudeDivisor>
			<iFavoriteCivicAttitudeChangeLimit>5</iFavoriteCivicAttitudeChangeLimit>
			<DemandTributeAttitudeThreshold>ATTITUDE_CAUTIOUS</DemandTributeAttitudeThreshold>
			<NoGiveHelpAttitudeThreshold>ATTITUDE_CAUTIOUS</NoGiveHelpAttitudeThreshold>
			<TechRefuseAttitudeThreshold>ATTITUDE_ANNOYED</TechRefuseAttitudeThreshold>
			<StrategicBonusRefuseAttitudeThreshold>ATTITUDE_CAUTIOUS</StrategicBonusRefuseAttitudeThreshold>
			<HappinessBonusRefuseAttitudeThreshold>ATTITUDE_FURIOUS</HappinessBonusRefuseAttitudeThreshold>
			<HealthBonusRefuseAttitudeThreshold>ATTITUDE_FURIOUS</HealthBonusRefuseAttitudeThreshold>
			<MapRefuseAttitudeThreshold>ATTITUDE_ANNOYED</MapRefuseAttitudeThreshold>
			<DeclareWarRefuseAttitudeThreshold>ATTITUDE_CAUTIOUS</DeclareWarRefuseAttitudeThreshold>
			<DeclareWarThemRefuseAttitudeThreshold>ATTITUDE_CAUTIOUS</DeclareWarThemRefuseAttitudeThreshold>
			<StopTradingRefuseAttitudeThreshold>ATTITUDE_PLEASED</StopTradingRefuseAttitudeThreshold>
			<StopTradingThemRefuseAttitudeThreshold>ATTITUDE_CAUTIOUS</StopTradingThemRefuseAttitudeThreshold>
			<AdoptCivicRefuseAttitudeThreshold>ATTITUDE_CAUTIOUS</AdoptCivicRefuseAttitudeThreshold>
			<ConvertReligionRefuseAttitudeThreshold>ATTITUDE_CAUTIOUS</ConvertReligionRefuseAttitudeThreshold>
			<OpenBordersRefuseAttitudeThreshold>ATTITUDE_ANNOYED</OpenBordersRefuseAttitudeThreshold>
			<DefensivePactRefuseAttitudeThreshold>ATTITUDE_CAUTIOUS</DefensivePactRefuseAttitudeThreshold>
			<PermanentAllianceRefuseAttitudeThreshold>ATTITUDE_PLEASED</PermanentAllianceRefuseAttitudeThreshold>
			<VassalRefuseAttitudeThreshold>ATTITUDE_PLEASED</VassalRefuseAttitudeThreshold>
			<iVassalPowerModifier>0</iVassalPowerModifier>
			<iFreedomAppreciation>10</iFreedomAppreciation>
			<FavoriteCivic>CIVIC_MERCANTILISM</FavoriteCivic>
			<FavoriteReligion>RELIGION_CHRISTIANITY</FavoriteReligion>
			<Traits>
				<Trait>
					<TraitType>TRAIT_CHARISMATIC</TraitType>
					<bTrait>1</bTrait>
				</Trait>
				<Trait>
					<TraitType>TRAIT_ORGANIZED</TraitType>
					<bTrait>1</bTrait>
				</Trait>
			</Traits>
			<Flavors>
				<Flavor>
					<FlavorType>FLAVOR_PRODUCTION</FlavorType>
					<iFlavor>5</iFlavor>
				</Flavor>
				<Flavor>
					<FlavorType>FLAVOR_GOLD</FlavorType>
					<iFlavor>2</iFlavor>
				</Flavor>
			</Flavors>
			<ContactRands>
				<ContactRand>
					<ContactType>CONTACT_RELIGION_PRESSURE</ContactType>
					<iContactRand>500</iContactRand>
				</ContactRand>
				<ContactRand>
					<ContactType>CONTACT_CIVIC_PRESSURE</ContactType>
					<iContactRand>100</iContactRand>
				</ContactRand>
				<ContactRand>
					<ContactType>CONTACT_JOIN_WAR</ContactType>
					<iContactRand>20</iContactRand>
				</ContactRand>
				<ContactRand>
					<ContactType>CONTACT_STOP_TRADING</ContactType>
					<iContactRand>50</iContactRand>
				</ContactRand>
				<ContactRand>
					<ContactType>CONTACT_GIVE_HELP</ContactType>
					<iContactRand>50</iContactRand>
				</ContactRand>
				<ContactRand>
					<ContactType>CONTACT_ASK_FOR_HELP</ContactType>
					<iContactRand>100</iContactRand>
				</ContactRand>
				<ContactRand>
					<ContactType>CONTACT_DEMAND_TRIBUTE</ContactType>
					<iContactRand>1000</iContactRand>
				</ContactRand>
				<ContactRand>
					<ContactType>CONTACT_OPEN_BORDERS</ContactType>
					<iContactRand>20</iContactRand>
				</ContactRand>
				<ContactRand>
					<ContactType>CONTACT_DEFENSIVE_PACT</ContactType>
					<iContactRand>80</iContactRand>
				</ContactRand>
				<ContactRand>
					<ContactType>CONTACT_PERMANENT_ALLIANCE</ContactType>
					<iContactRand>80</iContactRand>
				</ContactRand>
				<ContactRand>
					<ContactType>CONTACT_PEACE_TREATY</ContactType>
					<iContactRand>20</iContactRand>
				</ContactRand>
				<ContactRand>
					<ContactType>CONTACT_TRADE_TECH</ContactType>
					<iContactRand>5</iContactRand>
				</ContactRand>
				<ContactRand>
					<ContactType>CONTACT_TRADE_BONUS</ContactType>
					<iContactRand>5</iContactRand>
				</ContactRand>
				<ContactRand>
					<ContactType>CONTACT_TRADE_MAP</ContactType>
					<iContactRand>20</iContactRand>
				</ContactRand>
			</ContactRands>
			<ContactDelays>
				<ContactDelay>
					<ContactType>CONTACT_RELIGION_PRESSURE</ContactType>
					<iContactDelay>50</iContactDelay>
				</ContactDelay>
				<ContactDelay>
					<ContactType>CONTACT_CIVIC_PRESSURE</ContactType>
					<iContactDelay>50</iContactDelay>
				</ContactDelay>
				<ContactDelay>
					<ContactType>CONTACT_JOIN_WAR</ContactType>
					<iContactDelay>20</iContactDelay>
				</ContactDelay>
				<ContactDelay>
					<ContactType>CONTACT_STOP_TRADING</ContactType>
					<iContactDelay>20</iContactDelay>
				</ContactDelay>
				<ContactDelay>
					<ContactType>CONTACT_GIVE_HELP</ContactType>
					<iContactDelay>50</iContactDelay>
				</ContactDelay>
				<ContactDelay>
					<ContactType>CONTACT_ASK_FOR_HELP</ContactType>
					<iContactDelay>50</iContactDelay>
				</ContactDelay>
				<ContactDelay>
					<ContactType>CONTACT_DEMAND_TRIBUTE</ContactType>
					<iContactDelay>50</iContactDelay>
				</ContactDelay>
				<ContactDelay>
					<ContactType>CONTACT_OPEN_BORDERS</ContactType>
					<iContactDelay>20</iContactDelay>
				</ContactDelay>
				<ContactDelay>
					<ContactType>CONTACT_DEFENSIVE_PACT</ContactType>
					<iContactDelay>20</iContactDelay>
				</ContactDelay>
				<ContactDelay>
					<ContactType>CONTACT_PERMANENT_ALLIANCE</ContactType>
					<iContactDelay>20</iContactDelay>
				</ContactDelay>
				<ContactDelay>
					<ContactType>CONTACT_PEACE_TREATY</ContactType>
					<iContactDelay>10</iContactDelay>
				</ContactDelay>
				<ContactDelay>
					<ContactType>CONTACT_TRADE_TECH</ContactType>
					<iContactDelay>30</iContactDelay>
				</ContactDelay>
				<ContactDelay>
					<ContactType>CONTACT_TRADE_BONUS</ContactType>
					<iContactDelay>20</iContactDelay>
				</ContactDelay>
				<ContactDelay>
					<ContactType>CONTACT_TRADE_MAP</ContactType>
					<iContactDelay>50</iContactDelay>
				</ContactDelay>
			</ContactDelays>
			<MemoryDecays>
				<MemoryDecay>
					<MemoryType>MEMORY_GIVE_HELP</MemoryType>
					<iMemoryRand>200</iMemoryRand>
				</MemoryDecay>
				<MemoryDecay>
					<MemoryType>MEMORY_REFUSED_HELP</MemoryType>
					<iMemoryRand>100</iMemoryRand>
				</MemoryDecay>
				<MemoryDecay>
					<MemoryType>MEMORY_ACCEPT_DEMAND</MemoryType>
					<iMemoryRand>50</iMemoryRand>
				</MemoryDecay>
				<MemoryDecay>
					<MemoryType>MEMORY_REJECTED_DEMAND</MemoryType>
					<iMemoryRand>150</iMemoryRand>
				</MemoryDecay>
				<MemoryDecay>
					<MemoryType>MEMORY_ACCEPTED_RELIGION</MemoryType>
					<iMemoryRand>100</iMemoryRand>
				</MemoryDecay>
				<MemoryDecay>
					<MemoryType>MEMORY_DENIED_RELIGION</MemoryType>
					<iMemoryRand>50</iMemoryRand>
				</MemoryDecay>
				<MemoryDecay>
					<MemoryType>MEMORY_ACCEPTED_CIVIC</MemoryType>
					<iMemoryRand>100</iMemoryRand>
				</MemoryDecay>
				<MemoryDecay>
					<MemoryType>MEMORY_DENIED_CIVIC</MemoryType>
					<iMemoryRand>50</iMemoryRand>
				</MemoryDecay>
				<MemoryDecay>
					<MemoryType>MEMORY_ACCEPTED_JOIN_WAR</MemoryType>
					<iMemoryRand>150</iMemoryRand>
				</MemoryDecay>
				<MemoryDecay>
					<MemoryType>MEMORY_DENIED_JOIN_WAR</MemoryType>
					<iMemoryRand>100</iMemoryRand>
				</MemoryDecay>
				<MemoryDecay>
					<MemoryType>MEMORY_ACCEPTED_STOP_TRADING</MemoryType>
					<iMemoryRand>100</iMemoryRand>
				</MemoryDecay>
				<MemoryDecay>
					<MemoryType>MEMORY_DENIED_STOP_TRADING</MemoryType>
					<iMemoryRand>50</iMemoryRand>
				</MemoryDecay>
				<MemoryDecay>
					<MemoryType>MEMORY_STOPPED_TRADING_RECENT</MemoryType>
					<iMemoryRand>30</iMemoryRand>
				</MemoryDecay>
				<MemoryDecay>
					<MemoryType>MEMORY_MADE_DEMAND_RECENT</MemoryType>
					<iMemoryRand>20</iMemoryRand>
				</MemoryDecay>
				<MemoryDecay>
					<MemoryType>MEMORY_CANCELLED_OPEN_BORDERS</MemoryType>
					<iMemoryRand>10</iMemoryRand>
				</MemoryDecay>
				<MemoryDecay>
					<MemoryType>MEMORY_TRADED_TECH_TO_US</MemoryType>
					<iMemoryRand>100</iMemoryRand>
				</MemoryDecay>
				<MemoryDecay>
					<MemoryType>MEMORY_RECEIVED_TECH_FROM_ANY</MemoryType>
					<iMemoryRand>20</iMemoryRand>
				</MemoryDecay>
				<MemoryDecay>
					<MemoryType>MEMORY_VOTED_AGAINST_US</MemoryType>
					<iMemoryRand>10</iMemoryRand>
				</MemoryDecay>
				<MemoryDecay>
					<MemoryType>MEMORY_VOTED_FOR_US</MemoryType>
					<iMemoryRand>10</iMemoryRand>
				</MemoryDecay>
				<MemoryDecay>
					<MemoryType>MEMORY_EVENT_GOOD_TO_US</MemoryType>
					<iMemoryRand>50</iMemoryRand>
				</MemoryDecay>
				<MemoryDecay>
					<MemoryType>MEMORY_EVENT_BAD_TO_US</MemoryType>
					<iMemoryRand>50</iMemoryRand>
				</MemoryDecay>
			</MemoryDecays>
			<MemoryAttitudePercents>
				<MemoryAttitudePercent>
					<MemoryType>MEMORY_DECLARED_WAR</MemoryType>
					<iMemoryAttitudePercent>-300</iMemoryAttitudePercent>
				</MemoryAttitudePercent>
				<MemoryAttitudePercent>
					<MemoryType>MEMORY_DECLARED_WAR_ON_FRIEND</MemoryType>
					<iMemoryAttitudePercent>-100</iMemoryAttitudePercent>
				</MemoryAttitudePercent>
				<MemoryAttitudePercent>
					<MemoryType>MEMORY_HIRED_WAR_ALLY</MemoryType>
					<iMemoryAttitudePercent>-200</iMemoryAttitudePercent>
				</MemoryAttitudePercent>
				<MemoryAttitudePercent>
					<MemoryType>MEMORY_NUKED_US</MemoryType>
					<iMemoryAttitudePercent>-200</iMemoryAttitudePercent>
				</MemoryAttitudePercent>
				<MemoryAttitudePercent>
					<MemoryType>MEMORY_NUKED_FRIEND</MemoryType>
					<iMemoryAttitudePercent>-100</iMemoryAttitudePercent>
				</MemoryAttitudePercent>
				<MemoryAttitudePercent>
					<MemoryType>MEMORY_RAZED_CITY</MemoryType>
					<iMemoryAttitudePercent>-250</iMemoryAttitudePercent>
				</MemoryAttitudePercent>
				<MemoryAttitudePercent>
					<MemoryType>MEMORY_RAZED_HOLY_CITY</MemoryType>
					<iMemoryAttitudePercent>-200</iMemoryAttitudePercent>
				</MemoryAttitudePercent>
				<MemoryAttitudePercent>
					<MemoryType>MEMORY_SPY_CAUGHT</MemoryType>
					<iMemoryAttitudePercent>-100</iMemoryAttitudePercent>
				</MemoryAttitudePercent>
				<MemoryAttitudePercent>
					<MemoryType>MEMORY_GIVE_HELP</MemoryType>
					<iMemoryAttitudePercent>100</iMemoryAttitudePercent>
				</MemoryAttitudePercent>
				<MemoryAttitudePercent>
					<MemoryType>MEMORY_REFUSED_HELP</MemoryType>
					<iMemoryAttitudePercent>-100</iMemoryAttitudePercent>
				</MemoryAttitudePercent>
				<MemoryAttitudePercent>
					<MemoryType>MEMORY_ACCEPT_DEMAND</MemoryType>
					<iMemoryAttitudePercent>100</iMemoryAttitudePercent>
				</MemoryAttitudePercent>
				<MemoryAttitudePercent>
					<MemoryType>MEMORY_REJECTED_DEMAND</MemoryType>
					<iMemoryAttitudePercent>-100</iMemoryAttitudePercent>
				</MemoryAttitudePercent>
				<MemoryAttitudePercent>
					<MemoryType>MEMORY_ACCEPTED_RELIGION</MemoryType>
					<iMemoryAttitudePercent>100</iMemoryAttitudePercent>
				</MemoryAttitudePercent>
				<MemoryAttitudePercent>
					<MemoryType>MEMORY_DENIED_RELIGION</MemoryType>
					<iMemoryAttitudePercent>-100</iMemoryAttitudePercent>
				</MemoryAttitudePercent>
				<MemoryAttitudePercent>
					<MemoryType>MEMORY_ACCEPTED_CIVIC</MemoryType>
					<iMemoryAttitudePercent>100</iMemoryAttitudePercent>
				</MemoryAttitudePercent>
				<MemoryAttitudePercent>
					<MemoryType>MEMORY_DENIED_CIVIC</MemoryType>
					<iMemoryAttitudePercent>-100</iMemoryAttitudePercent>
				</MemoryAttitudePercent>
				<MemoryAttitudePercent>
					<MemoryType>MEMORY_DENIED_JOIN_WAR</MemoryType>
					<iMemoryAttitudePercent>-100</iMemoryAttitudePercent>
				</MemoryAttitudePercent>
				<MemoryAttitudePercent>
					<MemoryType>MEMORY_ACCEPTED_STOP_TRADING</MemoryType>
					<iMemoryAttitudePercent>50</iMemoryAttitudePercent>
				</MemoryAttitudePercent>
				<MemoryAttitudePercent>
					<MemoryType>MEMORY_DENIED_STOP_TRADING</MemoryType>
					<iMemoryAttitudePercent>-100</iMemoryAttitudePercent>
				</MemoryAttitudePercent>
				<MemoryAttitudePercent>
					<MemoryType>MEMORY_STOPPED_TRADING</MemoryType>
					<iMemoryAttitudePercent>-100</iMemoryAttitudePercent>
				</MemoryAttitudePercent>
				<MemoryAttitudePercent>
					<MemoryType>MEMORY_HIRED_TRADE_EMBARGO</MemoryType>
					<iMemoryAttitudePercent>-100</iMemoryAttitudePercent>
				</MemoryAttitudePercent>
				<MemoryAttitudePercent>
					<MemoryType>MEMORY_MADE_DEMAND</MemoryType>
					<iMemoryAttitudePercent>-100</iMemoryAttitudePercent>
				</MemoryAttitudePercent>
				<MemoryAttitudePercent>
					<MemoryType>MEMORY_TRADED_TECH_TO_US</MemoryType>
					<iMemoryAttitudePercent>10</iMemoryAttitudePercent>
				</MemoryAttitudePercent>
				<MemoryAttitudePercent>
					<MemoryType>MEMORY_VOTED_AGAINST_US</MemoryType>
					<iMemoryAttitudePercent>-200</iMemoryAttitudePercent>
				</MemoryAttitudePercent>
				<MemoryAttitudePercent>
					<MemoryType>MEMORY_VOTED_FOR_US</MemoryType>
					<iMemoryAttitudePercent>200</iMemoryAttitudePercent>
				</MemoryAttitudePercent>
				<MemoryAttitudePercent>
					<MemoryType>MEMORY_EVENT_GOOD_TO_US</MemoryType>
					<iMemoryAttitudePercent>100</iMemoryAttitudePercent>
				</MemoryAttitudePercent>
				<MemoryAttitudePercent>
					<MemoryType>MEMORY_EVENT_BAD_TO_US</MemoryType>
					<iMemoryAttitudePercent>-100</iMemoryAttitudePercent>
				</MemoryAttitudePercent>
				<MemoryAttitudePercent>
					<MemoryType>MEMORY_LIBERATED_CITIES</MemoryType>
					<iMemoryAttitudePercent>150</iMemoryAttitudePercent>
				</MemoryAttitudePercent>
			</MemoryAttitudePercents>
			<NoWarAttitudeProbs>
				<NoWarAttitudeProb>
					<AttitudeType>ATTITUDE_ANNOYED</AttitudeType>
					<iNoWarProb>10</iNoWarProb>
				</NoWarAttitudeProb>
				<NoWarAttitudeProb>
					<AttitudeType>ATTITUDE_CAUTIOUS</AttitudeType>
					<iNoWarProb>50</iNoWarProb>
				</NoWarAttitudeProb>
				<NoWarAttitudeProb>
					<AttitudeType>ATTITUDE_PLEASED</AttitudeType>
					<iNoWarProb>90</iNoWarProb>
				</NoWarAttitudeProb>
				<NoWarAttitudeProb>
					<AttitudeType>ATTITUDE_FRIENDLY</AttitudeType>
					<iNoWarProb>100</iNoWarProb>
				</NoWarAttitudeProb>
			</NoWarAttitudeProbs>
			<UnitAIWeightModifiers>
				<UnitAIWeightModifier>
					<UnitAIType>UNITAI_COUNTER</UnitAIType>
					<iWeightModifier>100</iWeightModifier>
				</UnitAIWeightModifier>
			</UnitAIWeightModifiers>
			<ImprovementWeightModifiers/>
			<DiplomacyIntroMusicPeace>
				<DiploMusicPeaceEra>
					<EraType>ERA_ANCIENT</EraType>
				</DiploMusicPeaceEra>
				<DiploMusicPeaceEra>
					<EraType>ERA_CLASSICAL</EraType>
				</DiploMusicPeaceEra>
				<DiploMusicPeaceEra>
					<EraType>ERA_MEDIEVAL</EraType>
				</DiploMusicPeaceEra>
				<DiploMusicPeaceEra>
					<EraType>ERA_RENAISSANCE</EraType>
				</DiploMusicPeaceEra>
				<DiploMusicPeaceEra>
					<EraType>ERA_INDUSTRIAL</EraType>
				</DiploMusicPeaceEra>
				<DiploMusicPeaceEra>
					<EraType>ERA_MODERN</EraType>
				</DiploMusicPeaceEra>
				<DiploMusicPeaceEra>
					<EraType>ERA_FUTURE</EraType>
				</DiploMusicPeaceEra>
			</DiplomacyIntroMusicPeace>
			<DiplomacyMusicPeace>
				<DiploMusicPeaceEra>
					<EraType>ERA_ANCIENT</EraType>
					<DiploScriptId>AS2D_DIPLO_ROOSEVELT_EARLY</DiploScriptId>
				</DiploMusicPeaceEra>
				<DiploMusicPeaceEra>
					<EraType>ERA_CLASSICAL</EraType>
					<DiploScriptId>AS2D_DIPLO_ROOSEVELT_EARLY</DiploScriptId>
				</DiploMusicPeaceEra>
				<DiploMusicPeaceEra>
					<EraType>ERA_MEDIEVAL</EraType>
					<DiploScriptId>AS2D_DIPLO_ROOSEVELT_MIDDLE</DiploScriptId>
				</DiploMusicPeaceEra>
				<DiploMusicPeaceEra>
					<EraType>ERA_RENAISSANCE</EraType>
					<DiploScriptId>AS2D_DIPLO_ROOSEVELT_MIDDLE</DiploScriptId>
				</DiploMusicPeaceEra>
				<DiploMusicPeaceEra>
					<EraType>ERA_INDUSTRIAL</EraType>
					<DiploScriptId>AS2D_DIPLO_ROOSEVELT_LATE</DiploScriptId>
				</DiploMusicPeaceEra>
				<DiploMusicPeaceEra>
					<EraType>ERA_MODERN</EraType>
					<DiploScriptId>AS2D_DIPLO_ROOSEVELT_LATE</DiploScriptId>
				</DiploMusicPeaceEra>
				<DiploMusicPeaceEra>
					<EraType>ERA_FUTURE</EraType>
					<DiploScriptId>AS2D_DIPLO_ROOSEVELT_LATE</DiploScriptId>
				</DiploMusicPeaceEra>
			</DiplomacyMusicPeace>
			<DiplomacyIntroMusicWar>
				<DiploMusicWarEra>
					<EraType>ERA_ANCIENT</EraType>
				</DiploMusicWarEra>
				<DiploMusicWarEra>
					<EraType>ERA_CLASSICAL</EraType>
				</DiploMusicWarEra>
				<DiploMusicWarEra>
					<EraType>ERA_MEDIEVAL</EraType>
				</DiploMusicWarEra>
				<DiploMusicWarEra>
					<EraType>ERA_RENAISSANCE</EraType>
				</DiploMusicWarEra>
				<DiploMusicWarEra>
					<EraType>ERA_INDUSTRIAL</EraType>
				</DiploMusicWarEra>
				<DiploMusicWarEra>
					<EraType>ERA_MODERN</EraType>
				</DiploMusicWarEra>
				<DiploMusicWarEra>
					<EraType>ERA_FUTURE</EraType>
				</DiploMusicWarEra>
			</DiplomacyIntroMusicWar>
			<DiplomacyMusicWar>
				<DiploMusicWarEra>
					<EraType>ERA_ANCIENT</EraType>
					<DiploScriptId>AS2D_DIPLO_WARDRUMS_EARLY</DiploScriptId>
				</DiploMusicWarEra>
				<DiploMusicWarEra>
					<EraType>ERA_CLASSICAL</EraType>
					<DiploScriptId>AS2D_DIPLO_WARDRUMS_EARLY</DiploScriptId>
				</DiploMusicWarEra>
				<DiploMusicWarEra>
					<EraType>ERA_MEDIEVAL</EraType>
					<DiploScriptId>AS2D_DIPLO_WARDRUMS_MIDDLE</DiploScriptId>
				</DiploMusicWarEra>
				<DiploMusicWarEra>
					<EraType>ERA_RENAISSANCE</EraType>
					<DiploScriptId>AS2D_DIPLO_WARDRUMS_MIDDLE</DiploScriptId>
				</DiploMusicWarEra>
				<DiploMusicWarEra>
					<EraType>ERA_INDUSTRIAL</EraType>
					<DiploScriptId>AS2D_DIPLO_WARDRUMS_LATE</DiploScriptId>
				</DiploMusicWarEra>
				<DiploMusicWarEra>
					<EraType>ERA_MODERN</EraType>
					<DiploScriptId>AS2D_DIPLO_WARDRUMS_LATE</DiploScriptId>
				</DiploMusicWarEra>
				<DiploMusicWarEra>
					<EraType>ERA_FUTURE</EraType>
					<DiploScriptId>AS2D_DIPLO_WARDRUMS_LATE</DiploScriptId>
				</DiploMusicWarEra>
			</DiplomacyMusicWar>
		</LeaderHeadInfo>

I basically copied Roosevelt's and made of few modifications. All though there could be something gone wrong in this file.

Code:
<TEXT>
		<Tag>TXT_KEY_LEADER_OBAMA_PEDIA</Tag>
		<English>[H1]Barack Obama[\H1][NEWLINE][BOLD]44th President of the United States of America[\BOLD]</English>
	</TEXT>

Just the start of my future civilopedia entry.

Code:
<LeaderheadArtInfo>
			<Type>ART_DEF_LEADER_OBAMA</Type>
			<Button>,Art/interface/LeaderHeads/Btn_LH_Mali_MansaMusa.dds,Art/Interface/Buttons/Beyond_the_Sword_Atlas.dds,8,2</Button>
			<NIF>art/LeaderHeads/Obama/Obama.nif</NIF>
			<KFM>art/LeaderHeads/Obama/Zara Yaqob.nif</KFM>
			<NoShaderNIF>art/LeaderHeads/Obama/fdr_nonshader.dds</NoShaderNIF>
			<BackgroundKFM>art/LeaderHeads/Washington/Washington_BG.kfm</BackgroundKFM>
		</LeaderheadArtInfo>

His art defines leaderhead file.

Code:
fdr_nonshader.dds
Obama.nif
Zara Yaqob.kmf
Zara Yaqob.nif
Zara Yaqob_action_01_negative.kf
Zara Yaqob_action_02_affirmative.kf
Zara Yaqob_BG.kfm
Zara Yaqob_BG.nif
Zara Yaqob_BG_Background.kf
Zara Yaqob_greeting.kf
Zara Yaqob_idle_05_furious.kf
Zara Yaqob_idle_04_annoyed.kf
Zara Yaqob_idle_03_cautious.kf
Zara Yaqob_idle_02_pleased.kf
Zara Yaqob_idle_01_friendly.kf
Zara_BG.dds
Zara_SKY.dds

This is his Leaderhead art folder.

By the way I got this file from GarretSidzaka's excellent Obama leaderhead.

http://forums.civfanatics.com/showthread.php?t=268582
 
I think the problems are in your art infos. On the <KFM> line you are refrencing a .nif, you should be refrencing a .kfm. Also, for your <NoShaderNif> you are refrencing a .dds file, not a .nif. It also goes without saying, but make sure you spelled out the directories and the file names right. There have been numerous times that I slightly misspeled a unit (Comite as opposed to Comites) and the unit wouldnt show up.
For your name issue:
You only defined the Pedia text, you didnt define the Leader text. If you go to Text_Objects (Think thats it) and copy a leaderhead name but replace it with the needed Obama refrences, it should work.
Hope this helps.

EDIT:Thanks for including your xml. It makes bug finding alot easier.
 
I think the problems are in your art infos. On the <KFM> line you are refrencing a .nif, you should be refrencing a .kfm. Also, for your <NoShaderNif> you are refrencing a .dds file, not a .nif. It also goes without saying, but make sure you spelled out the directories and the file names right. There have been numerous times that I slightly misspeled a unit (Comite as opposed to Comites) and the unit wouldnt show up.
For your name issue:
You only defined the Pedia text, you didnt define the Leader text. If you go to Text_Objects (Think thats it) and copy a leaderhead name but replace it with the needed Obama refrences, it should work.
Hope this helps.

EDIT:Thanks for including your xml. It makes bug finding alot easier.

Thank you for your help. I corrected the art error and the situation got a bit better. Now I can access the Civilopedia page, and has all the text I put up to this point, the traits, fav. civic, ect. The leaderhead has the background I wanted, but a little red on the top. The bigger problem is that the leaderhead is Zara Yaqob! And I still have "TXT_KEY_LEADER_OBAMA" too.

<Tag>TXT_KEY_LEADER_LINCOLN_PEDIA</Tag>
<English>

Abraham Lincoln[\H1][NEWLINE][BOLD]16th President of the United States of America[\BOLD][NEWLINE][BOLD]Lived:[\BOLD] February 12th, 1809 AD - April 15th, 1865 AD[NEWLINE][PARAGRAPH:2][BOLD]Background:[\BOLD][PARAGRAPH:1]"A house divided against itself cannot stand. I believe this government cannot endure permanently half-slave and half-free. I do not expect the Union to be dissolved - I do not expect the house to fall - but I do expect it will cease to be divided. It will become all one thing or all the other." (House Divided Speech, June 16, 1858)[PARAGRAPH:1]President Abraham Lincoln was born in 1809 on the American frontier in Hadrin County, Kentucky. While not poor, Lincoln certainly had more in common with the average American than his more affluent political counterparts. An almost entirely self-made man, Lincoln's formal education included only 18 months of unofficial schooling which he supplemented with his own studies. Teaching himself law, he was admitted to the bar in 1837 upon which he became a well known and successful lawyer.[PARAGRAPH:1]Lincoln is best known for his Emancipation Proclamation, which declared the end to slavery in the United States, and his refusal to permit the secession of the South. His reasons for fighting the Civil War are often misconstrued, however, as being motivated by his desire to end slavery. Lincoln's motivations behind fighting the civil war were the preservation of the Union and, to an extent, the protection of the larger democratic ideals represented by an unshattered Union. "[A]nd that government of the people, by the people, for the people, shall not perish from the earth." (Gettysburg Address)[PARAGRAPH:1]Few public speakers in American history have spoken in a manner that at once appealed to the desires of their constituents while at the same time addressed the larger issues outside the purview of an average citizen. This was Lincoln's gift. A brilliant orator and public speaker, he was able to convey the larger political picture to his constituents in a way that was at once easy to understand and implored action for the greater good of the country.[PARAGRAPH:1]Largely criticized and ridiculed for his policies before and during the war, Lincoln's greatness was only fully acknowledged by the public after his assassination by John Wilkes Booth on April 15th, 1865.</English>
<French>

Abraham Lincoln[\H1][NEWLINE][BOLD]16ème président des Etats-Unis d'Amérique[\BOLD][NEWLINE][BOLD]Dates :[\BOLD] 12 février1809 - 15 avril 1865 ap. J.C.[NEWLINE][PARAGRAPH:2][BOLD]Biographie :[\BOLD][PARAGRAPH:1]"Une maison divisée contre elle-même ne saurait tenir debout. Je crois que ce gouvernement ne pourra pas rester indéfiniment mi-esclavagiste et mi-libre. Je ne pense pas que l'Union sera dissoute, je ne pense pas que la maison s'effondrera mais je pense sûrement qu'elle cessera d'être divisée. Elle deviendra l'une ou l'autre de ces choses." (Discours de la maison divisée, 16 juin 1858)[PARAGRAPH:1]Le président Abraham Lincoln naît en 1809 sur la frontière américaine, à Hardin County, Kentucky. Même s'il n'est pas pauvre, Lincoln avait certainement plus de choses en commun avec l'Américain moyen que les autres hommes politiques, plus riches que lui. Presque entièrement autodidacte, Lincoln ne fréquente l'école que 18 mois puis poursuit seul ses études. Après avoir appris le droit, il est admis au barreau en 1837, après quoi il devient un avocat réputé et couronné de succès.[PARAGRAPH:1]Lincoln est surtout connu pour sa Proclamation d'émancipation, qui met un terme à l'esclavage aux Etats-Unis, et pour son refus de la sécession du Sud. Les raisons qui le poussent à soutenir la guerre de Sécession sont souvent attribuées à tort à son désir d'abolir l'esclavage dans le Sud, alors qu'il cherche surtout à sauvegarder l'intégrité de l'Union et les idéaux démocratiques qu'elle représente, "et que le gouvernement du peuple, par le peuple et pour le peuple ne disparaisse pas de la surface de la Terre" (Discours de Gettysburg).[PARAGRAPH:1]Dans l'histoire américaine, peu d'orateurs ont touché aussi directement les électeurs en abordant des thèmes généralement étrangers au citoyen moyen. C'est le don de Lincoln. Brillant orateur, il est capable de communiquer une image politique plus large à ses électeurs de manière à se faire comprendre mais aussi à implorer de l'aide matérielle pour le bien du pays.[PARAGRAPH:1]Largement critiqué et tourné en dérision pour sa politiques avant et pendant la guerre, la grandeur de Lincoln n'est véritablement reconnue qu'après son assassinat par John Wilkes Booth le 15 avril 1865.</French>
<German>

Abraham Lincoln[\H1][NEWLINE][BOLD]16. Präsident der Vereinigten Staaten von Amerika[\BOLD][NEWLINE][BOLD]Lebte:[\BOLD] 12. Februar 1809 - 15. April 1865 n. Chr.[NEWLINE][PARAGRAPH:2][BOLD]Hintergrund:[\BOLD][PARAGRAPH:1]"Ein in sich gespaltenes Haus hat kein Fundament. Ich glaube, diese Regierungsform kann keinen Bestand haben, wenn sie auf Dauer halb für die Sklaverei, halb frei ist. Ich erwarte nicht, dass die Union aufgelöst wird. Ich erwarte nicht, dass das Haus zusammenbricht _ aber ich erwarte, dass es aufhört, gespalten zu sein. Es wird entweder ganz das eine oder ganz das andere sein." (House Divided Speech, 16. Juni 1858)[PARAGRAPH:1]Präsident Abraham Lincoln wurde 1809 an der amerikanischen Grenze in Hardin County, Kentucky, geboren. Lincoln war zwar nicht arm, doch hatte er mit dem durchschnittlichen Amerikaner mehr gemeinsam als seine wohlhabenderen politischen Gegenspieler. Lincoln war beinahe ein vollständiger Autodidakt, seine formale Bildung erstreckte sich auf lediglich 18 Monate inoffiziellen Unterricht, den er mit eigenen Studien ergänzte. Er brachte sich selbst Rechtswissenschaften bei, wurde 1837 als Anwalt zugelassen und wurde so bekannt und erfolgreich.[PARAGRAPH:1]Lincoln ist am Besten für seine Emanzipations-Proklamation bekannt, die das Ende der Sklaverei in den Vereinigten Staaten bedeutete, und für seine Weigerung, die Unabhängigkeit des Südens zuzulassen. Seine Gründe für den Bürgerkrieg werden jedoch häufig fälschlicherweise als Streben nach Abschaffung der Sklaverei interpretiert. Lincolns Motivation hinter dem Bürgerkrieg war die Wahrung der Union und in weiterem Sinne der Schutz der größeren demokratischen Ideale, wie sich eine unzerbrochene Union repräsentierte. "[A]uf dass die Regierung des Volkes durch das Volk und für das Volk niemals von der Erde verschwinden möge." (Gettysburg Address)[PARAGRAPH:1]Nur wenige öffentliche Redner in der amerikanischen Geschichte haben Reden gehalten, die gleichzeitig die Wünsche ihrer Wähler und die größeren Zusammenhänge außerhalb des Blickfelds des durchschnittlichen Bürgers ansprachen. Dies war Lincolns Gabe. Er war ein brillanter Rhetoriker und öffentlicher Redner und konnte seinen Wählern das politische Gesamtbild auf eine Art und Weise näherbringen, die zugleich leicht zu verstehen war und dennoch nach Taten zum Wohl der Landes drängte.[PARAGRAPH:1]Lincoln wurde für seine Politik vor und während des Krieges überwiegend kritisiert und verspottet, und seine Größe wurde in der Öffentlichkeit erst nach seiner Ermordung durch John Wilkes Booth am 15. April 1865 anerkannt.</German>
<Italian>

Abramo Lincoln[\H1][NEWLINE][BOLD]Sedicesimo presidente degli Stati Uniti d'America[\BOLD][NEWLINE][BOLD]Vita:[\BOLD] 12 febbraio 1809 - 15 aprile 1865 d.C.[NEWLINE][PARAGRAPH:2][BOLD]Informazioni:[\BOLD][PARAGRAPH:1]"Una casa divisa non può reggersi su se stessa. Credo che questo governo non possa perdurare essendo mezzo schiavista e mezzo libero. Non mi aspetto che l'Unione venga dissolta. Non mi aspetto che la casa crolli, ma mi aspetto che smetta di essere divisa. Diverrà tutta in un modo o tutta nell'altro." (Discorso della Casa divisa, 16 giugno 1858)[PARAGRAPH:1]Il presidente Abramo Lincoln nacque nel 1809 sulla frontiera americana nella contea di Hardin, nel Kentucky. Pur non essendo povero, Lincoln aveva di certo più cose in comune con l'americano medio che non con le sue facoltose controparti politiche. Era un uomo che si era fatto quasi totalmente da solo, e la sua educazione formale comprendeva solo 18 mesi di scuola non ufficiale, che lui completò con i propri studi. Imparò Legge da solo e fu ammesso alla sbarra nel 1837, dopodiché divenne un avvocato famoso e di successo.[PARAGRAPH:1]Lincoln è conosciuto per la Proclamazione di emancipazione, che sancì la fine della schiavitù negli Stati Uniti, e per la sua opposizione alla secessione del Sud. Le sue ragioni per combattere la Guerra civile sono spesso fraintese però, per il solo desiderio di porre fine alla schiavitù. I motivi di Lincoln per la guerra erano il mantenimento dell'Unione e, in parte, la protezione dei vasti ideali democratici rappresentati da un'Unione non divisa. "E che l'idea di un governo di popolo, dal popolo, per il popolo, non abbia a perire dalla terra". (Discorso di Gettysburg)[PARAGRAPH:1]Pochi altri oratori nella storia americana sono riusciti a parlare in modo da incontrare i desideri degli elettori e allo stesso tempo affrontare problemi più vasti al di là degli interessi del cittadino medio. Questo era un dono di Lincoln. Un brillante oratore, fu in grado di esporre agli elettori il più vasto quadro politico in un modo sia facile da capire sia in grado di implorare azione per il bene comune del Paese.[PARAGRAPH:1]Molto criticato e ridicolizzato per le sue idee prima e durante la guerra, la grandezza di Lincoln fu riconosciuta appieno dal pubblico dopo il suo assassinio per mano di John Wilkes Booth il 15 aprile del 1865.</Italian>
<Spanish>

Abraham Lincoln[\H1][NEWLINE][BOLD]16º presidente de los Estados Unidos de América[\BOLD][NEWLINE][BOLD]Vivió:[\BOLD] 12 de febrero de 1809 - 15 de abril de 1865[NEWLINE][PARAGRAPH:2][BOLD]Historia:[\BOLD][PARAGRAPH:1]"Una casa dividida no puede sostenerse en pie. Una nación no puede permanecer eternamente siendo mitad esclava y mitad libre. No quiero que la Unión se disuelva, ni quiero que la casa se desmorone. Lo que quiero es que deje de estar dividida. Habrá de ser de una forma, o de la otra". (Discurso, 16 de junio de 1858).[PARAGRAPH:1]El presidente Abraham Lincoln nació en 1809 en el condado fronterizo de Hardin, Kentucky. Aunque no era pobre, Lincoln tenía bastante más en común con el ciudadano americano medio que con sus compañeros de la clase política. Ejemplo casi paradigmático de lo que se llama un "hombre hecho a sí mismo", la educación académica de Lincoln incluyó solo 18 meses de escuela no oficial, suplementados por sus propios estudios. Autodidacto del derecho, fue admitido en el colegio de abogados en 1837, y se convirtió en un abogado de fama y éxito.[PARAGRAPH:1]Sus actos de gobierno más conocidos son la proclamación de la emancipación, que terminó con la esclavitud en los Estados Unidos, y su negativa a aceptar la secesión del Sur. Sin embargo, a menudo se han malinterpretado sus razones para librar la Guerra de Secesión, reduciéndolas a un deseo de acabar con la esclavitud. La principal motivación de Lincoln para embarcarse en este conflicto fue la preservación de la Unión y, en cierta medida, la protección de los elevados ideales democráticos representados por ella. "Y ese gobierno del pueblo, por el pueblo y para el pueblo, no desaparecerá nunca de la faz de la Tierra". (Discurso de Gettysburg)[PARAGRAPH:1]En la historia de los Estados Unidos, pocos oradores han hablado de un modo que apelara a los intereses del pueblo y al mismo tiempo hiciera referencia a ideales y conceptos superiores, situados más allá de la perspectiva de lo cotidiano. Lincoln poseía este don. Brillante orador y conversador, era capaz de transmitir a su audiencia una imagen general de los asuntos políticos de una manera fácil de entender y que al mismo tiempo apelaba a la acción por el bien de la nación.[PARAGRAPH:1]Criticado y ridiculizado por su acción de gobierno antes y durante la guerra, la opinión pública solo reconoció plenamente su grandeza tras su asesinato a manos de John Wilkes Booth, acaecido el 15 de abril de 1865.</Spanish>
</TEXT>



That was Lincoln's bio (I put Obama right under him). Mine is structured the same way, so I don't think that's the problem.

 
Where are you placing the text and how are you defining it? Also, for the background, that is due to a problem with the background nif, and I have not a clue how to fix that. For the leader, make sure it is refering to the correct nif. Do a search for NifSkope. That allows you to open up the nifs. Make sure you are refering to the nif that had the modified model.
 
The nif file is right. Is it the kfm file or the noshader file? Those are Zara's files, so isn't one of them making Zara's model?
 
The .nifs are the models, the .kfms are the animations. The .kfs are the modified animations. Just make sure you are refering to the right nif. When in doubt, keeps trying. I've never done much with leaderheads, so I cant help much their. If you post in the thread, you should get more art help there.
 
If you still have zara on the game, just replace the noshader.
 
If you still have zara on the game, just replace the noshader.

I did, actually, after a lot of trial and error. But, the little non-animated pic to select him for anything is still Zara (I'm not sure if this is what people call a leaderhead button).
 
It is a lh button. What you need is a DDS 64x64 square. Just insert that into the art folder and link it up. You will need a jpg-to-DDS converter. I use a converter. I'll give you a link to the program i use later, when im on my own computer. You can overlay a 60x60 pic of obama over the blank button template in Gimp and convert to DDS.
 
It is a lh button. What you need is a DDS 64x64 square. Just insert that into the art folder and link it up. You will need a jpg-to-DDS converter. I use a converter. I'll give you a link to the program i use later, when im on my own computer. You can overlay a 60x60 pic of obama over the blank button template in Gimp and convert to DDS.

Would there be a way for me to make a button of the model and background like the other leaderheads? Sorry, I'm kind of an OCD freak so I want my added leaders to be as close to the Firaxis ones as possible.
 
The vanilla leader buttons do not have backgrounds, they are just pictures of the leaderhead models. What I would do is temporarily replace whatever background image is used by your Obama LH with an image of the same size that is a solid color like pink, launch the game, take a screenshot of him in the Pedia, copy out the part of the screenshot that is him, resize it, and convert the pink to an alpha channel.
 
The vanilla leader buttons do not have backgrounds, they are just pictures of the leaderhead models. What I would do is temporarily replace whatever background image is used by your Obama LH with an image of the same size that is a solid color like pink, launch the game, take a screenshot of him in the Pedia, copy out the part of the screenshot that is him, resize it, and convert the pink to an alpha channel.

I tried to do something similar to this earlier. But, I don't know how to get a screenshot. I heard it was Control + S, but it doesn't work.

EDIT: Oh, and I found a background I want to use. But, its in DDS format. Anyway I could convert it to a KFM?
 
Screenshot is the PrtScrn button on your keyboard in most games, apps, etc. Never trust what you "hear", other humans are unbelievably unreliable, learn everything yourself as fast and well as you can imo.

DDS is what you want. Stands for DirectDraw Surface. KFMs are animation files, don't mess with them.
 
Screenshot is the PrtScrn button on your keyboard in most games, apps, etc. Never trust what you "hear", other humans are unbelievably unreliable, learn everything yourself as fast and well as you can imo.

DDS is what you want. Stands for DirectDraw Surface. KFMs are animation files, don't mess with them.

He's right. Learn by doing, humans make mistakes. I sympathize; i am an amatuer modder. But if you ever get an accurate obama lh, can i borrow it?:help:
 
He's right. Learn by doing, humans make mistakes. I sympathize; i am an amatuer modder. But if you ever get an accurate obama lh, can i borrow it?:help:

The LH I'm using I linked to in my first post. Its really nice, you should check it out.
 
Sorry; I meant the LH button; im already using GarrettSidzaka's Obama+McCain in my mod (shameless self-plug) featuring Obama as a LH for the Unite States, while a new civ, the Republican States of America features McCain and Bush (theyre both really the same.).
 
the Republican States of America features McCain and Bush (theyre both really the same.).

>_____________________________________>

*coughiputobamaintorazehiscitiescough*

Anywho, I found out how to take a screenshot. So I took one in the civilopedia, and went into paint and cut everything out but the LH. Then I cut out the part I wanted to be in the button. But I have problems, and don't know where to get the frame LH buttons use, and I don't know exactly what size it needs to be (somewhere around 60 x 60 I hear).
 
All buttons use the same border: in case you can't find it, here it is:

just drag it out.
 
Top Bottom