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.

Editing Technical tricks

Jump to navigation Jump to search

Warning: You are not logged in.
Your IP address will be recorded in this page's edit history.

If you are creating a redirect to the current version's page, do not use any namespace. For example: use #REDIRECT [[Cat]], not #REDIRECT [[Main:Cat]] or #REDIRECT [[cv:Cat]]. See DF:Versions for more information.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
 +
{{migrated article}}
 
{{Quality|Fine}}
 
{{Quality|Fine}}
 
{{av}}
 
{{av}}
 
{{TOC right}}
 
{{TOC right}}
''Dwarf Fortress'' has various settings that can affect the game experience. You can configure these in ''[[Settings]]'' accessed from the main menu or {{Menu icon|Esc}} menu. However, some settings can only be changed by directly editing the game configuration files, which include:
+
''Dwarf Fortress'' has various settings that can affect the game experience. You can configure these in ''[[Settings]]'' accessed from the main menu or ESC menu. However, some settings can only be changed by directly editing the game configuration files, which include:
 
* [[announcements.txt]] - contains configuration for the various game announcements.
 
* [[announcements.txt]] - contains configuration for the various game announcements.
 
* [[arena.txt]] - contains layouts of [[object testing arena]] maps.
 
* [[arena.txt]] - contains layouts of [[object testing arena]] maps.
Line 22: Line 23:
 
Most data in these files is in [[token]] form. Each token is defined by the text between an opening square bracket, <code>[</code>, and the next closing square bracket, <code>]</code>. The token identifier and any values are separated by a colons, <code>:</code>.
 
Most data in these files is in [[token]] form. Each token is defined by the text between an opening square bracket, <code>[</code>, and the next closing square bracket, <code>]</code>. The token identifier and any values are separated by a colons, <code>:</code>.
  
If anything goes wrong, you can completely reset the game's saved settings by deleting the <code>prefs\</code> folder while the game is not running, assuming the defaults have not been changed. This does not work with the files in <code>data\init\</code>, so you should make backups of them before modifying them. The game also uses the last occurrence of a token, so you could add your changes after the default values. You could then just remove the leading <code>[</code> to disable your entries and use the defaults.
+
If anything goes wrong, you can completely reset the game's saved settings by deleting the <code>prefs\</code> folder while the game is not running, assuming the defaults have not been changed. This does not work with the files in <code>data\init\</code>, so you should make backups of them before modifying them.
  
== d_init.txt ==
+
== Settings - init.txt ==
 
For settings that can be changed in game see: [[Settings]].
 
For settings that can be changed in game see: [[Settings]].
*[WALKING_SPREADS_SPATTER_ADV:YES] - Still in the files but currently has no effect, of course. Turns on or off the spread of blood spatter and other [[contaminant]]s between creatures and ground tiles in [[Adventurer mode]].
+
=== Video ===
 +
*[WINDOWED:PROMPT] - Changes the window mode that ''Dwarf Fortress'' runs in. If this is "PROMPT" the game will ask you if you want to run in windowed or fullscreen mode. If this is "NO" the game will be fullscreen with no prompt, and if this is "YES" the game will be in windowed mode with no prompt.
 +
 
 +
*[WINDOWEDX:98][WINDOWEDY:98]{{verify|untested but the less than 256 feature seems to hav been removed}} - will make window big enough to display whole 2x2 [[embark]] [[site]] with 8x8 [[tileset]] or one embark tile with 16x16 tileset.
 +
 
 +
*[FONT:curses_640x300.png] - The font file that ''Dwarf Fortress'' uses. This value can be any .bmp or .png image in the data/art folder.
 +
 
 +
*[TOPMOST:NO]{{verify|untested but seems to have been removed}} - If this is set to "YES", the window is kept above all other windows.
 +
 
 +
*[FULLFONT:curses_800x600.png] - The font file that ''Dwarf Fortress'' uses. This value can be any .bmp or .png image in the data/art folder.
 +
 
 +
*[BLACK_SPACE:YES]{{verify|untested but seems to have been removed}} - If this is "NO", tiles will be stretched to fit to the screen if there is a resolution mismatch. If this is "YES", the extra space around the grid is filled with black space and the tiles are left unstretched.
 +
 
 +
*[BASIC_FONT:curses_640x300.png] - This font is used during the initial load sequence and menus.
 +
 
 +
*[SINGLE_BUFFER:NO]{{verify|untested but seems to have been removed}} - If this is "NO" ''Dwarf Fortress'' will use double buffering, which may reduce flickering of the screen at the expense of a possible (small) drop in frame rate. If this is "YES", double buffering is turned off.
 +
 
 +
