hi
i make a new tech tree for my mod and i have a problem with the era limit on techs.
i let the 1st row (0) of the ancient era clear (where is the legend) and set the first techs in the second row (row 1). then in the row #3. all these techs are marked up with <Era>ERA_ANCIENT</Era> and shown right.
but then i set my next tech:
and i see this tech in the Classic era?
where i can change the number of rows per era? its possible? someone can help?
i make a new tech tree for my mod and i have a problem with the era limit on techs.
i let the 1st row (0) of the ancient era clear (where is the legend) and set the first techs in the second row (row 1). then in the row #3. all these techs are marked up with <Era>ERA_ANCIENT</Era> and shown right.
but then i set my next tech:
Code:
<Technologies>
<Row>
<Type>TECH_FR_POLYTHEISM</Type>
<Cost>35</Cost>
<Description>TXT_KEY_TECH_FR_POLYTHEISM_TITLE</Description>
<Civilopedia>TXT_KEY_TECH_FR_POLYTHEISM_DESC</Civilopedia>
<Help>TXT_KEY_TECH_FR_POLYTHEISM_HELP</Help>
[COLOR="SeaGreen"]<Era>ERA_ANCIENT</Era>[/COLOR]
<Trade>true</Trade>
<GoodyTech>true</GoodyTech>
[COLOR="Red"]<GridX>3</GridX>[/COLOR]
[COLOR="Red"]<GridY>0</GridY>[/COLOR]
<Quote>TXT_KEY_TECH_FR_POLYTHEISM_QUOTE</Quote>
<PortraitIndex>0</PortraitIndex>
<IconAtlas>TECH_ATLAS_1</IconAtlas>
<AudioIntro>AS2D_TECH_POLYTHEISM</AudioIntro>
<AudioIntroHeader>AS2D_HEADING_TECH_POLYTHEISM</AudioIntroHeader>
</Row>
</Technologies>
and i see this tech in the Classic era?
where i can change the number of rows per era? its possible? someone can help?