<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://dwarffortresswiki.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Urmane</id>
	<title>Dwarf Fortress Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://dwarffortresswiki.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Urmane"/>
	<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php/Special:Contributions/Urmane"/>
	<updated>2026-07-23T11:46:20Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.11</generator>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Masterwork:Linux&amp;diff=186096</id>
		<title>Masterwork:Linux</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Masterwork:Linux&amp;diff=186096"/>
		<updated>2013-05-28T12:23:39Z</updated>

		<summary type="html">&lt;p&gt;Urmane: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Fine|13:16, 20 April 2013 (UTC)}}&lt;br /&gt;
{{av}}&lt;br /&gt;
&lt;br /&gt;
This is a starter page for Linux users of the Masterwork mod.&lt;br /&gt;
&lt;br /&gt;
=== Prework ===&lt;br /&gt;
==== Stonesense ====&lt;br /&gt;
The bundled stonesense has old libjpg and libpng.  Create a softlink from Dwarf Fortress/stonesense/deplibs/libjpeg.so.62 to your system libjpg in /usr/lib.  You'll have to find a binary libpng12.so.0 on the 'net and put it in the same deplibs directory.  You may also have to adjust the library load path in the &amp;quot;dfhack&amp;quot; script:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:&amp;quot;./stonesense/deplibs&amp;quot;:&amp;quot;./hack&amp;quot;&lt;br /&gt;
export LD_LIBRARY_PATH=&amp;quot;./stonesense/deplibs&amp;quot;:&amp;quot;./hack:&amp;quot;$LD_LIBRARY_PATH&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
YMMV.&lt;br /&gt;
&lt;br /&gt;
==== Wine ====&lt;br /&gt;
To be able to run Settings.exe, install wine, then install the '''Windows''' version of Mono (not the linux version).  Download Mono installer here: [http://www.go-mono.com/mono-downloads/ Mono downloads]&lt;br /&gt;
&lt;br /&gt;
Run the mono installer with wine.  When it's done, you should be able to run &amp;quot;wine Settings.exe&amp;quot; from the top-level Masterwork directory.&lt;br /&gt;
&lt;br /&gt;
=== Make It Go ===&lt;br /&gt;
Example script: from the Dwarf Fortress directory, start soundSense and Dwarf Therapist first:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
&lt;br /&gt;
( cd ../MasterworkDwarfFortress/Utilities/soundSense ; ./soundSense.sh ../../../Dwarf\ Fortress/gamelog.txt ) &amp;amp;&lt;br /&gt;
( cd ../MasterworkDwarfFortress/Utilities/DwarfTherapist ; ./DwarfTherapist ) &amp;amp;&lt;br /&gt;
./dfhack&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can also just run those from a command line, obviously.  If this is the first time you've run DF, soundSense may pop up a file window because gamelog.txt doesn't exist yet.  Either quit and run it after the game starts, or run the game once to create the file, quit, and restart.&lt;br /&gt;
&lt;br /&gt;
=== Easier Farming ===&lt;br /&gt;
Farming is much harder by default in Masterwork - refer to the manual for details.  If you do not or cannot get Settings.exe to run, you must edit the raws to if you want easier farming, similar to vanilla DF.  There are two ways to do this:&lt;br /&gt;
&lt;br /&gt;
==== Temporarily Easier Farming ====&lt;br /&gt;
You may edit a single region's raws to make farming easier just for that region, and not affecting any other generated region.&lt;br /&gt;
This means a region must already exist to edit.  It's easiest to create a world to your liking, and edit before starting to play.  You can edit these in another window when DF returns to the main menu, before you Start Playing.&lt;br /&gt;
&lt;br /&gt;
From the Dwarf Fortress directory, edit data/save/regionX/raw/objects/plant_standard.txt (where &amp;quot;regionX&amp;quot; is the region you wish to edit) and search for &amp;quot;GROWDUR&amp;quot;.  Change the number after each one to something less than 1000.&lt;br /&gt;
&lt;br /&gt;
==== Permanently Easier Farming ====&lt;br /&gt;
You can also change the master raws, so that you don't need to modify every region generated thereafter.  From the Dwarf Fortress directory, follow the same procedure on  raw/objects/plant_standard.txt&lt;br /&gt;
&lt;br /&gt;
=== Easier Mining ===&lt;br /&gt;
&lt;br /&gt;
Mining is also more challenging by default.  If you do not or cannot get Settings.exe to run, remove raw/objects/inorganic_zwarpstone.txt to make mining easier.&lt;br /&gt;
&lt;br /&gt;
You must remove the master, that is, directly under the DF main, not from the region save directory.  (You should make a backup copy if you remove it permanently, just in case.)&lt;br /&gt;
&lt;br /&gt;
=== Useful dfhack keybinds ===&lt;br /&gt;
Cut-n-paste or put into dfhack.init:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
keybinding add Ctrl-K autodump-destroy-item&lt;br /&gt;
keybinding add Ctrl-Shift-K autodump-destroy-here&lt;br /&gt;
keybinding add Ctrl-V digv&lt;br /&gt;
# workflow plugin keys&lt;br /&gt;
keybinding add Ctrl-W@dwarfmode/QueryBuilding/Some &amp;quot;gui/workflow&amp;quot;&lt;br /&gt;
keybinding add Ctrl-I &amp;quot;gui/workflow status&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Urmane</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Masterwork:Linux&amp;diff=184674</id>
		<title>Masterwork:Linux</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Masterwork:Linux&amp;diff=184674"/>
		<updated>2013-04-25T00:50:29Z</updated>

		<summary type="html">&lt;p&gt;Urmane: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Fine|13:16, 20 April 2013 (UTC)}}This is a starter page for Linux users of the Masterwork mod.&lt;br /&gt;
