dfhack/docs/plugins/automelt.rst

47 lines
1.1 KiB
ReStructuredText

automelt
========
2022-08-06 23:44:02 -06:00
.. dfhack-tool::
:summary: Quickly designate items to be melted.
2023-01-10 23:26:12 -07:00
:tags: untested fort productivity items stockpiles
2022-08-06 23:44:02 -06:00
:no-command:
2022-07-20 00:11:02 -06:00
2023-01-22 03:14:08 -07:00
Automelt checks monitor-enabled stockpiles once every in-game day, and will mark valid items for melting.
Please see `gui/automelt` for the interactive configuration dialog.
2022-07-18 17:13:20 -06:00
2022-08-17 23:42:02 -06:00
Usage
-----
::
2022-07-18 17:13:20 -06:00
enable automelt
2023-01-22 03:14:08 -07:00
automelt [status]
automelt (designate)
automelt (monitor|nomonitor) <stockpile>
Examples
--------
2023-01-22 03:22:43 -07:00
Automatically designate all meltable items in the stockpile ("melt") for melting. ::
2023-01-22 03:14:08 -07:00
enable automelt
automelt monitor melt
2023-01-22 03:22:43 -07:00
Enable monitoring for the stockpile ("melt"), and mmediately designate all meltable items in monitored stockpiles for melting. ::
2023-01-22 03:14:08 -07:00
automelt monitor melt
automelt designate
Commands
--------
``status``
Shows current configuration and relevant statistics
``designate``
Designates items in monitored stockpiles for melting right now. This works even if ``automelt`` is not currently enabled.
``(no)monitor <stockpile>``
2023-01-22 03:22:43 -07:00
Enable/disable monitoring of a given stockpile. Requires the stockpile to have a name set.