- 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 "40d:Utilities"
(added macro programs) |
|||
Line 3: | Line 3: | ||
== [[User:Rick|Rick]]'s utilities == | == [[User:Rick|Rick]]'s utilities == | ||
Fabulous tools made by the marvelous Rick. All Hail Rick! | Fabulous tools made by the marvelous Rick. All Hail Rick! | ||
− | Current tools (v0.27.169. | + | |
+ | Outdated tools (v0.27.169.32a): [http://www.yourfilehost.com/media.php?cat=other&file=5465reveal.zip reveal.exe] [http://www.yourfilehost.com/media.php?cat=other&file=tileinfo_2.zip tileinfo.exe] | ||
+ | |||
+ | Current tools ('''v0.27.169.33a'''): | ||
=== reveal.exe === | === reveal.exe === | ||
− | [http://www.yourfilehost.com/media.php?cat=other&file= | + | [http://www.yourfilehost.com/media.php?cat=other&file=3082reveal.zip Download reveal.exe] Makes as much of the map visible as it can (eg, it can't reveal unallocated map blocks) |
If you want to reveal the entire map, go to the furthest Z level down you can get to, and designate the entire bottom to be mined, then remove the designation, then run reveal. | If you want to reveal the entire map, go to the furthest Z level down you can get to, and designate the entire bottom to be mined, then remove the designation, then run reveal. | ||
− | |||
− | |||
− | |||
== [http://en.wikipedia.org/wiki/Macro_%28computer_science%29 Macro Programs] == | == [http://en.wikipedia.org/wiki/Macro_%28computer_science%29 Macro Programs] == |
Revision as of 01:36, 2 November 2007
Here are third party applications (that were not written by Bay12Games) developed for Dwarf Fortress:
Rick's utilities
Fabulous tools made by the marvelous Rick. All Hail Rick!
Outdated tools (v0.27.169.32a): reveal.exe tileinfo.exe
Current tools (v0.27.169.33a):
reveal.exe
Download reveal.exe Makes as much of the map visible as it can (eg, it can't reveal unallocated map blocks)
If you want to reveal the entire map, go to the furthest Z level down you can get to, and designate the entire bottom to be mined, then remove the designation, then run reveal.
Macro Programs
A program that lets you program scripts/macros so that when you press a certain key combination, or in any other fashion activates the program, a series of keystrokes is sent to the active program instead.
AutoHotKey
AHK lets you define global hotkeys to send a sequence of keystrokes. For example, you can have alt+w be replaced with b-C-w-Enter-Enter to make wall building much easier.