From c9cdc041778bbcb4037ff0502b0c47da0af194bb Mon Sep 17 00:00:00 2001 From: Eric Wald Date: Sun, 28 Sep 2014 18:43:19 -0600 Subject: [PATCH] Trackstop plugin documentation. --- NEWS | 3 +++ Readme.html | 15 +++++++++++++++ Readme.rst | 13 +++++++++++++ 3 files changed, 31 insertions(+) diff --git a/NEWS b/NEWS index bf4f7adf2..8fe274019 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ DFHack future + New plugins: + - trackstop: Shows track stop friction and dump direction in its 'q' menu + DFHack 0.40.13-r1 Internals: - unified spatter structs diff --git a/Readme.html b/Readme.html index 10bc3b6c1..e1c693522 100644 --- a/Readme.html +++ b/Readme.html @@ -529,6 +529,7 @@ access DF memory and allow for easier development of new tools.

  • Search
  • AutoMaterial
  • Stockpile Automation
  • +
  • Track Stop Menu
  • gui/advfort
  • gui/assign-rack
  • gui/choose-weapons
  • @@ -3275,6 +3276,20 @@ enable automelt

    When querying a stockpile an option will appear to toggle automelt for this stockpile. Any items placed in this stockpile will be designated to be melted.

    +
    +

    Track Stop Menu

    +

    The q menu of track stops is completely blank by default. To enable one:

    +
    +enable trackstop
    +
    +

    This allows you to view and/or change the track stop's friction and dump direction settings. +It re-uses the keybindings from the track stop building interface:

    + +

    gui/advfort

    This script allows to perform jobs in adventure mode. For more complete help diff --git a/Readme.rst b/Readme.rst index b143b0c54..dc92b577b 100644 --- a/Readme.rst +++ b/Readme.rst @@ -2655,6 +2655,19 @@ Enable the automelt plugin in your dfhack.init with:: When querying a stockpile an option will appear to toggle automelt for this stockpile. Any items placed in this stockpile will be designated to be melted. +Track Stop Menu +=============== + +The `q` menu of track stops is completely blank by default. To enable one:: + + enable trackstop + +This allows you to view and/or change the track stop's friction and dump direction settings. +It re-uses the keybindings from the track stop building interface: + +* BUILDING_TRACK_STOP_FRICTION_UP +* BUILDING_TRACK_STOP_FRICTION_DOWN +* BUILDING_TRACK_STOP_DUMP gui/advfort ===========