EligibileForAllyBuilding: Difference between revisions
No edit summary |
rewrite |
||
Line 1: | Line 1: | ||
{{ | {{Flag | ||
|name=EligibileForAllyBuilding | |||
|files={{Categ|Rules(md).ini}} | |||
|values=boolean (yes/no or true/false) | |||
|default=no | |||
|types={{Categ|BuildingTypes}} | |||
|ra2=yes | |||
|yr=yes | |||
|rp=yes | |||
}} | |||
Note that this flag was misspelled by the game's developers. The flag does work and is correctly parsed by the game using the above spelling. | |||
After constructing a building in-game you are only allowed to place it near your existing [[structures]]. | |||
If {{TTL|EligibileForAllyBuilding|yes}} is set on a [[BuildingType]] then you will be able to place the new building near to it even if you don't own it, provided it is instead owned by one of your allies. The eligible building must also have {{TTL|BaseNormal|yes}} set. | |||
Note that 'eligible' buildings are only actually considered eligible if [{{TTL|MultiplayerDialogSettings}}]{{arr|r}}{{TTL|BuildOffAlly|yes}} is set (by enabling the corresponding checkbox on the multiplayer/skirmish screen prior to starting a game). | |||
Note that, in the unmodded game, the only buildings that have {{TTL|EligibileForAllyBuilding|yes}} set are the Construction Yards. The checkbox that controls this functionality is labelled "Build Off Ally ConYards". | |||
If you choose to enable eligibility for all buildings then you could relabel the checkbox "Build Off Ally Bases" by amending the string table entry {{tt|gui:buildoffally}}. | |||
=See also= | |||
*{{TTL|BaseNormal}} |
Revision as of 19:16, 14 April 2008
Flag: | EligibileForAllyBuilding |
File(s): | Rules(md).ini |
Values: | boolean (yes/no or true/false) |
Default: | no |
Applicable to: | BuildingTypes |
Note that this flag was misspelled by the game's developers. The flag does work and is correctly parsed by the game using the above spelling.
After constructing a building in-game you are only allowed to place it near your existing structures.
If Template:TTL is set on a BuildingType then you will be able to place the new building near to it even if you don't own it, provided it is instead owned by one of your allies. The eligible building must also have Template:TTL set.
Note that 'eligible' buildings are only actually considered eligible if [[[:Template:TTL]]]→Template:TTL is set (by enabling the corresponding checkbox on the multiplayer/skirmish screen prior to starting a game).
Note that, in the unmodded game, the only buildings that have Template:TTL set are the Construction Yards. The checkbox that controls this functionality is labelled "Build Off Ally ConYards". If you choose to enable eligibility for all buildings then you could relabel the checkbox "Build Off Ally Bases" by amending the string table entry gui:buildoffally.