v50 Steam/Premium information for editors
  • v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
  • Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.

Difference between revisions of "Utility:DFHack"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
m (fix float)
m (formatting)
 
(72 intermediate revisions by 21 users not shown)
Line 1: Line 1:
 
{{Quality|Superior|13:02, 2 May 2014 (UTC)}}
 
{{Quality|Superior|13:02, 2 May 2014 (UTC)}}
 
{{uv|multiple}}
 
{{uv|multiple}}
'''DFHack''' is an extensive standardized memory access library, packaged alongside a suite of basic tools that use it. Currently tools come in the form of plugins, as well as Lua and Ruby scripts. For developers, DFHack is a comprehensive, standardized memory access package that unites the various ways tools access the Dwarf Fortress memory space, allowing for easier development of new tools. For users, it is a very useful utility complex that allows users to tweak their games in numerous ways in-game. This is probably one of the most useful utilities for DF, acting as an advanced expansion that fixes, improves and adds to the game in many ways, and is usually included in recent versions of the [[Utility:Lazy Newb Pack|Lazy Newb Pack]] on all platforms.
+
{{Infobox utility
{{TipBox2|float=right|Bug reports|
+
| image = File:Dfhack-logo.png
If you are using DFHack (or other utilities), do not report bugs on the Dwarf Fortress bug tracker unless you can prove that the bug is not being caused by DFHack or one of its plugins. On Linux and OS X, DFHack can be bypassed by running the "df" script. On Windows, DFHack can be temporarily disabled by renaming SDL.dll to a temporary name, then renaming SDLreal.dll to SDL.dll.
+
| misc  =
 +
* [https://store.steampowered.com/app/2346660/DFHack__Dwarf_Fortress_Modding_Engine/ Steam Store Page]
 +
* [https://github.com/DFHack/dfhack/releases Download]  
 +
* [https://docs.dfhack.org/en/stable/docs/Installing.html#installing Installation guide]
 +
* [https://docs.dfhack.org/en/stable/index.html Documentation]
 +
* [https://docs.dfhack.org/en/stable/docs/Introduction.html#support Support channels], including [https://dfhack.org/discord Discord]
 
}}
 
}}
 +
[[File:Dfhack_gui_launcher.png|thumb|300px|right|DFHack in-game help browser and command launcher]]
 +
'''DFHack''' is a [[utility]] that can be used to improve UI, automate some aspects of the game, add features, fix bugs, make a specific one-off change... or just straight-up [[cheat]] - though DFHack's cheat (''aka "Armok"'') tools can be hidden from the interface by enabling "mortal mode" in the DFHack [https://docs.dfhack.org/en/stable/docs/tools/gui/control-panel.html#gui-control-panel control panel].
  
All new releases are announced in a [http://www.bay12forums.com/smf/index.php?topic=139553 thread on the Bay12 forums]. For an exhaustive list of and manual on the commands in the utility, see the [https://github.com/DFHack/dfhack#commands GitHub documentation]. This wiki also has a [[Utility:DFHack/Programming|DFHack programming page]].
+
DFHack is an extensive standardized memory access library, packaged alongside a suite of basic tools that use it. Currently, tools come in the form of plugins, as well as Lua scripts. For developers and modders, DFHack is a comprehensive, standardized memory access package that unites the various ways tools access the ''Dwarf Fortress'' memory space, allowing for easier development of new tools and a vast expansion of capabilities for mods. For players, it is a very useful utility complex that allows tweaking DF in numerous ways. This is probably one of the most useful utilities for DF, acting as an advanced expansion that fixes, improves and adds to the game in many ways, and is recommended for all players.
  
==Installation==
+
On April 14, 2023, DFHack was additionally [https://store.steampowered.com/app/2346660/DFHack__Dwarf_Fortress_Modding_Engine/ made available on Steam]. Installing DFHack through Steam will add DFHack to an existing Steam installation of ''Dwarf Fortress''.
  
DFHack works on Windows XP, Vista, 7, any modern Linux distribution, and OS X 10.6 and later. On Windows, you have to use the SDL version of DF. Currently, version 0.34.11 is supported (and tested). If you need DFHack for older versions, look for older releases. If you wish to use modern DFHack versions on old DF releases, DFHack is currently also being ported to versions 0.28.181.40d and 0.23.130.23a - more information can be found [http://dwarffortresswiki.org/index.php/User:Quietust#DFHack-40d here] and [http://dwarffortresswiki.org/index.php/User:Quietust#DFHack-23a here], respectively.
+
== Download and Install ==
 +
All new releases are announced on [https://store.steampowered.com/news/app/2346660 Steam], in a [http://www.bay12forums.com/smf/index.php?topic=164123.0 thread on the Bay12 forums], on [https://www.reddit.com/r/dwarffortress/ r/dwarffortress], and on the [https://dfhack.org/discord DFHack] and [https://discord.gg/kitfoxgames Kitfox] Discord servers. The current release can be downloaded from [https://store.steampowered.com/app/2346660/DFHack Steam] or [https://github.com/dfhack/dfhack/releases GitHub]. You can also find all past releases on GitHub, and the latest dev build (requires GitHub login) can be downloaded from [https://github.com/DFHack/dfhack/actions/workflows/build.yml?query=branch%3Adevelop+event%3Apush here], though its stability is not guaranteed.
  
===Pre-bundled packages===
+
Stable releases are also available for 0.47.05, 0.42.06, 0.40.24, 0.34.11, 0.31.25, and other intermediate versions of DF. DFHack is currently also being ported to versions 0.28.181.40d and 0.23.130.23a - more information can be found [[User:Quietust#DFHack-40d|here]] and [[User:Quietust#DFHack-23a|here]], respectively.
If you use a [[Utility:Lazy Newb Pack|recent edition of the Lazy Newb Pack]] or a similar starter pack, DFHack should be already installed and configured for you; simply run Dwarf Fortress as usual. Note that every DF update will break existing DFHack versions; if a DF release is very recent, the DFHack team may not have had the time to update it to the latest DF version, and the latest starter packs may not include it.
 
  
If you wish to install DFHack by hand without downloading a whole starter pack, head over to  the [http://www.bay12forums.com/smf/index.php?topic=139553 main thread] and read the following instructions depending on your operating system.
+
For information about the commands in the utility, see the [https://docs.dfhack.org/en/stable/index.html#user-manual documentation]. In particular, see the [https://docs.dfhack.org/en/stable/docs/Quickstart.html#quickstart-guide quickstart guide] and the [https://docs.dfhack.org/en/stable/docs/Tools.html#dfhack-tools categorized tool index]. Help for DFHack tools is also available in-game in the [https://docs.dfhack.org/en/stable/docs/tools/gui/launcher.html#gui-launcher gui/launcher interface]. For a quick list, with brief descriptions, of the commands available to you, enter the command <code>tags</code> to see tools by category or <code>ls</code> (or <code>dir</code>) to see the entire list. As of v50.08-r3, DFHack comes with more than 400 tools.
  
===Windows===
+
* [https://store.steampowered.com/app/2346660/DFHack Steam page] ● [https://github.com/DFHack/dfhack/releases Manual download] ● [https://docs.dfhack.org/en/stable/docs/Installing.html#installing Installation guide] ● [https://docs.dfhack.org/en/stable/index.html DFHack's documentation]
  
* Get the archive meant for your system. Extract the contents into your DF folder. '''Be sure to erase the SDL.dll file with the downloaded one''', as it's used by DFHack to operate its magic.
+
{{TipBox2|float=center|titlebg=red|width=80%|Bug reports|
* You're ready to use DFHack. Simply run Dwarf Fortress.exe and you should see a separate command-line prompt window.  
+
<small>If you are using DFHack (or other utilities), do not report bugs on the ''Dwarf Fortress'' bug tracker unless you can prove that the bug is not being caused by DFHack or one of its plugins. DFHack can be temporarily disabled by passing the <code>--disable-dfhack</code> commandline option when you run Dwarf Fortress.exe.</small>
 +
}}
  
===OS X===
+
== Features ==
 +
[[File:Move_goods_dfhack.png|thumb|288px|right|Screenshot of the DFHack "Move goods to Trade depot" screen, showing filtering and search options.]]
 +
User Interface improvements, such as:
 +
* Search, sort, and filtering for screens with big lists.
 +
* Ability to designate placeholder buildings, furniture, and constructions that get automatically assigned building materials as they become available.
 +
* Ability to type characters not available on keyboards.
  
* Get the archive meant for your system. Extract the contents into your DF folder.  
+
Automatic bugfixes, such as:
* Run 'dfhack' in a terminal. Dwarf Fortress should start and the terminal be taken over and turned into a DFHack prompt.
+
* fix/stuck-instruments - Fix activity references on instruments whose previous player was interrupted to make them usable again.
 +
* fix/general-strike - Prevent dwarves from getting stuck and refusing to work.
 +
* orders sort - Sort manager orders by repeat frequency so one-time orders can be completed.
 +
* fix/empty-wheelbarrows - Empties wheelbarrows which have rocks stuck in them.
  
===Linux===
+
Fortress design tools, such as:
 +
* gui/design - Designate digging or constructions in shapes and lines
 +
* gui/quickfort- Designate digging, stockpiles, buildings, and/or zones from a blueprint. DFHack also comes with a [https://docs.dfhack.org/en/stable/docs/guides/quickfort-library-guide.html library of blueprints].
  
* Get the archive meant for your system and your current gcc version. If you're not sure, try the latest version first (4.9.2 as of September 2014) before trying downgraded versions.
+
Fortress management automation tools, such as:
* Run 'dfhack' in a terminal. Dwarf Fortress should start and the terminal be taken over and turned into a DFHack prompt.
+
* autobutcher - Designates excess livestock for slaughter.
 +
* autochop - Designates trees for chopping when the fortress needs more logs.
 +
* autolabor - Automatically assign labors to dwarves to efficiently complete pending jobs
 +
* autonestbox - Assigns unpastured female egg-layers to nestbox zones.
 +
* prioritize - Ensures time-sensitive jobs get done quickly.
 +
* seedwatch - Controls settings for cooking seeds and plants so you don't run out of seeds to plant.
 +
* tailor - Generate manager workorders for clothing as existing clothing wears out.
  
===FreeBSD===
+
Gameplay modifications, such as:
 +
* deteriorate - Cause corpses, clothes, and/or food to rot away over time.
 +
* dwarfvet - Allow animals to be treated at hospitals.
 +
* emigration - Allow unhappy dwarves to voluntarily leave the fortress
 +
* misery - Amplify negative thoughts.
 +
* starvingdead - Undead waste away over time.
  
No binaries available, sorry. Be sure to update the wiki if you can build it from source.
+
Other scripts and plugins, such as:
 +
* [[Stonesense]] - an isometric visualizer of the map.
  
===Source===
+
== Common use ==
  
The source is available on [https://github.com/DFHack/dfhack/ github]. There are two main branches: [https://github.com/DFHack/dfhack/tree/master ''master''] (stable, only updated when ready for release) and [https://github.com/DFHack/dfhack/tree/develop ''develop''] (unstable, has all the new features first). Occasionally, contributors will add new updates on their own bleeding-edge branches. By default, all releases are compiled from the stable branch; if you wish to use a branch with more experimental features, you will have to build them from source. Building instructions are [https://github.com/DFHack/dfhack/blob/master/Compile.rst available] for Windows, Linux and OS X. On Linux, please note that you will need the zlib1g-dev package and multiple 32-bit libraries.
+
{| class=wikitable
 
+
! Command
==Uninstallation==
+
! Description
 
+
|-
* Remove 'stonesense' and 'hack' folders from your DF folder.
+
| <code>[https://docs.dfhack.org/en/stable/docs/tools/prospector.html#prospector prospect]</code>
* On Windows, remove SDL.dll and rename SDLreal.dll to SDL.dll
+
| To prospect your embark location for a list of all the present minerals and plants.
* On Linux, remove the dfhack and dfhack-run scripts, and the dfhack-init file.
+
|-
 
+
| <code>[https://docs.dfhack.org/en/stable/docs/tools/dig.html#digtype digv]</code>
==Common Uses==
+
| Designates a whole vein for digging.
DFHack is often used to automate some aspects of the game, add features, fix bugs, or to make a specific one-off change. 
+
|-
 
+
| <code>[https://docs.dfhack.org/en/stable/docs/tools/reveal.html#revflood reveal]</code>
===Automation===
+
| Reveal the map so you can inspect the caverns and mineral layouts.  
See: workflow, autolabor, autobutcher, autochop, autonestbox, seedwatch, df-ai, dwarf manipulator.
+
|-
 
+
| <code>[https://docs.dfhack.org/en/stable/docs/tools/cleanowned.html#cleanowned cleanowned scattered x]</code>
===One-off changes===
+
| Collects the random junk dwarves fling about the fortress and marks it for dumping.
Includes commands like "cleanowned scattered x" or "reveal".
+
|-
 
+
| <code>[https://docs.dfhack.org/en/stable/docs/tools/exportlegends.html#exportlegends exportlegends]</code>
===Additional features===
+
| For exporting [[Legends mode]] information.
Steam engines, power meter, improved siege engines.
+
|}
 
 
===Stonesense===
 
DFHack comes with [[Stonesense]] by default (except for unofficial r4 builds).
 
 
 
===Isoworld===
 
DFHack also has [[Isoworld]] integration.
 
 
 
===Adventure mode===
 
See: advfort, companion-order.
 
  
 
==Scripts and Plugins==  
 
==Scripts and Plugins==  
  
Originally a simple memory hacking tool, DFHack has grown to become a full-fledged unofficial extension of the game itself, adding in functionality where official development has lacked. One of the best features of DFHack is it's extensibility - anyone can create scripts or plugins. Due to its open-source and collaborative nature, anyone can add their own contribution to this tool. There are different kinds of contributions:
+
Originally a simple memory hacking tool, DFHack has grown to become a full-fledged unofficial extension of the game itself, adding in functionality where official development has lacked. One of the best features of DFHack is its extensibility - anyone can create scripts or plugins. Due to its open-source and collaborative nature, anyone can add their own contribution to this tool. There are different kinds of contributions:
  
    Binpatches are raw memory edits that alter the game's behavior, which is usually deduced from disassembling. Their main use is bugfixing or the removal of cumbersome, easily alterable constraints.  
+
*Binpatches are raw memory edits that alter the game's behavior, which is usually deduced from disassembling. Their main use is bugfixing or the removal of cumbersome, easily alterable constraints.  
    Plugins are snippets of C++ code that uses DFHack's library to fix bugs or add functionality. They must be compiled before use and are thus platform and dfhack-version dependent. They can be found in the hack/plugins folder.
+
*Plugins are snippets of C++ code that uses DFHack's library to fix bugs or add functionality. They must be compiled before use and are thus platform and dfhack-version dependent, but as a result they tend to be extremely ''fast''. They can be found in the hack/plugins folder.
    Scripts are files written in a scripting language DFHack provides bindings for (usually Lua or Ruby) that when loaded by DFHack fix bugs or add functionality. Contrary to plugins, they are not compiled and can be transferred between any platform. However any change within the DFHack data structures (i.e. between versions) may break some of these scripts.  
+
*Scripts are files written in a scripting language DFHack provides bindings for (usually Lua or Ruby) that when loaded by DFHack fix bugs or add functionality. Contrary to plugins, they are not compiled and can be transferred between any platform. However any change within the DFHack data structures (i.e. between versions) may break some of these scripts. However, because they run in an interpreter they are unsuitable for tasks which involve large amounts of data (such as revealing the map).
  
 
Some of the more notable are listed below; feel free to add to the list.
 
Some of the more notable are listed below; feel free to add to the list.
Line 97: Line 118:
 
* [http://www.bay12forums.com/smf/index.php?topic=135506 Miscellaneous DFHack script collection]
 
* [http://www.bay12forums.com/smf/index.php?topic=135506 Miscellaneous DFHack script collection]
  
=== Cheating ===
+
=== remotefortressreader ===
These plugins and scripts allow cheating to various degrees. Some are covered more in-depth than the Readme on this wiki:
+
 
* [[/createitem/]]: Creates arbitrary items made of any material at the feet of a unit
+
Provides a protobuf-based (currently v2.4.1) RPC connection to the game, enabling remote clients like Armok Vision. The service listens on <code>127.0.0.1:5000</code> (configurable within <code>dfhack-config/remote-server.json</code>).
 +
 
 +
Currently there are no change-based or change-driven notifications, so remote fortress clients must perform the expensive operation of polling the desired volume every frame (via e.g. <code>GetBlockList</code>).  Additionally, the sidebar menu state is shared with the native view, to avoid reimplementing construction material dependencies.
 +
 
 +
[[Category:Utilities]]
 +
[[ru:Utility:DFHack]]

Latest revision as of 18:32, 27 September 2023

This utility page applies to multiple versions of DF.
DFHack
Dfhack-logo.png
Information
DFHack in-game help browser and command launcher

DFHack is a utility that can be used to improve UI, automate some aspects of the game, add features, fix bugs, make a specific one-off change... or just straight-up cheat - though DFHack's cheat (aka "Armok") tools can be hidden from the interface by enabling "mortal mode" in the DFHack control panel.

DFHack is an extensive standardized memory access library, packaged alongside a suite of basic tools that use it. Currently, tools come in the form of plugins, as well as Lua scripts. For developers and modders, DFHack is a comprehensive, standardized memory access package that unites the various ways tools access the Dwarf Fortress memory space, allowing for easier development of new tools and a vast expansion of capabilities for mods. For players, it is a very useful utility complex that allows tweaking DF in numerous ways. This is probably one of the most useful utilities for DF, acting as an advanced expansion that fixes, improves and adds to the game in many ways, and is recommended for all players.

On April 14, 2023, DFHack was additionally made available on Steam. Installing DFHack through Steam will add DFHack to an existing Steam installation of Dwarf Fortress.

Download and Install[edit]

All new releases are announced on Steam, in a thread on the Bay12 forums, on r/dwarffortress, and on the DFHack and Kitfox Discord servers. The current release can be downloaded from Steam or GitHub. You can also find all past releases on GitHub, and the latest dev build (requires GitHub login) can be downloaded from here, though its stability is not guaranteed.

Stable releases are also available for 0.47.05, 0.42.06, 0.40.24, 0.34.11, 0.31.25, and other intermediate versions of DF. DFHack is currently also being ported to versions 0.28.181.40d and 0.23.130.23a - more information can be found here and here, respectively.

For information about the commands in the utility, see the documentation. In particular, see the quickstart guide and the categorized tool index. Help for DFHack tools is also available in-game in the gui/launcher interface. For a quick list, with brief descriptions, of the commands available to you, enter the command tags to see tools by category or ls (or dir) to see the entire list. As of v50.08-r3, DFHack comes with more than 400 tools.

Bug reports

If you are using DFHack (or other utilities), do not report bugs on the Dwarf Fortress bug tracker unless you can prove that the bug is not being caused by DFHack or one of its plugins. DFHack can be temporarily disabled by passing the --disable-dfhack commandline option when you run Dwarf Fortress.exe.


Features[edit]

Screenshot of the DFHack "Move goods to Trade depot" screen, showing filtering and search options.

User Interface improvements, such as:

  • Search, sort, and filtering for screens with big lists.
  • Ability to designate placeholder buildings, furniture, and constructions that get automatically assigned building materials as they become available.
  • Ability to type characters not available on keyboards.

Automatic bugfixes, such as:

  • fix/stuck-instruments - Fix activity references on instruments whose previous player was interrupted to make them usable again.
  • fix/general-strike - Prevent dwarves from getting stuck and refusing to work.
  • orders sort - Sort manager orders by repeat frequency so one-time orders can be completed.
  • fix/empty-wheelbarrows - Empties wheelbarrows which have rocks stuck in them.

Fortress design tools, such as:

  • gui/design - Designate digging or constructions in shapes and lines
  • gui/quickfort- Designate digging, stockpiles, buildings, and/or zones from a blueprint. DFHack also comes with a library of blueprints.

Fortress management automation tools, such as:

  • autobutcher - Designates excess livestock for slaughter.
  • autochop - Designates trees for chopping when the fortress needs more logs.
  • autolabor - Automatically assign labors to dwarves to efficiently complete pending jobs
  • autonestbox - Assigns unpastured female egg-layers to nestbox zones.
  • prioritize - Ensures time-sensitive jobs get done quickly.
  • seedwatch - Controls settings for cooking seeds and plants so you don't run out of seeds to plant.
  • tailor - Generate manager workorders for clothing as existing clothing wears out.

Gameplay modifications, such as:

  • deteriorate - Cause corpses, clothes, and/or food to rot away over time.
  • dwarfvet - Allow animals to be treated at hospitals.
  • emigration - Allow unhappy dwarves to voluntarily leave the fortress
  • misery - Amplify negative thoughts.
  • starvingdead - Undead waste away over time.

Other scripts and plugins, such as:

Common use[edit]

Command Description
prospect To prospect your embark location for a list of all the present minerals and plants.
digv Designates a whole vein for digging.
reveal Reveal the map so you can inspect the caverns and mineral layouts.
cleanowned scattered x Collects the random junk dwarves fling about the fortress and marks it for dumping.
exportlegends For exporting Legends mode information.

Scripts and Plugins[edit]

Originally a simple memory hacking tool, DFHack has grown to become a full-fledged unofficial extension of the game itself, adding in functionality where official development has lacked. One of the best features of DFHack is its extensibility - anyone can create scripts or plugins. Due to its open-source and collaborative nature, anyone can add their own contribution to this tool. There are different kinds of contributions:

  • Binpatches are raw memory edits that alter the game's behavior, which is usually deduced from disassembling. Their main use is bugfixing or the removal of cumbersome, easily alterable constraints.
  • Plugins are snippets of C++ code that uses DFHack's library to fix bugs or add functionality. They must be compiled before use and are thus platform and dfhack-version dependent, but as a result they tend to be extremely fast. They can be found in the hack/plugins folder.
  • Scripts are files written in a scripting language DFHack provides bindings for (usually Lua or Ruby) that when loaded by DFHack fix bugs or add functionality. Contrary to plugins, they are not compiled and can be transferred between any platform. However any change within the DFHack data structures (i.e. between versions) may break some of these scripts. However, because they run in an interpreter they are unsuitable for tasks which involve large amounts of data (such as revealing the map).

Some of the more notable are listed below; feel free to add to the list.

User Interface[edit]

The best-known are Falconne's UI Plugins, a collection which improves the in-game interface with features such as search functions in screens with big lists, the ability to place furniture before it's built and have it automatically allocated when available, box-select constructions(like laying designations) - including easier material selection and open space placement, easier pasturing, live happiness monitor, mouse support, and an enhanced stocks screen. The plugins make existing tasks significantly easier, and also add new functions to the game which greatly enhance the experience - such as the autochop log quotas, or the ability (with buildingplanner) to lay out rooms with Quickfort before creating the required furniture.

There is also a GUI for the Autobutcher plugin.

Bugfixing[edit]

Many bugfixes are included with DFHack, but not enabled by default - check dfhack.init to see if the "tweak *" and "fix/*" lines are commented out. The Starter Packs enable all bugfixes by default.

Features[edit]

These plugins and scripts add features to the game that enhance the user's gameplay.

  • Digging invaders, a plugin that allows hostiles to dig and deconstruct walls to path to one's fortress.
  • Rendermax, a plugin that implements a lighting system at the graphics level.
  • Dwarven Emigration, a plugin that allows unhappy dwarves to emigrate with their families.

Modding tools[edit]

These plugins and scripts add features to the game that enhance modding possibilities.

remotefortressreader[edit]

Provides a protobuf-based (currently v2.4.1) RPC connection to the game, enabling remote clients like Armok Vision. The service listens on 127.0.0.1:5000 (configurable within dfhack-config/remote-server.json).

Currently there are no change-based or change-driven notifications, so remote fortress clients must perform the expensive operation of polling the desired volume every frame (via e.g. GetBlockList). Additionally, the sidebar menu state is shared with the native view, to avoid reimplementing construction material dependencies.