Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Template for new versions:
## New Tools

## New Features
- `trackstop`: can now modify pressure plates; permits minecart and creature triggers to be set beyond normal sensitivity

## Fixes

Expand Down
19 changes: 15 additions & 4 deletions docs/trackstop.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,20 @@ trackstop
=========

.. dfhack-tool::
:summary: Add dynamic configuration options for track stops.
:summary: Overlay to allow changing track stop and related building settings after construction.
:tags: fort buildings interface

This script provides 2 overlays that are managed by the `overlay` framework. The script does nothing when executed.
The trackstop overlay allows the player to change the friction and dump direction of a selected track stop after it has been constructed.
The rollers overlay allows the player to change the roller direction and speed of a selected roller after it has been constructed.
This script provides 3 overlays that are managed by the `overlay` framework.
The script does nothing when executed.

The ``trackstop`` overlay allows the player to change the friction and dump
direction of a selected track stop after it has been constructed.

The ``rollers`` overlay allows the player to change the roller direction and
speed of a selected roller after it has been constructed.

The ``pressureplate`` overlay allows the player to change the trigger settings
of a selected pressure plate after it has been constructed. Manual value entry
of ranges for minecart and creature triggers is provided, allowing greater
precision than the game interface normally permits. Incrementing or decrementing
values always restricts them to the usual intervals.
Loading