Jump to content

TileAttachesTo: Difference between revisions

From ModEnc²
en>4SG
Created page with "{{Flag |values={{Values|int}} |files=Terrain Control INI files |types={{Categ|TileSets}} |ts=yes |fs=yes |hp=yes |ra2=yes |yr=yes |ares=yes }} Specifies the sub-tile that..."
 
en>E1 Elite
m Updates
Line 1: Line 1:
{{Flag
{{Flag
|values={{Values|int}}
|values={{values|unsigned integers}}
|files=[[Terrain Control INI files]]
|files=[[Terrain Control INI files]]
|types={{Categ|TileSets}}
|types={{Categ|TileSets}}
Line 11: Line 11:
}}
}}


Specifies the sub-tile that this tile regards as it's anchor point. Below is an example showing the sub-tile index if your tile is 7x4:
Specifies the sub-tile that this tile animation regards as it's anchor point for drawing (translates to a cell on which it is to be drawn). Can check the sub-tile index in a tile using TMP file editing tools like XCC TMP Editor. Below is an example showing the sub-tile index if your tile is 7x4:
[[File:tile01attachesto.png]]
[[File:tile01attachesto.png]]

Revision as of 06:28, 22 December 2021

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: TileAttachesTo
File(s): Terrain Control INI files
Values: Unsigned integers: All non-negative whole numbers from 0 to either 32767, 2147483647 or 4294967295.
Applicable to: TileSets


Specifies the sub-tile that this tile animation regards as it's anchor point for drawing (translates to a cell on which it is to be drawn). Can check the sub-tile index in a tile using TMP file editing tools like XCC TMP Editor. Below is an example showing the sub-tile index if your tile is 7x4: