Dwarf Fortress Bug Tracker - Dwarf Fortress
View Issue Details
0011397Dwarf FortressLegends Mode -- History Exportpublic2020-02-19 16:452020-02-28 15:02
Ralpha 
 
normalmajoralways
newopen 
Linux
0.47.02 
 
0011397: Identities missing from XML dump
In the XML the <identities> tag is missing with all its <identity> tags.

I also spotted this in my 0.44.12 instances.
Steps:
- Create a world
- Export the <filename_part>-legends.xml
Looking at tools that read these file it should be between:
</historical_figures>
<entity_populations>
No tags attached.
Issue History
2020-02-19 16:45RalphaNew Issue
2020-02-19 18:57Shonai_DwellerNote Added: 0040125
2020-02-20 12:29LociNote Added: 0040142
2020-02-28 15:02RalphaNote Added: 0040263

Notes
(0040125)
Shonai_Dweller   
2020-02-19 18:57   
There were XML fixes mentioned in 47.03 devlog. Does this also happen in 47.03?
(0040142)
Loci   
2020-02-20 12:29   
v0.47.03: The identity tags are still missing, though I don't know enough about it to determine if it's a bug or an intentional removal.
(0040263)
Ralpha   
2020-02-28 15:02   
I made a String dump like: https://dwarffortresswiki.org/index.php/DF2014:String_dump/raw [^]
And it seems like "<identities>" is not in there anymore.
It could be commented out and than compiled out.

So it might not be a bug but, just disabled or removed.

Snippet from String-dump:
</historical_figure>
<entity_populations>
</entity_populations>