summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs/crawl-0.5.1-options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/docs/crawl-0.5.1-options.txt')
-rw-r--r--crawl-ref/docs/crawl-0.5.1-options.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/crawl-ref/docs/crawl-0.5.1-options.txt b/crawl-ref/docs/crawl-0.5.1-options.txt
new file mode 100644
index 0000000000..178613065c
--- /dev/null
+++ b/crawl-ref/docs/crawl-0.5.1-options.txt
@@ -0,0 +1,27 @@
+ Option Changes from DCSS 0.5 to DCSS 0.5.1
+
+4-d Branding
+
+Changed settings:
+ New defaults for
+ friend_brand = hi:green
+ neutral_brand = hi:lightgrey
+ stab_brand = hi:blue
+ may_stab_brand = hi:yellow
+ trap_item_brand = reverse
+
+
+4-o Tiles Options:
+Changed settings:
+ 'tile_key_repeat' (boolean) is now named 'tile_key_repeat_delay' (number)
+
+Added settings:
+ tile_update_rate
+
+Add to tiles_options.txt:
+# If Crawl's response rate is too slow, try increasing the update rate.
+# tile_update_rate = 1000
+# tile_key_repeat_delay = 200
+
+Many tiles options were lacking explanations in options_guide.txt, that has
+been fixed.