2022-07-10 00:01:46 -06:00
|
|
|
stockflow
|
|
|
|
=========
|
|
|
|
|
2022-08-09 23:37:24 -06:00
|
|
|
.. dfhack-tool::
|
|
|
|
:summary: Queue manager jobs based on free space in stockpiles.
|
2023-03-24 23:34:09 -06:00
|
|
|
:tags: unavailable fort auto stockpiles workorders
|
2022-08-09 23:37:24 -06:00
|
|
|
|
|
|
|
With this plugin, the fortress bookkeeper can tally up free space in specific
|
|
|
|
stockpiles and queue jobs through the manager to produce items to fill the free
|
|
|
|
space.
|
2022-07-10 00:01:46 -06:00
|
|
|
|
2022-07-31 14:29:40 -06:00
|
|
|
When the plugin is enabled, the :kbd:`q` menu of each stockpile will have two
|
|
|
|
new options:
|
2022-07-10 00:01:46 -06:00
|
|
|
|
|
|
|
* :kbd:`j`: Select a job to order, from an interface like the manager's screen.
|
|
|
|
* :kbd:`J`: Cycle between several options for how many such jobs to order.
|
|
|
|
|
|
|
|
Whenever the bookkeeper updates stockpile records, new work orders will
|
|
|
|
be placed on the manager's queue for each such selection, reduced by the
|
|
|
|
number of identical orders already in the queue.
|
|
|
|
|
2022-07-31 14:29:40 -06:00
|
|
|
This plugin is similar to `workflow`, but uses stockpiles to manage job triggers
|
|
|
|
instead of abstract stock quantities.
|
|
|
|
|
2022-08-17 23:42:02 -06:00
|
|
|
Usage
|
|
|
|
-----
|
2022-07-31 14:29:40 -06:00
|
|
|
|
|
|
|
``enable stockflow``
|
|
|
|
Enable the plugin.
|
|
|
|
``stockflow status``
|
|
|
|
Display whether the plugin is enabled.
|
|
|
|
``stockflow list``
|
|
|
|
List any work order settings for your stockpiles.
|
|
|
|
``stockflow fast``
|
|
|
|
Enqueue orders once per day instead of waiting for the bookkeeper.
|