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

Difference between revisions of "TileAnim"

From ModEnc
Jump to: navigation, search
(See also)
m
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Specifies the animation to attach to the terrain tile. The animation is hardcoded to play in the palette that the terrain tile uses.
+
{{Flag
 +
|name=Tile''nn''Anim, where ''nn'' is tile number in the [[TileSets|tile set]] (from 01 to 99).
 +
|values={{values|string|[[Animations]]}}
 +
|files={{Categ|Terrain Control INI}}
 +
|types={{Categ|TileSets|Tile set}} animation sections
 +
|ts=yes
 +
|fs=yes
 +
|hp=yes
 +
|ra2=yes
 +
|yr=yes
 +
|ares=yes
 +
}}
 +
 
 +
Specifies the [[animation]] to attach to the [[TMP|terrain tile]]. The animation is hardcoded to play in the palette that the terrain tile uses. The animation still needs to be specified in {{ini|art}} and given an entry in the {{ini|rules}} {{sl|Animations}} list.
  
 
==See also==
 
==See also==
*[[Tile01XOffset]]   
+
*[[TileXOffset]]   
*[[Tile01YOffset]]   
+
*[[TileYOffset]]   
*[[Tile01AttachesTo]]   
+
*[[TileAttachesTo]]   
*[[Tile01ZAdjust]]
+
*[[TileZAdjust]]

Latest revision as of 11:37, 19 April 2022

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: TilennAnim, where nn is tile number in the tile set (from 01 to 99).
File(s): Terrain Control INI
Values: Strings: Normal text. (Limited to: Animations)
Applicable to: Tile set animation sections


Specifies the animation to attach to the terrain tile. The animation is hardcoded to play in the palette that the terrain tile uses. The animation still needs to be specified in art(md).ini and given an entry in the rules(md).ini [Animations] list.

See also