Jump to content

ToTile: Difference between revisions

From ModEnc²
en>DCoder
No edit summary
 
m 3 revisions imported
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{DeeZireInclusion}}<br />
{{Flag
|name={{PAGENAME}}
|files={{Categ|ini=rules}}
|types=[[BuildingTypes]]
|values={{Values|string|like ''Green01''}}
|default=none
|ts=yes
|fs=yes
|ra2=yes
|yr=yes
}}<br />
 
Specifies the explicit isometric tile type filename (which must exist in every theater MIX file) that this structure will be converted to when constructed and placed on the map. This was used in Tiberian Sun to enable players to build pavement (an isometric tile type rather than a structure) and can also be used for the same effect in Red Alert 2.
Specifies the explicit isometric tile type filename (which must exist in every theater MIX file) that this structure will be converted to when constructed and placed on the map. This was used in Tiberian Sun to enable players to build pavement (an isometric tile type rather than a structure) and can also be used for the same effect in Red Alert 2.
In fact, it will be filled according to the general square of the FoundationType, rather than strictly according to which cell it occupies.
*For Ares' Custom Foundation Logic, you can directly use the labels ''Foundation.X='' and ''Foundation.Y='' to determine the length and width of the rectangle, without writing any labels such as Foundation.N=N,N FoundationOutline.0=N,N
==See Also==
[[Foundation]]

Latest revision as of 22:09, 31 March 2025

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: ToTile
File(s): rules(md).ini
Values: Strings: Normal text. (Limited to: like Green01)
Default: none
Applicable to: BuildingTypes



Specifies the explicit isometric tile type filename (which must exist in every theater MIX file) that this structure will be converted to when constructed and placed on the map. This was used in Tiberian Sun to enable players to build pavement (an isometric tile type rather than a structure) and can also be used for the same effect in Red Alert 2.

In fact, it will be filled according to the general square of the FoundationType, rather than strictly according to which cell it occupies.

  • For Ares' Custom Foundation Logic, you can directly use the labels Foundation.X= and Foundation.Y= to determine the length and width of the rectangle, without writing any labels such as Foundation.N=N,N FoundationOutline.0=N,N

See Also

Foundation