No Unique Units, help please.

shadowchao

Chieftain
Joined
Dec 5, 2007
Messages
4
I apologize for this post, fixed it myself.

Question:
Is it possible to start out with 3 free techs, if so how would I go about doing that?
 
yes it is possible. In the CIV4 file CIV4CivilizationInfos.xml under the civilizations you can give as many "free" techs as you want.


<FreeTechs>
<FreeTech>
<TechType>TECH_NAMEOFTECH</TechType>
<bFreeTech>1</bFreeTech>
</FreeTech>
</FreeTechs>


for example....


The american free techs are

<FreeTechs>
<FreeTech>
<TechType>TECH_FISHING</TechType>
<bFreeTech>1</bFreeTech>
</FreeTech>
<FreeTech>
<TechType>TECH_AGRICULTURE</TechType>
<bFreeTech>1</bFreeTech>
</FreeTech>
</FreeTechs>
 
Back
Top Bottom