How do i get my mod compatible with patch 1.275?

Onacadarfi XXVI

Douche-Duke
Joined
Feb 5, 2011
Messages
157
Location
Sweden!
I can impossible get my mod to work. Could somone help me?
the mod adds the Tibetan civ to the game.
Skrmklipp.png

Skrmklipp2.png

Here's the entire codes. The spaces are correct.

Civ_Tibet.xml:
Spoiler :
<?xml version="1.0" encoding="utf-8"?>
<GameData>
<Civilizations>
<Row>
<Type>CIVILIZATION_TIBET</Type>
<Description>TXT_KEY_CIV_TIBET_DESC</Description>
<ShortDescription>TXT_KEY_CIV_TIBET_SHORT_DESC</ShortDescription>
<Adjective>TXT_KEY_CIV_TIBET_ADJECTIVE</Adjective>
<Civilopedia>TXT_KEY_CIV_TIBET_PEDIA</Civilopedia>
<CivilopediaTag>TXT_KEY_CIV5_TIBET</CivilopediaTag>
<DefaultPlayerColor>PLAYERCOLOR_TIBET</DefaultPlayerColor>
<ArtDefineTag>ART_DEF_CIVILIZATIONS_CHINA</ArtDefineTag>
<ArtStyleType>ARTSTYLE_ASIAN</ArtStyleType>
<ArtStyleSuffix>_ASIA</ArtStyleSuffix>
<ArtStylePrefix>ASIAN </ArtStylePrefix>
<PortraitIndex>0</PortraitIndex>
<IconAtlas>TIBET_ICON_ATLAS</IconAtlas>
<AlphaIconAtlas>CIV_ALPHA_ATLAS</AlphaIconAtlas>
<MapImage>tibet_map.DDS</MapImage>
<DawnOfManQuote>TXT_KEY_CIV_TIBET_DOM</DawnOfManQuote>
<DawnOfManImage>SongtsenGampoDOM.DDS</DawnOfManImage>
<SoundtrackTag>Siam</SoundtrackTag>
</Row>
</Civilizations>
<Civilization_CityNames>
<Row>
<CivilizationType>CIVILIZATION_TIBET</CivilizationType>
<CityName>TXT_KEY_CITY_NAME_LHASA</CityName>
</Row>
<Row>
<CivilizationType>CIVILIZATION_TIBET</CivilizationType>
<CityName>TXT_KEY_CITY_NAME_SAMYE</CityName>
</Row>
<Row>
<CivilizationType>CIVILIZATION_TIBET</CivilizationType>
<CityName>TXT_KEY_CITY_NAME_BOMI</CityName>
</Row>
<Row>
<CivilizationType>CIVILIZATION_TIBET</CivilizationType>
<CityName>TXT_KEY_CITY_NAME_ZHAYÜ</CityName>
</Row>
<Row>
<CivilizationType>CIVILIZATION_TIBET</CivilizationType>
<CityName>TXT_KEY_CITY_NAME_XIGAZÊ</CityName>
</Row>
<Row>
<CivilizationType>CIVILIZATION_TIBET</CivilizationType>
<CityName>TXT_KEY_CITY_NAME_LHAZÊ</CityName>
</Row>
<Row>
<CivilizationType>CIVILIZATION_TIBET</CivilizationType>
<CityName>TXT_KEY_CITY_NAME_NGAMRING</CityName>
</Row>
<Row>
<CivilizationType>CIVILIZATION_TIBET</CivilizationType>
<CityName>TXT_KEY_CITY_NAME_ZHONGBA</CityName>
</Row>
<Row>
<CivilizationType>CIVILIZATION_TIBET</CivilizationType>
<CityName>TXT_KEY_CITY_NAME_GAR</CityName>
</Row>
<Row>
<CivilizationType>CIVILIZATION_TIBET</CivilizationType>
<CityName>TXT_KEY_CITY_NAME_RUTOG_</CityName>
</Row>
<Row>
<CivilizationType>CIVILIZATION_TIBET</CivilizationType>
<CityName>TXT_KEY_CITY_NAME_LEH</CityName>
</Row>
<Row>
<CivilizationType>CIVILIZATION_TIBET</CivilizationType>
<CityName>TXT_KEY_CITY_NAME_QAMDO</CityName>
</Row>
<Row>
<CivilizationType>CIVILIZATION_TIBET</CivilizationType>
<CityName>TXT_KEY_CITY_NAME_YUSHU</CityName>
</Row>
<Row>
<CivilizationType>CIVILIZATION_TIBET</CivilizationType>
<CityName>TXT_KEY_CITY_NAME_MANGNAI</CityName>
</Row>
<Row>
<CivilizationType>CIVILIZATION_TIBET</CivilizationType>
<CityName>TXT_KEY_CITY_NAME_SONGPAN</CityName>
</Row>
<Row>
<CivilizationType>CIVILIZATION_TIBET</CivilizationType>
<CityName>TXT_KEY_CITY_NAME_MAGEN</CityName>
</Row>
<Row>
<CivilizationType>CIVILIZATION_TIBET</CivilizationType>
<CityName>TXT_KEY_CITY_NAME_ZHANGYE</CityName>
</Row>
<Row>
<CivilizationType>CIVILIZATION_TIBET</CivilizationType>
<CityName>TXT_KEY_CITY_NAME_GARZÊ</CityName>
</Row>
<Row>
<CivilizationType>CIVILIZATION_TIBET</CivilizationType>
<CityName>TXT_KEY_CITY_NAME_GOLMUD</CityName>
</Row>
<Row>
<CivilizationType>CIVILIZATION_TIBET</CivilizationType>
<CityName>TXT_KEY_CITY_NAME_ZHONGDIUM</CityName>
</Row>

</Civilization_CityNames>
<Civilization_FreeBuildingClasses>
<Row>
<CivilizationType>CIVILIZATION_TIBET</CivilizationType>
<BuildingClassType>BUILDINGCLASS_PALACE</BuildingClassType>
</Row>
</Civilization_FreeBuildingClasses>
<Civilization_FreeTechs>
<Row>
<CivilizationType>CIVILIZATION_TIBET</CivilizationType>
<TechType>TECH_AGRICULTURE</TechType>
</Row>
</Civilization_FreeTechs>
<Civilization_FreeUnits>
<Row>
<CivilizationType>CIVILIZATION_TIBET</CivilizationType>
<UnitClassType>UNITCLASS_SETTLER</UnitClassType>
<Count>1</Count>
<UnitAIType>UNITAI_SETTLE</UnitAIType>
</Row>
</Civilization_FreeUnits>
<Civilization_Leaders>
<Row>
<CivilizationType>CIVILIZATION_TIBET</CivilizationType>
<LeaderheadType>LEADER_SONGTSEN_GAMPO</LeaderheadType>
</Row>
</Civilization_Leaders>
<Civilization_Start_Region_Priority>
<Row>
<CivilizationType>CIVILIZATION_TIBET</CivilizationType>
<RegionType>REGION_HILLS</RegionType>
</Row>
</Civilization_Start_Region_Priority>
<MinorCivilizations>
<Delete type="MINOR_CIV_LHASA" />
</MinorCivilizations>
</GameData>

