v50 Steam/Premium information for editors
- v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
- Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.
Template:Info.txt tokens
Jump to navigation
Jump to search
Info.txt Tokens[edit]
Token | Arguments | Usage | Description |
---|---|---|---|
ID | id | Required | The ID of the mod. This should be unique, with no two mods sharing the same ID. IDs starting with "vanilla_" are reserved for vanilla raws. |
NUMERIC_VERSION | integer | Required | An integer version number for the mod. Must be greater than or equal to EARLIEST_COMPATIBLE_NUMERIC_VERSION. Must be integer. |
DISPLAYED_VERSION | string | Required | The version of the mod, as displayed in-game. |
EARLIEST_COMPATIBLE_NUMERIC_VERSION | integer | Required | The earliest compatible numeric version of the mod. Installed mods are automatically updated, if a later compatible version is available. |
EARLIEST_COMPATIBLE_DISPLAYED_VERSION | string | Required | The earliest compatible numeric version, as displayed in-game. |
AUTHOR | string | Required[Verify] | The name of the author (usually you). |
NAME | string | Required[Verify] | The name of the mod. |
DESCRIPTION | string | A description of the mod, shown in the mod loading screen. | |
REQUIRES_ID | string | Mod cannot be used unless mod with given ID is also loaded. | |
REQUIRES_ID_BEFORE_ME | string | Mod cannot be used unless mod with given ID is earlier in the mod load list. | |
REQUIRES_ID_AFTER_ME | string | Mod cannot be used unless mod with given ID is later in the mod load list. | |
CONFLICTS_WITH_ID | string | Mod cannot be used if mod with given ID is also loaded. |