From 085c18ab2affb5669d3f2048f045fdf44d9e8747 Mon Sep 17 00:00:00 2001 From: Casey Link Date: Tue, 2 Dec 2014 20:28:25 +0100 Subject: [PATCH] update NEWS and README with new stockpiles UI info --- NEWS | 2 ++ Readme.rst | 12 ++++++++++++ 2 files changed, 14 insertions(+) diff --git a/NEWS b/NEWS index 1b9ec3f8b..80509dbc3 100644 --- a/NEWS +++ b/NEWS @@ -17,6 +17,8 @@ DFHack 0.40.19-r1 New scripts: remove-stress [all]: set selected or all units unit to -1,000,000 stress this script replaces removebadthoughts.rb + gui/stockpiles: an in-game interface for saving and loading stockpile + settings files. Misc improvements: cmd-prompt can now access selected items, units, and buildings autolabor plugin: add an optional talent pool parameter diff --git a/Readme.rst b/Readme.rst index 15933e0f6..bcabd2965 100644 --- a/Readme.rst +++ b/Readme.rst @@ -311,6 +311,9 @@ Toggle between displaying/not displaying liquid depth as numbers. stockpile settings management ----------------------------- +Save and load stockpile settings. See the gui/stockpiles for an in-game GUI to +this plugin. + copystock ~~~~~~~~~ @@ -2195,6 +2198,15 @@ directory. A graphical interface for creating items. +* gui/stockpiles + + Load and save stockpile settings from the 'q' menu. + Usage: + gui/stockpiles -save to save the current stockpile + gui/stockpiles -load to load settings into the current stockpile + gui/stockpiles -dir set the default directory to save settings into + gui/stockpiles -help to see this message + binpatch ========