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

Difference between revisions of "TileAttachesTo"

From ModEnc
Jump to: navigation, search
(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...")
 
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 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: 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:

Tile01attachesto.png