2015-10-27 17:06:28 -06:00
|
|
|
##################################
|
2015-09-22 01:42:15 -06:00
|
|
|
Welcome to DFHack's documentation!
|
2015-10-27 17:06:28 -06:00
|
|
|
##################################
|
2015-09-22 01:42:15 -06:00
|
|
|
|
2015-09-22 07:30:22 -06:00
|
|
|
Introduction
|
|
|
|
============
|
|
|
|
DFHack is a Dwarf Fortress memory access library, distributed with scripts
|
|
|
|
and plugins implementing a wide variety of useful functions and tools.
|
|
|
|
|
|
|
|
For users, it provides a significant suite of bugfixes and interface
|
|
|
|
enhancements by default, and more can be enabled. There are also many tools
|
2015-10-18 21:16:19 -06:00
|
|
|
(such as `workflow` or `autodump`) which can make life easier.
|
2015-09-24 04:17:58 -06:00
|
|
|
You can even add third-party scripts and plugins to do almost anything!
|
2015-09-22 07:30:22 -06:00
|
|
|
|
|
|
|
For modders, DFHack makes many things possible. Custom reactions, new
|
2015-10-18 21:16:19 -06:00
|
|
|
interactions, magic creature abilities, and more can be set through `modtools`
|
2015-09-22 07:30:22 -06:00
|
|
|
and custom raws. Non-standard DFHack scripts and inits can be stored in the
|
|
|
|
raw directory, making raws or saves fully self-contained for distribution -
|
|
|
|
or for coexistence in a single DF install, even with incompatible components.
|
|
|
|
|
|
|
|
For developers, DFHack unites the various ways tools access DF memory and
|
|
|
|
allows easier development of new tools. As an open-source project under
|
2015-09-24 04:19:51 -06:00
|
|
|
`various copyleft licences <license>`, contributions are welcome.
|
2015-09-22 07:30:22 -06:00
|
|
|
|
|
|
|
|
2015-10-27 17:06:28 -06:00
|
|
|
User Manual
|
|
|
|
===========
|
2015-09-22 01:42:15 -06:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
|
2015-09-24 20:09:57 -06:00
|
|
|
docs/Core
|
2015-09-22 07:30:22 -06:00
|
|
|
docs/Plugins
|
|
|
|
docs/Scripts
|
2015-09-22 02:42:15 -06:00
|
|
|
|
2015-10-27 17:06:28 -06:00
|
|
|
Other Contents
|
|
|
|
==============
|
2015-09-22 19:03:26 -06:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
docs/Authors
|
2015-10-22 19:34:54 -06:00
|
|
|
LICENSE
|
2015-09-27 19:11:11 -06:00
|
|
|
NEWS
|
2015-09-22 19:03:26 -06:00
|
|
|
|
2015-10-27 17:06:28 -06:00
|
|
|
For Developers
|
|
|
|
==============
|
2015-09-22 02:42:15 -06:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
2015-09-22 02:15:07 -06:00
|
|
|
docs/Contributing
|
|
|
|
docs/Compile
|
|
|
|
docs/Lua API
|
2015-09-24 04:17:58 -06:00
|
|
|
library/xml/SYNTAX
|
2015-09-25 07:33:28 -06:00
|
|
|
docs/Binpatches
|