|
|
@ -3,7 +3,7 @@
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
|
|
<head>
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
|
<meta name="generator" content="Docutils 0.8.1: http://docutils.sourceforge.net/" />
|
|
|
|
<meta name="generator" content="Docutils 0.9: http://docutils.sourceforge.net/" />
|
|
|
|
<title></title>
|
|
|
|
<title></title>
|
|
|
|
<style type="text/css">
|
|
|
|
<style type="text/css">
|
|
|
|
|
|
|
|
|
|
|
@ -541,7 +541,7 @@ binaries at <a class="reference external" href="http://github.com/peterix/dfhac
|
|
|
|
<h1><a class="toc-backref" href="#id36">Compatibility</a></h1>
|
|
|
|
<h1><a class="toc-backref" href="#id36">Compatibility</a></h1>
|
|
|
|
<p>DFHack works on Windows XP, Vista, 7 or any modern Linux distribution.
|
|
|
|
<p>DFHack works on Windows XP, Vista, 7 or any modern Linux distribution.
|
|
|
|
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, only versions 0.34.06 and 0.34.07 are supported. If you need DFHack
|
|
|
|
<p>Currently, versions 0.34.08 - 0.34.11 are supported. If you need DFHack
|
|
|
|
for older versions, look for older releases.</p>
|
|
|
|
for older versions, look for older releases.</p>
|
|
|
|
<p>On Windows, you have to use the SDL version of DF.</p>
|
|
|
|
<p>On Windows, you have to use the SDL version of DF.</p>
|
|
|
|
<p>It is possible to use the Windows DFHack under wine/OSX.</p>
|
|
|
|
<p>It is possible to use the Windows DFHack under wine/OSX.</p>
|
|
|
@ -1569,12 +1569,13 @@ paint hidden 1
|
|
|
|
paint hidden 0
|
|
|
|
paint hidden 0
|
|
|
|
</pre>
|
|
|
|
</pre>
|
|
|
|
<p>This will hide previously revealed tiles (or show hidden with the 0 option).</p>
|
|
|
|
<p>This will hide previously revealed tiles (or show hidden with the 0 option).</p>
|
|
|
|
<p>Any paint or filter option can be disabled entirely by using the ANY keyword:</p>
|
|
|
|
<p>Any paint or filter option (or the entire paint or filter) can be disabled entirely by using the ANY keyword:</p>
|
|
|
|
<pre class="literal-block">
|
|
|
|
<pre class="literal-block">
|
|
|
|
paint hidden ANY
|
|
|
|
paint hidden ANY
|
|
|
|
paint shape ANY
|
|
|
|
paint shape ANY
|
|
|
|
filter material any
|
|
|
|
filter material any
|
|
|
|
filter shape any
|
|
|
|
filter shape any
|
|
|
|
|
|
|
|
filter any
|
|
|
|
</pre>
|
|
|
|
</pre>
|
|
|
|
<dl class="docutils">
|
|
|
|
<dl class="docutils">
|
|
|
|
<dt>You can use several different brushes for painting tiles:</dt>
|
|
|
|
<dt>You can use several different brushes for painting tiles:</dt>
|
|
|
|