export only custom xml

develop
Robert Janetzko 2016-01-11 08:12:25 +01:00
parent 98991c6b89
commit b262d495ec
1 changed files with 3 additions and 0 deletions

@ -13,6 +13,7 @@ The 'info' option exports more data than is possible in vanilla, to a
Options:
:info: Exports the world/gen info, the legends XML, and a custom XML with more information
:custom Exports a custom XML with more information
:sites: Exports all available site maps
:maps: Exports all seventeen detailed maps
:all: Equivalent to calling all of the above, in that order
@ -667,6 +668,8 @@ if dfhack.gui.getCurFocus() == "legends" or dfhack.gui.getCurFocus() == "dfhack/
wait_for_legends_vs()
elseif args[1] == "info" then
export_legends_info()
elseif args[1] == "custom" then
export_more_legends_xml()
elseif args[1] == "maps" then
wait_for_legends_vs()
elseif args[1] == "sites" then