Jump to content

AIBaseSpacing: Difference between revisions

From ModEnc²
en>Nighthawk200
Dedeezirified.
en>EvilRenegade
m Replacing Template:TTL with Template:F.
Line 11: Line 11:
|rp=yes
|rp=yes
}}<br />
}}<br />
This tag specifies the number of cells that the computer must have between each of its buildings. This tag can be overridden by {{TTL|WantsExtraSpace|yes}} on an individual structure, which will seek out one cell greater than this value for space. This would be used on the likes of War Factories, where the space is needed to prevent units getting blocked.
This tag specifies the number of cells that the computer must have between each of its buildings. This tag can be overridden by {{f|WantsExtraSpace|yes|link}} on an individual structure, which will seek out one cell greater than this value for space. This would be used on the likes of War Factories, where the space is needed to prevent units getting blocked.


However, there is one exception to this rule, Naval Yard structures. Their adjacency is defined in its own tag {{TTL|AINavalYardAdjacency}}.
However, there is one exception to this rule, Naval Yard structures. Their adjacency is defined in its own tag {{f|AINavalYardAdjacency|link}}.

Revision as of 09:12, 27 November 2009

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: AIBaseSpacing
File(s): rules(md).ini
Values: Unsigned Bytes: All whole numbers from 0 to 255.
Applicable to: AI



This tag specifies the number of cells that the computer must have between each of its buildings. This tag can be overridden by WantsExtraSpace=yes on an individual structure, which will seek out one cell greater than this value for space. This would be used on the likes of War Factories, where the space is needed to prevent units getting blocked.

However, there is one exception to this rule, Naval Yard structures. Their adjacency is defined in its own tag AINavalYardAdjacency.