Jump to content

SetName: Difference between revisions

From ModEnc²
en>E1 Elite
mNo edit summary
en>Crimsonum
No edit summary
Line 1: Line 1:
{{Flag
{{Flag
|values={{Values|string}}
|values={{Values|string}}
|files=[[Terrain Control INI files]]
|files={{Categ|Terrain Control INI}}
|types={{Categ|TileSets}}
|types={{Categ|TileSets}}
|ts=yes
|ts=yes

Revision as of 11:37, 19 April 2022

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: SetName
File(s): Terrain Control INI
Values: Strings: Normal text.
Applicable to: TileSets


Specifies the plain-text name of this tile set. Uniquely, the game uses this string when linking two objects: tile sets and the list of attached animations. More specifically, the animation list section name must be exactly the same as the parent tileset's SetName value for the animation(s) to work. See this example from temperat.ini:

[TileSet0030]
SetName=Tunnel Floor
...
[Tunnel Floor] Tile01Anim=TUNTOP01 Tile01AttachesTo=2 Tile02Anim=TUNTOP02 ...

(only the relevant flags were included)