v50 Steam/Premium information for editors
  • v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
  • Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.

Difference between revisions of "40d:System requirements"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
m
(Undo revision 63511 by Thromordyn (Talk) This wiki does not favor/favour English/American spelling over the other))
Line 131: Line 131:
 
'''Centrino @ 1.6 GHz, Windows XP, DF 40d'''
 
'''Centrino @ 1.6 GHz, Windows XP, DF 40d'''
 
* 4x4 site
 
* 4x4 site
* 7 laboring dwarves
+
* 7 labouring dwarves
 
* 100+ misc creatures (a river with more carp than water)
 
* 100+ misc creatures (a river with more carp than water)
 
* river, magma pipe
 
* river, magma pipe

Revision as of 03:09, 23 February 2010

If you're looking for information on improving the performance of Dwarf Fortress on your computer, see Maximizing Framerate.

General Requirements:

  • Disk Space: ~100MB. The game itself takes only about 20MB, but savegames and screenshots (if you take them) use considerable amounts of disk space. It is possible to use over a gigabyte of disk space with Dwarf Fortress.
  • RAM: 256MB. The game uses 150+ MB memory while running (more if you select a local grid larger than 6x6). The more creatures, objects, and explored space on your map, the more memory you will need. Most of this can be kept in virtual memory (page file), but be sure to have at least 500MB total (physical + virtual) memory available. World generation requires 400MB at its peak.
  • CPU: Dwarf Fortress is able to use as much CPU power as you can provide it with. While a Pentium II at 500Mhz is initially sufficient, your frame-rate will substantially decrease as your population increases, among other factors. Keep in mind that Dwarf Fortress will only run on one CPU at a time. There doesn't appear to be any indication that Dwarf Fortress will support multi-threading in the near future.

The larger your map and the more units on it, the harder your computer will need to work. The speed of the simulation depends on the size of the map, the number of entities (dwarves, pets, etc.), the number of levels (mountainous maps have more depth levels), the number of objects and other factors. Modern computers should be able to run 3x3 maps with medium-sized fortresses at 80-100 FPS. Particularly fast processors may be able to handle much larger maps at the same speed.

Dual-core machines

If you're running a lot of things at once while playing Dwarf Fortress, open Task Manager and set DF to Core1 and everything else to Core0. You will now have an entire core dedicated to running DF, which should give slightly better performance. Multi-threading support isn't currently implemented.

Other Operating Systems

Linux

Although DF is a Windows game, it works perfectly in Linux using Wine, as long as you have video drivers with working OpenGL acceleration – for all NVIDIA and newer ATI cards, this means using the vendor's closed source driver. Without 2D acceleration the game runs slow as Dwarven syrup. Most distributions provide Wine, so consult your distribution-specific documentation for help.

See this thread for tips about Ubuntu and other distributions.

On 24 December, 2008 Toady released the first native Linux version of Dwarf Fortress. It is compiled for 32-bit environments, however, and may not run under 64-bit environments without additional libraries, depending on the Linux distribution.

Ubuntu/Kubuntu

Under an Ubuntu/Kubuntu installation one first of all needs the ia32-libs package installed. This is a standard Ubuntu package that contains 32-bit versions of many common libraries. Unfortunately, while it includes 32-bit versions of some SDL libaries, older versions of this package lack SDL_image, which Dwarf Fortress needs. In Jaunty Jackalope (Ubuntu 9.04) this shared library is included in the ia32-libs package and you can skip the other steps in this section.

If you get an error message complaining that libSDL_image-1.2.so.0 is missing, simply: sudo apt-get install libsdl-image1.2

Alternatively the 32-bit package can be downloaded directly from Ubuntu's package repository. Once the download is complete, open a console window and navigate to the directory containing the file. Extract the contents by typing:

dpkg-deb -x libsdl-image1.2_1.2.6-3_i386.deb ./libsdl-image

Copy the files from libsdl-image/usr/lib into the df_linux/libs directory and the game should now work.

If you have extremely low FPS make sure you have turned on your graphics card enabled in the Hardware Drivers.

Ubuntu/Kubuntu - Using getlibs

The other way to get the require SDL_image library is to use getlibs, which will get the correct 32bit library when run on 64bit Ubuntu and create all the required links.

At a command prompt:

 sudo apt-get install ia32-libs getlibs
 sudo getlibs -l libSDL_image-1.2.so.0

The game can now be run from the df_linux folder (or wherever you extracted it to) using the df bash script.

Gentoo

The required libraries can be pulled from portage before running DF.

For x86, you will need the basic GTK/OpenGL/SDL stuff, plus sdl-image, which means the following packages:

  • x11-libs/gtk+:2
  • media-libs/libsdl
  • media-libs/sdl-image
  • virtual/opengl
  • virtual/glu

For amd64, you will need the 32-bit emulation libraries instead. Note that sdl-image is already included in the sdl emulation package, so you need:

  • app-emulation/emul-linux-x86-sdl
  • >=app-emulation/emul-linux-x86-baselibs-20081109 (earlier versions may not provide a 32-bit libgio-2.0.so)
  • app-emulation/emul-linux-x86-xlibs
  • app-emulation/emul-linux-x86-gtklibs

Arch

The required libs can be pulled from pacman before running.

If using Gnome, or KDE with some Gnome applications, the following will most likely be installed already:

  • gtk2
  • libgl
  • sdl
  • sdl_image

In addition, libtiff (<= 4, to be exact) is also required. Libtiff 4 is not available on Arch. Linking or copying /usr/lib/libtiff.so.3.8.2 to /usr/lib/libtiff.so.4 is sufficient.

