Update version numbers, readme file. Adding a lot of batch scripts for the windows versions of new tools.

develop
Petr Mrázek 2011-05-27 08:20:52 +02:00
parent 07bb0408c1
commit 6e00dc4c8e
12 changed files with 169 additions and 91 deletions

@ -18,7 +18,7 @@ SET(DFHACK_CONSISTENCY 1)
set(CPACK_PACKAGE_VERSION_MAJOR "0") set(CPACK_PACKAGE_VERSION_MAJOR "0")
set(CPACK_PACKAGE_VERSION_MINOR "5") set(CPACK_PACKAGE_VERSION_MINOR "5")
set(CPACK_PACKAGE_VERSION_PATCH "15") set(CPACK_PACKAGE_VERSION_PATCH "15")
set(DFHACK_REVISION "dev1") set(DFHACK_REVISION "1")
set(DFHACK_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}") set(DFHACK_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
set(CPACK_PACKAGE_VERSION ${DFHACK_VERSION}) set(CPACK_PACKAGE_VERSION ${DFHACK_VERSION})

@ -23,10 +23,11 @@ binaries at http://github.com/peterix/dfhack
Compatibility Compatibility
============= =============
DFHack works on Windows XP, Vista, 7 or any modern Linux distribution. DFHack works on Windows XP, Vista, 7 or any modern Linux distribution.
OSX is not supported due to lack of developers with a Mac. OSX is not supported due to lack of developers with a Mac.
Currently supported Dwarf Fortress versions are Windows and Linux. In general, the older DF release you use, the less features will work.
DFHack development is always focused on the latest DF version. Go too
far into the past, and only the most basic tools will work.
Windows Windows
======= =======
@ -125,6 +126,26 @@ dfincremental
============= =============
A simple memory search tool for DF. Requires arcane knowledge ;) A simple memory search tool for DF. Requires arcane knowledge ;)
dfgrow
======
Makes all saplings present on the map grow into trees (almost) instantly.
dfimmolate
==========
A tool for getting rid of trees and shrubs. By default, it only kills a tree/shrub under the cursor.
Options:
--------
-s affect all shrubs on the map
-t affect all trees on the map
-i instead of just instaburning plants to ashes, produce fire. WILL KILL FPS!
The windows binary releases contain many .bat files that can run the tool with different parameters.
dfstatus (by enjia2000)
=======================
Runs next to DF and shows some vital statistics of the fort, including food and booze.
dflair dflair
====== ======
Marks all of the map as a lair, preventing item scatter on abandon/reclaim. Marks all of the map as a lair, preventing item scatter on abandon/reclaim.
@ -172,7 +193,8 @@ Options:
-------- --------
-a processes all tiles, even hidden ones. -a processes all tiles, even hidden ones.
On windows, it's possible to run dfprsopector-all.bat to process all the tiles without messing with terminal windows. On windows, it's possible to run dfprospector-all.bat to process all the tiles without messing with terminal windows.
Also on Windos, dfprospector-text.bat will print the output into a file and then show it in a notepad program (whatever opens .txt by default).
dfreveal dfreveal
======== ========
@ -204,7 +226,7 @@ Running 'dfXvdig' on Windows or using the '-x' parameter will dig stairs between
dfveinlook dfveinlook
========== ==========
Simplistic map viewer for linux. Mostly a debug/development thing. Simplistic map viewer. Mostly a debug/development thing. Now supported on Windows too!
dfweather dfweather
=========== ===========