*[ARB_SYNC:NO]{{verify|untested but seems to have been removed}} - On video cards that support the OpenGL ARB_sync extension, turning this on can greatly improve performance in GPU overload conditions. However, this can cause ''Dwarf Fortress'' to crash on some video cards.
 +
 
 +
*[VSYNC:NO]{{verify|untested but seems to have been removed}} - If this is set to "YES", when ''Dwarf Fortress'' redraws the screen it will wait for the monitor to finish its vertical retrace. This can negatively impact your FPS if G_FPS is set high, as the game is forced to suspend calculating game frames to wait for the monitor to finish. The main reason to change this to "YES" is if tearing of the game image occurs regularly for you.
  
== init.txt ==
+
*[TEXTURE_PARAM:LINEAR]{{verify|untested but seems to have been removed}} - Can be either "LINEAR" or "NEAREST". If it is "NEAREST", the texture values use the nearest pixel value without averaging. If it is "LINEAR", the texture values use the average of the adjacent pixels. In terms of what the two options do to the graphics, the "LINEAR" option will appear to blur adjacent pixels and can result in a fuzzy appearance. The "NEAREST" option will produce a sharp, pixelated look but may result in images looking clipped at some different screen resolutions.
For settings that can be changed in game see: [[Settings]].
+
 
*[SOUND:YES] - Change the argument from "YES" to "NO" to completely remove sound and music from the game. If this is "NO", it will not be possible to change the volume from the in game options menu.
+
*[MOUSE:YES]{{verify|untested but seems to have been removed}} - Determines if the game accepts mouse input.
 +
 
 +
*[MOUSE_PICTURE:NO]{{verify|untested but seems to have been removed}} - If the game should display a picture in place of the system mouse icon. The picture lags if ''Dwarf Fortress'' is lagging. {{verify}}
 +
 
 +
=== Audio ===
 +
* [SOUND:YES] - Change the argument from "YES" to "NO" to completely remove sound and music from the game. If this is "NO", it will not be possible to change the volume from the in game options menu.
 +
 
 +
=== Game ===
 +
*[ZOOM_SPEED:10]{{verify|untested but seems to have been removed}} - How fast the game zooms. A value of 10 corresponds to increasing grid size by 10 units each time you zoom.
 +
 
 +
=== Priority ===
 +
*[PRIORITY:NORMAL]{{verify|untested but seems to have been removed}} - Change this to affect the process priority of ''Dwarf Fortress''. Higher priorities mean that ''Dwarf Fortress'' will run faster and other programs will run slower. Possible values are "REALTIME", "HIGH", "ABOVE_NORMAL", "NORMAL", "BELOW_NORMAL" and "IDLE".
 +
 
 +
== Settings - d_init.txt ==
 +
 
 +
These settings are found in '''d_init.txt'''.
 +
 
 +
=== Save Behavior ===
 +
*[AUTOSAVE:NONE]
 +
When ''Dwarf Fortress'' should automatically save your game. If this is "NONE", ''Dwarf Fortress'' never saves your game for you. Possible values are "NONE", "SEASONAL", "SEMIANNUAL" and "YEARLY".
 +
 
 +
*[AUTOBACKUP:NO]
 +
If this is "YES", ''Dwarf Fortress'' will back up your save file each time it autosaves your game.
 +
 
 +
*[AUTOSAVE_PAUSE:NO]
 +
If ''Dwarf Fortress'' should pause the game each time it autosaves for you.
 +
 
 +
*[INITIAL_SAVE:NO]
 +
If this is "YES", ''Dwarf Fortress'' will save the game immediately after you embark.
 +
 
 +
=== More Game Options ===
 +
;<nowiki>[IDLERS:TOP]</nowiki>
 +
:Where to display the number of idling dwarves. The value can be either "TOP", "BOTTOM", or "OFF".{{verify}}
 +
 
 +
;<nowiki>[PAUSE_ON_LOAD:YES]</nowiki>
 +
:If "YES", ''Dwarf Fortress'' starts Fortress mode paused.
 +
 
 +
;<nowiki>[TEMPERATURE:YES]</nowiki>
 +
:Turns [[temperature]] ''calculations'' on or off. If temperature calculations are off, only a few direct temperature changes will take place. For example, [[magma]] will set tiles and creatures to high temperatures, but those tiles will never cool and those creatures will not catch fire. Effects that rely on temperature calculations, such as water freezing, melting, or evaporating, or creatures and items taking temperature-related damage, will not occur.
 +
 
 +
;<nowiki>[WEATHER:YES]</nowiki>
 +
:Turns [[weather]] on or off. If weather is off it will never rain or snow.
 +
 
 +
;<nowiki>[ECONOMY:YES]</nowiki>
 +
:Turns on or off the fortress mode dwarven economy. This has no effect, since the economy does not function in v0.40.
 +
 
 +
