dfhack
dfhack copied to clipboard
Memory hacking library for Dwarf Fortress and a set of tools that use it
and to have a forum for code feedback (though I plan to merge this branch into develop piece by piece in separate PRs)
#2224 Merge the helpdb logic into develop of course it's not going to serve the highest quality data without also merging the doc updates from the docs branch, but it's...
The FAQ could use some massaging [suggestions/change-requests welcome] resolves #2205 ?
Instead of manually having to remove designations from digType it would be convenient if at all possible to be able to designate all of one type of tile below a...
I have the following setup: 1. Lever connected to a door 2. Lever connected to a raising bridge 3. Lever connected to a retracting bridge. 4. Pressure plate, repeatable, triggered...
This module is a resource for persistently saving lua tables directly with the json implementation. It handles either saving data globally (available anywhere) or as world data (specific to the...
Any labor can be specified for use as an ignore marker. When specified, any dwarf with that labor enabled will be treated as always busy using the same logic as...
Provides an API for saving persistent data in a dfhack-specific .dat file in the save game folder. Based on, but meant to replace, pull request #927. This one doesn't convert...
Replace histfig-based persistent data with json-based persistent data in a way that's efficient and automatically converts old histfig data to json for old saves