mjdgoldeneye
Chieftain
- Joined
- Sep 1, 2007
- Messages
- 18
I created a custom civ, and for some reason that I can't understand, they start with 3 tech: mining, agriculture, and the wheel. I only want mining and agriculture.
The strange thing is that the wheel isn't defined anywhere in this civ's XML entry as a starting tech!
Anyone know why this is? Here's a sample from my XML file:
<FreeTechs>
<FreeTech>
<TechType>TECH_AGRICULTURE</TechType>
<bFreeTech>1</bFreeTech>
</FreeTech>
<FreeTech>
<TechType>TECH_MINING</TechType>
<bFreeTech>1</bFreeTech>
</FreeTech>
</FreeTechs>
I can't think of any reason why this would occur!
The strange thing is that the wheel isn't defined anywhere in this civ's XML entry as a starting tech!
Anyone know why this is? Here's a sample from my XML file:
<FreeTechs>
<FreeTech>
<TechType>TECH_AGRICULTURE</TechType>
<bFreeTech>1</bFreeTech>
</FreeTech>
<FreeTech>
<TechType>TECH_MINING</TechType>
<bFreeTech>1</bFreeTech>
</FreeTech>
</FreeTechs>
I can't think of any reason why this would occur!