GameText.xml
Spoiler :
<?xml version="1.0" encoding="utf-8"?>
<GameData>
<Language_en_US>
- <Row Tag="TXT_CITY_NAME_LHASA">
<Text>Lhasa</Text>
</Row>
- <Row Tag="TXT_CITY_NAME_SAMYE">
<Text>Samye</Text>
</Row>
- <Row Tag="TXT_CITY_NAME_BOMI">
<Text>Bomi</Text>
</Row>
- <Row Tag="TXT_CITY_NAME_ZHAYÜ">
<Text>Zhayü</Text>
</Row>
- <Row Tag="TXT_CITY_NAME_XIGAZÊ">
<Text>Xigazê</Text>
</Row>
- <Row Tag="TXT_CITY_NAME_LHAZÊ">
<Text>Lhazê</Text>
</Row>
- <Row Tag="TXT_CITY_NAME_NGAMRING">
<Text>Ngamring</Text>
</Row>
- <Row Tag="TXT_CITY_NAME_ZHONGBA">
<Text>Zhongba</Text>
</Row>
- <Row Tag="TXT_CITY_NAME_GAR">
<Text>Gar</Text>
</Row>
- <Row Tag="TXT_CITY_NAME_RUTOG">
<Text>Rutog</Text>
</Row>
- <Row Tag="TXT_CITY_NAME_LEH">
<Text>Leh</Text>
</Row>
- <Row Tag="TXT_CITY_NAME_QAMDO">
<Text>Qamdo</Text>
</Row>
- <Row Tag="TXT_CITY_NAME_YUSHU">
<Text>Yushu</Text>
</Row>
- <Row Tag="TXT_CITY_NAME_MANGNAI">
<Text>Mangnai</Text>
</Row>
- <Row Tag="TXT_CITY_NAME_SONGPAN">
<Text>Songpan</Text>
</Row>
- <Row Tag="TXT_CITY_NAME_MAGEN">
<Text>Magen</Text>
</Row>
- <Row Tag="TXT_CITY_NAME_ZHANGYE">
<Text>Zhangye</Text>
</Row>
- <Row Tag="TXT_CITY_NAME_GARZÊ">
<Text>Garzê</Text>
</Row>
- <Row Tag="TXT_CITY_NAME_GOLMUD">
<Text>Golmud</Text>
</Row>
- <Row Tag="TXT_CITY_NAME_ZHONGDIUM">
<Text>Zhongdium</Text>
</Row>
- <Row Tag="TXT_KEY_CIV_TIBET_SHORT_DESC">
<Text>Tibet</Text>
</Row>
- <Row Tag="TXT_KEY_CIV_TIBET_DESC">
<Text>The Tibetan Empire</Text>
</Row>
- <Row Tag="TXT_KEY_CIV_TIBET_ADJECTIVE">
<Text>Tibetan</Text>
</Row>
- <Row Tag="TXT_KEY_CIV_TIBET_PEDIA">
<Text>Humans inhabited the Tibetan Plateau at least 21,000 years ago. This population was largely replaced around 3,000 BP by Neolithic immigrants from northern China. However there is a "partial genetic continuity between the Paleolithic inhabitants and the contemporary Tibetan populations". Some archaeological data suggests humans may have passed through Tibet at the time India was first inhabited, half a million years ago.[12]The earliest Tibetan historical texts identify the Zhang Zhung culture as a people who migrated from the Amdo region into what is now the region of Guge in western Tibet. Zhang Zhung is considered to be the original home of the Bön religion. By the 1st century BCE, a neighboring kingdom arose in the Yarlung valley, and the Yarlung king, Drigum Tsenpo, attempted to remove the influence of the Zhang Zhung by expelling the Zhang's Bön priests from Yarlung. He was assassinated and Zhang Zhung continued its dominance of the region until it was annexed by Songtsen Gampo in the 7th century.Prior to Songtsen Gampo, the kings of Tibet were more mythological than factual, and there is insufficient evidence of their existence.The history of a unified Tibet begins with the rule of Songtsän Gampo (604&#8211;650 CE) who united parts of the Yarlung River Valley and founded the Tibetan Empire. He also brought in many reforms and Tibetan power spread rapidly creating a large and powerful empire. It is traditionally considered that his first wife was the Princess of Nepal, Bhrikuti, and that she played a great role in establishment of Buddhism in Tibet. In 640 he married Princess Wencheng, the niece of the powerful Chinese emperor Taizong of Tang China.Under the next few Tibetan kings, Buddhism became established as the state religion and Tibetan power increased even further over large areas of Central Asia, while major inroads were made into Chinese territory, even reaching the Tang's capital Chang'an (modern Xi'an) in late 763.[17] However, the Tibetan occupation of Chang'an only lasted for fifteen days, after which they were defeated by Tang and its ally, the Turkic Uyghur Khaganate.The Kingdom of Nanzhao (in Yunnan and neighbouring regions) remained under Tibetan control from 750 to 794, when they turned on their Tibetan overlords and helped the Chinese inflict a serious defeat on the Tibetans.[18]In 747, the hold of Tibet was loosened by the campaign of general Gao Xianzhi, who tried to re-open the direct communications between Central Asia and Kashmir. By 750 the Tibetans had lost almost all of their central Asian possessions to the Chinese. However, after Gao Xianzhi's defeat by the Arabs and Qarluqs at the Battle of Talas (751), Chinese influence decreased rapidly and Tibetan influence resumed. In 821/822 CE Tibet and China signed a peace treaty. A bilingual account of this treaty, including details of the borders between the two countries, is inscribed on a stone pillar which stands outside the Jokhang temple in Lhasa.[19] Tibet continued as a Central Asian empire until the mid-9th century.The Mongolian Yuan Dynasty, through the Bureau of Buddhist and Tibetan Affairs, or Xuanzheng Yuan , ruled Tibet through a top-level administrative department. One of the department's purposes was to select a dpon-chen, usually appointed by the lama and confirmed by the Mongol emperor in Beijing. The Sakya lama retained a degree of autonomy, acting as the political authority of the region, while the dpon-chen held administrative and military power. Mongol rule of Tibet remained separate from the main provinces of China, but the region existed under Yuan administration until Ming overthrow of the Yuan. If the Sakya lama ever came into conflict with the dpon-chen, the dpon-chen had the authority to send Chinese troops into the region. Tibet retained nominal power over religious and regional political affairs, while the Mongols managed a structural and administrative rule over the region, reinforced by the rare military intervention. This existed as a "diarchic structure" under the Yuan emperor, with power primarily in favor of the Mongols. Mongolian prince Khuden gained temporal power in Tibet in the 1240s and sponsored Sakya Pandita, whose seat became the capital of Tibet.Between 1346 and 1354, Tai Situ Changchub Gyaltsen toppled the Sakya and founded the Phagmodrupa dynasty. The following 80 years saw the founding of the Gelug school (also known as Yellow Hats) by the disciples of Je Tsongkhapa, and the founding of the important Ganden, Drepung, and Sera monasteries near Lhasa.In 1578, Altan Khan of the Tümed Mongols gave Sonam Gyatso, a high lama of the Gelugpa school, the name Dalai Lama; Dalai being the Mongolian translation of the Tibetan name Gyatso, or "Ocean".The first Europeans to arrive in Tibet were the Portuguese missionaries António de Andrade and Manuel Marques in 1624. They were welcomed by the King and Queen of Guge, and were allowed to build a church and to introduce Christian belief. The king of Guge eagerly accepted Christianity as an offsetting religious influence to dilute the thriving Gelugpa and to counterbalance his potential rivals and consolidate his position. All missionaries were expelled in 1745.After the Xinhai Revolution (1911&#8211;12) toppled the Qing Dynasty and the last Qing troops were escorted out of Tibet, the new Republic of China apologized for the actions of the Qing and offered to restore the Dalai Lama's title. The Dalai Lama refused any Chinese title, and declared himself ruler of an independent Tibet in collusion with Mongolia. For the next thirty-six years, the 13th Dalai Lama and the regents who succeeded him governed Tibet. During this time, Tibet fought Chinese warlords for control of the ethnically Tibetan areas in Xikang and Qinghai (parts of Kham and Amdo) along the upper reaches of the Yangtze River. When the regents in the 1930s and 40s displayed negligence in affairs, the Kuomintang Government of the Republic of China used this to their advantage to expand their reach into the Lhasa regime of the Dalai Lama.Emerging with control over most of mainland China after the Chinese Civil War, the People's Liberation Army annexed Tibet in 1950 and negotiated the Seventeen Point Agreement with the newly crowned 14th Dalai Lama's government, affirming the People's Republic of China's sovereignty but granting the area autonomy. After the Dalai Lama government fled to Dharamsala, India during the 1959 Tibetan Rebellion, establishing a rival government-in-exile. Afterwards, the Central People's Government in Beijing renounced the agreement and began implementation of the halted social and political reforms. In 1980, General Secretary and reformist Hu Yaobang visited Tibet, and ushered in a period of social, political, and economic liberalization. At the end of the decade, however analogously to the Tiananmen Square protests of 1989, monks in the Drepung and Sera monasteries started protesting for independence, and so the government halted reforms and started an anti-separatist campaign. During the Great Leap Forward between 200 thousand and 1 million Tibetans died, and approximately 6,000 monasteries were destroyed around the Cultural Revolution. Human rights organisations have sometimes criticised the Beijing and Lhasa governments' approach to human rights in the region when cracking down on separatist convulsions that have occurred around monasteries and cities, most recently in the 2008 Tibetan unrest.</Text>
</Row>
- <Row Tag="TXT_KEY_CIV_TIBET_DOM">
<Text>Greetings king Songtsen Gampo, ruler of Tibet. Your loyal subjects bow down before your magnificence.[NEWLINE][NEWLINE] Great king, your deeds are beyond counting; You brought Buddhism to Tibet, created the tibetan script, expanded her borders, and turned Lhasa into a flourishing capital. Despite conquered by the brutal mongols and the chinese communists, your culture has survived and pospered. [NEWLINE][NEWLINE] King Songtsen Gampo, you are expected to pick up sword and crown, to once again make Tibet the awe of lesser nations. Will you accept the challenge? Can you build a civilization to stand the test of time..?</Text>
</Row>
- <Row Tag="TXT_KEY_CIVILOPEDIA_LEADERS_SONGTSEN_GAMPO_HEADING_1">
<Text>History</Text>
</Row>
- <Row Tag="TXT_KEY_CIVILOPEDIA_LEADERS_SONGTSEN_GAMPO_TEXT_1">
<Text>Songtsen Gampo (Srong-brtsan Sgam-po) (born ca. 604, died 649) was the first great emperor who expanded Tibet's power beyond Lhasa and the Yarlung Valley, and is traditionally credited with introducing Buddhism to Tibet.When his father Namri Songtsen died by poisoning (circa 617,) Songtsen Gampo took control, after putting down a brief rebellion. Songtsen Gampo proved adept at diplomacy as well as combat. The emperor's minister, Myang Mangpoje (Myang Mang-po-rje Zhang-shang), defeated the Sumpa people ca. 627. Six years later (c. 632-33) Myang Mangpoje was accused of treason and executed. He was succeeded by minister Gar Songtsen (Mgar-srong-rtsan). The Chinese records mention an envoy in 634. On that occasion, the Emperor requested marriage to a Chinese princess but was refused. In 635-36 the Emperor attacked and defeated the Tuyuhun (Tibetan: &#8216;A zha), who lived around Lake Koko Nur, and who controlled important trade routes into China. After a Tibetan campaign against China in 635-6, the Chinese emperor agreed (only because of the threat of force, according to Tibetan sources) to provide a Chinese princess to Songtsen Gampo.Circa 639, after Songtsen Gampo had a dispute with his younger brother Tsensong (Brtsan-srong), the younger brother was burnt to death by his own minister Khesreg (Mkha&#8217;s sregs) (presumably at the behest of his older brother the emperor).The Chinese Princess Wencheng (Tibetan: Mung-chang Kung-co) departed China in 640 to marry Songtsen Gampo's son. She arrived a year later. This is traditionally credited with being the first time that Buddhism came to Tibet, but it is very unlikely Buddhism extended beyond foreigners at the court.Songtsen Gampo&#8217;s sister Semakar (Sad-mar-kar) was sent to marry Lig-myi-rhya, the king of Zhangzhung in what is now Western Tibet. However, when the king refused to consummate the marriage, she then helped her brother to defeat Lig myi-rhya and incorporate Zhangzhung into the Tibetan Empire. In 645, Songtsän Gampo overran the kingdom of Zhangzhung.Songtsen Gampo died in 649. He was succeeded by his infant grandson Trimang Lon (Khri-mang-slon). Real power was left in the hands of the minister Gar Songtsen.There is some confusion as to whether Central Tibet conquered Zhangzhung during the reign of Songtsen Gampo or in the reign of Trisong Detsen, (r. 755 until 797 or 804 CE).[10] The records of the Tang Annals do, however, seem to clearly place these events in the reign of Songtsän Gampo for they say that in 634, Zhangzhung and various Qiang tribes "altogether submitted to him." Following this, he united with the country of Zhangzhung to defeat the Tuyuhun, then conquered two more Qiang tribes before threatening the Chinese region of Songzhou with a very large army (according to Tibetan sources 100,000, according to the Chinese more than 200,000 men). He then sent an envoy with gifts of gold and silk to the Chinese emperor to ask for a Chinese princess in marriage and, when refused, attacked Songzhou. According to the Tang Annals, he finally retreated and apologised and later the emperor granted his request,It is recorded in the tradition of Tibet, that after Songtsen Gampo died in 650 A.D., the Chinese Tang dynasty attacked and took control of Lhasa, "but they could not sustain their presence there in the hostile environment, so they soon returned to China."</Text>
</Row>
- <Row Tag="TXT_KEY_CIVILOPEDIA_LEADERS_SONGTSEN_GAMPO_LIVED">
<Text>617-649</Text>
</Row>
- <Row Tag="TXT_KEY_CIVILOPEDIA_LEADERS_SONGTSEN_GAMPO_NAME">
<Text>Songtsen Gampo</Text>
</Row>
- <Row Tag="TXT_KEY_CIVILOPEDIA_LEADERS_SONGTSEN_GAMPO_SUBTITLE">
<Text>King of the Tibetans</Text>
</Row>
- <Row Tag="TXT_KEY_LEADER_SONGTSEN_GAMPO">
<Text>Songtsen Gampo</Text>
</Row>
- <Row Tag="TXT_KEY_UNIT_TIBETAN_CAVALRY">
<Text>Tibetan Cavalry</Text>
</Row>
- <Row Tag="TXT_KEY_UNIT_HELP_TIBETAN_CAVALRY">
<Text>Strong medieval mounted unit. Only the Tibetans may build it. This unit Ignore Terrain costs, unlike the Knight, whom it replaces.</Text>
</Row>
- <Row Tag="TXT_KEY_UNIT_TIBETAN_CAVALRY_STRATEGY">
<Text>This unit will have a great advantage in rough terrain.</Text>
</Row>
- <Row Tag="TXT_KEY_CIV5_MEDIEVAL_TIBETAN_CAVALRY_TEXT">
<Text>Armor and weapons are certainly not among the images usually called to mind when considering the art or culture of Tibet, which is closely identified with the pacifism and deep spirituality of the Dalai Lama and with the compassionate nature of Tibetan Buddhism. However, this seeming paradox resolves itself when seen in the context of Tibetan history, which includes regular and extended periods of intense military activity from the seventh to the mid-twentieth century.[NEWLINE] Many excellent examples of Tibetan arms and armor can be found in museum collections today largely due to the fact that various types of armor and weapons continued to be used in Tibet into the early twentieth century, long after they had gone out of use in the West.[NEWLINE] Other types were preserved for ceremonial occasions, the most important of which was the Great Prayer Festival, a month-long event held annually in the Tibetan capital of Lhasa.[NEWLINE] Historical armor and weapons were also preserved due to the long-standing tradition of placing votive arms in monasteries and temples, where they are kept in special chapels, known as gonkhang (mgon khang), and dedicated to the service of guardian deities</Text>
</Row>
- <Row Tag="TXT_KEY_TRAIT_PEOPLE_PLATEU">
<Text>People of the Great Plateu</Text>
</Row>
- <Row Tag="TXT_KEY_TRAIT_PEOPLE_PLATEU_SHORT">
<Text>Cattle provides +2 [ICON_FOOD] Food</Text>
</Row>
- <Row Tag="TXT_KEY_BUILDING_CHORTEN">
<Text>Chorten</Text>
</Row>
- <Row Tag="TXT_KEY_BUILDING_CHORTEN_STRATEGY">
<Text>This building will give you some early culture with no [ICON_GOLD] gold maintenance.</Text>
</Row>
- <Row Tag="TXT_KEY_BUILDING_CHORTEN_TEXT">
<Text>Chortens are monuments built over relics of Buddhas and Dalai Lamas.</Text>
</Row>
- <Row Tag="TXT_KEY_LEADER_SONGTSEN_GAMPO_ATTACKED_1">
<Text>If you wish to fight, I'll not break down.</Text>
</Row>
- <Row Tag="TXT_KEY_LEADER_SONGTSEN_GAMPO_ATTACKED_2">
<Text>Let me apologize in advance if your forces are destroyed to the last man.</Text>
</Row>
- <Row Tag="TXT_KEY_LEADER_SONGTSEN_GAMPO_DECLAREWAR_1">
<Text>Oh don't mind my forces, they are just target practising.</Text>
</Row>
- <Row Tag="TXT_KEY_LEADER_SONGTSEN_GAMPO_DECLAREWAR_2">
<Text>I am sending a contingent of Tibetan soldiers on a goodwill tour of your major cities. I trust that they will be received with open arms.</Text>
</Row>
- <Row Tag="TXT_KEY_LEADER_SONGTSEN_GAMPO_DECLAREWAR_3">
<Text>I've had enough of you, time to die!</Text>
</Row>
- <Row Tag="TXT_KEY_LEADER_SONGTSEN_GAMPO_DEFEATED_1">
<Text>You may have vanquished our armies, but you will never vanquish the Tibetan spirit.</Text>
</Row>
- <Row Tag="TXT_KEY_LEADER_SONGTSEN_GAMPO_DEFEATED_2">
<Text>You have conquered an innocent and helpless people. I congratulate you.</Text>
</Row>
- <Row Tag="TXT_KEY_LEADER_SONGTSEN_GAMPO_DEFEATED_3">
<Text>You have conquered us. If you wish to ease your terrible karmic burden and stop be reborn, I urge you to be merciful in victory.</Text>
</Row>
- <Row Tag="TXT_KEY_LEADER_SONGTSEN_GAMPO_DEMANDTRIBUTE_ANGRY">
<Text>Giv us what want or we'll wipe your pathetic civilization of the face of the earth!</Text>
</Row>
- <Row Tag="TXT_KEY_LEADER_SONGTSEN_GAMPO_DEMANDTRIBUTE_HAPPY">
<Text>My friend, can you spare us this?</Text>
</Row>
- <Row Tag="TXT_KEY_LEADER_SONGTSEN_GAMPO_DEMANDTRIBUTE_NEUTRAL">
<Text>Tibet is poor; you are rich. Perhaps your considerable karmic burden could be eased by giving this to us.</Text>
</Row>
- <Row Tag="TXT_KEY_LEADER_SONGTSEN_GAMPO_DISAGREE_SHORT_1">
<Text>No.</Text>
</Row>
- <Row Tag="TXT_KEY_LEADER_SONGTSEN_GAMPO_DISAGREE_SHORT_2">
<Text>Certainly not.</Text>
</Row>
- <Row Tag="TXT_KEY_LEADER_SONGTSEN_GAMPO_DISAGREE_SHORT_3">
<Text>We decline.</Text>
</Row>
- <Row Tag="TXT_KEY_LEADER_SONGTSEN_GAMPO_DISAGREE_SHORT_4">
<Text>Of course not.</Text>
</Row>
- <Row Tag="TXT_KEY_LEADER_SONGTSEN_GAMPO_DISAGREE_SHORT_5">
<Text>That's unacceptable.</Text>
</Row>
- <Row Tag="TXT_KEY_LEADER_SONGTSEN_GAMPO_DISAGREE_SHORT_6">
<Text>You cannot be serious!</Text>
</Row>
- <Row Tag="TXT_KEY_LEADER_SONGTSEN_GAMPO_DISAGREE_SHORT_7">
<Text>I beg your pardon?</Text>
</Row>
- <Row Tag="TXT_KEY_LEADER_SONGTSEN_GAMPO_FIRSTGREETING_1">
<Text>In the name of Tibet, I greet you.</Text>
</Row>
- <Row Tag="TXT_KEY_LEADER_SONGTSEN_GAMPO_FIRSTGREETING_2">
<Text>Welcome! I trust that our peoples can share the world's bounty in peaceful harmony!</Text>
</Row>
- <Row Tag="TXT_KEY_LEADER_SONGTSEN_GAMPO_FIRSTGREETING_3">
<Text>In the name of the Tibetan people, I offer you my hand in friendship!</Text>
</Row>
- <Row Tag="TXT_KEY_LEADER_SONGTSEN_GAMPO_WINWAR_1">
<Text>You've been defeated. Surrender, and your life will be spared.</Text>
</Row>
- <Row Tag="TXT_KEY_LEADER_SONGTSEN_GAMPO_WINWAR_2">
<Text>Your barbarian civilization has been consumed...</Text>
</Row>
- <Row Tag="TXT_KEY_LEADER_SONGTSEN_GAMPO_GREETING_1">
<Text>Welcome.</Text>
</Row>
- <Row Tag="TXT_KEY_LEADER_SONGTSEN_GAMPO_GREETING_2">
<Text>Hello.</Text>
</Row>
- <Row Tag="TXT_KEY_LEADER_SONGTSEN_GAMPO_GREETING_3">
<Text>Peace be with you.</Text>
</Row>
- <Row Tag="TXT_KEY_LEADER_SONGTSEN_GAMPO_GREETING_4">
<Text>Good day.</Text>
</Row>
- <Row Tag="TXT_KEY_LEADER_SONGTSEN_GAMPO_GREETING_5">
<Text>Oh, it's you.</Text>
</Row>
- <Row Tag="TXT_KEY_LEADER_SONGTSEN_GAMPO_GREETING_6">
<Text>Well?</Text>
</Row>
- <Row Tag="TXT_KEY_LEADER_SONGTSEN_GAMPO_GREETING_7">
<Text>What do you want?</Text>
</Row>
- <Row Tag="TXT_KEY_LEADER_SONGTSEN_GAMPO_LETSHEARIT_1">
<Text>Go ahead.</Text>
</Row>
- <Row Tag="TXT_KEY_LEADER_SONGTSEN_GAMPO_LETSHEARIT_2">
<Text>Proceed.</Text>
</Row>
- <Row Tag="TXT_KEY_LEADER_SONGTSEN_GAMPO_LETSHEARIT_3">
<Text>I'm listening.</Text>
</Row>
- <Row Tag="TXT_KEY_LEADER_SONGTSEN_GAMPO_LETSHEARIT_4">
<Text>Yes?</Text>
</Row>
- <Row Tag="TXT_KEY_LEADER_SONGTSEN_GAMPO_LETSHEARIT_5">
<Text>You were saying?</Text>
</Row>
- <Row Tag="TXT_KEY_LEADER_SONGTSEN_GAMPO_LETSHEARIT_6">
<Text>And?</Text>
</Row>
- <Row Tag="TXT_KEY_LEADER_SONGTSEN_GAMPO_LETSHEARIT_7">
<Text>Go on.</Text>
</Row>
- <Row Tag="TXT_KEY_LEADER_SONGTSEN_GAMPO_NEEDMORE_ANGRY_1">
<Text>You'll need to do better than this.</Text>
</Row>
- <Row Tag="TXT_KEY_LEADER_SONGTSEN_GAMPO_TRADE_NEEDMORE_ANGRY_2">
<Text>That's not good enough.</Text>
</Row>
- <Row Tag="TXT_KEY_LEADER_SONGTSEN_GAMPO_TRADE_NEEDMORE_ANGRY_3">
<Text>You must do better than that.</Text>
</Row>
- <Row Tag="TXT_KEY_LEADER_SONGTSEN_GAMPO_TRADE_NEEDMORE_HAPPY_1">
<Text>Much as it pains me, I do not see how I can agree to these terms; can you not do a little better?</Text>
</Row>
- <Row Tag="TXT_KEY_LEADER_SONGTSEN_GAMPO_TRADE_NEEDMORE_HAPPY_2">
<Text>Is that the best you can do?</Text>
</Row>
- <Row Tag="TXT_KEY_LEADER_SONGTSEN_GAMPO_TRADE_NEEDMORE_HAPPY_3">
<Text>You're almost there&#8230;</Text>
</Row>
- <Row Tag="TXT_KEY_LEADER_SONGTSEN_GAMPO_TRADE_NEEDMORE_NEUTRAL_1">
<Text>This is not fair to us. Kindly improve your offer.</Text>
</Row>
- <Row Tag="TXT_KEY_LEADER_SONGTSEN_GAMPO_TRADE_NEEDMORE_NEUTRAL_2">
<Text>Can you do a little better?</Text>
</Row>
- <Row Tag="TXT_KEY_LEADER_SONGTSEN_GAMPO_TRADE_NEEDMORE_NEUTRAL_3">
<Text>That's not quite good enough.</Text>
</Row>
- <Row Tag="TXT_KEY_LEADER_SONGTSEN_GAMPO_TRADE_NEEDMORE_NEUTRAL_4">
<Text>Almost&#8230;</Text>
</Row>
- <Row Tag="TXT_KEY_LEADER_SONGTSEN_GAMPO_TRADE_NO_ANGRY">
<Text>To agree to such terms would be foolish indeed. No thank you.</Text>
</Row>
- <Row Tag="TXT_KEY_LEADER_SONGTSEN_GAMPO_TRADE_NO_HAPPY">
<Text>With regret, I am unable to agree to your terms at this time.</Text>
</Row>
- <Row Tag="TXT_KEY_LEADER_SONGTSEN_GAMPO_TRADE_NO_NEUTRAL">
<Text>Such an agreement would not be in the best interest for now.</Text>
</Row>
- <Row Tag="TXT_KEY_LEADER_SONGTSEN_GAMPO_TRADE_YES_ANGRY">
<Text>You are wiser than you appear. I agree to your terms.</Text>
</Row>
- <Row Tag="TXT_KEY_LEADER_SONGTSEN_GAMPO_TRADE_YES_HAPPY">
<Text>Agreed. I believe that we will both profit equally from this exchange.</Text>
</Row>
- <Row Tag="TXT_KEY_LEADER_SONGTSEN_GAMPO_TRADE_YES_NEUTRAL">
<Text>This seems fair; very well.</Text>
</Row>
- <Row Tag="TXT_KEY_LEADER_SONGTSEN_GAMPO_TRADEREQUEST_ANGRY">
<Text>Surely your unfortunate civilization could benefit by trading with its betters?</Text>
</Row>
- <Row Tag="TXT_KEY_LEADER_SONGTSEN_GAMPO_TRADEREQUEST_HAPPY">
<Text>My friend, are you interested in this arrangement?</Text>
</Row>
- <Row Tag="TXT_KEY_LEADER_SONGTSEN_GAMPO_TRADEREQUEST_NEUTRAL">
<Text>Fair trade benefits everyone, don't you agree?</Text>
</Row>
- <Row Tag="TXT_KEY_LEADER_SONGTSEN_GAMPO_TRIBUTE_NO_ANGRY">
<Text>My generals tell me that they are unable to deliver the items you request. However, they encourage you to 'come and get some.' I'm not exactly sure what they mean by that.</Text>
</Row>
- <Row Tag="TXT_KEY_LEADER_SONGTSEN_GAMPO_TRIBUTE_NO_HAPPY">
<Text>That hardly seems reasonable. We are your friends, not your slaves.</Text>
</Row>
- <Row Tag="TXT_KEY_LEADER_SONGTSEN_GAMPO_TRIBUTE_YES_ANGRY">
<Text>Naked greed is not a good trait in a leader. However, to keep the peace we will accede to your demands.</Text>
</Row>
</Language_en_US>
</GameData>
 
cont.
icons.xml
Spoiler :
<?xml version="1.0" encoding="utf-8"?>
<GameData>
<IcontexureAtlases>
<Row>
<Atlas>TIBET_ICON_ATLAS</Atlas>
<IconSize>256</IconSize>
<FileName>IconAtlas256.DDS</FileName>
<IconsPerRow>8</IconsPerRow>
<IconsPerColumn>8</IconsPerColumn>
</Row>
<Row>
<Atlas>TIBET_ICON_ATLAS</Atlas>
<IconSize>128</IconSize>
<FileName>IconAtlas128.DDS</FileName>
<IconsPerRow>8</IconsPerRow>
<IconsPerColumn>8</IconsPerColumn>
</Row>
<Row>
<Atlas>TIBET_ICON_ATLAS</Atlas>
<IconSize>80</IconSize>
<FileName>IconAtlas80.DDS</FileName>
<IconsPerRow>8</IconsPerRow>
<IconsPerColumn>8</IconsPerColumn>
</Row>
<Row>
<Atlas>TIBET_ICON_ATLAS</Atlas>
<IconSize>64</IconSize>
<FileName>IconAtlas64.DDS</FileName>
<IconsPerRow>8</IconsPerRow>
<IconsPerColumn>8</IconsPerColumn>
</Row>
<Row>
<Atlas>TIBET_ICON_ATLAS</Atlas>
<IconSize>32</IconSize>
<FileName>IconAtlas32.DDS</FileName>
<IconsPerRow>8</IconsPerRow>
<IconsPerColumn>8</IconsPerColumn>
</Row>
</IcontexureAtlases>
</GameData>

TibetanColours.xml
Spoiler :
<?xml version="1.0" encoding="utf-8"?>
<GameData>
<PlayerColors>
<Row>
<Type>PLAYERCOLOR_TIBET</Type>
<PrimaryColor>COLOR_PLAYER_SONGHAI_ICON</PrimaryColor>
<SecondaryColor>COLOR_PLAYER_ORANGE</SecondaryColor>
<TextColor>COLOR_PLAYER_WHITE_TEXT</TextColor>
</Row>
</PlayerColors>
</GameData>

chorten.xml
Spoiler :
<?xml version="1.0" encoding="utf-8"?>
<GameData>
<Buildings>
<Row>
<Civilization>CIVILIZATION_TIBET</Civilization>
<Type>BUILDING_CHORTEN</Type>
<BuildingClass>BUILDINGCLASS_MONUMENT</BuildingClass>
<Cost>60</Cost>
<GoldMaintenance>0</GoldMaintenance>
<Help>TXT_KEY_BUILDING_CHORTEN_STRATEGY</Help>
<Description>TXT_KEY_BUILDING_CHORTEN</Description>
<Civilopedia>TXT_KEY_CIV5_CHORTEN_TEXT</Civilopedia>
<Strategy>TXT_KEY_BUILDING_CHORTEN_STRATEGY</Strategy>
<MinAreaSize>-1</MinAreaSize>
<Culture>2</Culture>
<HurryCostModifier>25</HurryCostModifier>
<IconAtlas>TIBET_ICON_ATLAS</IconAtlas>
<NeverCapture>true</NeverCapture>
<PortraitIndex>2</PortraitIndex>
</Row>
</Buildings>
</GameData>

trait.xml
Spoiler :
<?xml version="1.0" encoding="utf-8"?>
<GameData>
<Traits>
<Row>
<Type>TRAIT_PEOPLE_PLATEU</Type>
<Description>TXT_KEY_TRAIT_PEOPLE_PLATEU</Description>
<ShortDescription>TXT_KEY_TRAIT_PEOPLE_PLATEU_SHORT</ShortDescription>
</Row>
<Row>
<TraitType>TRAIT_PEOPLE_PLATEU</TraitType>
<ResourceType>RESOURCE_CATTLE</ResourceType>
<YieldType>YIELD_FOOD</YieldType>
<Yield>2</Yield>
</Row>
</Traits>
</GameData>
 
SongtsenGampo.xml
Spoiler :
<?xml version="1.0" encoding="utf-8"?>
<GameData>
<Leaders>
<Row>
<Type>LEADER_SONGTSEN GAMPO</Type>
<Description>TXT_KEY_LEADER_SONGTSEN_GAMPO</Description>
<Civilopedia>TXT_KEY_LEADER_SONGTSEN_GAMPO_PEDIA</Civilopedia>
<CivilopediaTag>TXT_KEY_CIVILOPEDIA_LEADERS_SONGTSEN_GAMPO</CivilopediaTag>
<ArtDefineTag>Ramkhamhaeng_Scene.xml</ArtDefineTag>
<VictoryCompetitiveness>8</VictoryCompetitiveness>
<WonderCompetitiveness>7</WonderCompetitiveness>
<MinorCivCompetitiveness>3</MinorCivCompetitiveness>
<Boldness>8</Boldness>
<DiploBalance>3</DiploBalance>
<WarmongerHate>2</WarmongerHate>
<DenounceWillingness>4</DenounceWillingness>
<DoFWillingness>7</DoFWillingness>
<IconAtlas>TIBET_ICON_ATLAS</IconAtlas>
<PortraitIndex>1</PortraitIndex>
<Loyalty>4</Loyalty>
<Neediness>4</Neediness>
<Forgiveness>5</Forgiveness>
<Chattiness>7</Chattiness>
<Meanness>7</Meanness>
</Row>
</Leaders>
<Leader_MajorCivApproachBiases>
<Row>
<LeaderType>LEADER_SONGTSEN_GAMPO</LeaderType>
<MajorCivApproachType>MAJOR_CIV_APPROACH_WAR</MajorCivApproachType>
<Bias>2</Bias>
</Row>
<Row>
<LeaderType>LEADER_SONGTSÄN GAMPO</LeaderType>
<MajorCivApproachType>MAJOR_CIV_APPROACH_HOSTILE</MajorCivApproachType>
<Bias>1</Bias>
</Row>
<Row>
<LeaderType>LEADER_SONGTSEN_GAMPO</LeaderType>
<MajorCivApproachType>MAJOR_CIV_APPROACH_DECEPTIVE</MajorCivApproachType>
<Bias>4</Bias>
</Row>
<Row>
<LeaderType>LEADER_SONGTSEN_GAMPO</LeaderType>
<MajorCivApproachType>MAJOR_CIV_APPROACH_GUARDED</MajorCivApproachType>
<Bias>5</Bias>
</Row>
<Row>
<LeaderType>LEADER_SONGTSEN_GAMPO</LeaderType>
<MajorCivApproachType>MAJOR_CIV_APPROACH_AFRAID</MajorCivApproachType>
<Bias>3</Bias>
</Row>
<Row>
<LeaderType>LEADER_SONGTSEN_GAMPO</LeaderType>
<MajorCivApproachType>MAJOR_CIV_APPROACH_FRIENDLY</MajorCivApproachType>
<Bias>5</Bias>
</Row>
<Row>
<LeaderType>LEADER_SONGTSEN_GAMPO</LeaderType>
<MajorCivApproachType>MAJOR_CIV_APPROACH_NEUTRAL</MajorCivApproachType>
<Bias>4</Bias>
</Row>
</Leader_MajorCivApproachBiases>
<Leader_MinorCivApproachBiases>
<Row>
<LeaderType>LEADER_SONGTSEN_GAMPO</LeaderType>
<MinorCivApproachType>MINOR_CIV_APPROACH_IGNORE</MinorCivApproachType>
<Bias>3</Bias>
</Row>
<Row>
<LeaderType>LEADER_LEADER_SONGTSEN_GAMPO</LeaderType>
<MinorCivApproachType>MINOR_CIV_APPROACH_FRIENDLY</MinorCivApproachType>
<Bias>8</Bias>
</Row>
<Row>
<LeaderType>LEADER_LEADER_SONGTSEN_GAMPO</LeaderType>
<MinorCivApproachType>MINOR_CIV_APPROACH_PROTECTIVE</MinorCivApproachType>
<Bias>3</Bias>
</Row>
<Row>
<LeaderType>LEADER_LEADER_SONGTSEN_GAMPO</LeaderType>
<MinorCivApproachType>MINOR_CIV_APPROACH_CONQUEST</MinorCivApproachType>
<Bias>4</Bias>
</Row>
</Leader_MinorCivApproachBiases>
<Leader_Flavors>
<Row>
<LeaderType>LEADER_LEADER_SONGTSEN_GAMPO</LeaderType>
<FlavorType>FLAVOR_OFFENSE</FlavorType>
<Flavor>3</Flavor>
</Row>
<Row>
<LeaderType>LEADER_LEADER_SONGTSEN_GAMPO</LeaderType>
<FlavorType>FLAVOR_DEFENSE</FlavorType>
<Flavor>5</Flavor>
</Row>
<Row>
<LeaderType>LEADER_LEADER_SONGTSEN_GAMPO</LeaderType>
<FlavorType>FLAVOR_CITY_DEFENSE</FlavorType>
<Flavor>5</Flavor>
</Row>
<Row>
<LeaderType>LEADER_LEADER_SONGTSEN_GAMPO</LeaderType>
<FlavorType>FLAVOR_MILITARY_TRAINING</FlavorType>
<Flavor>5</Flavor>
</Row>
<Row>
<LeaderType>LEADER_SONGTSEN_GAMPO</LeaderType>
<FlavorType>FLAVOR_RECON</FlavorType>
<Flavor>5</Flavor>
</Row>
<Row>
<LeaderType>LEADER_SONGTSEN_GAMPO</LeaderType>
<FlavorType>FLAVOR_RANGED</FlavorType>
<Flavor>3</Flavor>
</Row>
<Row>
<LeaderType>LEADER_SONGTSEN_GAMPO</LeaderType>
<FlavorType>FLAVOR_MOBILE</FlavorType>
<Flavor>8</Flavor>
</Row>
<Row>
<LeaderType>LEADER_SONGTSEN_GAMPO</LeaderType>
<FlavorType>FLAVOR_NAVAL</FlavorType>
<Flavor>5</Flavor>
</Row>
<Row>
<LeaderType>LEADER_SONGTSEN_GAMPO</LeaderType>
<FlavorType>FLAVOR_NAVAL_RECON</FlavorType>
<Flavor>5</Flavor>
</Row>
<Row>
<LeaderType>LEADER_SONGTSEN_GAMPO</LeaderType>
<FlavorType>FLAVOR_NAVAL_GROWTH</FlavorType>
<Flavor>6</Flavor>
</Row>
<Row>
<LeaderType>LEADER_SONGTSEN_GAMPO</LeaderType>
<FlavorType>FLAVOR_NAVAL_TILE_IMPROVEMENT</FlavorType>
<Flavor>6</Flavor>
</Row>
<Row>
<LeaderType>LEADER_SONGTSEN_GAMPO</LeaderType>
<FlavorType>FLAVOR_AIR</FlavorType>
<Flavor>3</Flavor>
</Row>
<Row>
<LeaderType>LEADER_SONGTSEN_GAMPO</LeaderType>
<FlavorType>FLAVOR_EXPANSION</FlavorType>
<Flavor>5</Flavor>
</Row>
<Row>
<LeaderType>LEADER_SONGTSEN_GAMPO</LeaderType>
<FlavorType>FLAVOR_GROWTH</FlavorType>
<Flavor>4</Flavor>
</Row>
<Row>
<LeaderType>LEADER_SONGTSEN_GAMPO</LeaderType>
<FlavorType>FLAVOR_TILE_IMPROVEMENT</FlavorType>
<Flavor>4</Flavor>
</Row>
<Row>
<LeaderType>LEADER_SONGTSEN_GAMPO</LeaderType>
<FlavorType>FLAVOR_INFRASTRUCTURE</FlavorType>
<Flavor>4</Flavor>
</Row>
<Row>
<LeaderType>LEADER_SONGTSEN_GAMPO</LeaderType>
<FlavorType>FLAVOR_PRODUCTION</FlavorType>
<Flavor>5</Flavor>
</Row>
<Row>
<LeaderType>LEADER_SONGTSEN_GAMPO</LeaderType>
<FlavorType>FLAVOR_GOLD</FlavorType>
<Flavor>3</Flavor>
</Row>
<Row>
<LeaderType>LEADER_SONGTSEN_GAMPO</LeaderType>
<FlavorType>FLAVOR_SCIENCE</FlavorType>
<Flavor>6</Flavor>
</Row>
<Row>
<LeaderType>LEADER_SONGTSEN_GAMPO</LeaderType>
<FlavorType>FLAVOR_CULTURE</FlavorType>
<Flavor>9</Flavor>
</Row>
<Row>
<LeaderType>LEADER_SONGTSEN_GAMPO</LeaderType>
<FlavorType>FLAVOR_HAPPINESS</FlavorType>
<Flavor>5</Flavor>
</Row>
<Row>
<LeaderType>LEADER_SONGTSEN_GAMPO</LeaderType>
<FlavorType>FLAVOR_GREAT_PEOPLE</FlavorType>
<Flavor>6</Flavor>
</Row>
<Row>
<LeaderType>LEADER_SONGTSEN_GAMPO</LeaderType>
<FlavorType>FLAVOR_WONDER</FlavorType>
<Flavor>7</Flavor>
</Row>
<Row>
<LeaderType>LEADER_SONGTSEN_GAMPO</LeaderType>
<FlavorType>FLAVOR_RELIGION</FlavorType>
<Flavor>5</Flavor>
</Row>
<Row>
<LeaderType>LEADER_SONGTSEN_GAMPO</LeaderType>
<FlavorType>FLAVOR_DIPLOMACY</FlavorType>
<Flavor>7</Flavor>
</Row>
<Row>
<LeaderType>LEADER_SONGTSEN_GAMPO</LeaderType>
<FlavorType>FLAVOR_SPACESHIP</FlavorType>
<Flavor>2</Flavor>
</Row>
<Row>
<LeaderType>LEADER_SONGTSEN_GAMPO</LeaderType>
<FlavorType>FLAVOR_WATER_CONNECTION</FlavorType>
<Flavor>2</Flavor>
</Row>
<Row>
<LeaderType>LEADER_SONGTSEN_GAMPO</LeaderType>
<FlavorType>FLAVOR_NUKE</FlavorType>
<Flavor>3</Flavor>
</Row>
</Leader_Flavors>
<Leader_Traits>
<Row>
<LeaderType>LEADER_SONGTSEN_GAMPO</LeaderType>
<TraitType>TRAIT_PEOPLE_PLATEU</TraitType>
</Row>
</Leader_Traits>
</GameData>

TibetanCavalry.xml
Spoiler :
<?xml version="1.0" encoding="utf-8"?>
<GameData>
<Civilization_UnitClassOverrides>
<Row>
<CivilizationType>CIVILIZATION_TIBET</CivilizationType>
<UnitClassType>UNITCLASS_KNIGHT</UnitClassType>
<UnitType>UNIT_TIBETAN_CAVALRY</UnitType>
</Row>
</Civilization_UnitClassOverrides>
<Units>
<Row>
<Class>UNITCLASS_KNIGHT</Class>
<Type>UNIT_TIBETAN_CAVALRY</Type>
<PrereqTech>TECH_CHIVALRY</PrereqTech>
<Combat>20</Combat>
<Cost>120</Cost>
<Moves>2</Moves>
<CombatClass>UNITCOMBAT_MOUNTED</CombatClass>
<Domain>DOMAIN_LAND</Domain>
<DefaultUnitAI>UNITAI_ATTACK</DefaultUnitAI>
<Description>TXT_KEY_UNIT_TIBETAN_CAVALRY</Description>
<Civilopedia>TXT_KEY_CIV5_MEDIEVAL_TIBETAN_CAVALRY_TEXT</Civilopedia>
<Strategy>TXT_KEY_UNIT_TIBETAN_CAVALRY_STRATEGY</Strategy>
<Help>TXT_KEY_UNIT_HELP_TIBETAN_CAVALRY</Help>
<MilitarySupport>true</MilitarySupport>
<MilitaryProduction>true</MilitaryProduction>
<Pillage>true</Pillage>
<ObsoleteTech>TECH_MILITARY_SCIENCE</ObsoleteTech>
<GoodyHutUpgradeUnitClass>UNITCLASS_CAVALRY</GoodyHutUpgradeUnitClass>
<AdvancedStartCost>25</AdvancedStartCost>
<XPValueAttack>3</XPValueAttack>
<XPValueDefense>3</XPValueDefense>
<UnitArtInfo>ART_DEF_UNIT_U_MONGOL_KESHIK</UnitArtInfo>
<IconAtlas>TIBET_ICON_ATLAS</IconAtlas>
<PortraitIndex>3</PortraitIndex>
<MoveRate>QUADRUPED</MoveRate>
</Row>
</Units>
<Unit_FreePromotions>
<Row>
<UnitType>UNIT_TIBETAN_CAVALRY</UnitType>
<PromotionType>PROMOTION_IGNORE_TERRAIN_COST</PromotionType>
</Row>
</Unit_FreePromotions>
<Unit_AITypes>
<Row>
<UnitType>UNIT_TIBETAN_CAVALRY</UnitType>
<UnitAIType>UNITAI_ATTACK</UnitAIType>
</Row>
<Row>
<UnitType>UNIT_TIBETAN_CAVALRY</UnitType>
<UnitAIType>UNITAI_DEFENSE</UnitAIType>
</Row>
<Row>
<UnitType>UNIT_TIBETAN_CAVALRY</UnitType>
<UnitAIType>UNITAI_FAST_ATTACK</UnitAIType>
</Row>
</Unit_AITypes>
<Unit_ClassUpgrades>
- <Row>
<UnitType>UNIT_TIBETAN_CAVALRY</UnitType>
<UnitClassType>UNITCLASS_CAVALRY</UnitClassType>
</Row>
</Unit_ClassUpgrades>
<Unit_Flavors>
- <Row>
<UnitType>UNIT_TIBETAN_CAVALRY</UnitType>
<FlavorType>FLAVOR_OFFENSE</FlavorType>
<Flavor>12</Flavor>
</Row>
<Row>
<UnitType>UNIT_TIBETAN CAVALRY_KNIGHT</UnitType>
<FlavorType>FLAVOR_DEFENSE</FlavorType>
<Flavor>20</Flavor>
</Row>
</Unit_Flavors>
<Unit_ResourceQuantityRequirements>
- <Row>
<UnitType>UNIT_TIBETAN_CAVALRY</UnitType>
<ResourceType>RESOURCE_HORSE</ResourceType>
</Row>
</Unit_ResourceQuantityRequirements>
</GameData>
 
Quite a few things wrong.

1> .DDS files do not use the OnModActivated/UpdateDatabase method to load. Only GameData XML uses that method. For .dds files, you have to use the VFS import instead.

2> Lhasa.
You've defined a text key for TXT_KEY_CITY_NAME_LHASA. But there's already a Lhasa in the core game (a city-state), and the game can't have duplication, so any file that includes the definition for Lhasa will break. Since you've got that in the same file as your Civilization definition, then the game won't load that, and none of the rest will work.

You'll have to check to make sure no other text keys or cities are duplicated. This is the single most common failure of mods that add new civilizations.

3> You misspelled "plateau" in quite a few places. It won't break anything, just noticed.

4> In your Units definition, you use "UNIT_TIBETAN_CAVALRY" in most places, but "UNIT_TIBETAN_CAVALRY_KNIGHT" on others.

5> Not an error, but the Chorten kinda sucks. You save 1gpt in maintenance, but it takes 60 production to build instead of the 40 of the normal Monument, with no other differences? Weak. At the very least, bump it to 3 culture. Contrast with other UBs in the same era, like say, the Burial Tomb, which is much better than the Temple it replaces.

6> There's no RESOURCE_CATTLE. It's RESOURCE_COW. So your trait would break.

7> Not a bug, but a board thing. Your code is hard to read because you only used the (SPOILER) tag. Use the (CODE) tag instead; you can nest the two, so that the (CODE) is inside a (SPOILER) like so:
Spoiler :
Code:
<GameData>
  <Units>
    If you can read this, you're too close.
  </Units>
</GameData>
This'll preserve the indenting of your code, which makes XML much easier to read.

There's probably more, but start with the things I mentioned above.

Now, you really don't need us to proofread these things for you. Between FireTuner and the message log files, the game will tell you all of the XML errors automatically. You just need to turn them on in the config file, and you'll be ready to go.
 
Back
Top Bottom