Hello,
is it possible to change the engineers to be able to captures building of an ally force ?
Is found this in file LogicCommand.xml:
<LogicCommand
Type="GARRISON_BUILDING"
id="Command_CaptureBuilding"
Options="NEED_TARGET_ENEMY_OBJECT">
<SpecialPower>SpecialPowerCaptureControlPoint</SpecialPower>
<AISpecialPowerInfo Heuristic="CAPTURE" Manager="TACTIC">
<ObjectFilter Rule="ANY" Relationship="NEUTRAL ENEMIES" Include="HUSK STRUCTURE" Exclude="CIVILIAN_BUILDING"/>
</AISpecialPowerInfo>
</LogicCommand>
If copied this file to my mod folder, removed everything else from within this file and tried to set Options to "NEED_TARGET_ALLY_OBJECT", "NEED_TARGET_ENEMY_OBJECT NEED_TARGET_ALLY_OBJECT" and to "". I included edited file in my mod.xml but nothing changed. I could not command the unit to capture an ally building, the cursor does not change, even with ctrl key nothing happens.
Is it the wrong file, do I have to edit it somewhere else too or is it not possible at all ?
Originally Posted by: scachi