<?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=Kithrak</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=Kithrak"/>
	<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php/Special:Contributions/Kithrak"/>
	<updated>2026-06-26T07:29:05Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.11</generator>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d:Maximizing_framerate&amp;diff=29817</id>
		<title>40d:Maximizing framerate</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d:Maximizing_framerate&amp;diff=29817"/>
		<updated>2008-11-06T21:33:35Z</updated>

		<summary type="html">&lt;p&gt;Kithrak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Dwarf Fortress is an extremely CPU-intensive application that currently requires a fast, modern machine ([[System_requirements|recommendations]]).  The objective of this page is to help you reduce game lag, a crippling problem for many players.&lt;br /&gt;
&lt;br /&gt;
Please mark all advice with the most recent game version it is known to work for.  This game is under rapid development, Toady One clearly intends to reduce lag where possible, and so methods that worked in, say, v0.27.169.33g may not a few months later.&lt;br /&gt;
&lt;br /&gt;
== Advice for v0.27.176.38c ==&lt;br /&gt;
&lt;br /&gt;
=== World size ===&lt;br /&gt;
Reducing the generated world size will make a large improvement in speed on computers with low physical memory.  The world itself is generated faster, smaller, and it will take less time to save and load.&lt;br /&gt;
* When starting the game pick the &amp;quot;Design New World With Parameters&amp;quot; option.&lt;br /&gt;
* Select medium or smaller by using the arrow keys.&lt;br /&gt;
* Generate the new world.&lt;br /&gt;
* Start a new game in the smaller world.&lt;br /&gt;
Smaller is not always better.  If you make your world too small then there will be nothing interesting on it.  So try medium first before going smaller.  Pocket dimensions are generated extremely quickly but are mostly just for testing mods. Newer versions have world generation settings which can be used to create &amp;quot;perfect world&amp;quot; as small as pocket one but with most interesting things in. This however isn't easy and requires much time.&lt;br /&gt;
&lt;br /&gt;
== Advice for v0.27.169.33b-g ==&lt;br /&gt;
&lt;br /&gt;
=== OpenGL ===&lt;br /&gt;
* If framerate is extremely slow with an otherwise CPU-friendly fortress and a decent machine, your graphic card's interaction with the OpenGL code used by the game may be at fault.  Updating your drivers usually works; you may also have to adjust some settings in your graphic card's control software, such as turning vertical synchronization off.&lt;br /&gt;
&lt;br /&gt;
=== Game options ===&lt;br /&gt;
In the folder &amp;quot;\data\init&amp;quot; is a file named &amp;quot;init.txt&amp;quot;.  Edits to this file can greatly increase game speed.  Keep backups for safety and to save yourself having to re-enter values every time you upgrade.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
!Parameter&lt;br /&gt;
!Effect&lt;br /&gt;
!Speed Improvement&lt;br /&gt;
|-&lt;br /&gt;
|[SOUND:OFF]||  Slightly increases speed.  ||Cost is lack of sounds.&lt;br /&gt;
|-&lt;br /&gt;
| [FPS:YES], [FPS_CAP:100]:  ||Handy indicator of how fast your game is running.&lt;br /&gt;
|-&lt;br /&gt;
| [G_FPS_CAP:15]:||  Controls refresh rate.  ||Lower values often boost speed dramatically ... at the cost of less frequent visual updates, which can pose a problem during battles.&lt;br /&gt;
|-&lt;br /&gt;
| [VSYNC:OFF]: || Attempting to synchronize refreshes ||can kill game speed for some players (depending on your OS, graphics card, and OpenGL settings).&lt;br /&gt;
|-&lt;br /&gt;
| [PARTIAL_PRINT:YES:2]:||This makes the game only refresh sections of the screen that need to be refreshed. From init.txt: &amp;quot;The number refers to how many frames it will redo a printed tile before skipping it, so you might try increasing it a bit.&amp;quot; || Can hugely increase performance but doesn't work on all systems.&lt;br /&gt;
|-&lt;br /&gt;
| [PRIORITY:HIGH]:||This option automatically makes the game run in high priority.  ||This will probably prevent your computer from effectively running anything at the same time as the game and, for some players, causes major lag in the DF interface as well.  Still worth a try, though.  &lt;br /&gt;
|-&lt;br /&gt;
|[PRIORITY:REALTIME] ||devotes even more resources to Dwarf Fortress, but has been known to cause stuttering gameplay.  ||Increasing priority will make the game difficult to kill using task manager if it locks up. This happens because things like screen output and HD access are &amp;lt;em&amp;gt;not&amp;lt;/em&amp;gt; entirely part of DF. However, a dual-core machine can use realtime priority without fear of consequences, at least as long as DF remains single-threaded.&lt;br /&gt;
|-&lt;br /&gt;
| [TEMPERATURE:NO]: || Turns off temperature greatly increases speed.  ||It also kills off some rather nice lava warming effects, stops rivers from freezing and (importantly!) thawing, makes glacial maps less interesting, and prevents sudden deaths from exposure.  You're well-advised to stick with &amp;quot;warm&amp;quot; or &amp;quot;hot&amp;quot; fortress sites if you turn temperature off and your source of water is a stream.&lt;br /&gt;
|-&lt;br /&gt;
| [WEATHER:NO]: || Turns off weather ||increases speed noticeably.&lt;br /&gt;
|-&lt;br /&gt;
| [CAVEINS:NO]: ||Turns off cave-ins ||increases speed only fractionally.&lt;br /&gt;
|-&lt;br /&gt;
| [POPULATION_CAP:40]: || Keep your population under control to prevent the game bogging down. ||Pathfinding for numerous dwarves can bring even a fast machine to its knees.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Fortress site ===&lt;br /&gt;
* Moving fluids are the major source of lag in most maps at game start.  Magma and (to a lesser extent) running water are CPU hogs in the current version.  If you haven't got the hardware to run DF with a magma site, suck it up and go without.  Gigantic major rivers lower the framerate significantly.  Aquifers (until tapped) and stagnant pools seem not to cause major speed issues.&lt;br /&gt;
* Avoid elevation extremes.  The fewer the z-levels, the faster the game runs.&lt;br /&gt;
* Minimize map size.  Smaller maps get you substantially more speed.&lt;br /&gt;
* Avoid caves, towns, ruins, or anything populated.  Everything in them invokes the pathfinding code frequently.&lt;br /&gt;
&lt;br /&gt;
=== Fortress layout and gameplay ===&lt;br /&gt;
* Narrow paths and bottlenecks cause the pathfinding algorithm to repeatedly recompute a faster route for each dwarf (and pet) as the paths empty and clear.  Use large hallways and multiple stairways to connect any two spots where lots of dwarves will want to be.&lt;br /&gt;
* Keep wandering pets and wild animals to a minimum and cage livestock.  The AI for all of these has become more efficient of late and each one costs much less CPU time than a dwarf, but sheer numbers matter.&lt;br /&gt;
* Avoid designating very large areas for chopping, gathering, detailing, or mining, especially if many dwarves do these things.&lt;br /&gt;
* Some observers suspect that having massive numbers of objects in stockpiles also impacts FPS; others believe any effect is minor{{verify}}.&lt;br /&gt;
* Blocking off areas of the fortress entirely - especially (only?) with removable obstacles like drawbridges or forbidden doors - causes serious problems with pathfinding.&lt;br /&gt;
&lt;br /&gt;
=== Cheating ===&lt;br /&gt;
* Fully revealed areas are faster than hidden ones. Running reveal.exe will make the game faster.&lt;br /&gt;
&lt;br /&gt;
=== Non-factors ===&lt;br /&gt;
The following things ''don't'' have a significant effect on game speed, at least as tested.&lt;br /&gt;
&lt;br /&gt;
* Fullscreen or windowed (if OpenGL settings are compatible with the game)&lt;br /&gt;
* Use of graphics, choice of graphics tileset&lt;br /&gt;
* Size of tiles&lt;br /&gt;
* Number of z-levels mined out (fortress pathfinding complexity matters; mere distance up and down doesn't)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Advice for v0.27.169.33a ==&lt;br /&gt;
*  Upgrade.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Advice for earlier versions ==&lt;br /&gt;
* If framerate is always slow at startup, your graphic card's interaction with the OpenGL code used by the game is likely to be at fault.  Turning off vertical synchronization and updating your drivers usually works.&lt;br /&gt;
*  Put animals in cages.  Never keep them behind locked doors and reduce wandering pets to a reasonable number.&lt;br /&gt;
*  Do not specify huge areas for mining or (especially) detailing.&lt;br /&gt;
*  Open up \data\init\init.txt.  Turn off TEMPERATURE and WEATHER and reduce POPULATION_CAP.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Hardware- and OS-specific Advice ==&lt;br /&gt;
&lt;br /&gt;
=== Dual Processors ===&lt;br /&gt;
* Go into task manager and set the affinity of Dwarf Fortress to one processor, and then set all the programs that use significant resources to the other. If Dwarf Fortress ever utilizes more than one processor, this will of course become irrelevant; currently, however, very few programs do and the best use of a dual processor is to give DF its own processor. &lt;br /&gt;
* Vista's START command can be used to set affinity at run-time with the AFFINITY switch. &lt;br /&gt;
&lt;br /&gt;
=== Laptop computers ===&lt;br /&gt;
* Frame rate is higher when running off mains power.  This is because laptops reduce CPU performance to extend the battery life.&lt;br /&gt;
* You can disable that feature in MS Windows, at the expense of the battery running out much more quickly.&lt;br /&gt;
* Some laptops may overheat if you run Dwarf Fortress for too long, keep your laptop cool if you find that after a while FPS suddenly drops. (This is due to CPU throttling intended to prevent possible damage from heat building up.)&lt;br /&gt;
&lt;br /&gt;
===Dual monitors===&lt;br /&gt;
* Display DF entirely on one screen (no overlap to the second screen whatsoever).&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[System requirements]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Guides]]&lt;br /&gt;
{{Game_Interface FAQ}}&lt;/div&gt;</summary>
		<author><name>Kithrak</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Main_Page&amp;diff=169</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Main_Page&amp;diff=169"/>
		<updated>2008-11-06T21:23:10Z</updated>

		<summary type="html">&lt;p&gt;Kithrak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1 style=&amp;quot;text-align: center; margin-top: 1em&amp;quot;&amp;gt;The Dwarf Fortress Wiki&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;!-- &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
