- 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.
Difference between revisions of "XML dump"
m (Add info on world_constructions) |
m (Add a full coverage of every field as well as the legends_plus file) |
||
Line 28: | Line 28: | ||
Versions of DFHack made for Dwarf Fortress 0.47.01 and later should not suffer from this problem. | Versions of DFHack made for Dwarf Fortress 0.47.01 and later should not suffer from this problem. | ||
− | == Contents of the XML file == | + | == Contents of the vanilla legends.XML file == |
− | The | + | * The file is encoded in [https://en.wikipedia.org/wiki/Code_page_437 CP437], and therefore will not be decode-able directly to UTF8. |
+ | * The top-level node is ``df_world`` node. This contains 14 child nodes, each of which acts as a collection of identically formed child nodes. The nodes are as follows: | ||
{| class="wikitable" | {| class="wikitable" | ||
|+ df_world format | |+ df_world format | ||
|- | |- | ||
− | ! Parent node !! Individual node name !! | + | ! Parent node !! Individual node name !! Description |
|- | |- | ||
| regions || region || A named region of the world map. | | regions || region || A named region of the world map. | ||
Line 40: | Line 41: | ||
| underground_regions || underground_region || An unnamed underground region of the world map. | | underground_regions || underground_region || An unnamed underground region of the world map. | ||
|- | |- | ||
− | | sites || site || A site on the map with | + | | sites || site || A site on the map with structures present in the site. |
|- | |- | ||
− | | artifacts || artifact || Artifacts with their associated written content | + | | artifacts || artifact || Artifacts with their associated written content, location, or holder (if relevant). |
|- | |- | ||
− | | world_constructions || world_construction || This section appears to be blank in legends.xml (the vanilla export) | + | | world_constructions || world_construction || This section appears to be blank in legends.xml (the vanilla export). |
|- | |- | ||
− | | historical_figures || historical_figure || | + | | historical_figures || historical_figure || Historical figures with entities associated to them. |
|- | |- | ||
− | | entity_populations || entity_population || | + | | entity_populations || entity_population || Each entity_population node contains an id and no further information. |
|- | |- | ||
− | | entities || entity || | + | | entities || entity || A civilisation, group, unit, or other organised collection of creatures. In the case of non-sentient civilisations, entries will consist of only an id. |
|- | |- | ||
− | | historical_events || historical_event || | + | | historical_events || historical_event || An event with a timestamp, type, and location. Some events contain links to involved entities and figures. |
|- | |- | ||
− | | historical_event_collections || historical_event_collection || | + | | historical_event_collections || historical_event_collection || A collection of historical events that are related to each other (for example, wars). |
|- | |- | ||
− | | historical_eras || historical_era || | + | | historical_eras || historical_era || The timeframe of each historical era. |
+ | |- written_contents || written_content || A piece of written content with its author, title, and length. | ||
|- | |- | ||
− | | poetic_forms || poetic_form || | + | | poetic_forms || poetic_form || Description of a poetic form. |
|- | |- | ||
− | | musical_forms || musical_form || | + | | musical_forms || musical_form || Description of a musical form. |
|- | |- | ||
− | | dance_forms || dance_form || | + | | dance_forms || dance_form || Description of a dance form. |
+ | |} | ||
+ | |||
+ | == Contents of the DFhack legends_plus.XML file == | ||
+ | |||
+ | * Encoded in UTF-8, rather than in CP437. | ||
+ | * Also has a top-level ``df_world`` node. | ||
+ | * Contains some new nodes, some extended node types present in the vanilla ``legends.xml``, and some new nodes. | ||
+ | {| class="wikitable" | ||
+ | |+ df_world format | ||
+ | |- | ||
+ | ! Parent node !! Individual node name !! Relation to vanilla ``legends.XML`` content !! Description | ||
+ | |- | ||
+ | | name || || only present here || The name of the world, untranslated. | ||
+ | |- | ||
+ | | altname || || only present here || The name of the world, translated. | ||
+ | |- | ||
+ | | landmasses || landmass || only present here || | ||
+ | |- | ||
+ | | mountain_peaks || mountain_peak || only present here || | ||
+ | |- | ||
+ | | regions || region || additional information || | ||
+ | |- | ||
+ | | underground_regions || underground_region || additional information || | ||
+ | |- | ||
+ | | rivers || river || only present here || | ||
+ | |- | ||
+ | | creature_raw || creature || only present here || | ||
+ | |- | ||
+ | | sites || site || additional information || | ||
+ | |- | ||
+ | | world_constructions || world_construction || additional information || | ||
+ | |- | ||
+ | | artifacts || artifact || additional information | ||
+ | |- | ||
+ | | historical_figures || historical_figure || additional information, some duplication || | ||
+ | |- identities || identity || only present here || | ||
+ | |- | ||
+ | | entity_populations || entity_population || only present (with information) here || | ||
+ | |- | ||
+ | | entities || entity || only present (with information) here || | ||
+ | |- | ||
+ | | historical_events || historical_event || additional information || | ||
+ | |- | ||
+ | | historical_event_relationships || historical_event_relationship || only present here || | ||
+ | |- | ||
+ | | historical_event_relationship_supplements || historical_event_relationship_supplement || only present here || | ||
+ | |- | ||
+ | | historical_event_collections || || additional information (?) || appears to be empty. | ||
+ | |- | ||
+ | | historical_eras || || additional information (?) || appears to be empty. | ||
+ | |- | ||
+ | | written_contents || written_content || additional information || | ||
+ | | - | ||
+ | | poetic_forms || poetic_form || duplicated information (name) || | ||
+ | | - | ||
+ | | musical_forms || musical_form || duplicated information (name) || | ||
+ | | - | ||
+ | | dance_forms || dance_form || duplicated information (name) || | ||
|} | |} | ||
Revision as of 12:13, 23 May 2023
This article was migrated from DF2014:XML dump and may be inaccurate for the current version of DF (v50.14). See this page for more information. |
v50.14 · v0.47.05 This article is about the current version of DF.Note that some content may still need to be updated. |
This article or section may need to be updated due to changes in 50.01. |
An XML dump of a world's history can be generated from Legends mode by pressing x, and will be placed in the Dwarf Fortress root folder. The dump consists of many internals Dwarf Fortress tracks about the world in XML format. Be warned that the generated XML file can be quite large, even a gigabyte or more, especially for long-lived worlds with many historical figures. The dump is currently incomplete and is missing a lot of data about the world. The third-party utility DFHack can output a more thorough legends_plus.xml dump that includes at least some of the missing information.
Format
A non-exhaustive breakdown of Dwarf Fortress XML export tags is available here.
The v0.31 xml dump page contains a lot of detail about the dumped information, and a lot of it is still accurate for this version.
seconds72
These values specify when during the year an event occurred. For example, the birth_seconds72 and death_seconds72 subelements of historical_figure elements have values of this type.
There are 12 months in a Dwarf Fortress year, exactly 28 days in each month, 24 hours in each day, 60 minutes in each hour, and 60 seconds in each minute. Divide seconds by 72 to get the seconds72 value. There are 1,200 seconds72 in a day. There are 403,200 seconds72 in a Dwarf Fortress year.
Troubleshooting
If you have played a fortress and then exported legends, you may get an error about unreadable HEX characters. This is caused by older versions of DFHack, where plugins (such as "workflow") saved their settings as unreadable historical figures. There are several ways to fix this:
- Clear the settings for the various plugins in fortress mode before exporting legends
- Edit the xml by hand, as described here (any platform)
- Use the Legends Processing script (windows only), which fixes the xml and also creates a compressed folder as described above
Versions of DFHack made for Dwarf Fortress 0.47.01 and later should not suffer from this problem.
Contents of the vanilla legends.XML file
- The file is encoded in CP437, and therefore will not be decode-able directly to UTF8.
- The top-level node is
df_world
node. This contains 14 child nodes, each of which acts as a collection of identically formed child nodes. The nodes are as follows:
Parent node | Individual node name | Description |
---|---|---|
regions | region | A named region of the world map. |
underground_regions | underground_region | An unnamed underground region of the world map. |
sites | site | A site on the map with structures present in the site. |
artifacts | artifact | Artifacts with their associated written content, location, or holder (if relevant). |
world_constructions | world_construction | This section appears to be blank in legends.xml (the vanilla export). |
historical_figures | historical_figure | Historical figures with entities associated to them. |
entity_populations | entity_population | Each entity_population node contains an id and no further information. |
entities | entity | A civilisation, group, unit, or other organised collection of creatures. In the case of non-sentient civilisations, entries will consist of only an id. |
historical_events | historical_event | An event with a timestamp, type, and location. Some events contain links to involved entities and figures. |
historical_event_collections | historical_event_collection | A collection of historical events that are related to each other (for example, wars). |
historical_eras | historical_era | The timeframe of each historical era. |
poetic_forms | poetic_form | Description of a poetic form. |
musical_forms | musical_form | Description of a musical form. |
dance_forms | dance_form | Description of a dance form. |
Contents of the DFhack legends_plus.XML file
- Encoded in UTF-8, rather than in CP437.
- Also has a top-level
df_world
node. - Contains some new nodes, some extended node types present in the vanilla
legends.xml
, and some new nodes.
Parent node | Individual node name | Relation to vanilla legends.XML content |
Description | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
name | only present here | The name of the world, untranslated. | ||||||||||||||||
altname | only present here | The name of the world, translated. | ||||||||||||||||
landmasses | landmass | only present here | ||||||||||||||||
mountain_peaks | mountain_peak | only present here | ||||||||||||||||
regions | region | additional information | ||||||||||||||||
underground_regions | underground_region | additional information | ||||||||||||||||
rivers | river | only present here | ||||||||||||||||
creature_raw | creature | only present here | ||||||||||||||||
sites | site | additional information | ||||||||||||||||
world_constructions | world_construction | additional information | ||||||||||||||||
artifacts | artifact | additional information | ||||||||||||||||
historical_figures | historical_figure | additional information, some duplication | ||||||||||||||||
entity_populations | entity_population | only present (with information) here | ||||||||||||||||
entities | entity | only present (with information) here | ||||||||||||||||
historical_events | historical_event | additional information | ||||||||||||||||
historical_event_relationships | historical_event_relationship | only present here | ||||||||||||||||
historical_event_relationship_supplements | historical_event_relationship_supplement | only present here | ||||||||||||||||
historical_event_collections | additional information (?) | appears to be empty. | ||||||||||||||||
historical_eras | additional information (?) | appears to be empty. | ||||||||||||||||
written_contents | written_content | additional information | - | poetic_forms | poetic_form | duplicated information (name) | - | musical_forms | musical_form | duplicated information (name) | - | dance_forms | dance_form | duplicated information (name) |