;<nowiki>[INVADERS:YES]</nowiki>
 +
:Turns on or off fortress mode [[siege]]s. Turning this off for your first couple of games may make the game easier to start with.
 +
 
 +
;<nowiki>[CAVEINS:YES]</nowiki>
 +
:If this is "YES" it is possible for [[cave-in]]s to occur.
 +
 
 +
;<nowiki>[ARTIFACTS:YES]</nowiki>
 +
:Turns on or off [[strange mood]]s and the resulting [[artifact]]s.
 +
 
 +
;<nowiki>[ZERO_RENT:NO]</nowiki>
 +
:If this is "YES", when the dwarven economy kicks in all rooms will cost nothing, allowing even the poorest of haulers to have a room fit for a king. This has no effect, since the economy does not function in the current version.
 +
 
 +
;<nowiki>[TESTING_ARENA:YES]</nowiki>
 +
:Turns on or off the testing arena.
 +
 
 +
;<nowiki>[WALKING_SPREADS_SPATTER_DWF:NO]</nowiki>
 +
:Turns on or off the spread of blood spatter and other contaminants between creatures and ground tiles in [[Fortress mode]]. As contaminants are [[Blood|buggy]] and can have a major negative impact on [[FPS]] in [[Fortress mode]], it is recommended to leave this set at "NO" for now.
 +
 
 +
;<nowiki>[WALKING_SPREADS_SPATTER_ADV:YES]</nowiki>
 +
:Turns on or off the spread of blood spatter and other contaminants between creatures and ground tiles in [[Adventurer mode]].
 +
 
 +
;<nowiki>[PATH_COST:1:2:5:25]</nowiki>
 +
:The pathfinding costs associated with different [[traffic]] values.
 +
 
 +
;<nowiki>[STORE_DIST_ITEM_DECREASE:20]</nowiki>
 +
;<nowiki>[STORE_DIST_SEED_COMBINE:1000]</nowiki>
 +
;<nowiki>[STORE_DIST_BUCKET_COMBINE:1000]</nowiki>
 +
;<nowiki>[STORE_DIST_BARREL_COMBINE:1000]</nowiki>
 +
;<nowiki>[STORE_DIST_BIN_COMBINE:1000]</nowiki>
 +
 
 +
;<nowiki>[SHOW_IMP_QUALITY:YES]</nowiki>
 +
:If "YES" ''Dwarf Fortress'' will display the [[quality]] of an item's improvements in the name. If you get annoyed by seeing items like *<*sword*>* you can
 +
get rid of the outside ** by setting this to NO.
 +
 
 +
;<nowiki>[SHOW_ALL_HISTORY_IN_DWARF_MODE:YES]</nowiki>
 +
:If "YES", inspecting engravings and artifacts in Fortress Mode will have an extended history displayed.
 +
 
 +
;<nowiki>[LOG_MAP_REJECTS:NO]</nowiki>
 +
:If this is "YES", ''Dwarf Fortress'' will log the reason why maps were rejected during world gen in the log.txt file.
 +
 
 +
;<nowiki>[GRAZE_COEFFICIENT:100]</nowiki>
 +
:???
 +
 
 +
=== Adventure Mode ===
 +
*[MORE:YES]
 +
*[DISPLAY_LENGTH:23]
 +
*[ADVENTURER_TRAPS:NO]
 +
If you set this to "YES" your adventurer will trigger the traps of your old fortresses.
 +
*[ADVENTURER_ALWAYS_CENTER:YES]
 +
*[ADVENTURER_Z_VIEWS:UNHIDDEN:9]
 +
 
 +
=== Nicknames ===
 +
*[NICKNAME_DWARF:REPLACE_FIRST]
 +
*[NICKNAME_ADVENTURE:REPLACE_FIRST]
 +
*[NICKNAME_LEGENDS:REPLACE_FIRST]
 +
 
 +
=== Embark Options ===
 +
*[EMBARK_WARNING_ALWAYS:NO]
 +
