ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.

Difference between revisions of "PlaceAnywhere"

From ModEnc
Jump to: navigation, search
m
 
Line 12: Line 12:
 
}}
 
}}
 
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.  
 
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.  
 +
{{Bugs}}
 +
*If this tag is used together with the [[DeploysInto]] will affect the build. Your [[BuildingTypes]]<br>
 +
Creating [[BuildingTypes]] for the first time (after purchasing, press paste) in the red area. It will result in you being unable to create. And when you build in a normal green area You will not be able to create. until you cancel the creation Then try building [[BuildingTypes]] in the green area again.
  
 
==See also==
 
==See also==
 
* [[Buildable]]
 
* [[Buildable]]
 
* [[WaterBound]]
 
* [[WaterBound]]

Latest revision as of 17:25, 22 September 2024

Tiberian Dawn The Covert Operations Red Alert Counterstrike Aftermath Tiberian Sun Firestorm HyperPatch Red Alert 2 Yuri's Revenge Ares Generals Zero Hour Tiberium Wars Kane's Wrath
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.

Cc alert.png Bugs/Side-Effects/Unexpected Limitations

Creating BuildingTypes for the first time (after purchasing, press paste) in the red area. It will result in you being unable to create. And when you build in a normal green area You will not be able to create. until you cancel the creation Then try building BuildingTypes in the green area again.

See also