diff --git a/Readme.rst b/Readme.rst index cd17ff383..def0dd343 100644 --- a/Readme.rst +++ b/Readme.rst @@ -335,6 +335,7 @@ A one line command prompt in df. Same as entering command into dfhack console. B used as a keybinding. Can be called with optional "entry" that will start prompt with that pre-filled. +.. image:: images/command-prompt.png Adventure mode ============== @@ -2388,11 +2389,6 @@ dfhack commands. Useful for hotkeys. Example:: multicmd locate-ore iron ; digv -mod-manager -=========== -This mod script allows installing/removing mod that change/add multiple -files in df with one click of a button. - ======================= In-game interface tools ======================= @@ -2826,12 +2822,22 @@ keybinding. (e.g. keybinding set Ctrl-T gui/advfort). Possible arguments: * job - selects that job (e.g. Dig or FellTree) +An example of player digging in adventure mode: + +.. image:: images/advfort.png + +.. admonition:: DISCLAIMER + + advfort changes only persist in non procedural sites. Namely: player forts, caves, camps. + gui/companion-order =================== A script to issue orders for companions. Select companions with lower case chars, issue orders with upper case. Must be in look or talk mode to issue command on tile. +.. image:: images/companion-order.png + * move - orders selected companions to move to location. If companions are following they will move no more than 3 tiles from you. * equip - try to equip items on the ground. * pick-up - try to take items into hand (also wield) @@ -2841,7 +2847,6 @@ case. Must be in look or talk mode to issue command on tile. * follow - rejoin the party after "wait" * leave - remove from party (can be rejoined by talking) - gui/gm-editor ============= @@ -2856,9 +2861,21 @@ There are three ways to open this editor: * using gui/gm-editor dialog - shows an in game dialog to input lua command. Works the same as version above. +.. image:: images/gm-editor.png + This editor allows to change and modify almost anything in df. Press '?' for an in-game help. +gui/mod-manager +=============== + +A way to simply install and remove small mods. It looks for specially formated mods in +df subfolder 'mods'. Mods are not included, for example mods see: `github mini mod repository `_ + +.. image:: images/mod-manager.png + + + ============= Behavior Mods ============= diff --git a/images/advfort.png b/images/advfort.png new file mode 100644 index 000000000..d025c5481 Binary files /dev/null and b/images/advfort.png differ diff --git a/images/command-prompt.png b/images/command-prompt.png new file mode 100644 index 000000000..4897609e1 Binary files /dev/null and b/images/command-prompt.png differ diff --git a/images/companion-order.png b/images/companion-order.png new file mode 100644 index 000000000..a2b2a2a54 Binary files /dev/null and b/images/companion-order.png differ diff --git a/images/gm-editor.png b/images/gm-editor.png new file mode 100644 index 000000000..24546a710 Binary files /dev/null and b/images/gm-editor.png differ diff --git a/images/mod-manager.png b/images/mod-manager.png new file mode 100644 index 000000000..56393c05a Binary files /dev/null and b/images/mod-manager.png differ