Watch Dwarf Fortress play itself!
Plugin for DFHack 0.42.05-alpha1.
Installation:
- copy the df-ai folder to dfhack/plugins/df-ai
- add
add_subdirectory(df-ai)
to dfhack/plugins/CMakeLists.custom.txt - compile DFHack
Run enable df-ai
in the dfhack console.
Does not handle already started forts, or resume from saved game.
FAQ for AntB: If you're getting an error about Sheet
not being a member of df::enums::stockpile_list::stockpile_list
, update library/xml
to have at least this commit: https://github.com/DFHack/df-structures/commit/cf90ebe944e01e81cc7c321d1206b416c8974204 - to do so, you can run this command: cd library/xml && git checkout master && git pull