Jump to content

PlaceAnywhere: Difference between revisions

From ModEnc²
en>DCoder
No edit summary
 
en>Millefeuille
No edit summary
Line 1: Line 1:
{{DeeZireInclusion}}<br />
{{Flag
Can be set to 'yes' or 'no' and determines whether or not this BuildingType should ignore normal building placement rules when being placed on the map
|files={{Categ|ini=rules}}
|values={{values|Booleans}}
|default=no
|types={{Categ|BuildingTypes}}
|yr=yes
|ra2=yes
|ares=yes
|ts=yes
|fs=yes
|hp=yes
}}
Determines whether or not a BuildingType can be placed on any cell of the map, ignoring [[Buildable]] and pre-existing objects within the foundation. Such a building can be placed on any terrain and even if the foundation is occupied by units or structures, however when constructed, it still has to obey its' [[Adjacent]] setting. The feature is used for rare pre-placed map structures (such as the dams in Tiberian Sun) and is not intended for use with structures that can actually be built by players in-game.
 
==See also==
* [[Buildable]]
* [[WaterBound]]

Revision as of 14:32, 16 June 2015

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: PlaceAnywhere
File(s): rules(md).ini
Values: Boolean values: yes or no, true or false, 1 or 0
Default: no
Applicable to: BuildingTypes


Determines whether or not a BuildingType can be placed on any cell of the map, ignoring Buildable and pre-existing objects within the foundation. Such a building can be placed on any terrain and even if the foundation is occupied by units or structures, however when constructed, it still has to obey its' Adjacent setting. The feature is used for rare pre-placed map structures (such as the dams in Tiberian Sun) and is not intended for use with structures that can actually be built by players in-game.

See also