From 0bb6a3b0bc4389dd8b38bf972795af815f32db05 Mon Sep 17 00:00:00 2001 From: Tim Allen Date: Fri, 7 Jul 2017 18:24:42 +1000 Subject: [PATCH] Document the State Manager. --- README.md | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5927caa7..0a31c23a 100644 --- a/README.md +++ b/README.md @@ -1109,7 +1109,37 @@ click the "Reset" button in the bottom right. The State Manager ----------------- -TODO +The State Manager allows you to create, +load, +and remove Manager states. +For more information on Manager states, +quick states, +saved games +and how they compare, +see [Save States](#save-states). + +To create a new manager state, +or to replace an existing one, +select the slot in the list +then click "Save" in the bottom-left corner. +You can then type a description in the "Description" field, +to help you find the state again later. + +To rename a state, +select the slot in the list +and edit the "Description" field. + +To load a state, +select the slot in the list +and click "Load" in the bottom-left corner, +or just double-click it. + +To clear the state out of a slot, +select the slot in the list +and click "Erase" in the bottom-right corner. + +To clear all the slots at once, +click "Reset" in the bottom-right corner. The Manifest Viewer -------------------