develop
Myk Taylor 2023-01-15 00:49:11 -08:00
parent ab52d7a4ca
commit 22e0f4325c
No known key found for this signature in database
1 changed files with 7 additions and 8 deletions

@ -34,8 +34,7 @@ itself. Many of the game's rough edges have been smoothed with DFHack tools.
Here are some common tasks people use DFHack tools to accomplish: Here are some common tasks people use DFHack tools to accomplish:
- Automatically chop trees when log stocks are low - Automatically chop trees when log stocks are low
- Record fortress layouts in blueprint files and later play them back in - Record blueprint files that allow copy and paste of fort designs
different forts
- Import and export lists of manager orders - Import and export lists of manager orders
- Clean contaminants from map squares that dwarves can't reach - Clean contaminants from map squares that dwarves can't reach
- Automatically butcher excess livestock so you don't become overrun with - Automatically butcher excess livestock so you don't become overrun with
@ -54,12 +53,12 @@ seeds and preventing your chefs from cooking seeds that you need for planting.
Enableable tools that affect a fort save their state with the fort and will Enableable tools that affect a fort save their state with the fort and will
remember that they are enabled the next time you load your save. remember that they are enabled the next time you load your save.
Other tools add information to the screen or provide new integrated functionality And still other tools add information to the screen or provide new integrated
via the DFHack `overlay` framework. For example, the `unsuspend` tool, in addition functionality via the DFHack `overlay` framework. For example, the `unsuspend`
to its basic function of unsuspending all building construction jobs, can also tool, in addition to its basic function of unsuspending all building construction
overlay a marker on suspended buildings to indicate that they are suspended (and jobs, can also overlay a marker on suspended buildings to indicate that they are
will use different markers to tell you whether this is a problem). These overlays suspended (and will use different markers to tell you whether this is a problem).
can be configured with the `gui/overlay` tool. These overlays can be configured with the `gui/overlay` tool.
How can I figure out which commands to run? How can I figure out which commands to run?
------------------------------------------- -------------------------------------------