Difference between revisions of "Macro"

From CrawlWiki
Jump to: navigation, search
(how to see player's macro files)
Line 1: Line 1:
 
{{Stub}}
 
{{Stub}}
  
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.  
+
Command macros allow you to combine common key sequences into a single command. For example, you could set bind a macro to 'F1' to cast the spell in slot 'a', and aim it, with one keystroke instead of pressing 'z' then 'a' then 'f' each time.  
  
 
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].

Revision as of 05:48, 5 August 2013

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

Command macros allow you to combine common key sequences into a single command. For example, you could set bind a macro to 'F1' to cast the spell in slot 'a', and aim it, with one keystroke instead of pressing 'z' then 'a' then 'f' 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).