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.

User:Lethosor/DFHack

From Dwarf Fortress Wiki
Jump to navigation Jump to search

Lua scripts

Available on Github.

Build instructions

(These are written for Linux or OS X environments, but don't

Building for 0.40.23

  1. Follow the Compile.rst instructions, but stop before running any CMake-related commands
  2. Run the following commands from the DFHack source folder:
cd library/xml
git fetch origin
git checkout origin/master
  1. Continue with the CMake-related commands (be sure to change back to the source/build folder if necessary)