Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Stonesense docs (see description) #5187

Open
wants to merge 14 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 7 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
Binary file added docs/images/stonesense-yellowcubes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 16 additions & 2 deletions docs/plugins/stonesense.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ or be moved independently. Configuration for stonesense can be set in the
``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
value for ``SEGMENTSIZE_X`` and ``SEGMENTSIZE_Y`` -- normal values are ``50`` to ``80``, depending
on your screen resolution.

.. figure:: ../images/stonesense-roadtruss.jpg
Expand Down Expand Up @@ -52,7 +52,7 @@ See ``dfhack-config/stonesense/keybinds.txt`` to learn or set keybindings, inclu
zooming, changing the dimensions of the rendered area, toggling various
views, fog, and rotation. Here's the important section:

.. include:: ../../plugins/stonesense/resources/keybinds.txt
.. include:: ../../plugins/stonesense/configs/keybinds.txt
:literal:
:end-before: VALID ACTIONS:

Expand All @@ -78,10 +78,24 @@ line containing that folder, or :dffd:`use these smaller sprites <6096>`.
Stonesense requires working graphics acceleration, and we recommend
at least a dual core CPU to avoid slowing down your game of DF.

Yellow Cubes and Missing Sprites
--------------------------------
If you are seeing yellow cubes in Stonesense, that is simply things we don't have sprites for.

.. figure:: ../images/stonesense-yellowcubes.png
:align: center

An example of the yellow cubes.

If you would like to help us in fixing this, there are 2 things you can do:
- Make an issue on Github with what item is missing and pictures of what it looks like in DF
- Create the art yourself. For help with this, please see the wiki page on :wiki:`adding content <Utility:Stonesense/Adding_Content>`

Useful links
------------
- Report issues on `Github <https://github.com/DFHack/stonesense/issues>`_
- `support`
- `Stonesense Subreddit <https://www.reddit.com/r/stonesense/>`_
- :forums:`Official Stonesense thread <106497>`
- :forums:`Screenshots thread <48172>`
- :wiki:`Main wiki page <Utility:Stonesense>`
Expand Down
Loading