diff --git a/Dwarf Fortress/dfhack.init b/Dwarf Fortress/dfhack.init index 513f416f..c8dbc18f 100644 --- a/Dwarf Fortress/dfhack.init +++ b/Dwarf Fortress/dfhack.init @@ -439,8 +439,14 @@ diggingInvaders setDelay TITAN_10 dig -1 diggingInvaders setDelay TITAN_10 destroyRoughConstruction 50 diggingInvaders setDelay TITAN_10 destroySmoothConstruction 50 +enable automaterial enable autoSyndrome +enable autotrade +enable buildingplan +enable dwarfmonitor +enable getplants enable mousequery +enable resume enable search enable zone diff --git a/Dwarf Fortress/hack/plugins/automaterial.plug.dll b/Dwarf Fortress/hack/plugins/automaterial.plug.dll index 1ba4d7fe..067f1317 100644 Binary files a/Dwarf Fortress/hack/plugins/automaterial.plug.dll and b/Dwarf Fortress/hack/plugins/automaterial.plug.dll differ diff --git a/Dwarf Fortress/hack/plugins/autotrade.plug.dll b/Dwarf Fortress/hack/plugins/autotrade.plug.dll index 44816752..9bc2524d 100644 Binary files a/Dwarf Fortress/hack/plugins/autotrade.plug.dll and b/Dwarf Fortress/hack/plugins/autotrade.plug.dll differ diff --git a/Dwarf Fortress/hack/plugins/buildingplan.plug.dll b/Dwarf Fortress/hack/plugins/buildingplan.plug.dll index b3636ed4..856ea202 100644 Binary files a/Dwarf Fortress/hack/plugins/buildingplan.plug.dll and b/Dwarf Fortress/hack/plugins/buildingplan.plug.dll differ diff --git a/Dwarf Fortress/hack/plugins/dwarfmonitor.plug.dll b/Dwarf Fortress/hack/plugins/dwarfmonitor.plug.dll index d2f1562c..d8491701 100644 Binary files a/Dwarf Fortress/hack/plugins/dwarfmonitor.plug.dll and b/Dwarf Fortress/hack/plugins/dwarfmonitor.plug.dll differ diff --git a/Dwarf Fortress/hack/plugins/getplants.plug.dll b/Dwarf Fortress/hack/plugins/getplants.plug.dll index c245c072..a3011079 100644 Binary files a/Dwarf Fortress/hack/plugins/getplants.plug.dll and b/Dwarf Fortress/hack/plugins/getplants.plug.dll differ diff --git a/Dwarf Fortress/hack/plugins/hotkeys.plug.dll b/Dwarf Fortress/hack/plugins/hotkeys.plug.dll new file mode 100644 index 00000000..4f629d9c Binary files /dev/null and b/Dwarf Fortress/hack/plugins/hotkeys.plug.dll differ diff --git a/Dwarf Fortress/hack/plugins/mousequery.plug.dll b/Dwarf Fortress/hack/plugins/mousequery.plug.dll index 2b220447..571a0573 100644 Binary files a/Dwarf Fortress/hack/plugins/mousequery.plug.dll and b/Dwarf Fortress/hack/plugins/mousequery.plug.dll differ diff --git a/Dwarf Fortress/hack/plugins/resume.plug.dll b/Dwarf Fortress/hack/plugins/resume.plug.dll index d88d4984..21d1eae5 100644 Binary files a/Dwarf Fortress/hack/plugins/resume.plug.dll and b/Dwarf Fortress/hack/plugins/resume.plug.dll differ diff --git a/Dwarf Fortress/hack/plugins/search.plug.dll b/Dwarf Fortress/hack/plugins/search.plug.dll index a670c924..473f7188 100644 Binary files a/Dwarf Fortress/hack/plugins/search.plug.dll and b/Dwarf Fortress/hack/plugins/search.plug.dll differ diff --git a/Dwarf Fortress/hack/plugins/stocks.plug.dll b/Dwarf Fortress/hack/plugins/stocks.plug.dll index 59e13145..57377fc6 100644 Binary files a/Dwarf Fortress/hack/plugins/stocks.plug.dll and b/Dwarf Fortress/hack/plugins/stocks.plug.dll differ diff --git a/Dwarf Fortress/hack/plugins/zone.plug.dll b/Dwarf Fortress/hack/plugins/zone.plug.dll index 4987f2c2..d240cf32 100644 Binary files a/Dwarf Fortress/hack/plugins/zone.plug.dll and b/Dwarf Fortress/hack/plugins/zone.plug.dll differ