Skip to content
Merged
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
9 changes: 5 additions & 4 deletions docs/plugins/stonesense.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Usage

The viewer window has read-only access to the game, and can follow the game view
or be moved independently. Configuration for stonesense can be set in the
``stonesense/init.txt`` file in your DF game directory. If the window refresh
``dfhack-config/stonesense/init.txt`` file in your DF game directory. If the window refresh
rate is too low, change ``SEGMENTSIZE_Z`` to ``2`` in this file, and if you are
unable to see the edges of the map with the overlay active, try decreasing the
value for ``SEGMENTSIZE_XY`` -- normal values are ``50`` to ``80``, depending
Expand Down Expand Up @@ -48,7 +48,7 @@ You can take screenshots with :kbd:`F5`, larger screenshots with
Note that feedback is printed to the DFHack console, and you may need
to zoom out before taking very large screenshots.

See ``stonesense/keybinds.txt`` to learn or set keybindings, including
See ``dfhack-config/stonesense/keybinds.txt`` to learn or set keybindings, including
zooming, changing the dimensions of the rendered area, toggling various
views, fog, and rotation. Here's the important section:

Expand All @@ -68,8 +68,9 @@ at least a dual core CPU to avoid slowing down your game of DF.

Useful links
------------
- :forums:`Official Stonesense thread <106497>` for feedback,
questions, requests or bug reports
- Report issues on `Github <https://github.com/DFHack/stonesense/issues>`_
- `support`
- :forums:`Official Stonesense thread <106497>``
- :forums:`Screenshots thread <48172>`
- :wiki:`Main wiki page <Utility:Stonesense>`
- :wiki:`How to add content <Utility:Stonesense/Adding_Content>`
Expand Down
Loading