2022-07-22 18:51:48 -06:00
|
|
|
.. _clean:
|
|
|
|
.. _spotclean:
|
|
|
|
|
2022-07-22 17:42:36 -06:00
|
|
|
cleaners
|
|
|
|
========
|
|
|
|
|
2022-08-09 23:37:24 -06:00
|
|
|
.. dfhack-tool::
|
|
|
|
:summary: Provides commands for cleaning spatter from the map.
|
2023-01-14 10:50:17 -07:00
|
|
|
:tags: adventure fort armok fps items map units
|
2022-08-09 23:37:24 -06:00
|
|
|
:no-command:
|
|
|
|
|
|
|
|
.. dfhack-command:: clean
|
|
|
|
:summary: Removes contaminants.
|
|
|
|
|
|
|
|
.. dfhack-command:: spotclean
|
|
|
|
:summary: Remove all contaminants from the tile under the cursor.
|
|
|
|
|
|
|
|
This plugin provides commands that clean the splatter that get scattered all
|
|
|
|
over the map and that clings to your items and units. In an old fortress,
|
|
|
|
cleaning with this tool can significantly reduce FPS lag! It can also spoil your
|
|
|
|
!!FUN!!, so think before you use it.
|
2022-07-22 17:42:36 -06:00
|
|
|
|
2022-08-17 23:42:02 -06:00
|
|
|
Usage
|
|
|
|
-----
|
|
|
|
|
|
|
|
::
|
2022-07-22 17:42:36 -06:00
|
|
|
|
|
|
|
clean all|map|items|units|plants [<options>]
|
|
|
|
spotclean
|
|
|
|
|
|
|
|
By default, cleaning the map leaves mud and snow alone. Note that cleaning units
|
|
|
|
includes hostiles, and that cleaning items removes poisons from weapons.
|
|
|
|
|
2022-08-09 23:37:24 -06:00
|
|
|
``spotclean`` works like ``clean map snow mud``, removing all contaminants from
|
|
|
|
the tile under the cursor. This is ideal if you just want to clean a specific
|
|
|
|
tile but don't want the `clean` command to remove all the glorious blood from
|
|
|
|
your entranceway.
|
2022-07-22 17:42:36 -06:00
|
|
|
|
2022-07-23 17:03:40 -06:00
|
|
|
Examples
|
|
|
|
--------
|
|
|
|
|
|
|
|
``clean all``
|
|
|
|
Clean everything that can be cleaned (except mud and snow).
|
|
|
|
``clean all mud item snow``
|
|
|
|
Removes all spatter, including mud, leaves, and snow from map tiles.
|
|
|
|
|
2022-07-22 17:42:36 -06:00
|
|
|
Options
|
|
|
|
-------
|
|
|
|
|
|
|
|
When cleaning the map, you can specify extra options for extra cleaning:
|
|
|
|
|
2022-07-23 17:03:40 -06:00
|
|
|
``mud``
|
2022-07-22 17:42:36 -06:00
|
|
|
Also remove mud.
|
2022-07-23 17:03:40 -06:00
|
|
|
``item``
|
2022-07-22 17:42:36 -06:00
|
|
|
Also remove item spatter, like fallen leaves and flowers.
|
2022-07-23 17:03:40 -06:00
|
|
|
``snow``
|
2022-07-22 17:42:36 -06:00
|
|
|
Also remove snow coverings.
|