summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs/crawl_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/docs/crawl_options.txt')
-rw-r--r--crawl-ref/docs/crawl_options.txt48
1 files changed, 45 insertions, 3 deletions
diff --git a/crawl-ref/docs/crawl_options.txt b/crawl-ref/docs/crawl_options.txt
index 96b7dc7aa9..54573741b9 100644
--- a/crawl-ref/docs/crawl_options.txt
+++ b/crawl-ref/docs/crawl_options.txt
@@ -54,9 +54,11 @@ The contents of this text are:
easy_exit_menu, default_autoprayer, sort_menus
4-j Message and Display Improvements.
hp_warning, mp_warning, hp_colour, mp_colour, always_greet,
- terse_hand, delay_message_clear, menu_colour, message_colour,
- increasing_skill_progress, show_inventory_weights,
- show_turns, show_beam, item_stack_summary_minimum
+ terse_hand, delay_message_clear, menu_colour,
+ menu_colour_prefix_id, menu_colour_prefix_class
+ message_colour, increasing_skill_progress,
+ show_inventory_weights, show_turns, show_beam,
+ item_stack_summary_minimum
4-k Missiles.
fire_items_start, fire_order
4-l Message Channels.
@@ -936,6 +938,9 @@ menu_colour = <colour>:<regex>
menu_colour = green:(worn|neck|hand|weapon)
menu_colour = red: cursed
+ To colour identified artefacts, try
+ menu_colour = white:( [-+] the)
+
If you frequently die because you forget to use emergency items, try
menu_colour = cyan:(potions? of heal wounds|teleportation)
menu_colour = lightcyan:(blinking|wand of (fire|cold|draining))
@@ -950,6 +955,33 @@ menu_colour = <colour>:<regex>
read with '?:'). The following line will show level ups in white:
menu_colour = white:Reached XP level
+menu_colour_prefix_id = false
+ Setting this option to true will prefix the string against
+ which menu_colour regexes are matched (not the string
+ displayed) with the item's identification state: "unidentified"
+ for unidentified, "known" for wands for which you know the type
+ but don't know the number of charges, and for rings with plusses
+ for which you know the type but don't know the plus value, and
+ "identified" for other identified items.
+
+ Note that the prefix is put before the the *entire* string which
+ is displayed, so if you're wielding a uncursed dagger which has
+ the 'a' slot, the string the regexes will match against is
+ "identified a - an uncursed dagger (weapon)".
+
+menu_colour_prefix_class = false
+ Setting this option to true will prefix the string against which
+ menu_colour regexes are matched (not the string displayed) with
+ the item's object type: armour, weapon, wand, etc. If both
+ this option and menu_colour_prefix_id are set to true, then
+ the identification string comes before the object type string
+ (i.e., "identified weapon", "known wand", etc).
+
+ Note that the prefix is put before the the *entire* string which
+ is displayed, so if you're wielding a uncursed dagger which has
+ the 'a' slot, the string the regexes will match against is
+ "weapon a - an uncursed dagger (weapon)".
+
message_colour = <colour>:[<channel>:]<regex>
message_colour allows you to override colours for individual messages.
For instance, if you find the low hp warning to be insufficiently
@@ -1184,6 +1216,10 @@ use_notes = true
- Dying
You can use the command ':' for manually adding notes.
+user_note_prefix = <string>
+ Prefixes manually added notes with the given string, to make
+ them easier to find.
+
note_items = <regexes>
When an item is identified, it will be noted if it is an artifact
(fixed, unrand, or random) or if its short description matches a regex.
@@ -1412,6 +1448,12 @@ classic_item_colours = false
This option will not affect the colour of existing items, only items
generated after the option is set.
+detailed_hunger = false
+ If set to true, then Crawl will tell you about three additional
+ hunger states: near starving, very hungry, and very full.
+ These hunger states are informational only, and have no effect
+ upon game play.
+
6-b DOS and Windows.
------------------------