&lt;br /&gt;
=== Prework ===&lt;br /&gt;
==== Stonesense ====&lt;br /&gt;
The bundled stonesense has old libjpg and libpng.  Create a softlink from Dwarf Fortress/stonesense/deplibs/libjpeg.so.62 to your system libjpg in /usr/lib.  You'll have to find a binary libpng12.so.0 on the 'net and put it in the same deplibs directory.  You may also have to adjust the library load path in the &amp;quot;dfhack&amp;quot; script:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:&amp;quot;./stonesense/deplibs&amp;quot;:&amp;quot;./hack&amp;quot;&lt;br /&gt;
export LD_LIBRARY_PATH=&amp;quot;./stonesense/deplibs&amp;quot;:&amp;quot;./hack:&amp;quot;$LD_LIBRARY_PATH&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
YMMV.&lt;br /&gt;
&lt;br /&gt;
==== Wine ====&lt;br /&gt;
To be able to run Settings.exe, install wine, then install the '''Windows''' version of Mono (not the linux version).  Download Mono installer here: [http://www.go-mono.com/mono-downloads/ Mono downloads]&lt;br /&gt;
&lt;br /&gt;
Run the mono installer with wine.  When it's done, you should be able to run &amp;quot;wine Settings.exe&amp;quot; from the top-level Masterwork directory.&lt;br /&gt;
&lt;br /&gt;
=== Make It Go ===&lt;br /&gt;
Example: from the Dwarf Fortress directory, start soundSense and Dwarf Therapist first:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
&lt;br /&gt;
( cd ../MasterworkDwarfFortress/Utilities/soundSense ; ./soundSense.sh ../../../Dwarf\ Fortress/gamelog.txt ) &amp;amp;&lt;br /&gt;
( cd ../MasterworkDwarfFortress/Utilities/DwarfTherapist ; ./DwarfTherapist ) &amp;amp;&lt;br /&gt;
./dfhack&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Easier Farming ===&lt;br /&gt;
Farming is much harder by default in Masterwork - refer to the manual for details.  You must edit the raws to if you want easier farming, similar to vanilla DF.  There are two ways to do this:&lt;br /&gt;
&lt;br /&gt;
==== Temporarily Easier Farming ====&lt;br /&gt;
You may edit a single region's raws to make farming easier just for that region, and not affecting any other generated region.&lt;br /&gt;
This means a region must already exist to edit.  It's easiest to create a world to your liking, and edit before starting to play.  You can edit these in another window when DF returns to the main menu, before you Start Playing.&lt;br /&gt;
&lt;br /&gt;
From the Dwarf Fortress directory, edit data/save/regionX/raw/objects/plant_standard.txt (where &amp;quot;regionX&amp;quot; is the region you wish to edit) and search for &amp;quot;GROWDUR&amp;quot;.  Change the number after each one to something less than 1000.&lt;br /&gt;
&lt;br /&gt;
==== Permanently Easier Farming ====&lt;br /&gt;
You can also change the master raws, so that you don't need to modify every region generated thereafter.  From the Dwarf Fortress directory, follow the same procedure on  raw/objects/plant_standard.txt&lt;br /&gt;
&lt;br /&gt;
=== Easier Mining ===&lt;br /&gt;
&lt;br /&gt;
Remove raw/objects/inorganic_zwarpstone.txt to make mining easier.&lt;br /&gt;
&lt;br /&gt;
The author gets crashes when trying to do this temporarily (ie per region) - it appears you must remove the master permanently.  (You should make a backup copy if you remove it permanently, just in case.)&lt;br /&gt;
&lt;br /&gt;
=== Useful dfhack keybinds ===&lt;br /&gt;
Cut-n-paste or put into dfhack.init:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
keybinding add Ctrl-K autodump-destroy-item&lt;br /&gt;
keybinding add Ctrl-Shift-K autodump-destroy-here&lt;br /&gt;
keybinding add Ctrl-V digv&lt;br /&gt;
# workflow plugin keys&lt;br /&gt;
keybinding add Ctrl-W@dwarfmode/QueryBuilding/Some &amp;quot;gui/workflow&amp;quot;&lt;br /&gt;
keybinding add Ctrl-I &amp;quot;gui/workflow status&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Urmane</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Masterwork:Linux&amp;diff=184578</id>
		<title>Masterwork:Linux</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Masterwork:Linux&amp;diff=184578"/>
		<updated>2013-04-22T11:27:32Z</updated>

		<summary type="html">&lt;p&gt;Urmane: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Fine|13:16, 20 April 2013 (UTC)}}This is a starter page for Linux users of the Masterwork mod.&lt;br /&gt;
