Difference between revisions of "Macro"

From CrawlWiki
Jump to: navigation, search
(stub on macros, may expand at some point)
 
(how to see player's macro files)
Line 4: Line 4:
  
 
For detailed documentation on macros, see the [http://gitorious.org/crawl/crawl/blobs/raw/master/crawl-ref/docs/macros_guide.txt macros_guide.txt].
 
For detailed documentation on macros, see the [http://gitorious.org/crawl/crawl/blobs/raw/master/crawl-ref/docs/macros_guide.txt macros_guide.txt].
 +
 +
 +
== Online .macro files ==
 +
Any online player's .macro file can be accessed directly (if they have set macros):
 +
 +
* CAO: <nowiki>http://crawl.akrasiac.org/rcfiles/crawl-<version>/<name>.macro
 +
</nowiki> ([http://crawl.akrasiac.org/rcfiles/crawl-git/evilmike.macro Example])
 +
* CDO: <nowiki>http://crawl.develz.org/configs/<version>/<name>.rc
 +
</nowiki> ([http://crawl.develz.org/configs/trunk/elliptic.macro Example])
 +
* CSZO: <nowiki>http://dobrazupa.org/rcfiles/crawl-<version>/<name>.rc
 +
</nowiki> ([http://dobrazupa.org/rcfiles/crawl-git/elliptic.macro 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 20:21, 15 May 2013

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

Command macros make keys into commands. For example, you could set a macro to cast a spell in slot 'a' with one keystroke instead of pressing 'z' and then 'a' each time.

For detailed documentation on macros, see the macros_guide.txt.


Online .macro files

Any online player's .macro file can be accessed directly (if they have set macros):

  • CAO: http://crawl.akrasiac.org/rcfiles/crawl-<version>/<name>.macro (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).