dfhack
dfhack copied to clipboard
Memory hacking library for Dwarf Fortress and a set of tools that use it
It looks like we could get tests running in the scripts and df-structures repos by copying a significant chunk of https://github.com/DFHack/dfhack/blob/develop/.github/workflows/build.yml to https://github.com/DFHack/scripts/blob/master/.github/workflows/build.yml and https://github.com/DFHack/df-structures/blob/master/.github/workflows/build.yml Is there a better way...
`seedwatch all` only covers the seed types that are in `seedwatch`'s hardcoded abbreviation list (whether or not they're in the game). Arguably, this command should match all plants in the...
This would avoid issues such as #1888 One possible counterargument: running `dfhack.init-example` in CI can help catch issues with tools included in it, and users are likely to see these...
Currently it seems like it's hardcoded to only keep the last 100 lines. Any chance to make it parametrizable, so that the number can be increased to a few thousands?
It is fairly clear, I think, from the reddit question [here](https://www.reddit.com/r/dwarffortress/comments/uipacv/dfhack_04705r5_released/i7g12w7?utm_medium=android_app&utm_source=share&context=3) that users need better documentation of what to expect from the plugin. Improving the help command, and the plugin.rst...
The event will trigger fine when in any Fortress Mode-style mode (fort mode / arena mode while not controlling a unit), but won't trigger in Adventure Mode-style modes (adventure mode...
Autochop counts logs that cannot be collected because they are underwater and thus unreachable; autochop should not count for the purposes of its threshold controls logs that are underwater or...
https://github.com/DFHack/dfhack/blob/develop/library/modules/EventManager.cpp#L573 If a user wants to only catch items that were created that moment and not incoming items, then they should just do that checklist themselves. The current code prevents...
If the "reaction-gloves" Tweak is enabled, then _any_ custom reaction which tries to produce a single GLOVES item will actually create two or more (with handedness flags automatically set according...
This message is being thrown on a fully updated Arch system using DFHack 0.47.05-r4 libruby.so is present in the /hack directory. Any advice?