2022-07-10 00:01:46 -06:00
|
|
|
automelt
|
|
|
|
========
|
2022-08-06 23:44:02 -06:00
|
|
|
|
|
|
|
.. dfhack-tool::
|
2022-08-09 23:37:24 -06:00
|
|
|
:summary: Quickly designate items to be melted.
|
2023-01-23 15:51:48 -07:00
|
|
|
:tags: 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]
|
2023-01-22 23:56:33 -07:00
|
|
|
automelt designate
|
|
|
|
automelt (monitor|nomonitor) <stockpile>[,<stockpile>...]
|
2023-01-22 03:14:08 -07:00
|
|
|
|
|
|
|
Examples
|
|
|
|
--------
|
|
|
|
|
2023-01-22 23:56:33 -07:00
|
|
|
Automatically monitor stockpile ("melt"), marking new valid items for melting. This also immediately marks all present items for melting::
|
2023-01-22 03:14:08 -07:00
|
|
|
|
|
|
|
enable automelt
|
|
|
|
automelt monitor melt
|
|
|
|
|
2023-01-22 23:56:33 -07:00
|
|
|
Enable monitoring for ("Stockpile #52"), which has not been given a custom name::
|
2023-01-22 03:22:43 -07:00
|
|
|
|
2023-01-22 23:56:33 -07:00
|
|
|
automelt monitor "Stockpile #52"
|
|
|
|
|
|
|
|
Enable monitoring for ("Stockpile #52"), which has not been given a custom name::
|
|
|
|
|
|
|
|
automelt monitor 52
|
|
|
|
|
|
|
|
Enable monitoring for multiple stockpiles ("Stockpile #52", "Stockpile #35", and "melt")::
|
|
|
|
|
|
|
|
automelt monitor 52,"Stockpile #35",melt
|
2023-01-22 03:14:08 -07:00
|
|
|
|
|
|
|
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 23:56:33 -07:00
|
|
|
Enable/disable monitoring of a given stockpile. Works with either the stockpile's name (if set) or ID.
|
|
|
|
If the stockpile has no custom name set, you may designate it by either the full name as reported by
|
2023-01-22 23:58:57 -07:00
|
|
|
the status command, or by just the number.
|