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 "v0.31:Utilities"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
Line 52: Line 52:
 
=== [http://dffd.wimbli.com/file.php?id=645 Reveal] ===
 
=== [http://dffd.wimbli.com/file.php?id=645 Reveal] ===
  
Reveal (or Reveal.exe as it is commonly referred to) is a program that runs alongside Dwarf Fortress and shows all "unexplored" or "undug" tiles of the map (in fortress mode)To reveal entire map designate the entire bottom level to be mined and then remove designation before running reveal (Not required in the latest version using the parameters below, simply start the .exe file.). Playing on revealed map might ''(read "will")'' cause some bugs (like not being able to build magma buildings or a tower-cap farm, losing all plants/trees on the map, and a lot more).  '''Using Reveal has been known to corrupt saved game folders.''' and, as such, it is highly recommended to only use Reveal to preview a biome's layout and then restart without running Reveal.
+
The standalone Reveal utility is obsolete due to missing source code[[DF2010:Utilities#DFHack|DFHack]]'s dfreveal module works like Reveal did, and has built-in undo capability.
  
There are two versions of Reveal, one for Vista and newer, one for XP and older.
+
<font size=-2>Reveal (or Reveal.exe as it is commonly referred to) is a program that runs alongside Dwarf Fortress and shows all "unexplored" or "undug" tiles of the map (in fortress mode)To reveal entire map designate the entire bottom level to be mined and then remove designation before running reveal (Not required in the latest version using the parameters below, simply start the .exe file.). Playing on revealed map might ''(read "will")'' cause some bugs (like not being able to build magma buildings or a tower-cap farm, losing all plants/trees on the map, and a lot more).  '''Using Reveal has been known to corrupt saved game folders.''' and, as such, it is highly recommended to only use Reveal to preview a biome's layout and then restart without running Reveal.
 
+
</font size>
The new version of Reveal.exe (Reveal2) is in public beta, you can find it here [http://dffd.wimbli.com/file.php?id=1044 Reveal2]Please report problems in [[User_talk:0x517A5D|0x517A5D's Talk page]].
 
 
 
Pasting the following code into reveal2.ini makes it work for the newest (DF2010) version of Dwarf Fortress:
 
 
 
<pre>
 
;; DF2010 31.02
 
[4BBDF378]
 
map_data=0x016ad718
 
map_x_count=0x016ad738
 
map_y_count=0x016ad73c
 
map_z_count=0x016ad740
 
</pre>
 
[4BB45F99] can be substituted in for 31.01.
 
 
 
For 31.04, the following works:
 
<pre>
 
; .31.04
 
[4BF014FA]
 
dwarf_fortress=0x00A551C0
 
map_data=0x016BAAC4
 
map_x_count=0x016BAAE4
 
map_y_count=0x016BAAE8
 
map_z_count=0x016BAAEC
 
map_data_designation_offset=0x29C
 
</pre>
 
 
 
For 31.06, try the following:
 
<pre>
 
; .31.06
 
[4C0f6A01]
 
dwarf_fortress=0x00A6BDEC
 
map_data=0x0172DDBC
 
map_x_count=0x0172DDDC
 
map_y_count=0x0172DDE0
 
map_z_count=0x0172DDEC
 
map_data_designation_offset=0x29C
 
</pre>
 
  [These 31.06 values don't work -- gives a map data designation offset error, sorry]
 
However, do '''not''' save your game, it can mess up many things including civilizations (Giant Toad and Cave Crocodile civilizations, you will also embark with those if it should occur.)
 
  
 
===[http://www.bay12games.com/forum/index.php?topic=39229 Dwarf Therapist]===
 
===[http://www.bay12games.com/forum/index.php?topic=39229 Dwarf Therapist]===

Revision as of 06:09, 16 July 2010

Template:AV

Please only list utilities that are known to work with the newest version here.

Here are third party applications useful for Dwarf Fortress.

Dwarf Fortress filesharing services

Dwarf Fortress File Depot

The Dwarf Fortress File Upload Service - an excellent place to store mods, community games, tilesets and other files. Courtesy of Janus; for files related to Dwarf Fortress only.


DF Map Compressor / DF Map Archive

The DF Map Compressor encodes multiple bitmaps exported from Dwarf Fortress into a single, very compressed, .fdf-map file. The fdf-map file can then be shared with your friends by uploading to the DF Map Archive that features an online viewer (written in Flash).

The map compressor was created by Shadowlord in May 2007. Extract from the website :

"The DF Map Compressor is a program I made to encode Dwarf Fortress fortress or world map images into a much smaller format than is possible with normal image formats. Here's a quick summary of how it works: It determines the size of your tiles from your DF font file (or asks you), splits the map up into tiles, identifies duplicate tiles, writes out every unique tile image, and then writes out a list of ID#s for each tile position which points to the tile image for that tile. What it outputs is piped through the LZMA compressor (the one used in 7-zip), to compress it further. The .df-map file which it writes out is usually less than 100 KB in size. (By comparison, a PNG of the same map can exceed 2 megabytes, depending on how well you compress it, whether you change the color depth, and whether you are using a graphical tileset or detailed font)."

Read more about the DF Map Archive on Markavian's User page.


3D Visualizers

Stonesense

Stonesense Screenshot

by Jonask, Solifuge, Kaypy and Japa

Stonesense is a third party real-time visualizer that lets you view your Dwarf Fortress world in a classic isometric perspective.

More information is available in this forum thread.

Stonesense Slate now supports v0.31.05 - get it here

Interface tools

Dfterm

Dfterm is a tool to run dwarf fortress via terminals remotely. multiple people can connect and watch or join in.

Main article here: Dfterm.


Game manipulation tools

Reveal

The standalone Reveal utility is obsolete due to missing source code. DFHack's dfreveal module works like Reveal did, and has built-in undo capability.

Reveal (or Reveal.exe as it is commonly referred to) is a program that runs alongside Dwarf Fortress and shows all "unexplored" or "undug" tiles of the map (in fortress mode). To reveal entire map designate the entire bottom level to be mined and then remove designation before running reveal (Not required in the latest version using the parameters below, simply start the .exe file.). Playing on revealed map might (read "will") cause some bugs (like not being able to build magma buildings or a tower-cap farm, losing all plants/trees on the map, and a lot more). Using Reveal has been known to corrupt saved game folders. and, as such, it is highly recommended to only use Reveal to preview a biome's layout and then restart without running Reveal.

Dwarf Therapist

Dwarf Therapist gives you an advanced GUI to manage and check dwarf job allocations, military assignments (40d), statistics (such as attributes, personality traits and happiness), plus sort dwarves by various criteria (eg. profession, migration wave etc.) and generally manage the Dwarven Resources of your fortress in a very convenient way.

Version 0.5.6 is out (June 29, 2010). This version supports DF builds up to 3.01.08.

New dedicated support forum: http://code.google.com/p/dwarftherapist/

Read the full changelog here: http://code.google.com/p/dwarftherapist/source/browse/CHANGELOG.txt

Runesmith

Runesmith is a Dwarf information viewing and editing tool inspired by the original Dwarf Companion. It uses the DFHack library to interface with Dwarf Fortress and Qt to provide a robust and professional looking cross-platform GUI. http://www.bay12forums.com/smf/index.php?topic=59056.0

Version 0.1.5 is out for Windows, currently supporting 0.31.10. Since it uses DFHack, all versions of DF that DFHack supports, Runesmith supports!!

   * Windows: http://dffd.wimbli.com/file.php?id=2538
   * Linux: to follow (the windows one is reported to work fine under wine though)

"A tool that allows smithing (editing) of the digits and letters (runes) that control all life in DF. By smithing these runes, the metagods (players) can meddle with DF mortals to suit their games, be it recasting a soul into a new species body, blessing and cursing indiviudals or just to make predictions of when a mortal will attain the next degree of competence to guide them on how they should spend their limited time." - Psieye - (http://www.bay12forums.com/smf/index.php?topic=57003.msg1324765#msg1324765)

DFHack

DFHack is a Dwarf Fortress memory access library and a set of basic tools using this library. The library is a work in progress, so things might change as more tools are written for it. The current (0.4.0.2) release only supports the new DF 0.31.01, 0.31.02 and 0.31.03 legacy versions and 0.31.04-0.31.08 SDL versions. It consists of some of the more useful DFHack tools.

Code and binary releases are available from the Github site.

DFhack tools for DF 2010

dfcleanmap

Cleans all the bloodsmears that get scattered all over the map.

dfliquids

Allows creating liquids (water and magma), making them flow or preventing them from flowing. Newly also allows making obsidian walls. It's a command-prompt style utility where you type in very simple commands. Replaces the older magma_create tool.

dfprospector

Lists all available minerals on the map and how much of them there is.

dfreveal

Reveals the whole map. Newly can also hide what it revealed. Use with caution, releases HFS! Same warnings as to the original Reveal tool apply.

dfvdig

Designates a whole vein for digging. When using the '-x' option, it will dig stairs into other z-levels. Point the cursor at a vein and run this thing :)

Fortress layout tools

Quickfort

Quickfort is an AutoHotkey-based utility for Dwarf Fortress that helps you build fortresses from "blueprint" .CSV files (comma separated values). These files are easily created and edited in an app like Excel. Most building-oriented DF commands are supported through the use of multiple .CSV files to describe the different phases of DF construction (designation, building, stockpiles, and making adjustments).

DF Designer

DF Designer, by soundnfury is a fort layout planning tool. It enables you to work out your designs before you start to build, and even see how they look in 3-D. It's written in C with SDL, and both Linux and Windows builds are available. The source code is freely available under the GPL. Since DF Designer does not 'talk to' Dwarf Fortress, it is version-independent. Supports exporting to Quickfort-compatible CSV files.

ChromaFort

Chromafort allows you to convert 24-bit bitmap (.bmp) images into Quickfort-compatible CSV files.


Modding tools

Custom Workshop Workshop

WYSIWYG editor for designing the raws for a custom workshop. (Not all raws, just the tiles and colors) Lets you see how it will look at each stage of construction. Comes with the default 16x16 CURSES font built in, but you can load any .BMP formatted DF font you like, keeping in mind that if its bigger than 16x16 it won't fit.

Accommodates up to 32x32 workshops, not that there's any reason for such a large workshop, right?

Uristmod

A program which uses text files to automatically change/update raw files. Makes installation of mods easier. However at this time, the documentation is a little confusing and makes creating mods harder for beginners. Forum Thread

Raw tile tools

Raw tile selector

Provides an easy to use graphical interface to select which tiles and colors should be displayed for plants, stones and small creatures.

Made to ease the job of creators of tilesets with edited raws. It will also be useful for users that dislike decisions made by tileset creators or users that could not find the edited raws for a tileset.

Currently for windows only.

Raw tile merger

Provides an easy to use interface to change the tile and color data of raws to match the data of another set of raw files.

Made to ease the job of creators of tilesets with edited raws when new versions of df are released. The edited raws for your tileset for a new df version can now be created with a few clicks.


World Map / World Gen Tools

PerfectWorldDF

Very detailed Windows program to help create customize world gens.
Bay 12 forum link
Dwarf Fortress File Depot link (may be old version)
Dwarf Fortress File Depot listing for the author


Other/miscellaneous

WinMerge

Winmerge allows you to compare the contents of folders or files. It highlights any differences between files and allows you to merge them. It is most useful for modders or users of mods. If you compare modified raw files with unmodified ones you can quickly see any differences.


Tools under development

The tools listed below are under development for DF 2010, but cannot perform the task they are intended for at this time.


Obsidian

by Skeggox


Obsidian is a toolset for converting DF maps into a renderable scene, manipulating the result, and displaying it directly in 3D or exporting to 3rd party renderers and raytracers.

Its a modular Lua framework, using Open Scene Graph for rendering and DFHack for talking with Dwarf Fortress.

This forum thread has more detail.