Jump to content

NoUseTileLandType: Difference between revisions

From ModEnc²
en>DCoder
No edit summary
 
en>Crimsonum
Un-DeeZire'd. The original article was complete nonsense.
Line 1: Line 1:
{{DeeZireInclusion}}<br />
{{Flag
Can be set to 'yes' or 'no' and specifies whether or not this overlay can be 'tiled' in the say way that Ore and Gems can be (which gives the effect that it can 'grow'). This defaults to 'no' and relies on the SHP itself being one of a series with each one having several states which show the overlay in various states of 'growth'. Overall, when set to 'no', this makes the game engine treat the overlay in the same way as isometric tiles used for LAT areas when creating the map. When set to 'yes' the game will simply treat the overlay image as it would a normal SHP based object.
|name={{PAGENAME}}
|files={{Ini|Rules}}
|values={{values|boolean}}
|default=no
|types={{categ|OverlayTypes}}
|ts=yes
|fs=yes
|hp=yes
|ra2=yes
|yr=yes
|ares=yes
}}
 
Specifies whether or not this overlay type should override the [[LandTypes|land type]] property of the cell underneath the overlay. Defaults to 'no', meaning the game uses the land type of the tile that occupies the cell.
 
If this flag is set, {{f|Land|link}} can be used to specify the land type override for the overlay.

Revision as of 20:19, 9 December 2023

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


Specifies whether or not this overlay type should override the land type property of the cell underneath the overlay. Defaults to 'no', meaning the game uses the land type of the tile that occupies the cell.

If this flag is set, Land can be used to specify the land type override for the overlay.