***************************************************************************************************&lt;br /&gt;
*****************DO THE FOLLOWING IF THE SHOWN VERSION OR RELEASE DATE IS WRONG********************&lt;br /&gt;
***************************************************************************************************&lt;br /&gt;
- Edit the part of [[Template:current/version]] before the noinclude tag to reflect the appropriate version&lt;br /&gt;
- Edit the part of [[Template:current/lastupdate]] before the noinclude to show the release date for that version&lt;br /&gt;
&lt;br /&gt;
That will update the version info for every page on the wiki that uses these templates (including the main page)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/--&amp;gt;&lt;br /&gt;
{{Colored Notice Box|#01f|&lt;br /&gt;
  &amp;lt;p&amp;gt;'''Recent downtime'''&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Bay 12 Games had a disagreement with its hosting company (read: they pulled the plug with effectively no warning).  As a result, it was down for several days.  Bay 12 Games has transferred to a new host and appears to be fully working again.  The website is dead, long live the website!&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Any [http://en.wikipedia.org/wiki/Domain_Name_System#Caching_time stale DNS caches] should have cleared up by now.  If you modified your your &amp;quot;hosts&amp;quot; file (/etc/hosts or c:\windows\system32\drivers\etc\hosts), remove the changes, or you may be sent to the wrong site later on.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Colored Notice Box|#00f|&lt;br /&gt;
  &amp;lt;p&amp;gt;'''The latest Dwarf Fortress version is v{{current/version}}, released {{current/lastupdate}}.'''&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Please ensure that all information added is ''accurate for the latest version''. The&lt;br /&gt;
  [http://archive.dwarffortresswiki.net/index.php/Main_Page archive of the old wiki] is still available.&amp;lt;/p&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p style=&amp;quot;max-width: 48em; margin: 0 auto;&amp;quot;&amp;gt;&lt;br /&gt;
Welcome to the Dwarf Fortress Wiki. This is a collection of user-submitted guides, information and advice for the Roguelike game [http://www.bay12games.com/dwarves/ &amp;quot;Dwarf Fortress&amp;quot;]. Dwarf Fortress is a Mac and Windows game (though it can be played on other systems using Wine), developed by [http://www.bay12games.com/ Bay 12 Games] featuring two modes of play, a distinct, randomly-generated world (complete with terrain, wildlife and legends), gruesome combat mechanics and vicious schools of [[carp]].&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- &lt;br /&gt;
The following places semi random quotes in the quote boxes on the main page. &lt;br /&gt;
It selects from the quote list in [[Main Page/Quote]].&lt;br /&gt;
There are instructions for adding a quote on the talk page.&lt;br /&gt;
/--&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;max-width: 48em; margin: 0 auto; text-align: center&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: left; margin-right: 1em&amp;quot;&amp;gt;{{Quote Box|{{:Main Page/Quote}}}}&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: right; margin-left: 1em&amp;quot;&amp;gt;{{Quote Box|{{:Main Page/Quote|1}}}}&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{news}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width: 90%; max-width: 50em; margin: 0 auto; border-spacing: 1em; clear: both&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; style=&amp;quot;vertical-align: top&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width: 100%; background: #fdc; border: 1px solid #a44; border-left-color:#faa; border-top-color:#faa; text-align: center&amp;quot;&lt;br /&gt;
|+ style=&amp;quot;color: #fff; background: #d66; border: 1px solid #a44; border-left-color:#faa; border-top-color:#faa; padding: 0.2em 0.5em&amp;quot; | '''New to Dwarf Fortress?'''&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 33%&amp;quot; | [[:Dwarf Fortress:About|About Dwarf Fortress]]&lt;br /&gt;
| style=&amp;quot;width: 33%&amp;quot; | '''[[:Category:Guides|Tutorials and guides]]''' &amp;lt;!-- this is here since no good page has been written for it yet, but it should be replaced by a non-category page eventually once the list of tutorials and guides is more complete --&amp;gt;&lt;br /&gt;
| style=&amp;quot;width: 33%&amp;quot; | [[Starting builds]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 33%&amp;quot; | [[Frequently Asked Questions]]&lt;br /&gt;
| style=&amp;quot;width: 33%&amp;quot; | * [[Your first fortress]] *&lt;br /&gt;
| style=&amp;quot;width: 33%&amp;quot; | [[Pregenerated worlds|Seeds and Pregenerated Worlds]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 33%&amp;quot; | [[Important advice]]&lt;br /&gt;
| style=&amp;quot;width: 33%&amp;quot; | * [[Indecisive's_illustrated_fortress_mode_tutorial|Indecisive's Illustrated Tutorial]] *&lt;br /&gt;
| style=&amp;quot;width: 33%&amp;quot; | [[Quickstart guide]] (older)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 50%; vertical-align: top&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width: 100%; background: #ccf; border: 1px solid #24a; border-left-color:#79f; border-top-color:#79f; text-align: center; margin-bottom: 1em&amp;quot;&lt;br /&gt;
|+ style=&amp;quot;color: #fff; background: #46c; border: 1px solid #24a; border-left-color:#79f; border-top-color:#79f; padding: 0.2em 0.5em&amp;quot; | '''Playing Dwarf Fortress'''&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot; | [[Dwarf Fortress mode|Fortress mode]]&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot; | [[Adventurer mode]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot; | [[Reclaim fortress mode|Reclaim fortress]]&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot; | [[Legends]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot; | [[Design strategies]]&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot; | [[Local map features]]&lt;br /&gt;
|- &lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot; | [[:Category:Bloodline_Games|Bloodline games]]&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot; | [[Stories]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width: 100%; background: #ccf; border: 1px solid #24a; border-left-color:#79f; border-top-color:#79f; text-align: center; margin-bottom: 1em&amp;quot;&lt;br /&gt;
|+ style=&amp;quot;color: #fff; background: #46c; border: 1px solid #24a; border-left-color:#79f; border-top-color:#79f; padding: 0.2em 0.5em&amp;quot; | '''Gameplay elements'''&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot; | [[Activity zone]]s&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot; | [[Farming]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot; | [[Building]]&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot; | [[Combat]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot; | [[Creatures]]&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot; | [[:Category:Designations|Designations]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot; | [[Military]]&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot; | [[Noble]]s&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot; | [[Rooms]]&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot; | [[Skill]]s&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot; | [[Stockpile]]s&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot; | [[Workshop]]s&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot; | [[Economics]]&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot; | [[Mining]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot; | [[Location]]&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot; | [[Fun]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;width: 50%; vertical-align: top&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width: 100%; background: #ccf; border: 1px solid #24a; border-left-color:#79f; border-top-color:#79f; text-align: center; margin-bottom: 1em&amp;quot;&lt;br /&gt;
|+ style=&amp;quot;color: #fff; background: #46c; border: 1px solid #24a; border-left-color:#79f; border-top-color:#79f; padding: 0.2em 0.5em&amp;quot; | '''Wiki articles by category'''&lt;br /&gt;
|- &lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot; | [[:Category:Dwarves|Dwarves]]&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot; | [[:Category:World|World]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot; | [[:Category:Buildings|Buildings]]&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot; | [[:Category:Modding|Modding]]&lt;br /&gt;
|- &lt;br /&gt;
| style=&amp;quot;width:50%&amp;quot; | [[:Category:Items|Items]]&lt;br /&gt;
| style=&amp;quot;width:50%&amp;quot; | [[:Category:Interface|Interface]]&lt;br /&gt;
|- &lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | [[Special:Categories|All Categories]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width: 100%; background: #ccf; border: 1px solid #24a; border-left-color:#79f; border-top-color:#79f; text-align: center&amp;quot;&lt;br /&gt;
|+ style=&amp;quot;color: #fff; background: #46c; border: 1px solid #24a; border-left-color:#79f; border-top-color:#79f; padding: 0.2em 0.5em&amp;quot; | '''Metagame editing and advice'''&lt;br /&gt;
|-&lt;br /&gt;
| [[Technical tricks]]&lt;br /&gt;
|- &lt;br /&gt;
| [[Utilities]]&lt;br /&gt;
|- &lt;br /&gt;
| [[Known bugs and issues]]&lt;br /&gt;
|- &lt;br /&gt;
| [[System requirements]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Cheating]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Maximizing framerate]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Tilesets]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Modding Guide]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; style=&amp;quot;vertical-align: top&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width: 100%; background: #ddd; border: 1px solid #777; border-left-color:#bbb; border-top-color:#bbb;&amp;quot;&lt;br /&gt;
|+ style=&amp;quot;color: #fff; background: #999; border: 1px solid #777; border-left-color:#bbb; border-top-color:#bbb; padding: 0.2em 0.5em; text-align: center&amp;quot; | '''Links'''&lt;br /&gt;
|- &lt;br /&gt;
! style=&amp;quot;text-align: left; padding: 0.1em 0.5em&amp;quot; | Forums:&lt;br /&gt;
| [http://www.bay12games.com/forum/index.php Official Forums],  [http://forums.somethingawful.com/showthread.php?threadid=2917631 Something Awful Thread], [http://forums.penny-arcade.com/showthread.php?t=72813 Penny-Arcade Thread],  [http://forums.facepunchstudios.com/showthread.php?t=517568 Facepunch Studios Thread], [http://episteme.arstechnica.com/eve/forums/a/tpc/f/39309975/m/783000928831 Ars Technica Thread],  [http://forums.xkcd.com/viewtopic.php?f=21&amp;amp;t=19469&amp;amp;start=0&amp;amp;st=0&amp;amp;sk=t&amp;amp;sd=a xkcd Thread], [http://forum.team17.com/showthread.php?t=30824 Team17 Forum Thread], [http://dwarvenpassion.smfforfree3.com/index.php Dwarves with a Passion (temporary forum)]&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;text-align: left; padding: 0.1em 0.5em&amp;quot; | Blogs:&lt;br /&gt;
| [http://jreengusoccurring.blogspot.com/ Jreengus Occuring]&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;text-align: left; padding: 0.1em 0.5em&amp;quot; | IRC Channels:&lt;br /&gt;
| [irc://irc.worldirc.org/bay12games #bay12games] on worldirc.org, [irc://irc.synirc.net/df #df] on synirc.net, [irc://irc.quakenet.org/DwarfFortress #DwarfFortress] on quakenet.org&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;text-align: left; padding: 0.1em 0.5em&amp;quot; | Archives:&lt;br /&gt;
| [http://archive.dwarffortresswiki.net Old Wiki]&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;text-align: left; padding: 0.1em 0.5em&amp;quot; | Other Wikis:&lt;br /&gt;
| [http://www.dwarffortress.fr Le Wiki Français ], [http://dwarffortress.if.land.to/ The Japanese Wiki ], [http://www.dfwk.ru The Russian Wiki ], [[Dwarf_Fortress_Italia| Wiki Italiano]]&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;text-align: left; padding: 0.1em 0.5em&amp;quot; | Useful Links:&lt;br /&gt;
| [http://mkv25.net/dfma/ Dwarf Fortress Map Archive], [http://dffd.wimbli.com/ Dwarf Fortress File Depot (DFFD)]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
[[ru:Заглавная страница]]&lt;/div&gt;</summary>
		<author><name>Kithrak</name></author>
	</entry>
</feed>