2022-07-25 07:08:59 -06:00
|
|
|
.. _restrictice:
|
|
|
|
.. _restrictliquids:
|
2022-07-22 18:51:48 -06:00
|
|
|
|
2022-07-10 00:01:46 -06:00
|
|
|
filltraffic
|
|
|
|
===========
|
2022-08-09 23:37:24 -06:00
|
|
|
|
|
|
|
.. dfhack-tool::
|
|
|
|
:summary: Set traffic designations using flood-fill starting at the cursor.
|
2023-01-14 10:50:17 -07:00
|
|
|
:tags: fort design productivity map
|
2022-08-09 23:37:24 -06:00
|
|
|
|
|
|
|
.. dfhack-command:: alltraffic
|
|
|
|
:summary: Set traffic designations for every single tile of the map.
|
|
|
|
|
|
|
|
.. dfhack-command:: restrictice
|
|
|
|
:summary: Restrict traffic on all tiles on top of visible ice.
|
|
|
|
|
|
|
|
.. dfhack-command:: restrictliquids
|
|
|
|
:summary: Restrict traffic on all visible tiles with liquid.
|
|
|
|
|
2022-08-17 23:42:02 -06:00
|
|
|
Usage
|
|
|
|
-----
|
|
|
|
|
|
|
|
::
|
2022-08-09 23:37:24 -06:00
|
|
|
|
|
|
|
filltraffic <designation> [<options>]
|
|
|
|
alltraffic <designation>
|
|
|
|
restrictice
|
|
|
|
restrictliquids
|
|
|
|
|
|
|
|
For ``filltraffic``, flood filling stops at walls and doors.
|
2022-07-10 00:01:46 -06:00
|
|
|
|
2022-07-25 11:23:05 -06:00
|
|
|
Examples
|
|
|
|
--------
|
2022-07-10 00:01:46 -06:00
|
|
|
|
|
|
|
``filltraffic H``
|
2022-07-25 11:23:05 -06:00
|
|
|
When used in a room with doors, it will set traffic to HIGH in just that
|
|
|
|
room.
|
2022-07-22 20:06:50 -06:00
|
|
|
|
2022-07-25 11:23:05 -06:00
|
|
|
Options
|
|
|
|
-------
|
2022-07-22 18:51:48 -06:00
|
|
|
|
2022-07-25 11:23:05 -06:00
|
|
|
Traffic designations:
|
2022-07-22 18:51:48 -06:00
|
|
|
|
2022-07-25 11:23:05 -06:00
|
|
|
:H: High Traffic.
|
|
|
|
:N: Normal Traffic.
|
|
|
|
:L: Low Traffic.
|
|
|
|
:R: Restricted Traffic.
|
2022-07-25 07:08:59 -06:00
|
|
|
|
2022-07-25 11:23:05 -06:00
|
|
|
Filltraffic extra options:
|
2022-07-25 07:08:59 -06:00
|
|
|
|
2022-07-25 11:23:05 -06:00
|
|
|
:X: Fill across z-levels.
|
|
|
|
:B: Include buildings and stockpiles.
|
|
|
|
:P: Include empty space.
|