@@ -13,9 +13,9 @@ to following a different dwarf. It can also switch to following animals,
13
13
hostiles, or visiting units. You can switch to the next target (or a previous
14
14
target) immediately with the left/right arrow keys.
15
15
16
- `spectate ` will disengage and turn itself off when you move the map, just like
17
- the vanilla follow mechanic. It will also disengage immediately if you open the
18
- squads menu for military action.
16
+ By default, `spectate ` will disengage and turn itself off when you move the
17
+ map, just like the vanilla follow mechanic. It will also disengage immediately
18
+ if you open the squads menu for military action.
19
19
20
20
It can also annotate your dwarves on the map with their name, job, and other
21
21
information, either as floating tooltips or in a panel that comes up when you
37
37
spectate [status]
38
38
spectate toggle
39
39
spectate set <setting> <value>
40
- spectate overlay <name> enable|disable
40
+ spectate overlay enable|disable
41
41
42
42
Examples
43
43
--------
@@ -59,16 +59,18 @@ Examples
59
59
``spectate set follow-seconds 30 ``
60
60
Configure `spectate ` to switch targets every 30 seconds when in follow mode.
61
61
62
- ``spectate overlay follow enable ``
63
- Show informative tooltips that follow each unit on the map.
62
+ ``spectate overlay enable ``
63
+ Show informative tooltips that follow each unit on the map. Note that this
64
+ can be enabled independently of `spectate ` itself.
64
65
65
66
Settings
66
67
--------
67
68
68
69
``auto-disengage `` (default: enabled)
69
70
Toggle automatically disabling the plugin when the player moves the map or
70
71
opens the squad panel. If this is disabled, you will need to manually
71
- disable the plugin to turn off follow mode.
72
+ disable the plugin to turn off follow mode. You can still interact normally
73
+ with the DF UI.
72
74
73
75
``auto-unpause `` (default: disabled)
74
76
Toggle auto-dismissal of announcements that pause the game, like sieges,
@@ -82,7 +84,7 @@ Settings
82
84
include time that the game is paused.
83
85
84
86
``include-animals `` (default: disabled)
85
- Toggle whether to sometimes follow fort animals.
87
+ Toggle whether to sometimes follow fort animals and wildlife .
86
88
87
89
``include-hostiles `` (default: disabled)
88
90
Toggle whether to sometimes follow hostiles (eg. undead, titans, invaders,
@@ -102,47 +104,36 @@ Settings
102
104
arrived on the map.
103
105
104
106
``tooltip-follow-job `` (default: enabled)
105
- If the ``spectate.follow `` overlay is enabled, toggle whether to show the
107
+ If the ``spectate.tooltip `` overlay is enabled, toggle whether to show the
106
108
job of the dwarf in the tooltip.
107
109
108
110
``tooltip-follow-name `` (default: enabled)
109
- If the ``spectate.follow `` overlay is enabled, toggle whether to show the
111
+ If the ``spectate.tooltip `` overlay is enabled, toggle whether to show the
110
112
name of the dwarf in the tooltip.
111
113
112
114
``tooltip-follow-stress `` (default: enabled)
113
- If the ``spectate.follow `` overlay is enabled, toggle whether to show the
115
+ If the ``spectate.tooltip `` overlay is enabled, toggle whether to show the
114
116
happiness level (stress) of the dwarf in the tooltip.
115
117
116
118
``tooltip-hover-job `` (default: enabled)
117
- If the ``spectate.follow `` overlay is enabled, toggle whether to show the
119
+ If the ``spectate.tooltip `` overlay is enabled, toggle whether to show the
118
120
job of the dwarf in the hover panel.
119
121
120
122
``tooltip-hover-name `` (default: enabled)
121
- If the ``spectate.follow `` overlay is enabled, toggle whether to show the
123
+ If the ``spectate.tooltip `` overlay is enabled, toggle whether to show the
122
124
name of the dwarf in the hover panel.
123
125
124
126
``tooltip-hover-stress `` (default: enabled)
125
- If the ``spectate.follow `` overlay is enabled, toggle whether to show the
127
+ If the ``spectate.tooltip `` overlay is enabled, toggle whether to show the
126
128
happiness level (stress) of the dwarf in the hover panel.
127
129
128
130
Overlays
129
131
--------
130
132
131
- ``spectate `` provides two overlays via the `overlay ` framework to add
132
- information and functionality to the main map. These overlays can be controlled
133
- via the ``spectate overlay `` command or the ``Overlays `` tab in
134
- `gui/control-panel `.
133
+ ``spectate.tooltip ``
135
134
136
- The information displayed by these overlays can be configured via the
137
- `` spectate set `` command or the ` gui/spectate ` interface .
135
+ `` spectate `` can show informative tooltips that follow each unit on the map
136
+ and/or a popup panel with information when your mouse cursor hovers over a unit .
138
137
139
- ``spectate.follow ``
140
- Show informative tooltips that follow each unit on the map. You can enable
141
- this overlay by running ``spectate overlay follow enable `` or,
142
- equivalently, ``overlay enable spectate.follow ``.
143
-
144
- ``spectate.hover ``
145
- Show a popup panel with selected information when your mouse cursor hovers
146
- over a unit. You can enable this overlay by running
147
- ``spectate overlay hover enable `` or, equivalently,
148
- ``overlay enable spectate.hover ``.
138
+ This overlay is managed via the `overlay ` framework. It can be controlled via
139
+ the ``spectate overlay `` command or the ``Overlays `` tab in `gui/control-panel `.
0 commit comments