Difference between revisions of "Crawl options"

From CrawlWiki
Jump to: navigation, search
(Created page with "{{stub}} DCSS is highly customisable and many options can be set in your options file. Detailed documentation on all of crawl's options can be found in [http://gitorious.org/c...")
 
(added info on how to access online player .rcfiles)
Line 1: Line 1:
 
{{stub}}
 
{{stub}}
  
DCSS is highly customisable and many options can be set in your options file.  
+
DCSS is highly customisable and many options can be set in your options file. Online, they are often referred to as rcfiles, while offline they are set under init.txt or settings.txt.
  
 
Detailed documentation on all of crawl's options can be found in [http://gitorious.org/crawl/crawl/blobs/raw/master/crawl-ref/docs/options_guide.txt options_guide.txt].
 
Detailed documentation on all of crawl's options can be found in [http://gitorious.org/crawl/crawl/blobs/raw/master/crawl-ref/docs/options_guide.txt options_guide.txt].
 +
 +
== Online .rcfiles ==
 +
Any online player's .rcfile can be accessed directly:
 +
 +
* CAO: <nowiki>http://crawl.akrasiac.org/rcfiles/crawl-<version>/<name>.rc
 +
</nowiki> ([http://crawl.akrasiac.org/rcfiles/crawl-0.12/elliptic.rc Example])
 +
* CDO: <nowiki>http://crawl.develz.org/configs/<version>/<name>.rc
 +
</nowiki> ([http://crawl.develz.org/configs/trunk/elliptic.rc Example])
 +
* CSZO: <nowiki>http://dobrazupa.org/rcfiles/crawl-<version>/<name>.rc
 +
</nowiki> ([http://dobrazupa.org/rcfiles/crawl-git/elliptic.rc Example])
 +
 +
*<version> can be [[0.11]],[[0.12]], trunk, git, etc.
 +
*<player> is the player's name (capitalization does make a difference).

Revision as of 21:12, 15 May 2013

This page is a stub. You could probably expand this page should you wish to do so.

DCSS is highly customisable and many options can be set in your options file. Online, they are often referred to as rcfiles, while offline they are set under init.txt or settings.txt.

Detailed documentation on all of crawl's options can be found in options_guide.txt.

Online .rcfiles

Any online player's .rcfile can be accessed directly:

  • CAO: http://crawl.akrasiac.org/rcfiles/crawl-<version>/<name>.rc (Example)
  • CDO: http://crawl.develz.org/configs/<version>/<name>.rc (Example)
  • CSZO: http://dobrazupa.org/rcfiles/crawl-<version>/<name>.rc (Example)
  • <version> can be 0.11,0.12, trunk, git, etc.
  • <player> is the player's name (capitalization does make a difference).