2020-07-08 19:04:23 -06:00
|
|
|
#############
|
|
|
|
Removed tools
|
|
|
|
#############
|
|
|
|
|
|
|
|
This page lists tools (plugins or scripts) that were previously included in
|
|
|
|
DFHack but have been removed. It exists primarily so that internal links still
|
|
|
|
work (e.g. links from the `changelog`).
|
|
|
|
|
|
|
|
.. contents:: Contents
|
|
|
|
:local:
|
|
|
|
:depth: 1
|
|
|
|
|
2023-01-29 20:54:02 -07:00
|
|
|
.. _autohauler:
|
|
|
|
|
|
|
|
autohauler
|
|
|
|
==========
|
|
|
|
An automated labor management tool that only addressed hauling labors, leaving the assignment
|
|
|
|
of skilled labors entirely up to the player. Fundamentally incompatible with the work detail
|
|
|
|
system of labor management in v50 of Dwarf Fortress.
|
|
|
|
|
2022-12-02 17:39:18 -07:00
|
|
|
.. _command-prompt:
|
|
|
|
|
|
|
|
command-prompt
|
|
|
|
==============
|
|
|
|
Replaced by `gui/launcher --minimal <gui/launcher>`.
|
|
|
|
|
2023-01-18 17:15:49 -07:00
|
|
|
.. _create-items:
|
|
|
|
|
|
|
|
create-items
|
|
|
|
============
|
2023-01-19 17:53:24 -07:00
|
|
|
Replaced by `gui/create-item --multi <gui/create-item>`.
|
2023-01-18 17:15:49 -07:00
|
|
|
|
2022-05-19 16:27:08 -06:00
|
|
|
.. _deteriorateclothes:
|
|
|
|
|
|
|
|
deteriorateclothes
|
|
|
|
==================
|
|
|
|
Replaced by the new combined `deteriorate` script. Run
|
|
|
|
``deteriorate --types=clothes``.
|
|
|
|
|
|
|
|
.. _deterioratecorpses:
|
|
|
|
|
|
|
|
deterioratecorpses
|
|
|
|
==================
|
|
|
|
Replaced by the new combined `deteriorate` script. Run
|
|
|
|
``deteriorate --types=corpses``.
|
|
|
|
|
|
|
|
.. _deterioratefood:
|
|
|
|
|
|
|
|
deterioratefood
|
|
|
|
===============
|
|
|
|
Replaced by the new combined `deteriorate` script. Run
|
|
|
|
``deteriorate --types=food``.
|
|
|
|
|
2022-08-31 23:47:43 -06:00
|
|
|
.. _devel/unforbidall:
|
|
|
|
|
|
|
|
devel/unforbidall
|
|
|
|
=================
|
|
|
|
Replaced by the `unforbid` script. Run ``unforbid all --quiet`` to match the
|
|
|
|
behavior of the original ``devel/unforbidall`` script.
|
|
|
|
|
2022-02-25 13:07:30 -07:00
|
|
|
.. _digfort:
|
|
|
|
|
|
|
|
digfort
|
|
|
|
=======
|
|
|
|
A script to designate an area for digging according to a plan in csv format.
|
|
|
|
Please use DFHack's more powerful `quickfort` script instead. You can use your
|
|
|
|
existing .csv files. Just move them to the ``blueprints`` folder in your DF
|
|
|
|
installation, and instead of ``digfort file.csv``, run
|
|
|
|
``quickfort run file.csv``.
|
|
|
|
|
2022-07-25 14:37:52 -06:00
|
|
|
.. _fix-armory:
|
|
|
|
|
|
|
|
fix-armory
|
|
|
|
==========
|
|
|
|
Allowed the military to store equipment in barracks containers. Removed because
|
|
|
|
it required a binary patch to DF in order to function, and no such patch has
|
|
|
|
existed since DF 0.34.11.
|
|
|
|
|
2022-08-31 23:47:43 -06:00
|
|
|
.. _fix/build-location:
|
|
|
|
|
|
|
|
fix/build-location
|
|
|
|
==================
|
|
|
|
The corresponding DF :bug:`5991` was fixed in DF 0.40.05.
|
|
|
|
|
2022-09-05 00:05:16 -06:00
|
|
|
.. _fix/diplomats:
|
|
|
|
|
|
|
|
fix/diplomats
|
|
|
|
=============
|
|
|
|
The corresponding DF :bug:`3295` was fixed in DF 0.40.05.
|
|
|
|
|
2022-09-04 23:28:03 -06:00
|
|
|
.. _fix/fat-dwarves:
|
|
|
|
|
|
|
|
fix/fat-dwarves
|
|
|
|
===============
|
|
|
|
The corresponding DF :bug:`5971` was fixed in DF 0.40.05.
|
|
|
|
|
2022-09-05 00:26:18 -06:00
|
|
|
.. _fix/feeding-timers:
|
|
|
|
|
|
|
|
fix/feeding-timers
|
|
|
|
==================
|
|
|
|
The corresponding DF :bug:`2606` was fixed in DF 0.40.12.
|
|
|
|
|
2022-09-05 00:27:57 -06:00
|
|
|
.. _fix/merchants:
|
|
|
|
|
|
|
|
fix/merchants
|
|
|
|
=============
|
|
|
|
Humans can now make trade agreements. This fix is no longer necessary.
|
|
|
|
|
2022-02-25 13:07:30 -07:00
|
|
|
.. _fortplan:
|
|
|
|
|
|
|
|
fortplan
|
|
|
|
========
|
|
|
|
Designates furniture for building according to a ``.csv`` file with
|
|
|
|
quickfort-style syntax. Please use DFHack's more powerful `quickfort`
|
|
|
|
script instead. You can use your existing .csv files. Just move them to the
|
|
|
|
``blueprints`` folder in your DF installation, and instead of
|
|
|
|
``fortplan file.csv`` run ``quickfort run file.csv``.
|
|
|
|
|
2022-09-05 15:28:35 -06:00
|
|
|
.. _gui/assign-rack:
|
|
|
|
|
|
|
|
gui/assign-rack
|
|
|
|
===============
|
|
|
|
This script is no longer useful in current DF versions. The script required a
|
|
|
|
binpatch <binpatches/needs-patch>`, which has not been available since DF
|
|
|
|
0.34.11.
|
|
|
|
|
2022-08-31 23:47:43 -06:00
|
|
|
.. _gui/hack-wish:
|
|
|
|
|
|
|
|
gui/hack-wish
|
|
|
|
=============
|
|
|
|
Replaced by `gui/create-item`.
|
|
|
|
|
2022-07-10 00:01:31 -06:00
|
|
|
.. _gui/no-dfhack-init:
|
|
|
|
|
|
|
|
gui/no-dfhack-init
|
|
|
|
==================
|
|
|
|
Tool that warned the user when the ``dfhack.init`` file did not exist. Now that
|
|
|
|
``dfhack.init`` is autogenerated in ``dfhack-config/init``, this warning is no
|
|
|
|
longer necessary.
|
|
|
|
|
2023-01-18 00:56:54 -07:00
|
|
|
.. _masspit:
|
|
|
|
|
|
|
|
masspit
|
|
|
|
=======
|
|
|
|
Replaced with a GUI version: `gui/masspit`.
|
|
|
|
|
2022-11-21 16:27:40 -07:00
|
|
|
.. _resume:
|
|
|
|
|
|
|
|
resume
|
|
|
|
======
|
|
|
|
Allowed you to resume suspended jobs and displayed an overlay indicating
|
|
|
|
suspended building construction jobs. Replaced by `unsuspend` script.
|
|
|
|
|
2022-12-06 07:40:39 -07:00
|
|
|
.. _ruby:
|
|
|
|
.. _rb:
|
|
|
|
|
|
|
|
ruby
|
|
|
|
====
|
|
|
|
Support for the Ruby language in DFHack scripts was removed due to the issues
|
|
|
|
the Ruby library causes when used as an embedded language.
|
|
|
|
|
2023-01-27 15:45:56 -07:00
|
|
|
.. _show-unit-syndromes:
|
2023-01-27 11:03:36 -07:00
|
|
|
|
2023-01-27 15:45:56 -07:00
|
|
|
show-unit-syndromes
|
2023-01-27 14:58:56 -07:00
|
|
|
===================
|
2023-01-27 11:03:36 -07:00
|
|
|
Replaced with a GUI version: `gui/unit-syndromes`.
|
|
|
|
|
2020-07-08 19:04:23 -06:00
|
|
|
.. _warn-stuck-trees:
|
|
|
|
|
|
|
|
warn-stuck-trees
|
|
|
|
================
|
2022-08-31 23:47:43 -06:00
|
|
|
The corresponding DF :bug:`9252` was fixed in DF 0.44.01.
|