Update log
Full DFHack - Dwarf Fortress Modding Engine update
The complete published notes, normalized for clean reading and source attribution.
Extracted changes
- Fixes
- Workshop
Please report any issues (or feature requests) on the DFHack GitHub issue tracker. When reporting issues, please upload a zip file of your savegame and a zip file of your [c]mods[/c] directory to the cloud and add links to the GitHub issue. Make sure your files are downloadable by "everyone with the link". We need your savegame to reproduce the problem and test the fix, and we need your active mods so we can load your savegame. Issues with savegames and mods attached get fixed first!
Highlights
Expanded keybindings
We've expanded the ability to bind hotkeys in DFHack so that you can now bind nearly any key combination you can think of. You are no longer limited by the keys DF recognizes; any key combo that SDL understands can be bound now. We also added both a GUI and a Lua API for managing these bindings.
Edge scrolling
A much-requested accessibility feature, the [c]edgescroll[/c] plugin optionally enables automatically panning DF's viewport when the mouse is near the screen border.
Return of infinite-sky
The [c]infinite-sky[/c] plugin, which we had to disable in the last release, is back with this release, fully compatible with the changes made in the siege update.
Bug fixes and other improvements
Various other tools had bugs fixed or improvements added: [c]empty-bin[/c] will no longer dump powders out of bags (unless forced), DF's enhanced sort and filter support no longer causes DF to crash on exit (did you notice? we did), and the search widget for places has been moved out of the way of DF's new "siege engines" subtab and now also supports searching and filtering siege engines. The [c]fpause[/c] command can now be used to force worldgen to pause, [c]combine[/c] does a better job of identifying the current stockpile, and [c]createitem[/c] now supports placing newly created items in or on more types of furniture than before.
Announcements
PSAs
As always, remember that, just like the vanilla DF game, DFHack tools can also have bugs. It is a good idea to save often and keep backups of the forts that you care about. Some DFHack tools that worked in previous (pre-Steam) versions of DF have not been updated yet and are marked with the "unavailable" tag in their docs. If you try to run them, they will show a warning and exit immediately. You can run the command again to override the warning (though of course the tools may not work). We make no guarantees of reliability for the tools that are marked as "unavailable". The in-game interface for running DFHack commands ([c]gui/launcher[/c]) will not show "unavailable" tools by default. You can still run them if you know their names, or you can turn on dev mode by hitting Ctrl-D while in [c]gui/launcher[/c] and they will be added to the autocomplete list. Some tools listed as "unavailable" in the docs do not compile yet and are not accessible at all, even when in dev mode. If you see a tool complaining about the lack of a cursor, know that it's referring to the keyboard cursor (which used to be the only real option in Dwarf Fortress). You can enable the keyboard cursor by entering mining mode or selecting the dump/forbid tool and hitting Alt-K (the DFHack keybinding for [c]toggle-kbd-cursor[/c]). We're working on making DFHack tools more mouse-aware and accessible so this step isn't necessary in the future.
Changelog
New Tools
[c]fix/codex-pages[/c]: add pages to written content that have unspecified page counts.
[c]gui/keybinds[/c]: gui for managing and saving
Source
