update docs for generated-creature-renamer
parent
eb0f016804
commit
367ac0064e
@ -1,15 +1,23 @@
|
|||||||
generated-creature-renamer
|
generated-creature-renamer
|
||||||
==========================
|
==========================
|
||||||
Automatically renames generated creatures, such as forgotten beasts, titans,
|
Tags:
|
||||||
etc, to have raw token names that match the description given in-game.
|
:dfhack-keybind:`list-generated`
|
||||||
|
:dfhack-keybind:`save-generated-raws`
|
||||||
|
|
||||||
The ``list-generated`` command can be used to list the token names of all
|
Automatically renames generated creatures. Now, forgotten beasts, titans,
|
||||||
generated creatures in a given save, with an optional ``detailed`` argument
|
necromancer experiments, etc. will have raw token names that match the
|
||||||
to show the accompanying description.
|
description given in-game instead of unreadable generated strings.
|
||||||
|
|
||||||
The ``save-generated-raws`` command will save a sample creature graphics file in
|
Usage:
|
||||||
the Dwarf Fortress root directory, to use as a start for making a graphics set
|
|
||||||
for generated creatures using the new names that they get with this plugin.
|
|
||||||
|
|
||||||
The new names are saved with the save, and the plugin, when enabled, only runs once
|
``enable generated-creature-renamer``
|
||||||
per save, unless there's an update.
|
Rename generated creatures when a world is loaded.
|
||||||
|
``list-generated [detailed]``
|
||||||
|
List the token names of all generated creatures in the loaded save. If
|
||||||
|
``detailed`` is specified, then also show the accompanying description.
|
||||||
|
``save-generated-raws``
|
||||||
|
Save a sample creature graphics file in the Dwarf Fortress root directory to
|
||||||
|
use as a start for making a graphics set for generated creatures using the
|
||||||
|
new names that they get with this plugin.
|
||||||
|
|
||||||
|
The new names are saved with the world.
|
||||||
|
Loading…
Reference in New Issue