diff --git a/data/tools/README b/data/tools/README index 735be9100e3..4e2b20d165b 100644 --- a/data/tools/README +++ b/data/tools/README @@ -4,7 +4,7 @@ also belong here. == Scripts == -== mk-edges == +=== mk-edges === Automatically generate border images for tiles. Works by copying the way in which border tiles are done for an existing terrain type. @@ -16,6 +16,24 @@ data/tools/mk-edges.pl images/terrain/lava images/terrain/snow and it will make the edges for you. +=== wmllint === + +This tool lifts WML from older dialects to current and performs sanity checks. +See the header comment of wmllint for a description and invocation options. + +=== wmlscope === + +A WML cross-reference checker. Normally you'll use this to list +unresolved symbols., if any. See the header comment of wmlscope for a +description and invocation options. + +=== wmlmove === + +Use this tool to generate commands that will move a unit between +namespaces; campaign to core, core to campaign, or campaign to +campaign. See the header comment of wmlmove for a description and +invocation options. + == Python API == === wmltools.py ===