The Dwarf Fortress files can be installed with an AUR frontend, or from the AUR itself if so inclined. The current files are at this page.

At a command prompt:

 wget http://aur.archlinux.org/packages/dwarffortress/dwarffortress.tar.gz
 tar xvzf dwarffortress.tar.gz
 cd dwarffortress
 makepkg -s
 su
 pacman -U dwarffortress-v0.28.181.40d11-5-i686.pkg.tar.gz

OS X

A port of Dwarf Fortress to Mac OS X has been completed, and runs on both Intel and PPC based macs. According to the Website it requires system 10.3 or later, 100MB of hard drive space, and a minimum of 512MB of ram.

Optimizing Dwarf Fortress

You can greatly increase game speed on all systems; details at Maximizing framerate.

Example results: What you can expect with various machines

Intel Processors

Core 2 Duo T7700 @ 2.4 ghz, Windows XP, DF .d16

  • 6x6 site
  • 116 Dwarves
  • magma pipe, brook, relatively flat
  • temp ON, caveins ON, economy ON, weather ON
  • 60-100 fps

Celeron M 353 @ 630 mhz, Windows XP(custom optimized), DF v0.27.176.38c:

  • smallest map possible with the smallest site (2x2, assuming no modding),
  • 7 dwarves,
  • 12 revealed creatures,
  • flatland only 1z above ground, 15z underground, volcano, some lakes, no underground water, speed boosting edits in init.txt,
  • 10FPS on fullscreen mode and 20 on window mode,
  • play it on a desktop or a better EEE PC. :-(

Celeron M @ 900 MHz, Ubuntu-eee 8.04, DF .40d11

  • 4x4 site,
  • 150 dwarves,
  • some beginners mistakes in logistics,
  • ~5 FPS (Dwarven Syrup)

Atom @ 1.6 GHz, Windows XP, DF 40d11

  • 6x6 site
  • 70 (non-laboring) dwarves
  • 76 misc (revealed) creatures
  • brook, magma pipe, bottomless pit, chasm, HFS, underground river
  • HFS & UR are unbreached
  • ~70 fps

Centrino @ 1.6 GHz, Windows XP, DF 40d

  • 4x4 site
  • 7 labouring dwarves
  • 100+ misc creatures (a river with more carp than water)
  • river, magma pipe
  • 60-90 fps (help?)

Pentium 4 @ 2.2 GHz, (unknown OS), DF 0.27.169.33g:

  • 3x3 site,
  • ~80 dwarves
  • relatively hilly (ten z-levels of elevation change), without magma but with unfrozen brook, no caves, lakes, or monsters; virtually all possible speed-boosting edits in init.txt applied,
  • 30-45 FPS (varies) and occasional interface jerkiness is becoming noticeable

Core Duo 4400 @ 2 ghz, Windows Vista, DF .38c

  • 3x3 site,
  • 120 dwarves
  • <10 roaming animals
  • pretty cliffy, volcano, part of river and pretty big artificial pool,
  • ~50 fps (~30 when merchants arrive or many hauling jobs start)

Core 2 Duo E6600 @ 2.4 ghz, Windows XP SP2, DF 0.28.181.40d16

  • 6x6 site
  • 95 (laboring) dwarves
  • cave-ins, temp., weather disabled, no elevation changes at ground-level, no special sites
  • 5-40 fps (play capped @ 30 fps, dips frequent, avg @ ~20 fps)

Intel Core 2 Duo T5800 @ 2 Ghz, Windows 7 RC, (unknown DF version #)

  • medium-sized site (assumed ~4x4)
  • 151 dwarves
  • 170 animals
  • around 400 creatures (dwarves + animals + merchants + wildlife)
  • brook, magma pipe, HFS, chasm
  • 22 z-levels
  • 15-25 FPS, (avg @ 20-21 fps)

Pentium D 940 @ 3.17 ghz, Windows XP SP2, DF 0.28.181.40d16

  • 6x6 site
  • 95 (laboring) dwarves
  • cave-ins, temp., weather disabled, no elevation changes at ground-level, no special sites
  • 30-65 fps (play capped @ 50 fps, dips occasionally, avg @ ~40 fps)

AMD Processors

Athlon XP 2500(Barton) @ 1.8 actual, Windows XP, DF .40d16

  • 6x6 site
  • 116 Dwarves
  • magma pipe, brook, relatively flat
  • temp ON, caveins ON, economy ON, weather ON
  • 10-25 fps

Athlon XP 2200 @ 1.8 ghz, Windows XP, DF .38c

  • 6x6 site,
  • A/V software & Dwarf Foreman running in background,
  • slightly upwards slanted hill, human town,
  • 35-40 FPS with 17 humans, 38-48 FPS with 7 (Drops to 30-35 with alot of hauling or when viewing 1 z level up)

Phenom 9600 @ 2.4 ghz, Windows XP SP2, DF 0.28.181.40d16

  • 6x6 site
  • 95 (laboring) dwarves
  • cave-ins, temp., weather disabled, no elevation changes at ground-level, no special sites
  • 10-50 fps (play capped @ 40 fps, dips frequent, avg @ ~25 fps)

Athlon64X2 5600 @ 2.8GHz, Ubuntu 9.04, DF .40d11

  • 6x6 site
  • 32 dwarves
  • lava, wildfires, and flowing water.
  • ~100 FPS

Phenom II 955 @ 3.5 ghz, Windows XP SP2, DF 0.28.181.40d16

  • 6x6 site
  • 95 (laboring) dwarves
  • cave-ins, temp., weather disabled, no elevation changes at ground-level, no special sites
  • 45-90 fps (play capped @ 60, rarely dips below max, avg @ ~55 fps)

See also