FiresForever
Prince
- Joined
- Sep 30, 2010
- Messages
- 584
I had a quick look and it seems to be working ok, any problems let me. 

<TechTreeCat>
<Row>
<ID>0</ID>
<Type>TECHTREECAT_OFFENSIVE</Type>
<Description>TXT_KEY_TECHTREE_OFFENSIVE</Description>
<PortraitIndex>0</PortraitIndex>
<IconAtlas>TECHTREE_ATLAS</IconAtlas>
</Row>
<Row>
<Type>TECHTREECAT_DEFENSIVE</Type>
<Description>TXT_KEY_TECHTREE_DEFENSIVE</Description>
<PortraitIndex>0</PortraitIndex>
<IconAtlas>TECHTREE_ATLAS</IconAtlas>
</Row>
</ETC>
<Row>
<Type>TECH_STARTING_OFFENSIVE_TECHNOLOGY</Type>
<TechCat>TECHTREE_OFFENSIVE</TechCat>
<Cost>100</Cost>
<Description>TXT_KEY_TECH_STARTING_OFFENSIVE_TECHNOLOGY_TITLE</Description>
<Civilopedia>TXT_KEY_TECH_STARTING_OFFENSIVE_TECHNOLOGY_DESC</Civilopedia>
<Help>TXT_KEY_TECH_STARTING_OFFENSIVE_TECHNOLOGY_HELP</Help>
<Era>ERA_ANCIENT</Era>
<Trade>true</Trade>
<GoodyTech>true</GoodyTech>
<GridX>1</GridX>
<GridY>9</GridY>
<Quote>TXT_KEY_TECH_STARTING_OFFENSIVE_TECHNOLOGY_QUOTE</Quote>
<PortraitIndex>1</PortraitIndex>
<IconAtlas>TECH_ATLAS_1</IconAtlas>
</Row>
</Technologies>
You've got <Trade>True</trade>
Could that make it crash, instead of being false?
I will have a better look at it tomorrow as a bit busy atm, but:
<Type>TECHTREECAT_OFFENSIVE</Type>
should just be
<Type>TECHTREE_OFFENSIVE</Type>
so they match up
There should not be any problem with adding things in the future as it seems to just be my file related stuff