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).
adv-rumors¶
adv-fix-sleepers¶
Renamed to fix/sleepers.
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.
automaterial¶
Moved frequently used materials to the top of the materials list when building buildings. Also offered extended options when building constructions. All functionality has been merged into buildingplan.
automelt¶
Automatically mark items for melting when they are brought to a monitored stockpile. Merged into logistics.
autotrade¶
Automatically mark items for trading when they are brought to a monitored stockpile. Merged into logistics.
autounsuspend¶
Replaced by suspendmanager.
combine-drinks¶
Replaced by the new combine script. Run
combine here --types=drink
combine-plants¶
Replaced by the new combine script. Run
combine here --types=plants
command-prompt¶
Replaced by gui/launcher –minimal.
create-items¶
Replaced by gui/create-item.
deteriorateclothes¶
Replaced by the new combined deteriorate script. Run
deteriorate --types=clothes
.
deterioratecorpses¶
Replaced by the new combined deteriorate script. Run
deteriorate --types=corpses
.
deterioratefood¶
Replaced by the new combined deteriorate script. Run
deteriorate --types=food
.
devel/find-offsets¶
Used in pre-v50 times for memory structure analysis. No longer useful post-v50.
devel/find-twbt¶
Used in pre-v50 times for memory structure analysis. No longer useful post-v50.
devel/prepare-save¶
Used in pre-v50 times for memory structure analysis. No longer useful post-v50.
devel/unforbidall¶
Replaced by the unforbid script. Run unforbid all --quiet
to match the
behavior of the original devel/unforbidall
script.
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
.
drain-aquifer¶
Replaced by aquifer and gui/aquifer.
embark-tools¶
Replaced by gui/embark-anywhere. Other functionality was replaced by the DF v50 UI.
faststart¶
Sped up the initial DF load sequence. Removed since Bay 12 rewrote the startup sequence and it is now sufficiently fast on its own.
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.
fix/build-location¶
The corresponding DF Bug 5991 was fixed in DF 0.40.05.
fix/diplomats¶
The corresponding DF Bug 3295 was fixed in DF 0.40.05.
fix/fat-dwarves¶
The corresponding DF Bug 5971 was fixed in DF 0.40.05.
fix/feeding-timers¶
The corresponding DF Bug 2606 was fixed in DF 0.40.12.
fix/item-occupancy¶
Merged into fix/occupancy.
fix/merchants¶
Humans can now make trade agreements. This fix is no longer necessary.
fix/tile-occupancy¶
Merged into fix/occupancy.
fix-unit-occupancy¶
Merged into fix/occupancy.
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
.
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.
gui/automelt¶
Replaced by the stockpiles overlay and the gui for logistics.
gui/create-tree¶
Replaced by gui/sandbox.
gui/dig¶
Renamed to gui/design.
gui/hack-wish¶
Replaced by gui/create-item.
gui/manager-quantity¶
Ability to modify manager order quantities has been added to the vanilla UI.
gui/mechanisms¶
Linked building interface has been added to the vanilla UI.
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.
masspit¶
Replaced with a GUI version: gui/masspit.
max-wave¶
Set population cap based on parameters. Merged into pop-control.
modtools/force¶
Merged into force.
mousequery¶
Functionality superseded by vanilla v50 interface.
petcapRemover¶
Renamed to pet-uncapper.
plants¶
Renamed to plant.
rename¶
Superseded by vanilla rename capabilities and gui/rename.
resume¶
Allowed you to resume suspended jobs and displayed an overlay indicating suspended building construction jobs. Replaced by unsuspend script.
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.
search¶
Functionality was merged into sort.
show-unit-syndromes¶
Replaced with a GUI version: gui/unit-syndromes.
stocksettings¶
Along with copystock
, loadstock
and savestock
, replaced with the new
stockpiles API.
title-version¶
Replaced with an overlay.
unsuspend¶
Merged into suspendmanager.
warn-starving¶
Functionality was merged into gui/notify.
warn-stealers¶
Functionality was merged into gui/notify.
warn-stuck-trees¶
The corresponding DF Bug 9252 was fixed in DF 0.44.01.
workorder-recheck¶
Tool to set ‘Checking’ status of the selected work order, allowing conditions to be reevaluated. Merged into orders.