Skip to content

0.44.12-r2

Compare
Choose a tag to compare
@BenLubar BenLubar released this 01 Mar 17:27
3648998

Installation instructions

  • Download and extract Dwarf Fortress 0.44.12.
    Windows (32-bit) - Linux (32-bit) - Mac OS X (32-bit)
  • Install DFHack 0.44.12-r2.
  • Place the df-ai.plug.* file in hack/plugins.
  • Extract the df-ai-blueprints folder from df-ai-assets.zip into the Dwarf Fortress root (the same folder as hack and dfhack-config).
    If there is a df-ai-blueprints folder from a previous version of df-ai, remove it first.
    df-ai-assets.zip can be found in the list of files above.
  • Optional: Add the corresponding version of weblegends to enable the df-ai web interface.
  • Enter enable df-ai into the DFHack console.

Changes since the previous version

Military

  • The AI no longer requires that there are more picks and axes than soldiers. (#55, thanks @mattregul)
    • Instead, if a mining or woodcutting job is waiting and no civilian has access to the tool needed, it will be taken from a military dwarf.
    • Weapons will not be confiscated from military dwarves who are currently in combat.
    • When a weapon is confiscated, the dwarf will be assigned a new melee weapon type, favoring weapon types that are in stock and craftable within the fortress.

Blueprint

  • The code to ensure rooms had walls is no longer completely broken. (#56, thanks @mattregul)
  • Fixed room entrances sometimes being embedded in rock at the back of the room. (#57, #59, thanks @mattregul)