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:Valdemar"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
(reorganization of user page)
Line 1: Line 1:
== Valdemar's Macros ==
+
I have created several macros and utilities for DF, mostly in [http://www.autohotkey.com AutoHotKey] and [http://www.python.org Python].
  
These macros all use [http://www.autohotkey.com AutoHotKey], a free keyboard scripting library.
+
===Auto-designation Macro===
  
 +
Auto-designation macro 3.0 is in the works. This will be an update of version 1.0 with a nice GUI and image to CSV conversion. Unfortunately, version 2.0 was too buggy and changes to DF's map structure have completely broken it.
  
__TOC__
+
===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.
===Fractal Bedroom Macro===
 
 
 
This macro will create a fractal-ish bedroom complex. You can press Alt-B to create a bedroom block, or Alt-C to create a full complex with 4 bedroom blocks and a dining block in the center.
 
 
 
Note - the macro is much faster than the demo movie shows, it is done in under a minute.
 
 
 
[http://mkv25.net/dfma/movie-252#firstComment Demo Movie]
 
 
 
[http://www.pindi.us/files/fractalbr.zip Download]
 
 
 
===Bedroom Builder and Furnisher Macro===
 
 
 
Extract the .zip and run bedroom.ahk. If you don't have AutoHotKey installed, get it at http://www.autohotkey.com or just run bedroom.exe. Usage instructions are in the readme file.
 
 
 
[http://www.pindi.us/files/bedroommaker.zip Download]
 
 
 
Demo Video - [http://mkv25.net/dfma/movie-177-bedroommacro-part1 Part 1]  [http://mkv25.net/dfma/movie-176-bedroommacro-part2 Part 2]
 
 
 
[[User:Valdemar/Bedroom Macro Examples|More Ini Examples]]
 
 
 
  
 
===Rewall Macro===
 
===Rewall Macro===

Revision as of 01:27, 12 January 2009

I have created several macros and utilities for DF, mostly in AutoHotKey and Python.

Auto-designation Macro

Auto-designation macro 3.0 is in the works. This will be an update of version 1.0 with a nice GUI and image to CSV conversion. Unfortunately, version 2.0 was too buggy and changes to DF's map structure have completely broken it.

Dwarf Companion Exe Version

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

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.

View/Download Code