@ -314,7 +314,7 @@ ul.auto-toc {
<div class="section" id="introduction"> <div class="section" id="introduction">
<h1><a class="toc-backref" href="#id3">Introduction</a></h1> <h1><a class="toc-backref" href="#id4">Introduction</a></h1>
<p>DFHack is a Dwarf Fortress memory access library and a set of basic <p>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 tools using this library. The library is a work in progress, so things
might change as more tools are written for it.</p> might change as more tools are written for it.</p>
@ -323,70 +323,78 @@ allow for easier development of new tools.</p>
<div class="contents topic" id="contents"> <div class="contents topic" id="contents">
<p class="topic-title first">Contents</p> <p class="topic-title first">Contents</p>
<ul class="simple"> <ul class="simple">
<li><a class="reference internal" href="#introduction" id="id3">Introduction</a></li> <li><a class="reference internal" href="#introduction" id="id4">Introduction</a></li>
<li><a class="reference internal" href="#getting-dfhack" id="id4">Getting DFHack</a></li> <li><a class="reference internal" href="#getting-dfhack" id="id5">Getting DFHack</a></li>
<li><a class="reference internal" href="#compatibility" id="id5">Compatibility</a><ul> <li><a class="reference internal" href="#compatibility" id="id6">Compatibility</a><ul>
<li><a class="reference internal" href="#windows" id="id6">Windows</a></li> <li><a class="reference internal" href="#windows" id="id7">Windows</a></li>
<li><a class="reference internal" href="#linux" id="id7">Linux</a><ul> <li><a class="reference internal" href="#linux" id="id8">Linux</a><ul>
<li><a class="reference internal" href="#native-linux-df" id="id8">Native linux DF</a></li> <li><a class="reference internal" href="#native-linux-df" id="id9">Native linux DF</a></li>
<li><a class="reference internal" href="#windows-df-under-wine" id="id9">Windows DF under wine</a></li> <li><a class="reference internal" href="#windows-df-under-wine" id="id10">Windows DF under wine</a></li>
</ul> </ul>
</li> </li>
</ul> </ul>
</li> </li>
<li><a class="reference internal" href="#tools" id="id10">Tools</a><ul> <li><a class="reference internal" href="#tools" id="id11">Tools</a><ul>
<li><a class="reference internal" href="#dfattachtest" id="id11">dfattachtest</a></li> <li><a class="reference internal" href="#dfattachtest" id="id12">dfattachtest</a></li>
<li><a class="reference internal" href="#dfautodump" id="id12">dfautodump</a><ul> <li><a class="reference internal" href="#dfautodump" id="id13">dfautodump</a><ul>
<li><a class="reference internal" href="#options" id="id13">Options:</a></li> <li><a class="reference internal" href="#options" id="id14">Options:</a></li>
</ul> </ul>
</li> </li>
<li><a class="reference internal" href="#dfcleanmap" id="id14">dfcleanmap</a></li> <li><a class="reference internal" href="#dfcleanmap" id="id15">dfcleanmap</a></li>
<li><a class="reference internal" href="#dfcleanowned" id="id15">dfcleanowned</a><ul> <li><a class="reference internal" href="#dfcleanowned" id="id16">dfcleanowned</a><ul>
<li><a class="reference internal" href="#id1" id="id16">Options:</a></li> <li><a class="reference internal" href="#id1" id="id17">Options:</a></li>
</ul> </ul>
</li> </li>
<li><a class="reference internal" href="#dfcleartask" id="id17">dfcleartask</a></li> <li><a class="reference internal" href="#dfcleartask" id="id18">dfcleartask</a></li>
<li><a class="reference internal" href="#dfderamp-by-zilpin" id="id18">dfderamp (by zilpin)</a></li> <li><a class="reference internal" href="#dfderamp-by-zilpin" id="id19">dfderamp (by zilpin)</a></li>
<li><a class="reference internal" href="#dfdoffsets" id="id19">dfdoffsets</a></li> <li><a class="reference internal" href="#dfdoffsets" id="id20">dfdoffsets</a></li>
<li><a class="reference internal" href="#dfexpbench" id="id20">dfexpbench</a></li> <li><a class="reference internal" href="#dfexpbench" id="id21">dfexpbench</a></li>
<li><a class="reference internal" href="#dfflows" id="id21">dfflows</a></li> <li><a class="reference internal" href="#dfflows" id="id22">dfflows</a></li>
<li><a class="reference internal" href="#dfincremental" id="id22">dfincremental</a></li> <li><a class="reference internal" href="#dfincremental" id="id23">dfincremental</a></li>
<li><a class="reference internal" href="#dflair" id="id23">dflair</a></li> <li><a class="reference internal" href="#dfgrow" id="id24">dfgrow</a></li>
<li><a class="reference internal" href="#dfliquids" id="id24">dfliquids</a></li> <li><a class="reference internal" href="#dfimmolate" id="id25">dfimmolate</a><ul>
<li><a class="reference internal" href="#dfmode" id="id25">dfmode</a></li> <li><a class="reference internal" href="#id2" id="id26">Options:</a></li>
<li><a class="reference internal" href="#dfpause" id="id26">dfpause</a></li>
<li><a class="reference internal" href="#dfposition" id="id27">dfposition</a></li>
<li><a class="reference internal" href="#dfprobe" id="id28">dfprobe</a></li>
<li><a class="reference internal" href="#dfprospector" id="id29">dfprospector</a><ul>
<li><a class="reference internal" href="#id2" id="id30">Options:</a></li>
</ul> </ul>
</li> </li>
<li><a class="reference internal" href="#dfreveal" id="id31">dfreveal</a></li> <li><a class="reference internal" href="#dfstatus-by-enjia2000" id="id27">dfstatus (by enjia2000)</a></li>
<li><a class="reference internal" href="#dfunreveal" id="id32">dfunreveal</a></li> <li><a class="reference internal" href="#dflair" id="id28">dflair</a></li>
<li><a class="reference internal" href="#dfsuspend" id="id33">dfsuspend</a></li> <li><a class="reference internal" href="#dfliquids" id="id29">dfliquids</a></li>
<li><a class="reference internal" href="#dftubefill" id="id34">dftubefill</a></li> <li><a class="reference internal" href="#dfmode" id="id30">dfmode</a></li>
<li><a class="reference internal" href="#dfunstuck" id="id35">dfunstuck</a></li> <li><a class="reference internal" href="#dfpause" id="id31">dfpause</a></li>
<li><a class="reference internal" href="#dfvdig" id="id36">dfvdig</a></li> <li><a class="reference internal" href="#dfposition" id="id32">dfposition</a></li>
<li><a class="reference internal" href="#dfveinlook" id="id37">dfveinlook</a></li> <li><a class="reference internal" href="#dfprobe" id="id33">dfprobe</a></li>
<li><a class="reference internal" href="#dfweather" id="id38">dfweather</a></li> <li><a class="reference internal" href="#dfprospector" id="id34">dfprospector</a><ul>
<li><a class="reference internal" href="#your-tool-here" id="id39">Your tool here</a></li> <li><a class="reference internal" href="#id3" id="id35">Options:</a></li>
</ul>
</li>
<li><a class="reference internal" href="#dfreveal" id="id36">dfreveal</a></li>
<li><a class="reference internal" href="#dfunreveal" id="id37">dfunreveal</a></li>
<li><a class="reference internal" href="#dfsuspend" id="id38">dfsuspend</a></li>
<li><a class="reference internal" href="#dftubefill" id="id39">dftubefill</a></li>
<li><a class="reference internal" href="#dfunstuck" id="id40">dfunstuck</a></li>
<li><a class="reference internal" href="#dfvdig" id="id41">dfvdig</a></li>
<li><a class="reference internal" href="#dfveinlook" id="id42">dfveinlook</a></li>
<li><a class="reference internal" href="#dfweather" id="id43">dfweather</a></li>
<li><a class="reference internal" href="#your-tool-here" id="id44">Your tool here</a></li>
</ul> </ul>
</li> </li>
</ul> </ul>
</div> </div>
</div> </div>
<div class="section" id="getting-dfhack"> <div class="section" id="getting-dfhack">
<h1><a class="toc-backref" href="#id4">Getting DFHack</a></h1> <h1><a class="toc-backref" href="#id5">Getting DFHack</a></h1>
<p>The project is currently hosted on <a class="reference external" href="http://www.github.com/">github</a>, for both source and <p>The project is currently hosted on <a class="reference external" href="http://www.github.com/">github</a>, for both source and
binaries at <a class="reference external" href="http://github.com/peterix/dfhack">http://github.com/peterix/dfhack</a></p> binaries at <a class="reference external" href="http://github.com/peterix/dfhack">http://github.com/peterix/dfhack</a></p>
</div> </div>
<div class="section" id="compatibility"> <div class="section" id="compatibility">
<h1><a class="toc-backref" href="#id5">Compatibility</a></h1> <h1><a class="toc-backref" href="#id6">Compatibility</a></h1>
<p>DFHack works on Windows XP, Vista, 7 or any modern Linux distribution.</p> <p>DFHack works on Windows XP, Vista, 7 or any modern Linux distribution.
<p>OSX is not supported due to lack of developers with a Mac.</p> OSX is not supported due to lack of developers with a Mac.</p>
<p>Currently supported Dwarf Fortress versions are Windows and Linux.</p> <p>In general, the older DF release you use, the less features will work.
DFHack development is always focused on the latest DF version. Go too
far into the past, and only the most basic tools will work.</p>
<div class="section" id="windows"> <div class="section" id="windows">
<h2><a class="toc-backref" href="#id6">Windows</a></h2> <h2><a class="toc-backref" href="#id7">Windows</a></h2>
<div class="note"> <div class="note">
<p class="first admonition-title">Note</p> <p class="first admonition-title">Note</p>
<p class="last">Windows 2000 is currently <em>not supported</em> due to missing OS <p class="last">Windows 2000 is currently <em>not supported</em> due to missing OS
@ -397,36 +405,36 @@ fix it :)</p>
<p>0.31.04 - 0.31.25 SDL</p> <p>0.31.04 - 0.31.25 SDL</p>
</div> </div>
<div class="section" id="linux"> <div class="section" id="linux">
<h2><a class="toc-backref" href="#id7">Linux</a></h2> <h2><a class="toc-backref" href="#id8">Linux</a></h2>
<div class="section" id="native-linux-df"> <div class="section" id="native-linux-df">
<h3><a class="toc-backref" href="#id8">Native linux DF</a></h3> <h3><a class="toc-backref" href="#id9">Native linux DF</a></h3>
<p>0.31.05 - 0.31.24: spotty support (some things might not work)</p> <p>0.31.05 - 0.31.24: spotty support (some things might not work)</p>
<p>0.31.25: full support</p> <p>0.31.25: full support</p>
</div> </div>
<div class="section" id="windows-df-under-wine"> <div class="section" id="windows-df-under-wine">
<h3><a class="toc-backref" href="#id9">Windows DF under wine</a></h3> <h3><a class="toc-backref" href="#id10">Windows DF under wine</a></h3>
<p>0.31.01 - 0.31.03 legacy</p> <p>0.31.01 - 0.31.03 legacy</p>
<p>0.31.04 - 0.31.25 SDL</p> <p>0.31.04 - 0.31.25 SDL</p>
</div> </div>
</div> </div>
</div> </div>
<div class="section" id="tools"> <div class="section" id="tools">
<h1><a class="toc-backref" href="#id10">Tools</a></h1> <h1><a class="toc-backref" href="#id11">Tools</a></h1>
<p>All the DFHack tools are terminal programs. This might seem strange to Windows <p>All the DFHack tools are terminal programs. This might seem strange to Windows
users, but these are meant mostly as examples for developers. Still, they can users, but these are meant mostly as examples for developers. Still, they can
be useful and are cross-platform just like the library itself.</p> be useful and are cross-platform just like the library itself.</p>
<div class="section" id="dfattachtest"> <div class="section" id="dfattachtest">
<h2><a class="toc-backref" href="#id11">dfattachtest</a></h2> <h2><a class="toc-backref" href="#id12">dfattachtest</a></h2>
<p>Test of the process attach/detach mechanism.</p> <p>Test of the process attach/detach mechanism.</p>
</div> </div>
<div class="section" id="dfautodump"> <div class="section" id="dfautodump">
<h2><a class="toc-backref" href="#id12">dfautodump</a></h2> <h2><a class="toc-backref" href="#id13">dfautodump</a></h2>
<p>Automated item dumping tool. All loose items on the floor marked <p>Automated item dumping tool. All loose items on the floor marked
for dumping are insta-dumped to the position of the in-game cursor.</p> for dumping are insta-dumped to the position of the in-game cursor.</p>
<p>Cursor must be placed on a floor tile. Instadumped items may not <p>Cursor must be placed on a floor tile. Instadumped items may not
show up in the cursor description list until you save/reload.</p> show up in the cursor description list until you save/reload.</p>
<div class="section" id="options"> <div class="section" id="options">
<h3><a class="toc-backref" href="#id13">Options:</a></h3> <h3><a class="toc-backref" href="#id14">Options:</a></h3>
<table class="docutils option-list" frame="void" rules="none"> <table class="docutils option-list" frame="void" rules="none">
<col class="option" /> <col class="option" />
<col class="description" /> <col class="description" />
@ -439,16 +447,16 @@ show up in the cursor description list until you save/reload.</p>
</div> </div>
</div> </div>
<div class="section" id="dfcleanmap"> <div class="section" id="dfcleanmap">
<h2><a class="toc-backref" href="#id14">dfcleanmap</a></h2> <h2><a class="toc-backref" href="#id15">dfcleanmap</a></h2>
<p>Cleans all the splatter that get scattered all over the map. <p>Cleans all the splatter that get scattered all over the map.
Only exception is mud. It leaves mud alone.</p> Only exception is mud. It leaves mud alone.</p>
</div> </div>
<div class="section" id="dfcleanowned"> <div class="section" id="dfcleanowned">
<h2><a class="toc-backref" href="#id15">dfcleanowned</a></h2> <h2><a class="toc-backref" href="#id16">dfcleanowned</a></h2>
<p>Removes the ownership flag from items. <p>Removes the ownership flag from items.
By default, owned food on the floor and rotten items are confistacted and dumped.</p> By default, owned food on the floor and rotten items are confistacted and dumped.</p>
<div class="section" id="id1"> <div class="section" id="id1">
<h3><a class="toc-backref" href="#id16">Options:</a></h3> <h3><a class="toc-backref" href="#id17">Options:</a></h3>
<table class="docutils option-list" frame="void" rules="none"> <table class="docutils option-list" frame="void" rules="none">
<col class="option" /> <col class="option" />
<col class="description" /> <col class="description" />
@ -481,37 +489,68 @@ By default, owned food on the floor and rotten items are confistacted and dumped
</div> </div>
</div> </div>
<div class="section" id="dfcleartask"> <div class="section" id="dfcleartask">
<h2><a class="toc-backref" href="#id17">dfcleartask</a></h2> <h2><a class="toc-backref" href="#id18">dfcleartask</a></h2>
<p>Items marked for a job can get stuck during a abandon/reclaim. This tool aims to fix that. <p>Items marked for a job can get stuck during a abandon/reclaim. This tool aims to fix that.
Best used immediately after a reclaim. Not thoroughly tested, use at your own risk.</p> Best used immediately after a reclaim. Not thoroughly tested, use at your own risk.</p>
</div> </div>
<div class="section" id="dfderamp-by-zilpin"> <div class="section" id="dfderamp-by-zilpin">
<h2><a class="toc-backref" href="#id18">dfderamp (by zilpin)</a></h2> <h2><a class="toc-backref" href="#id19">dfderamp (by zilpin)</a></h2>
<p>Removes all ramps designated for removal from the map. This is useful for replicating the old channel digging designation. <p>Removes all ramps designated for removal from the map. This is useful for replicating the old channel digging designation.
It also removes any and all 'down ramps' that can remain after a cave-in (you don't have to designate anything for that to happen).</p> It also removes any and all 'down ramps' that can remain after a cave-in (you don't have to designate anything for that to happen).</p>
</div> </div>
<div class="section" id="dfdoffsets"> <div class="section" id="dfdoffsets">
<h2><a class="toc-backref" href="#id19">dfdoffsets</a></h2> <h2><a class="toc-backref" href="#id20">dfdoffsets</a></h2>
<p>Dumps the offsets for the currently running DF version into the terminal.</p> <p>Dumps the offsets for the currently running DF version into the terminal.</p>
</div> </div>
<div class="section" id="dfexpbench"> <div class="section" id="dfexpbench">
<h2><a class="toc-backref" href="#id20">dfexpbench</a></h2> <h2><a class="toc-backref" href="#id21">dfexpbench</a></h2>
<p>Just a simple benchmark of the data export speed.</p> <p>Just a simple benchmark of the data export speed.</p>
</div> </div>
<div class="section" id="dfflows"> <div class="section" id="dfflows">
<h2><a class="toc-backref" href="#id21">dfflows</a></h2> <h2><a class="toc-backref" href="#id22">dfflows</a></h2>
<p>A tool for checking how many liquid tiles are actively checked for flows.</p> <p>A tool for checking how many liquid tiles are actively checked for flows.</p>
</div> </div>
<div class="section" id="dfincremental"> <div class="section" id="dfincremental">
<h2><a class="toc-backref" href="#id22">dfincremental</a></h2> <h2><a class="toc-backref" href="#id23">dfincremental</a></h2>
<p>A simple memory search tool for DF. Requires arcane knowledge ;)</p> <p>A simple memory search tool for DF. Requires arcane knowledge ;)</p>
</div> </div>
<div class="section" id="dfgrow">
<h2><a class="toc-backref" href="#id24">dfgrow</a></h2>
<p>Makes all saplings present on the map grow into trees (almost) instantly.</p>
</div>
<div class="section" id="dfimmolate">
<h2><a class="toc-backref" href="#id25">dfimmolate</a></h2>
<p>A tool for getting rid of trees and shrubs. By default, it only kills a tree/shrub under the cursor.</p>
<div class="section" id="id2">
<h3><a class="toc-backref" href="#id26">Options:</a></h3>
<table class="docutils option-list" frame="void" rules="none">
<col class="option" />
<col class="description" />
<tbody valign="top">
<tr><td class="option-group">
<kbd><span class="option">-s</span></kbd></td>
<td>affect all shrubs on the map</td></tr>
<tr><td class="option-group">
<kbd><span class="option">-t</span></kbd></td>
<td>affect all trees on the map</td></tr>
<tr><td class="option-group">
<kbd><span class="option">-i</span></kbd></td>
<td>instead of just instaburning plants to ashes, produce fire. WILL KILL FPS!</td></tr>
</tbody>
</table>
<p>The windows binary releases contain many .bat files that can run the tool with different parameters.</p>
</div>
</div>
<div class="section" id="dfstatus-by-enjia2000">
<h2><a class="toc-backref" href="#id27">dfstatus (by enjia2000)</a></h2>
<p>Runs next to DF and shows some vital statistics of the fort, including food and booze.</p>
</div>
<div class="section" id="dflair"> <div class="section" id="dflair">
<h2><a class="toc-backref" href="#id23">dflair</a></h2> <h2><a class="toc-backref" href="#id28">dflair</a></h2>
<p>Marks all of the map as a lair, preventing item scatter on abandon/reclaim.</p> <p>Marks all of the map as a lair, preventing item scatter on abandon/reclaim.</p>
</div> </div>
<div class="section" id="dfliquids"> <div class="section" id="dfliquids">
<h2><a class="toc-backref" href="#id24">dfliquids</a></h2> <h2><a class="toc-backref" href="#id29">dfliquids</a></h2>
<p>A command prompt for liquid creation and manipulation (the Moses <p>A command prompt for liquid creation and manipulation (the Moses
effect included!) Also allows painting obsidian walls directly.</p> effect included!) Also allows painting obsidian walls directly.</p>
<div class="note"> <div class="note">
@ -521,7 +560,7 @@ temperatures (creating heat traps). You've been warned.</p>
</div> </div>
</div> </div>
<div class="section" id="dfmode"> <div class="section" id="dfmode">
<h2><a class="toc-backref" href="#id25">dfmode</a></h2> <h2><a class="toc-backref" href="#id30">dfmode</a></h2>
<p>This tool lets you change the game mode directly. Not all combinations are good for every situation and most of them will produce undesirable results. <p>This tool lets you change the game mode directly. Not all combinations are good for every situation and most of them will produce undesirable results.
There are a few good ones though.</p> There are a few good ones though.</p>
<div class="admonition-example admonition"> <div class="admonition-example admonition">
@ -533,22 +572,22 @@ You just lost a fortress and gained an adventurer.</p>
<p>I take no responsibility of anything that happens as a result of using this tool :P</p> <p>I take no responsibility of anything that happens as a result of using this tool :P</p>
</div> </div>
<div class="section" id="dfpause"> <div class="section" id="dfpause">
<h2><a class="toc-backref" href="#id26">dfpause</a></h2> <h2><a class="toc-backref" href="#id31">dfpause</a></h2>
<p>Forces DF to pause. This is useful when your FPS drops below 1 and you lose control of the game.</p> <p>Forces DF to pause. This is useful when your FPS drops below 1 and you lose control of the game.</p>
</div> </div>
<div class="section" id="dfposition"> <div class="section" id="dfposition">
<h2><a class="toc-backref" href="#id27">dfposition</a></h2> <h2><a class="toc-backref" href="#id32">dfposition</a></h2>
<p>Prints the game mode, current DF window properties and cursor position in both local and world coordinates.</p> <p>Prints the game mode, current DF window properties and cursor position in both local and world coordinates.</p>
</div> </div>
<div class="section" id="dfprobe"> <div class="section" id="dfprobe">
<h2><a class="toc-backref" href="#id28">dfprobe</a></h2> <h2><a class="toc-backref" href="#id33">dfprobe</a></h2>
<p>Can be used to determine tile properties like temperature.</p> <p>Can be used to determine tile properties like temperature.</p>
</div> </div>
<div class="section" id="dfprospector"> <div class="section" id="dfprospector">
<h2><a class="toc-backref" href="#id29">dfprospector</a></h2> <h2><a class="toc-backref" href="#id34">dfprospector</a></h2>
<p>Lists all available minerals on the map and how much of them there is.</p> <p>Lists all available minerals on the map and how much of them there is.</p>
<div class="section" id="id2"> <div class="section" id="id3">
<h3><a class="toc-backref" href="#id30">Options:</a></h3> <h3><a class="toc-backref" href="#id35">Options:</a></h3>
<table class="docutils option-list" frame="void" rules="none"> <table class="docutils option-list" frame="void" rules="none">
<col class="option" /> <col class="option" />
<col class="description" /> <col class="description" />
@ -558,48 +597,49 @@ You just lost a fortress and gained an adventurer.</p>
<td>processes all tiles, even hidden ones.</td></tr> <td>processes all tiles, even hidden ones.</td></tr>
</tbody> </tbody>
</table> </table>
<p>On windows, it's possible to run dfprsopector-all.bat to process all the tiles without messing with terminal windows.</p> <p>On windows, it's possible to run dfprospector-all.bat to process all the tiles without messing with terminal windows.
Also on Windos, dfprospector-text.bat will print the output into a file and then show it in a notepad program (whatever opens .txt by default).</p>
</div> </div>
</div> </div>
<div class="section" id="dfreveal"> <div class="section" id="dfreveal">
<h2><a class="toc-backref" href="#id31">dfreveal</a></h2> <h2><a class="toc-backref" href="#id36">dfreveal</a></h2>
<p>Reveals the whole map, waits for input and hides it again. If you close <p>Reveals the whole map, waits for input and hides it again. If you close
the tool while it waits, the map remains revealed.</p> the tool while it waits, the map remains revealed.</p>
</div> </div>
<div class="section" id="dfunreveal"> <div class="section" id="dfunreveal">
<h2><a class="toc-backref" href="#id32">dfunreveal</a></h2> <h2><a class="toc-backref" href="#id37">dfunreveal</a></h2>
<p>Hides everything and then only reveals the part of the map accessible from the position of DF's cursor. Place the cursor in open space that you want to keep revealed - this should include the surface world. <p>Hides everything and then only reveals the part of the map accessible from the position of DF's cursor. Place the cursor in open space that you want to keep revealed - this should include the surface world.
Can be used to fix maps stuck revealed or hide parts of the fortress blocked off by walls.</p> Can be used to fix maps stuck revealed or hide parts of the fortress blocked off by walls.</p>
</div> </div>
<div class="section" id="dfsuspend"> <div class="section" id="dfsuspend">
<h2><a class="toc-backref" href="#id33">dfsuspend</a></h2> <h2><a class="toc-backref" href="#id38">dfsuspend</a></h2>
<p>Test of the process suspend/resume mechanism. If this doesn't work as expected, it's not safe to use DFHack.</p> <p>Test of the process suspend/resume mechanism. If this doesn't work as expected, it's not safe to use DFHack.</p>
</div> </div>
<div class="section" id="dftubefill"> <div class="section" id="dftubefill">
<h2><a class="toc-backref" href="#id34">dftubefill</a></h2> <h2><a class="toc-backref" href="#id39">dftubefill</a></h2>
<p>Fills all the 'candy stores' with 'delicious candy'. No need to fear the clowns. Don't use if you haven't seen the hidden fun stuff <p>Fills all the 'candy stores' with 'delicious candy'. No need to fear the clowns. Don't use if you haven't seen the hidden fun stuff
yet ;)</p> yet ;)</p>
</div> </div>
<div class="section" id="dfunstuck"> <div class="section" id="dfunstuck">
<h2><a class="toc-backref" href="#id35">dfunstuck</a></h2> <h2><a class="toc-backref" href="#id40">dfunstuck</a></h2>
<p>Use if you prematurely close any of the tools and DF appears to be stuck. Mostly only needed on Windows.</p> <p>Use if you prematurely close any of the tools and DF appears to be stuck. Mostly only needed on Windows.</p>
</div> </div>
<div class="section" id="dfvdig"> <div class="section" id="dfvdig">
<h2><a class="toc-backref" href="#id36">dfvdig</a></h2> <h2><a class="toc-backref" href="#id41">dfvdig</a></h2>
<p>Designates a whole vein for digging. Point the cursor at a vein and run this thing :) <p>Designates a whole vein for digging. Point the cursor at a vein and run this thing :)
Running 'dfXvdig' on Windows or using the '-x' parameter will dig stairs between z-levels to follow the veins.</p> Running 'dfXvdig' on Windows or using the '-x' parameter will dig stairs between z-levels to follow the veins.</p>
</div> </div>
<div class="section" id="dfveinlook"> <div class="section" id="dfveinlook">
<h2><a class="toc-backref" href="#id37">dfveinlook</a></h2> <h2><a class="toc-backref" href="#id42">dfveinlook</a></h2>
<p>Simplistic map viewer for linux. Mostly a debug/development thing.</p> <p>Simplistic map viewer. Mostly a debug/development thing. Now supported on Windows too!</p>
</div> </div>
<div class="section" id="dfweather"> <div class="section" id="dfweather">
<h2><a class="toc-backref" href="#id38">dfweather</a></h2> <h2><a class="toc-backref" href="#id43">dfweather</a></h2>
<p>Lets you change the current weather to 'clear sky', 'rainy' or 'snowing'. Fill those ponds without mucking around with dfliquids <p>Lets you change the current weather to 'clear sky', 'rainy' or 'snowing'. Fill those ponds without mucking around with dfliquids
:D Rain can also stop brush fires.</p> :D Rain can also stop brush fires.</p>
</div> </div>
<div class="section" id="your-tool-here"> <div class="section" id="your-tool-here">
<h2><a class="toc-backref" href="#id39">Your tool here</a></h2> <h2><a class="toc-backref" href="#id44">Your tool here</a></h2>
<p>Write one ;)</p> <p>Write one ;)</p>
</div> </div>
</div> </div>

