summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/docs/options_guide.txt11
1 files changed, 7 insertions, 4 deletions
diff --git a/crawl-ref/docs/options_guide.txt b/crawl-ref/docs/options_guide.txt
index 0ddfa83188..adafbf6a2a 100644
--- a/crawl-ref/docs/options_guide.txt
+++ b/crawl-ref/docs/options_guide.txt
@@ -3,8 +3,8 @@ Guide to Crawl's options
This document explains all of the options in the latest version of
Dungeon Crawl Stone Soup. These options are set in the init.txt file
-located in the Crawl directory (the directory containing crawl.exe on
-Windows and DOS). On Unix systems, you need to set options in the
+located in the Crawl directory (the directory containing crawl.exe
+on Windows and DOS). On Unix systems, you need to set options in the
~/.crawlrc file (a file named .crawlrc in your home directory).
The contents of this text are:
@@ -426,7 +426,7 @@ drop_filter = <regex>
set/clear selection of items that match the filter
expression(s).
-default_friendly_pickup = (none | friend | all)
+default_friendly_pickup = (friend | none | all)
Using an in-game toggle, you can control what types of items
your allies will pick up:
none = They won't pick up anything at all.
@@ -756,6 +756,9 @@ travel_stop_message = <list of regexes>
Stop travel for any god messages (including prayer)
travel_stop_message = god:
Multiple travel_stop_message lines can be used.
+ Check the file travel_stoppers.txt in the settings folder for a
+ list of such options. It can be included by
+ include = travel_stoppers.txt
runrest_ignore_message = <string>
This only works if runrest.lua has already been sourced in
@@ -1332,7 +1335,7 @@ additional_macro_file = path/to/filename
----------------------
In non-tile games the tile options are ignored.
-show_items = <glyphs>
+tile_show_items = <glyphs>
This option controls the order and presence of items in the tiles
inventory. By default, its value is !?/%=([)X}+\_. The underscore
represents empty slots, the dot items on the floor.