summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs/options_guide.txt
diff options
context:
space:
mode:
authordploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-28 12:26:16 +0000
committerdploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-28 12:26:16 +0000
commite7af6665735bf1551668f5e25c55db70106df1fb (patch)
tree1def6d5aa7328fc8a14190ef1653954f556ee3ec /crawl-ref/docs/options_guide.txt
parent6977f25bb9ee1dca2c7d3947da850bd1226d6dc9 (diff)
downloadcrawl-ref-e7af6665735bf1551668f5e25c55db70106df1fb.tar.gz
crawl-ref-e7af6665735bf1551668f5e25c55db70106df1fb.zip
Small changes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5312 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/docs/options_guide.txt')
-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.