&lt;br /&gt;
=== Prework ===&lt;br /&gt;
The bundled stonesense has old libjpg and libpng.  Create a softlink from Dwarf Fortress/stonesense/deplibs/libjpeg.so.62 to your system libjpg in /usr/lib.  You'll have to find a binary libpng12.so.0 on the 'net and put it in the same deplibs directory.  You may also have to adjust the library load path in the &amp;quot;dfhack&amp;quot; script:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:&amp;quot;./stonesense/deplibs&amp;quot;:&amp;quot;./hack&amp;quot;&lt;br /&gt;
export LD_LIBRARY_PATH=&amp;quot;./stonesense/deplibs&amp;quot;:&amp;quot;./hack:&amp;quot;$LD_LIBRARY_PATH&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
YMMV.&lt;br /&gt;
&lt;br /&gt;
=== Make It Go ===&lt;br /&gt;
Example: from the Dwarf Fortress directory, start soundSense and Dwarf Therapist first:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
&lt;br /&gt;
( cd ../MasterworkDwarfFortress/Utilities/soundSense ; ./soundSense.sh ../../../Dwarf\ Fortress/gamelog.txt ) &amp;amp;&lt;br /&gt;
( cd ../MasterworkDwarfFortress/Utilities/DwarfTherapist ; ./DwarfTherapist ) &amp;amp;&lt;br /&gt;
./dfhack&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Easier Farming ===&lt;br /&gt;
Farming is much harder by default in Masterwork - refer to the manual for details.  You must edit the raws to if you want easier farming, similar to vanilla DF.  There are two ways to do this:&lt;br /&gt;
&lt;br /&gt;
==== Temporarily Easier Farming ====&lt;br /&gt;
You may edit a single region's raws to make farming easier just for that region, and not affecting any other generated region.&lt;br /&gt;
This means a region must already exist to edit.  It's easiest to create a world to your liking, and edit before starting to play.  You can edit these in another window when DF returns to the main menu, before you Start Playing.&lt;br /&gt;
&lt;br /&gt;
From the Dwarf Fortress directory, edit data/save/regionX/raw/objects/plant_standard.txt (where &amp;quot;regionX&amp;quot; is the region you wish to edit) and search for &amp;quot;GROWDUR&amp;quot;.  Change the number after each one to something less than 1000.&lt;br /&gt;
&lt;br /&gt;
==== Permanently Easier Farming ====&lt;br /&gt;
You can also change the master raws, so that you don't need to modify every region generated thereafter.  From the Dwarf Fortress directory, follow the same procedure on  raw/objects/plant_standard.txt&lt;br /&gt;
&lt;br /&gt;
=== Easier Mining ===&lt;br /&gt;
&lt;br /&gt;
Remove raw/objects/inorganic_zwarpstone.txt to make mining easier.&lt;br /&gt;
&lt;br /&gt;
The author gets crashes when trying to do this temporarily (ie per region) - it appears you must remove the master permanently.  (You should make a backup copy if you remove it permanently, just in case.)&lt;br /&gt;
&lt;br /&gt;
=== Useful dfhack keybinds ===&lt;br /&gt;
Cut-n-paste or put into dfhack.init:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
keybinding add Ctrl-K autodump-destroy-item&lt;br /&gt;
keybinding add Ctrl-Shift-K autodump-destroy-here&lt;br /&gt;
keybinding add Ctrl-V digv&lt;br /&gt;
# workflow plugin keys&lt;br /&gt;
keybinding add Ctrl-W@dwarfmode/QueryBuilding/Some &amp;quot;gui/workflow&amp;quot;&lt;br /&gt;
keybinding add Ctrl-I &amp;quot;gui/workflow status&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Urmane</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Masterwork:Linux&amp;diff=184561</id>
		<title>Masterwork:Linux</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Masterwork:Linux&amp;diff=184561"/>
		<updated>2013-04-21T23:53:27Z</updated>

		<summary type="html">&lt;p&gt;Urmane: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Fine|13:16, 20 April 2013 (UTC)}}This is a starter page for Linux users of the Masterwork mod.&lt;br /&gt;
