Thalassicus
Bytes and Nibblers
I've been trying to find this, so please forgive me if I've overlooked it. Exactly how much of a file do you need to include to mod something? For example, if I wish to change the tech tree requirement for a cannon, can I place an XML file in the appropriate directory with just this text:
Or, do I need to include the entire entry for the Cannon, or instead the entire 400k xml file with that one change?
Code:
<Civ4UnitInfos xmlns="x-schema:CIV4UnitSchema.xml">
<UnitInfos>
<UnitInfo>
<Class>UNITCLASS_CANNON</Class>
<Type>UNIT_CANNON</Type>
<PrereqTech>TECH_STEEL</PrereqTech>
</UnitInfo>
</UnitInfos>
</Civ4UnitInfos>
Or, do I need to include the entire entry for the Cannon, or instead the entire 400k xml file with that one change?