From b68cff0384faa936984206c34563be9a9daeb0f7 Mon Sep 17 00:00:00 2001 From: Eric Wald Date: Sat, 14 May 2016 23:44:25 -0600 Subject: [PATCH] Removing stockflow and workflow from the example dfhack.init They're no longer necessary, now that the default manager interface has been improved. --- dfhack.init-example | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dfhack.init-example b/dfhack.init-example index a367d3441..4d2a1b2f3 100644 --- a/dfhack.init-example +++ b/dfhack.init-example @@ -128,10 +128,6 @@ keybinding add Alt-P@dwarfmode/Hauling/DefineStop/Cond/Guide gui/guide-path # workshop job details keybinding add Alt-A@dwarfmode/QueryBuilding/Some/Workshop/Job gui/workshop-job -# workflow front-end -keybinding add Alt-W@dwarfmode/QueryBuilding/Some/Workshop/Job gui/workflow -keybinding add Alt-W@overallstatus "gui/workflow status" - # autobutcher front-end keybinding add Shift-B@pet/List/Unit "gui/autobutcher" @@ -220,7 +216,6 @@ enable \ zone \ stocks \ autochop \ - stockflow \ stockpiles #end a line with a backslash to make it continue to the next line. The \ is deleted for the final command. # Multiline commands are ONLY supported for scripts like dfhack.init. You cannot do multiline command manually on the DFHack console.