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

Tags

From ModEnc
Revision as of 08:52, 10 April 2008 by DCoder (talk | contribs) (Created, needs td-ra content)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
This page should correctly be named "[Tags]"; it is wrong due to technical restrictions.


Tags
Sidebar/Default

Map Tags are responsible for telling the game about the Triggers present on the map. Each trigger needs to be refered to by at least one tag to be considered "existant" by the game, even if the tag isn't attached to anything and thus never used itself. Tags can be simply placed in this section, and objects pre-placed on the map as well as TeamTypes can refer to the tags for additional functionality - if they do, those specific tags and their respective Triggers will be notified when the objects referring to them are somehow interacted with (detected, attacked, damaged, destroyed, etc.).


Section

TD/CO

RA/CS/AM

TS/FS/RA2/YR

The [Tags] section in a map takes this format:

ID=REPEATING,NAME,TRIGGER_ID
Meanings of each string
String Meaning
ID The Tag's ID. This is used to attach this Tag to other objects on the map.
What can be achieved by attaching tags? 
see
  • Events and
  • Actions
  • How should tags be attached? 
    see
  • [Structures],
  • [Units,
  • [Infantry],
  • [Aircraft] and
  • [TeamTypes] → Tag.
  • REPEATING Can be set to 2 ('enabled') or any other value ('disabled'). Specifies whether this Tag is repeating - that is, can it notify its attached objects more than once.
    NAME A plain text string used as a name of this Tag. Not used ingame, only in the map editor. Should not contain commas.
    TRIGGER_ID Reference to the Trigger related to this Tag. Again, each Trigger needs to be refered to by at least one Tag or it will not work. FinalSun and FinalAlert 2 create tags for you when you press "Place on map" in the Trigger Editor.