If this value is YES, then it will always pop up a warning screen when you embark (Like you get when you have [[DF2012:Water#Salt Water|Salt Water]] or an [[DF2012:Aquifer|Aquifer]] on-site)
 +
*[SHOW_EMBARK_TUNNEL:FINDER]
 +
*[EMBARK_RECTANGLE:4:4]
 +
The size of the default embark site.
 +
 
 +
=== Wounds ===
 +
*[WOUND_COLOR_NONE:7:0:1]
 +
The color of body parts when there are no recorded active wounds on the part.
 +
Default = white
 +
 
 +
*[WOUND_COLOR_MINOR:6:0:0]
 +
The color of body parts when there is any damage that doesn't have functional/structural consequences (might be heavy bleeding though).
 +
Default = brown
 +
 
 +
*[WOUND_COLOR_INHIBITED:6:0:1]
 +
The color of body parts when there is any muscular, structural or functional damage without total loss.
 +
Default = yellow
 +
 
 +
*[WOUND_COLOR_FUNCTION_LOSS:3:0:1]
 +
The color of body parts when an important function of the part is completely lost, but the part is structurally sound (or at least partially intact).
 +
Default = bright cyan
 +
 
 +
*[WOUND_COLOR_BROKEN:4:0:1]
 +
The color of body parts when the part has lost all structural integrity or muscular ability.
 +
Default = bright red
 +
 
 +
*[WOUND_COLOR_MISSING:0:0:1]
 +
The color of body parts when the part is completely gone.
 +
Default = dark gray
 +
 
 +
=== Tiles ===
 +
 
 +
*[SKY:178:3:0:0]
 +
The tile and color of areas that are far below the currently displayed z level.
 +
The format is SKY:<character>:<foreground color>:<background color>:<brightness>. <character> can be either an ASCII number or a character in single quotes, like '#'.
  
*[WINDOWED:PROMPT] - Changes the window mode that ''Dwarf Fortress'' runs in. If this is "PROMPT" the game will ask you if you want to run in windowed or fullscreen mode. If this is "NO" the game will be fullscreen with no prompt, and if this is "YES" the game will be in windowed mode with no prompt.
+
*[CHASM:250:0:0:1]
 +
The tile and color of areas that are far below the currently displayed z level while indoors.
 +
The format is the same as for SKY above.
  
{{TipBox|#fb0|float=center|'''The game does not save the following font options to {{tt|/prefs/init.txt}}; you can add them but they will be removed the next time you exit Settings in game.''' To make them persistent add them to {{tt|/data/init/init_default.txt}}.}}
+
*[PILLAR_TILE:'O']
*[FONT:curses_640x300.png] - The font file that ''Dwarf Fortress'' uses in windowed mode. These values can be any .bmp or .png image in the {{tt|/data/art}} folder.
+
The tile displayed for pillars. Pillars are created at the ends of strings of wall tiles. Some [[tilesets]] may have been designed to use tile 9, 10, or 255 for this, even some that are primarily ASCII, and may or may not include a custom d_init.txt file to do so.
  
*[FULLFONT:curses_800x600.png] - The font file used in fullscreen mode.
+
*Multiple [TRACK_*] and [TREE_*] lines
 +
The tiles displayed for most of the various possible [[track]] or [[tree]] parts. Not all the track tiles can be customized, such as the [[roller]]s or the track stop. By default, the track tiles are followed by an I to have them displayed with inverted colors so that they don't look the same as walls. Some tilesets may have been designed to use tile 9, 10, or 255 for tree trunk pillars, instead of the default 'O'. Note that the TREE_TRUNK_* and TREE_CAP_WALL_* corner tokens use a different naming convention than the other tokens; For example, by default TREE_TRUNK_NW uses tile 201 which is ╔, while TREE_BRANCH_NW uses 217 which is ┘, and TRACK_NW uses 188 (with inverted colors) which is ╝.
  
*[BASIC_FONT:curses_640x300.png] - The font used during the initial load sequence and menus.
+
*[VARIED_GROUND_TILES:YES]
 +
If this is "YES" the ground will be varied randomly using the tiles ,.`'.
 +
If this is "NO", only the period will be used for ground tiles.
  
*[FPS_CAP:0] - Setting this to zero will cause it to be uncapped, allowing simulation to happen as fast as possible. This may cause the FPS display to show negative numbers when the game is paused and in the main menu.
+
*[ENGRAVINGS_START_OBSCURED:NO]
 +
If this is "YES", all [[engravings]] are displayed initially looking the same, like highlighted smooth walls/floors. Otherwise, they'll be displayed as a tile of one of the things they depict. Either way, a given engraving's behavior can be changed through designation.
  
*[G_FPS_CAP:0] - Setting this to zero will still use the default of 50 rather than it being uncapped.
+
*[SHOW_FLOW_AMOUNTS:NO]
 +
If "YES" ''Dwarf Fortress'' displays water as numbers from 1-7 indicating [[depth]].
  
== Resolution to grid ratios ==
+
=== Resolution to Grid Ratios ===
 
Taken from [http://www.bay12forums.com/smf/index.php?topic=22302.msg241991#msg241991]
 
Taken from [http://www.bay12forums.com/smf/index.php?topic=22302.msg241991#msg241991]
 +
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-

Please note that all contributions to Dwarf Fortress Wiki are considered to be released under the GFDL & MIT (see Dwarf Fortress Wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following CAPTCHA:

Cancel Editing help (opens in new window)

This page is a member of 1 hidden category: