Hi all,
I've just returned to play a bit civ 5 during christmas, and decided to change a bit around on some of the unique parts in the game. I really want to play America on Earth map, but I don't really fancy either of their unique parts.
I've managed to change the leader trait reasonably easy, but I'm trying to add the Terrace Farm feature to their civ also. I'm sure this is a newbie question but I hope a kind soul will asssist me.
So far I've only found a reference to terrace farm under the following files (as I'm not sure which is the right one)
:
Assets\DLC\DLC_02\Gameplay\XML\CIV5Improvements_DLC_02.xml
\Assets\DLC\Expansion2\DLC\DLC_02\Gameplay\XML\CIV5Improvements_DLC_02.xml
I've simply added a row to see if America would get terrace farm. However when I start the game I don't see the farm show under construction in the tech tree.
Thanks for any assistance. Btw I'm fine with simply adding it as a 3rd unique unit/building to the civ. I understand the only requirement is that a civ has minimum 2 unique features(?)
I've just returned to play a bit civ 5 during christmas, and decided to change a bit around on some of the unique parts in the game. I really want to play America on Earth map, but I don't really fancy either of their unique parts.
I've managed to change the leader trait reasonably easy, but I'm trying to add the Terrace Farm feature to their civ also. I'm sure this is a newbie question but I hope a kind soul will asssist me.
So far I've only found a reference to terrace farm under the following files (as I'm not sure which is the right one)
:
Assets\DLC\DLC_02\Gameplay\XML\CIV5Improvements_DLC_02.xml
\Assets\DLC\Expansion2\DLC\DLC_02\Gameplay\XML\CIV5Improvements_DLC_02.xml
I've simply added a row to see if America would get terrace farm. However when I start the game I don't see the farm show under construction in the tech tree.
Code:
-<Row>
<Type>IMPROVEMENT_TERRACE_FARM</Type>
<Description>TXT_KEY_IMPROVEMENT_TERRACE_FARM</Description>
<Civilopedia>TXT_KEY_CIV5_IMPROVEMENTS_TERRACE_FARM_TEXT</Civilopedia>
<Help>TXT_KEY_CIV5_IMPROVEMENTS_TERRACE_FARM_HELP</Help>
<ArtDefineTag>ART_DEF_IMPROVEMENT_TERRACE_FARM</ArtDefineTag>
<SpecificCivRequired>true</SpecificCivRequired>
<CivilizationType>CIVILIZATION_INCA</CivilizationType>
<CivilizationType>CIVILIZATION_AMERICA</CivilizationType>
<HillsMakesValid>true</HillsMakesValid>
<PillageGold>18</PillageGold>
<PortraitIndex>0</PortraitIndex>
<IconAtlas>DLC02_TERRAIN_ATLAS</IconAtlas>
</Row>
Thanks for any assistance. Btw I'm fine with simply adding it as a 3rd unique unit/building to the civ. I understand the only requirement is that a civ has minimum 2 unique features(?)