&lt;br /&gt;
=== Prework ===&lt;br /&gt;
The bundled stonesense has old libjpg and libpng.  Create a softlink from Dwarf Fortress/stonesense/deplibs/libjpeg.so.62 to your system libjpg in /usr/lib.  You'll have to find a binary libpng12.so.0 on the 'net and put it in the same deplibs directory.  You may also have to adjust the library load path in the &amp;quot;dfhack&amp;quot; script:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:&amp;quot;./stonesense/deplibs&amp;quot;:&amp;quot;./hack&amp;quot;&lt;br /&gt;
export LD_LIBRARY_PATH=&amp;quot;./stonesense/deplibs&amp;quot;:&amp;quot;./hack:&amp;quot;$LD_LIBRARY_PATH&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
YMMV.&lt;br /&gt;
&lt;br /&gt;
=== Make It Go ===&lt;br /&gt;
Example: from the Dwarf Fortress directory, start soundSense and Dwarf Therapist first:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
&lt;br /&gt;
( cd ../MasterworkDwarfFortress/Utilities/soundSense ; ./soundSense.sh ../../../Dwarf\ Fortress/gamelog.txt ) &amp;amp;&lt;br /&gt;
( cd ../MasterworkDwarfFortress/Utilities/DwarfTherapist ; ./DwarfTherapist ) &amp;amp;&lt;br /&gt;
./dfhack&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Easier Farming ===&lt;br /&gt;
Farming is much harder by default in Masterwork - refer to the manual for details.  You must edit the raws to if you want easier farming, similar to vanilla DF.  There are two ways to do this:&lt;br /&gt;
&lt;br /&gt;
==== Temporarily Easier Farming ====&lt;br /&gt;
You may edit a single region's raws to make farming easier just for that region, and not affecting any other generated region.&lt;br /&gt;
This means a region must already exist to edit.  It's easiest to create a world to your liking, and edit before starting to play.  You can edit these in another window when DF returns to the main menu, before you Start Playing.&lt;br /&gt;
&lt;br /&gt;
From the Dwarf Fortress directory, edit data/save/regionX/raw/objects/plant_standard.txt (where &amp;quot;regionX&amp;quot; is the region you wish to edit) and search for &amp;quot;GROWDUR&amp;quot;.  Change the number after each one to something less than 1000.&lt;br /&gt;
&lt;br /&gt;
==== Permanently Easier Farming ====&lt;br /&gt;
You can also change the master raws, so that you don't need to modify every region generated thereafter.  From the Dwarf Fortress directory, follow the same procedure on  raw/objects/plant_standard.txt&lt;br /&gt;
&lt;br /&gt;
=== Easier Mining ===&lt;br /&gt;
&lt;br /&gt;
Remove raw/objects/inorganic_zwarpstone.txt to make mining easier.  You can do this temporarily (ie per region) or permanently, as for farming above.  (You should make a backup copy if you remove it permanently, just in case.)&lt;br /&gt;
&lt;br /&gt;
=== Useful dfhack keybinds ===&lt;br /&gt;
Cut-n-paste or put into dfhack.init:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
keybinding add Ctrl-K autodump-destroy-item&lt;br /&gt;
keybinding add Ctrl-Shift-K autodump-destroy-here&lt;br /&gt;
keybinding add Ctrl-V digv&lt;br /&gt;
# workflow plugin keys&lt;br /&gt;
keybinding add Ctrl-W@dwarfmode/QueryBuilding/Some &amp;quot;gui/workflow&amp;quot;&lt;br /&gt;
keybinding add Ctrl-I &amp;quot;gui/workflow status&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Urmane</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Masterwork:Linux&amp;diff=184426</id>
		<title>Masterwork:Linux</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Masterwork:Linux&amp;diff=184426"/>
		<updated>2013-04-19T12:38:29Z</updated>

		<summary type="html">&lt;p&gt;Urmane: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a starter page for Linux users of the Masterwork mod.&lt;br /&gt;
