summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs
diff options
context:
space:
mode:
authorMatthew Cline <zelgadis@sourceforge.net>2009-10-26 00:48:14 -0700
committerMatthew Cline <zelgadis@sourceforge.net>2009-10-26 00:48:14 -0700
commit7448e4e9a942cc8ea64315ba3084541af8e6c8a2 (patch)
treee1ce97faaa13d64d47b3302abd2a55873582c4e9 /crawl-ref/docs
parentc001f88140962520cb30bedffee39ac69724ad8f (diff)
downloadcrawl-ref-7448e4e9a942cc8ea64315ba3084541af8e6c8a2.tar.gz
crawl-ref-7448e4e9a942cc8ea64315ba3084541af8e6c8a2.zip
FR 1837856: note vaults generated in dump
Include new dump section "vaults", which for game-end dumps (or any wizard-mode dumps) will include a list (by place) of all the vaults generated in the game. The savefile now includes a player-associated CrawlHashTable (you.props), which can be used for storing player information which doesn't need to be accessed efficiently.
Diffstat (limited to 'crawl-ref/docs')
-rw-r--r--crawl-ref/docs/develop/level_design.txt4
-rw-r--r--crawl-ref/docs/options_guide.txt10
2 files changed, 12 insertions, 2 deletions
diff --git a/crawl-ref/docs/develop/level_design.txt b/crawl-ref/docs/develop/level_design.txt
index 802d9b6624..2a8889c193 100644
--- a/crawl-ref/docs/develop/level_design.txt
+++ b/crawl-ref/docs/develop/level_design.txt
@@ -489,6 +489,10 @@ TAGS: Tags go an a TAGS: line and are space-separated. You can have several
This tag should be used exclusively for the generic (one tile)
entries to portal vaults, like bazaars and labyrinths. Other
portal vaults may be eligible for Trowel, too.
+ * "no_dump": Don't dump out this vault's name in the list of
+ vaults generated during the game. Use this if the vault
+ is predictable (like the Vault:8 and Slime:6 vaults) or
+ are for weird internal uses (like the shoalhut vaults).
LFLAGS: Persistent, changeable per-level flags which affect game behaviour
(FLAGS just controls how the vault is placed); should only be used
diff --git a/crawl-ref/docs/options_guide.txt b/crawl-ref/docs/options_guide.txt
index d992fd7b27..5238314f01 100644
--- a/crawl-ref/docs/options_guide.txt
+++ b/crawl-ref/docs/options_guide.txt
@@ -1782,12 +1782,18 @@ dump_order += monlist,kills
dump_order lines - all lines but the first must use
dump_order +=
- Two optional dump sections are turns_by_place and
- kills_by_place, which add detailed statistics to where turns
+ Two optional dump sections are "turns_by_place" and
+ "kills_by_place", which add detailed statistics to where turns
were spent and monsters were killed. You can add them to your
dump as:
dump_order += turns_by_place, kills_by_place
+ Another optional dump section is "vaults", which will list the
+ locations and names of all the vaults that have been generated
+ in the game. This will only be included in the final dump
+ which happens when you die, quit or win (or in ordinary dumps
+ while in wizard mode).
+
dump_book_spells = true
By default all randart spellbooks in inventory will have all their
spells listed in the dump. If this option is set to true, spells will