@ -176,8 +176,11 @@ namespace DFHack
uint16_t unk1; uint16_t unk1;
/// material vector index /// material vector index
uint32_t mat2; uint32_t mat2;
/// matter state - liquid/solid/etc. /**
e_matter_state matter_state : 16; * matter state - liquid/solid/etc.
* @ref e_matter_state
*/
uint16_t matter_state;
/// 16x16 array of covering 'intensity' /// 16x16 array of covering 'intensity'
uint8_t intensity[16][16]; uint8_t intensity[16][16];
/// this is NOT part of the DF vein, but an address of the vein as seen by DFhack. /// this is NOT part of the DF vein, but an address of the vein as seen by DFhack.

@ -1,5 +1,5 @@
if(NOT DEFINED DFHACK_CONSISTENCY) if(NOT DEFINED DFHACK_CONSISTENCY)
MESSAGE(FATAL_ERROR "Please build the whole thing, not parts. You can turn parts on/off using options.") MESSAGE(FATAL_ERROR "Please build the whole thing, not parts. You can turn parts on/off using options/ccmake during build.")
ENDIF() ENDIF()
# this is required to ensure we use the right configuration for the system. # this is required to ensure we use the right configuration for the system.
@ -9,6 +9,12 @@ ENDIF()
# burn trees and shrubs to ashes # burn trees and shrubs to ashes
DFHACK_TOOL(dfimmolate immolate.cpp) DFHACK_TOOL(dfimmolate immolate.cpp)
IF(WIN32)
INSTALL(
PROGRAMS dfimmolate-all.bat dfimmolate-fire.bat dfimmolate-shrubs.bat dfimmolate-shrubs-fire.bat dfimmolate-trees.bat dfimmolate-trees-fire.bat
DESTINATION ${DFHACK_BINARY_DESTINATION}
)
ENDIF()
# grow saplings into trees instantly # grow saplings into trees instantly
DFHACK_TOOL(dfgrow grow.cpp) DFHACK_TOOL(dfgrow grow.cpp)
@ -28,7 +34,7 @@ DFHACK_TOOL(dfpause forcepause.cpp)
# prospector - produces a list of available materials and their quantities # prospector - produces a list of available materials and their quantities
DFHACK_TOOL(dfprospector prospector.cpp) DFHACK_TOOL(dfprospector prospector.cpp)
IF(WIN32) IF(WIN32)
INSTALL(PROGRAMS dfprospector-all.bat DESTINATION ${DFHACK_BINARY_DESTINATION}) INSTALL(PROGRAMS dfprospector-text.bat dfprospector-all.bat DESTINATION ${DFHACK_BINARY_DESTINATION})
ENDIF() ENDIF()
# vdig - dig the vein under the cursor # vdig - dig the vein under the cursor
@ -43,8 +49,7 @@ DFHACK_TOOL(dfcleanmap cleanmap.cpp)
# cleanowned - confiscate items owned by dwarves so they can be atomsmashed/reused/etc. # cleanowned - confiscate items owned by dwarves so they can be atomsmashed/reused/etc.
DFHACK_TOOL(dfcleanowned cleanowned.cpp) DFHACK_TOOL(dfcleanowned cleanowned.cpp)
IF(WIN32) IF(WIN32)
INSTALL(PROGRAMS dfremovelitter.bat DESTINATION ${DFHACK_BINARY_DESTINATION}) INSTALL(PROGRAMS dfconfiscate.bat dfremovelitter.bat DESTINATION ${DFHACK_BINARY_DESTINATION})
INSTALL(PROGRAMS dfconfiscate.bat DESTINATION ${DFHACK_BINARY_DESTINATION})
ENDIF() ENDIF()
# unstuck - make DF run if something goes wrong with the 'normal' memory access method # unstuck - make DF run if something goes wrong with the 'normal' memory access method

@ -0,0 +1,2 @@
echo | dfprospector.exe -a > dfprospector_report.txt
@dfprospector_report.txt