summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs/options_guide.txt
diff options
context:
space:
mode:
authorennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-10 16:23:13 +0000
committerennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-10 16:23:13 +0000
commitabec3e39f39b3f598c90b645a45bb43097b8e5cb (patch)
tree6050a955d8385bd0c2d46d12776702c62d585b4e /crawl-ref/docs/options_guide.txt
parent87616cef0d3617cd349edb6641d32d71cdd96b22 (diff)
downloadcrawl-ref-abec3e39f39b3f598c90b645a45bb43097b8e5cb.tar.gz
crawl-ref-abec3e39f39b3f598c90b645a45bb43097b8e5cb.zip
[2495836] Show names for friendly uniques during arena mode. Also, add a tile_tag_pref option.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8383 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/docs/options_guide.txt')
-rw-r--r--crawl-ref/docs/options_guide.txt21
1 files changed, 17 insertions, 4 deletions
diff --git a/crawl-ref/docs/options_guide.txt b/crawl-ref/docs/options_guide.txt
index 3aa82df368..383a61b8ff 100644
--- a/crawl-ref/docs/options_guide.txt
+++ b/crawl-ref/docs/options_guide.txt
@@ -92,7 +92,8 @@ The contents of this text are:
tile_feature_col, tile_trap_col, tile_water_col,
tile_lava_col, tile_excluded_col, tile_excl_centre_col,
tile_key_repeat, tile_tooltip_ms, tile_window_width,
- tile_window_height, tile_map_pixels, tile_full_screen
+ tile_window_height, tile_map_pixels, tile_full_screen,
+ tile_tag_pref
5- Character Dump.
5-a Items and Kills.
kill_map, dump_kill_places, dump_item_origins,
@@ -198,6 +199,7 @@ are as follows:
book = random, for Conjurers
and, for Tiles,
tile_show_items = !?/%=([)x}+\_.
+ tile_tag_pref = tutorial
0-c Aliases and variables.
------------------------------
@@ -1601,9 +1603,10 @@ tile_tooltip_ms = 1000
The number of milliseconds before a tooltip appears when hovering the
mouse over part of the screen.
-tile_window_width = 1024
-tile_window_height = 768
- The width and height of the window, in pixels.
+tile_window_width = 0
+tile_window_height = 0
+ The width and height of the window, in pixels. If set to zero, it
+ will auto-size the window.
tile_map_pixels = 4
The number of pixels each minimap square should take up.
@@ -1611,6 +1614,16 @@ tile_map_pixels = 4
tile_full_screen = false
Setting this option to true will start Crawl in full screen mode.
+tile_tag_pref = (none | tutorial | named | enemy)
+ This option defaults to "enemy" normally and "tutorial" in tutorial
+ modes. This settings determines which monsters receive text tag
+ labels above them, describing what kind of monster they are.
+ The "none" option turns off all tags. The "tutorial" option
+ shows the name of all monsters that the player has only killed
+ a few times. The "named" options shows the names for all monsters
+ with names, friendly and enemy. The "enemy" option only shows the
+ name of enemy monsters with names (such as uniques and ghosts.)
+
5- Character Dump.
===================