v50 Steam/Premium information for editors
  • v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
  • Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.

Difference between revisions of "User:MoQ"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
Line 1: Line 1:
==MoQ's Macros==
+
=MoQ's Macros=
 
These macros all use [http://www.autohotkey.com AutoHotKey], a free keyboard scripting library.
 
These macros all use [http://www.autohotkey.com AutoHotKey], a free keyboard scripting library.
  
Line 6: Line 6:
 
Will be improved in the future...
 
Will be improved in the future...
  
 +
Press F1 for basic structure.
 +
 +
Planned: F2 will add a moat, F3 will add bedroom chambers.
 
<pre>
 
<pre>
 
F1::
 
F1::

Revision as of 01:45, 11 May 2008

MoQ's Macros

These macros all use AutoHotKey, a free keyboard scripting library.

RoarCircle

As inspired by Necronopticous's Roarsilver [1]. Will be improved in the future...

Press F1 for basic structure.

Planned: F2 will add a moat, F3 will add bedroom chambers.

F1::
; Creates main block
send dd{Enter}{NumpadHome 9}{Enter}{Enter}{NumpadLeft 4}{Enter}{Enter}{NumpadRight 26}{NumpadDown 18}{Enter}
; Creates Right-side bits
send {NumpadPgUp}{Enter}{NumpadUp 16}{Enter}
send {NumpadDown}{NumpadPgDn}{Enter}{NumpadDown 12}{Enter}
send {NumpadUp 2}{NumpadPgUp}{Enter}{NumpadUp 6}{Enter}
; Creates Top-side bits
send {NumpadHome 4}{NumpadUp 3}{Enter}{NumpadUp}{NumpadLeft 24}{Enter}
send {NumpadPgUp}{Enter}{NumpadRight 22}{Enter}
send {NumpadHome}{NumpadLeft}{Enter}{NumpadLeft 18}{Enter}
send {NumpadPgUp}{Enter}{NumpadRight 16}{Enter}
send {NumpadHome}{NumpadLeft}{Enter}{NumpadLeft 12}{Enter}
send {NumpadPgUp}{NumpadRight 2}{Enter}{NumpadRight 6}{Enter}
; Creates Left-side bits
send {NumpadEnd 8}{NumpadLeft 9}{Enter}{Numpaddown 16}{Enter}
send {NumpadHome}{NumpadUp}{Enter}{NumpadUp 12}{Enter}
send {NumpadDown 2}{NumpadEnd}{Enter}{NumpadDown 6}{Enter}
; Creates Bottom-side bits
send {NumpadPgDn 4}{NumpadDown 3}{Enter}{Numpaddown}{NumpadRight 24}{Enter}
send {NumpadEnd}{Enter}{NumpadLeft 22}{Enter}
send {NumpadPgDn}{NumpadRight}{Enter}{NumpadRight 18}{Enter}
send {NumpadEnd}{Enter}{NumpadLeft 16}{Enter}
send {NumpadPgDn}{NumpadRight}{Enter}{NumpadRight 12}{Enter}
send {NumpadEnd}{NumpadLeft 2}{Enter}{NumpadLeft 6}{Enter}
; Creates Stairs in Center
send {NumpadUp 16}{NumpadRight 3}
send i
send {Enter}{Enter}
send {NumpadPgUp}{Enter}{Enter}
send {NumpadHome}{Enter}{Enter}
send {NumpadEnd}{Enter}{Enter}
; Resets to center, for going up and down levels
send {NumpadRight}