Page 1 of 1

Restricting Tech by Faction.

Posted: Sat May 10, 2014 8:01 am
by SKRen
So I was rooting through the XML files tweaking weapon stats to make them more divergent and I noticed that you can specify whether a certain Technology or Item/Building granted by a technology can be used by a given faction by adding an additional

Code: Select all

<group min="1">
 <player>
 <faction name="CivName"/>
 ...
 </player>
 </group>
To the <requirements> block, or at least I think it will. I just thought of it last night and haven't had the time to test it out.