&lt;br /&gt;
=== Prework ===&lt;br /&gt;
The bundled stonesense has old libjpg and libpng.  Create a softlink from Dwarf Fortress/stonesense/deplibs/libjpeg.so.62 to your system libjpg in /usr/lib.  You'll have to find a binary libpng12.so.0 on the 'net and put it in the same deplibs directory.  You may also have to adjust the library load path in the &amp;quot;dfhack&amp;quot; script:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:&amp;quot;./stonesense/deplibs&amp;quot;:&amp;quot;./hack&amp;quot;&lt;br /&gt;
export LD_LIBRARY_PATH=&amp;quot;./stonesense/deplibs&amp;quot;:&amp;quot;./hack:&amp;quot;$LD_LIBRARY_PATH&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
YMMV.&lt;br /&gt;
&lt;br /&gt;
=== Make It Go ===&lt;br /&gt;
Example: from the Dwarf Fortress directory, start soundSense and Dwarf Therapist first:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
&lt;br /&gt;
( cd ../MasterworkDwarfFortress/Utilities/soundSense ; ./soundSense.sh ../../../Dwarf\ Fortress/gamelog.txt ) &amp;amp;&lt;br /&gt;
( cd ../MasterworkDwarfFortress/Utilities/DwarfTherapist ; ./DwarfTherapist ) &amp;amp;&lt;br /&gt;
./dfhack&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Easier Farming ===&lt;br /&gt;
Farming is much harder by default in Masterwork - refer to the manual for details.  You must edit the raws to if you want easier farming, similar to vanilla DF.  There are two ways to do this:&lt;br /&gt;
&lt;br /&gt;
==== Temporarily Easier Farming ====&lt;br /&gt;
You may edit a single region's raws to make farming easier just for that region, and not affecting any other generated region.&lt;br /&gt;
This means a region must already exist to edit.  It's easiest to create a world to your liking, and edit before starting to play.  You can edit these in another window when DF returns to the main menu, before you Start Playing.&lt;br /&gt;
&lt;br /&gt;
From the Dwarf Fortress directory, edit data/save/regionX/raw/objects/plant_standard.txt (where &amp;quot;regionX&amp;quot; is the region you wish to edit) and search for &amp;quot;GROWDUR&amp;quot;.  Change the number after each one to something less than 1000.&lt;br /&gt;
&lt;br /&gt;
==== Permanently Easier Farming ====&lt;br /&gt;
You can also change the master raws, so that you don't need to modify every region generated thereafter.  From the Dwarf Fortress directory, follow the same procedure on  raw/objects/plant_standard.txt&lt;br /&gt;
&lt;br /&gt;
=== Useful dfhack keybinds ===&lt;br /&gt;
Cut-n-paste or put into dfhack.init:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
keybinding add Ctrl-K autodump-destroy-item&lt;br /&gt;
keybinding add Ctrl-Shift-K autodump-destroy-here&lt;br /&gt;
keybinding add Ctrl-V digv&lt;br /&gt;
# workflow plugin keys&lt;br /&gt;
keybinding add Ctrl-W@dwarfmode/QueryBuilding/Some &amp;quot;gui/workflow&amp;quot;&lt;br /&gt;
keybinding add Ctrl-I &amp;quot;gui/workflow status&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Urmane</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Masterwork:Linux&amp;diff=184383</id>
		<title>Masterwork:Linux</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Masterwork:Linux&amp;diff=184383"/>
		<updated>2013-04-19T02:03:32Z</updated>

		<summary type="html">&lt;p&gt;Urmane: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a starter page for Linux users of the Masterwork mod.&lt;br /&gt;
