File tree Expand file tree Collapse file tree 3 files changed +386
-67
lines changed
Expand file tree Collapse file tree 3 files changed +386
-67
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ Template for new versions:
3131## New Tools
3232
3333## New Features
34+ - `trackstop`: can now modify pressure plates; permits minecart and creature triggers to be set beyond normal sensitivity
3435
3536## Fixes
3637
Original file line number Diff line number Diff line change @@ -2,9 +2,20 @@ trackstop
22=========
33
44.. dfhack-tool ::
5- :summary: Add dynamic configuration options for track stops .
5+ :summary: Overlay to allow changing track stop and related building settings after construction .
66 :tags: fort buildings interface
77
8- This script provides 2 overlays that are managed by the `overlay ` framework. The script does nothing when executed.
9- The trackstop overlay allows the player to change the friction and dump direction of a selected track stop after it has been constructed.
10- The rollers overlay allows the player to change the roller direction and speed of a selected roller after it has been constructed.
8+ This script provides 3 overlays that are managed by the `overlay ` framework.
9+ The script does nothing when executed.
10+
11+ The ``trackstop `` overlay allows the player to change the friction and dump
12+ direction of a selected track stop after it has been constructed.
13+
14+ The ``rollers `` overlay allows the player to change the roller direction and
15+ speed of a selected roller after it has been constructed.
16+
17+ The ``pressureplate `` overlay allows the player to change the trigger settings
18+ of a selected pressure plate after it has been constructed. Manual value entry
19+ of ranges for minecart and creature triggers is provided, allowing greater
20+ precision than the game interface normally permits. Incrementing or decrementing
21+ values always restricts them to the usual intervals.
You can’t perform that action at this time.
0 commit comments