update docs for rename
parent
7a4e8ea18e
commit
eef7812bf6
@ -1,19 +1,30 @@
|
|||||||
rename
|
rename
|
||||||
======
|
======
|
||||||
Allows renaming various things. Use `gui/rename` for an in-game interface.
|
Tags:
|
||||||
|
:dfhack-keybind:`rename`
|
||||||
|
|
||||||
Options:
|
Easily rename things. Use `gui/rename` for an in-game interface.
|
||||||
|
|
||||||
``rename squad <index> "name"``
|
Usage:
|
||||||
Rename squad by index to 'name'.
|
|
||||||
``rename hotkey <index> \"name\"``
|
``rename squad <ordinal> "<name>"``
|
||||||
Rename hotkey by index. This allows assigning
|
Rename the indicated squad. The ordinal is the number that corresponds to
|
||||||
longer commands to the DF hotkeys.
|
the list of squads in the squads menu (:kbd:`s`). The first squad is ordinal
|
||||||
``rename unit "nickname"``
|
``1``.
|
||||||
Rename a unit/creature highlighted in the DF user interface.
|
``rename hotkey <ordinal> "<name>"``
|
||||||
``rename unit-profession "custom profession"``
|
Rename the indicated hotkey. The ordinal the the number that corresponds to
|
||||||
Change proffession name of the highlighted unit/creature.
|
the list of hotkeys in the hotkeys menu (:kbd:`H`). The first hotkey is
|
||||||
``rename building "name"``
|
ordinal ``1``.
|
||||||
Set a custom name for the selected building.
|
``rename unit "<name>"``
|
||||||
The building must be one of stockpile, workshop, furnace, trap,
|
Give the selected unit the given nickname.
|
||||||
siege engine or an activity zone.
|
``rename unit-profession "<name>"``
|
||||||
|
Give the selected unit the given profession name.
|
||||||
|
``rename building "<name>"``
|
||||||
|
Set a custom name to the selected building. The building must be a
|
||||||
|
stockpile, workshop, furnace, trap, siege engine, or activity zone.
|
||||||
|
|
||||||
|
Example
|
||||||
|
-------
|
||||||
|
|
||||||
|
``rename squad 1 "The Whiz Bonkers"``
|
||||||
|
Rename the first squad to The Whiz Bonkers.
|
||||||
|
Loading…
Reference in New Issue