&lt;br /&gt;
=== Prework ===&lt;br /&gt;
The bundled stonesense has old libjpg and libpng.  Create a softlink from Dwarf Fortress/stonesense/deplibs/libjpeg.so.62 to your system libjpg in /usr/lib.  You'll have to find a binary libpng12.so.0 on the 'net and put it in the same deplibs directory.  You may also have to adjust the library load path in the &amp;quot;dfhack&amp;quot; script:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:&amp;quot;./stonesense/deplibs&amp;quot;:&amp;quot;./hack&amp;quot;&lt;br /&gt;
export LD_LIBRARY_PATH=&amp;quot;./stonesense/deplibs&amp;quot;:&amp;quot;./hack:&amp;quot;$LD_LIBRARY_PATH&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
YMMV.&lt;br /&gt;
&lt;br /&gt;
=== Make It Go ===&lt;br /&gt;
Example: from the Dwarf Fortress directory, start soundSense and Dwarf Therapist first:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
&lt;br /&gt;
( cd ../MasterworkDwarfFortress/Utilities/soundSense ; ./soundSense.sh ../../../Dwarf\ Fortress/gamelog.txt ) &amp;amp;&lt;br /&gt;
( cd ../MasterworkDwarfFortress/Utilities/DwarfTherapist ; ./DwarfTherapist ) &amp;amp;&lt;br /&gt;
./dfhack&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Easier Farming ===&lt;br /&gt;
You must edit the raws to adjust farming.  This means a region must already exist to edit.  [what?  that doesn't make sense. why not edit the master raws? is this a Linux thing??] It's easiest to create a world to your liking, and edit before starting to play.  You can edit these in another window when DF returns to the main menu, before you Start Playing.&lt;br /&gt;
&lt;br /&gt;
From the Dwarf Fortress directory, edit data/save/regionX/raw/objects/plant_standard.txt (where &amp;quot;regionX&amp;quot; is the region you wish to edit) and search for &amp;quot;GROWDUR&amp;quot;.  Change the number after each one to something less than 1000.&lt;br /&gt;
s/GROWDUR:\d+/GROWDUR:900/g&lt;br /&gt;
&lt;br /&gt;
=== Useful dfhack keybinds ===&lt;br /&gt;
Cut-n-paste or put into dfhack.init:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
keybinding add Ctrl-K autodump-destroy-item&lt;br /&gt;
keybinding add Ctrl-Shift-K autodump-destroy-here&lt;br /&gt;
keybinding add Ctrl-V digv&lt;br /&gt;
# workflow plugin keys&lt;br /&gt;
keybinding add Ctrl-W@dwarfmode/QueryBuilding/Some &amp;quot;gui/workflow&amp;quot;&lt;br /&gt;
keybinding add Ctrl-I &amp;quot;gui/workflow status&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Urmane</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Masterwork:Linux&amp;diff=184371</id>
		<title>Masterwork:Linux</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Masterwork:Linux&amp;diff=184371"/>
		<updated>2013-04-19T01:42:52Z</updated>

		<summary type="html">&lt;p&gt;Urmane: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a starter page for Linux users of the Masterwork mod.&lt;br /&gt;
&lt;br /&gt;
=== Prework ===&lt;br /&gt;
The bundled stonesense has old libjpg and libpng.  Create a softlink from Dwarf Fortress/stonesense/deplibs/libjpeg.so.62 to your system libjpg in /usr/lib.  You'll have to find a binary libpng12.so.0 on the 'net and put it in the same deplibs directory.  You may also have to adjust the library load path in the &amp;quot;dfhack&amp;quot; script:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:&amp;quot;./stonesense/deplibs&amp;quot;:&amp;quot;./hack&amp;quot;&lt;br /&gt;
export LD_LIBRARY_PATH=&amp;quot;./stonesense/deplibs&amp;quot;:&amp;quot;./hack:&amp;quot;$LD_LIBRARY_PATH&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
YMMV.&lt;br /&gt;
&lt;br /&gt;
=== Make It Go ===&lt;br /&gt;
Example: from the Dwarf Fortress directory, start soundSense and Dwarf Therapist first:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
&lt;br /&gt;
( cd ../MasterworkDwarfFortress/Utilities/soundSense ; ./soundSense.sh ../../../Dwarf\ Fortress/gamelog.txt ) &amp;amp;&lt;br /&gt;
( cd ../MasterworkDwarfFortress/Utilities/DwarfTherapist ; ./DwarfTherapist ) &amp;amp;&lt;br /&gt;
./dfhack&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Easier Farming ===&lt;br /&gt;
You must edit the raws to adjust farming.  This means a region must already exist to edit.  It's easiest to create a world to your liking, and edit before starting to play.  You can edit these in another window when DF returns to the main menu, before you Start Playing.&lt;br /&gt;
&lt;br /&gt;
From the Dwarf Fortress directory, edit data/save/regionX/raw/objects/plant_standard.txt (where &amp;quot;regionX&amp;quot; is the region you wish to edit) and search for &amp;quot;GROWDUR&amp;quot;.  Change the number after each one to something less than 1000.&lt;br /&gt;
s/GROWDUR:\d+/GROWDUR:900/g&lt;/div&gt;</summary>
		<author><name>Urmane</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Masterwork:Linux&amp;diff=184370</id>
		<title>Masterwork:Linux</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Masterwork:Linux&amp;diff=184370"/>
		<updated>2013-04-19T01:42:12Z</updated>

		<summary type="html">&lt;p&gt;Urmane: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a starter page for Linux users of the Masterwork mod.&lt;br /&gt;
&lt;br /&gt;
=== Prework ===&lt;br /&gt;
The bundled stonesense has old libjpg and libpng.  Create a softlink from Dwarf Fortress/stonesense/deplibs/libjpeg.so.62 to your system libjpg in /usr/lib.  You'll have to find a binary libpng12.so.0 on the 'net and put it in the same deplibs directory.  You may also have to adjust the library load path in the &amp;quot;dfhack&amp;quot; script:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:&amp;quot;./stonesense/deplibs&amp;quot;:&amp;quot;./hack&amp;quot;&lt;br /&gt;
export LD_LIBRARY_PATH=&amp;quot;./stonesense/deplibs&amp;quot;:&amp;quot;./hack:&amp;quot;$LD_LIBRARY_PATH&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
YMMV.&lt;br /&gt;
&lt;br /&gt;
=== Make It Go ===&lt;br /&gt;
Example: start soundSense and Dwarf Therapist first:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
&lt;br /&gt;
( cd ../MasterworkDwarfFortress/Utilities/soundSense ; ./soundSense.sh ../../../Dwarf\ Fortress/gamelog.txt ) &amp;amp;&lt;br /&gt;
( cd ../MasterworkDwarfFortress/Utilities/DwarfTherapist ; ./DwarfTherapist ) &amp;amp;&lt;br /&gt;
./dfhack&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Easier Farming ===&lt;br /&gt;
You must edit the raws to adjust farming.  This means a region must already exist to edit.  It's easiest to create a world to your liking, and edit before starting to play.  You can edit these in another window when DF returns to the main menu, before you Start Playing.&lt;br /&gt;
&lt;br /&gt;
From the Dwarf Fortress directory, edit data/save/regionX/raw/objects/plant_standard.txt (where &amp;quot;regionX&amp;quot; is the region you wish to edit) and search for &amp;quot;GROWDUR&amp;quot;.  Change the number after each one to something less than 1000.&lt;br /&gt;
s/GROWDUR:\d+/GROWDUR:900/g&lt;/div&gt;</summary>
		<author><name>Urmane</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Masterwork:Linux&amp;diff=184367</id>
		<title>Masterwork:Linux</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Masterwork:Linux&amp;diff=184367"/>
		<updated>2013-04-19T01:33:29Z</updated>

		<summary type="html">&lt;p&gt;Urmane: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a starter page for Linux users of the Masterwork mod.&lt;br /&gt;
&lt;br /&gt;
The bundled stonesense has old libjpg and libpng.  Create a softlink from Dwarf Fortress/stonesense/deplibs/libjpeg.so.62 to your system libjpg in /usr/lib.  You'll have to find a binary libpng12.so.0 on the 'net and put it in the same deplibs directory.  You may also have to adjust the library load path in the &amp;quot;dfhack&amp;quot; script:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:&amp;quot;./stonesense/deplibs&amp;quot;:&amp;quot;./hack&amp;quot;&lt;br /&gt;
export LD_LIBRARY_PATH=&amp;quot;./stonesense/deplibs&amp;quot;:&amp;quot;./hack:&amp;quot;$LD_LIBRARY_PATH&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
YMMV.&lt;br /&gt;
&lt;br /&gt;
Example: start soundSense and Dwarf Therapist first:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
&lt;br /&gt;
( cd ../MasterworkDwarfFortress/Utilities/soundSense ; ./soundSense.sh ../../../Dwarf\ Fortress/gamelog.txt ) &amp;amp;&lt;br /&gt;
( cd ../MasterworkDwarfFortress/Utilities/DwarfTherapist ; ./DwarfTherapist ) &amp;amp;&lt;br /&gt;
./dfhack&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Urmane</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Masterwork:Linux&amp;diff=184365</id>
		<title>Masterwork:Linux</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Masterwork:Linux&amp;diff=184365"/>
		<updated>2013-04-19T01:31:59Z</updated>

		<summary type="html">&lt;p&gt;Urmane: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a starter page for Linux users of the Masterwork mod.&lt;br /&gt;
&lt;br /&gt;
The bundled stonesense has old libjpg and libpng.  Create a softlink from Dwarf Fortress/stonesense/deplibs/libjpeg.so.62 to your system libjpg in /usr/lib.  You'll have to find a binary libpng12.so.0 on the 'net and put it in the same deplibs directory.&lt;br /&gt;
&lt;br /&gt;
Example: start soundSense and Dwarf Therapist first:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
&lt;br /&gt;
( cd ../MasterworkDwarfFortress/Utilities/soundSense ; ./soundSense.sh ../../../Dwarf\ Fortress/gamelog.txt ) &amp;amp;&lt;br /&gt;
( cd ../MasterworkDwarfFortress/Utilities/DwarfTherapist ; ./DwarfTherapist ) &amp;amp;&lt;br /&gt;
./dfhack&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Urmane</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Masterwork:Linux&amp;diff=184363</id>
		<title>Masterwork:Linux</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Masterwork:Linux&amp;diff=184363"/>
		<updated>2013-04-19T01:28:19Z</updated>

		<summary type="html">&lt;p&gt;Urmane: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a starter page for Linux users of the Masterwork mod.&lt;br /&gt;
&lt;br /&gt;
Example: start soundSense and Dwarf Therapist first:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
&lt;br /&gt;
( cd ../MasterworkDwarfFortress/Utilities/soundSense ; ./soundSense.sh ../../../Dwarf\ Fortress/gamelog.txt ) &amp;amp;&lt;br /&gt;
( cd ../MasterworkDwarfFortress/Utilities/DwarfTherapist ; ./DwarfTherapist ) &amp;amp;&lt;br /&gt;
./dfhack&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Urmane</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Dwarf_Fortress_Wiki:Page_request/archive1&amp;diff=184335</id>
		<title>Dwarf Fortress Wiki:Page request/archive1</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Dwarf_Fortress_Wiki:Page_request/archive1&amp;diff=184335"/>
		<updated>2013-04-18T22:41:11Z</updated>

		<summary type="html">&lt;p&gt;Urmane: /* Requests */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;text-align:left;&amp;quot;&amp;gt;&lt;br /&gt;
{{rounded info box|align=left|Instructions|&lt;br /&gt;
#Please use the [[Special:Search|search box]] to check if a similar page already exists.&lt;br /&gt;
#Consider our [[Dwarf_Fortress_Wiki:Community_Portal#N|guidelines]] when choosing a page name.&lt;br /&gt;
#Add a request at the '''top''' of the list, including a link to your requested page '''with namespace'''.&lt;br /&gt;
#*e.g. &amp;lt;nowiki&amp;gt;[[DF2012:Fire sword]]&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
#Please sign your request using &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt; (4 tildes).&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;{{shortcut|DF:PR}}&lt;br /&gt;
==Requests==&lt;br /&gt;
&amp;lt;!--- ADD NEW REQUESTS DIRECTLY UNDER THIS COMMENT ---&amp;gt;&lt;br /&gt;
[[Masterwork:Linux]] [[User:Urmane|Urmane]] ([[User talk:Urmane|talk]]) 22:40, 18 April 2013 (UTC)urmane&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Dwarf Fortress Wiki:PR]] --[[User:Loci|Loci]] 00:06, 10 March 2013 (UTC)  Created --[[User:Briess|Briess]] ([[User talk:Briess|talk]]) 10:52, 14 April 2013 (UTC)&lt;/div&gt;</summary>
		<author><name>Urmane</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Dwarf_Fortress_Wiki:Page_request/archive1&amp;diff=184334</id>
		<title>Dwarf Fortress Wiki:Page request/archive1</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Dwarf_Fortress_Wiki:Page_request/archive1&amp;diff=184334"/>
		<updated>2013-04-18T22:40:15Z</updated>

		<summary type="html">&lt;p&gt;Urmane: /* Requests */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;text-align:left;&amp;quot;&amp;gt;&lt;br /&gt;
{{rounded info box|align=left|Instructions|&lt;br /&gt;
#Please use the [[Special:Search|search box]] to check if a similar page already exists.&lt;br /&gt;
#Consider our [[Dwarf_Fortress_Wiki:Community_Portal#N|guidelines]] when choosing a page name.&lt;br /&gt;
#Add a request at the '''top''' of the list, including a link to your requested page '''with namespace'''.&lt;br /&gt;
#*e.g. &amp;lt;nowiki&amp;gt;[[DF2012:Fire sword]]&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
#Please sign your request using &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt; (4 tildes).&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;{{shortcut|DF:PR}}&lt;br /&gt;
==Requests==&lt;br /&gt;
&amp;lt;!--- ADD NEW REQUESTS DIRECTLY UNDER THIS COMMENT ---&amp;gt;&lt;br /&gt;
[[Masterwork:Linux]] [[User:Urmane|Urmane]] ([[User talk:Urmane|talk]]) 22:40, 18 April 2013 (UTC)urmane&lt;br /&gt;
[[Dwarf Fortress Wiki:PR]] --[[User:Loci|Loci]] 00:06, 10 March 2013 (UTC)  Created --[[User:Briess|Briess]] ([[User talk:Briess|talk]]) 10:52, 14 April 2013 (UTC)&lt;/div&gt;</summary>
		<author><name>Urmane</name></author>
	</entry>
</feed>