Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 1.16 KB

README.md

File metadata and controls

20 lines (11 loc) · 1.16 KB

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.

xkcd 1223

Join the chat at https://gitter.im/BenLubar/df-ai

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