- 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.
Difference between revisions of "User:Valdemar"
m (fix formatting) |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | I have created several macros and utilities for DF, mostly in [http://www.autohotkey.com AutoHotKey] and [http://www.python.org Python]. | |
− | + | ===Auto-designation Macro=== | |
+ | My auto-designation macro has been superseded by joelpt's [http://www.bay12games.com/forum/index.php?topic=35931.0 Quickfort]. See the linked forum thread for details. | ||
− | + | ===Dwarf Companion Exe Version=== | |
− | + | I maintain an exe version of [[User:Bartavelle/DwarfCompanion|Dwarf Companion]] with no dependencies. The most current download link is on that page in the "Self-packaged executables" section. | |
− | === | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | [ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
===Rewall Macro=== | ===Rewall Macro=== | ||
− | This is a macro to aid with rewalling. To use, copy-paste the script into a new .ahk file and run the script with | + | This is a macro to aid with rewalling. To use, copy-paste the script into a new .ahk file and run the script with [http://www.autohotkey.com AutoHotKey]. Then, in Dwarf Fortress, press b-C-w, move the cursor to where you want to start the wall, and hold Ctrl-Shift-Arrowkey, using the direction you want to rewall in. To build floors, press b-C-f instead, and use Ctrl-Alt-Arrowkey. To stop, just release the keys. |
The script will use the first material in the list. I suggest you create a stockpile near the construction site that only accepts the item you wish to build with and temporarily forbid any nearby materials you don't want to build with. | The script will use the first material in the list. I suggest you create a stockpile near the construction site that only accepts the item you wish to build with and temporarily forbid any nearby materials you don't want to build with. | ||
[[User:Valdemar/Rewall Macro|View/Download Code]] | [[User:Valdemar/Rewall Macro|View/Download Code]] |
Latest revision as of 23:30, 9 June 2009
I have created several macros and utilities for DF, mostly in AutoHotKey and Python.
Auto-designation Macro[edit]
My auto-designation macro has been superseded by joelpt's Quickfort. See the linked forum thread for details.
Dwarf Companion Exe Version[edit]
I maintain an exe version of Dwarf Companion with no dependencies. The most current download link is on that page in the "Self-packaged executables" section.
Rewall Macro[edit]
This is a macro to aid with rewalling. To use, copy-paste the script into a new .ahk file and run the script with AutoHotKey. Then, in Dwarf Fortress, press b-C-w, move the cursor to where you want to start the wall, and hold Ctrl-Shift-Arrowkey, using the direction you want to rewall in. To build floors, press b-C-f instead, and use Ctrl-Alt-Arrowkey. To stop, just release the keys.
The script will use the first material in the list. I suggest you create a stockpile near the construction site that only accepts the item you wish to build with and temporarily forbid any nearby materials you don't want to build with.