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 Settings

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:
{{av}}
+
{{migrated article}}
{{Quality|Fine}}
+
Settings for ''Dwarf Fortress'' can be accessed with a button on the main menu, which can be accessed in game with the gear button next to the map or the ESC key. They are divided into five groups; Video, Audio, Game, Keybindings, and Difficulty. They are stored in several different files, including [[init.txt]], [[d_init.txt]], and [[interface.txt]], with current values in the <code>prefs\</code> folder and default values in the <code>data\init\</code> folder, both in the game folder. The default files in <code>data\init\</code> include explanations of each setting, including possible values.
Settings for ''Dwarf Fortress'' can be accessed with a button on the main menu, which can be accessed in game with {{Menu icon|Esc}}. They are divided into five groups; Video, Audio, Game, Keybindings, and Difficulty. They are stored in several different files, including [[init.txt]], [[d_init.txt]], and [[interface.txt]], with current values in the <code>prefs\</code> folder and default values in the <code>data\init\</code> folder, both in the game folder. The default files in <code>data\init\</code> include explanations of each setting, including possible values.
 
  
 
== Video ==
 
== Video ==
Line 9: Line 8:
 
* '''Resolution''' - the screen mode the game uses when in fullscreen mode, 'Detect' corresponds with [FULLSCREENX:0] and [FULLSCREENY:0] in the files.
 
* '''Resolution''' - the screen mode the game uses when in fullscreen mode, 'Detect' corresponds with [FULLSCREENX:0] and [FULLSCREENY:0] in the files.
  
* '''Scale interface''' - whether to scale the font used to draw interface elements such as the menus and minimap to a specific number of character cells, [INTERFACE_SCALING_TO_DESIRED_GRID:YES] in the files.
+
* '''Scale interface''' - whether to scale the font used to draw interface elements such as the menus and minimap, [INTERFACE_SCALING_TO_DESIRED_GRID:YES] in the files.
  
* '''Desired grid width and height''' - how much to scale the interface, in how many character cells wide and tall the interface should be. [INTERFACE_SCALING_DESIRED_GRID_WIDTH:170] and [INTERFACE_SCALING_DESIRED_GRID_HEIGHT:64] in the files. No effect if [INTERFACE_SCALING_TO_DESIRED_GRID:NO] is used.
+
* '''Desired width and height''' - how much to scale the interface, in how many character cells wide and tall the interface should be. [INTERFACE_SCALING_DESIRED_GRID_WIDTH:170] and [INTERFACE_SCALING_DESIRED_GRID_HEIGHT:64] in the files. No effect if [INTERFACE_SCALING_TO_DESIRED_GRID:NO] is used.
  
* '''Interface scale percentage''' - percentage to scale the interface up when not scaling to a specific cell grid size, [INTERFACE_SCALING_PERCENTAGE:100] in the files. No effect if [INTERFACE_SCALING_TO_DESIRED_GRID:YES] is used.
+
* '''Window size''' - when not fullscreen, [WINDOWEDX:1200] and [WINDOWEDY:800] in the files.
 
 
* '''Initial window size''' - when not fullscreen, [WINDOWEDX:1200] and [WINDOWEDY:800] in the files.
 
  
 
* '''Window resizable''' - when not fullscreen, [RESIZABLE:YES] in the files.
 
* '''Window resizable''' - when not fullscreen, [RESIZABLE:YES] in the files.
Line 21: Line 18:
 
* '''Maximum interface width''' - what percentage of the display the overlay interface elements can occupy, useful for extra wide displays to make notifications more visible. [MAXIMUM_INTERFACE_PERCENTAGE:100] in the files. The game will still use the entire window/screen and the minimap and elevation bar will stay at the edge.
 
* '''Maximum interface width''' - what percentage of the display the overlay interface elements can occupy, useful for extra wide displays to make notifications more visible. [MAXIMUM_INTERFACE_PERCENTAGE:100] in the files. The game will still use the entire window/screen and the minimap and elevation bar will stay at the edge.
  
* '''Graphical FPS cap''' - how many frames to cap the graphical display rate at. [G_FPS_CAP:50] in the files.
+
* '''Maximum FPS''' - how many frames to cap the graphical display rate at. [G_FPS_CAP:50] in the files.
  
 
* '''Classic ASCII''' - [USE_CLASSIC_ASCII:NO] in the files.
 
* '''Classic ASCII''' - [USE_CLASSIC_ASCII:NO] in the files.
  
* '''Scaling mode''' - NEAREST, nearest-neighbor; LANCZOS, fuzzier but better at certain zooms; AUTO, the default, will try to select whichever one is more appropriate depending on the zoom level. [TEXTURE_PARAM:AUTO] in the files.
+
As the interface gets narrower, some elements will be removed from the status bar when there's not enough room for all of them.
 
 
As the interface gets narrower, some elements will be removed from the status bar when there's not enough room for all of them; some menus may also display elements under other elements or outside their window.
 
  
 
There are a few other file settings that can affect the display, see [[Technical_tricks#Settings_-_init.txt|technical tricks]].
 
There are a few other file settings that can affect the display, see [[Technical_tricks#Settings_-_init.txt|technical tricks]].
Line 43: Line 38:
 
* '''Seconds between songs''' - [AVERAGE_TIME_BETWEEN_SONGS:240] in the files. The default of 240 gives a range of 180 to 300 seconds, which is 3 to 5 minutes.  Can be anywhere from 10 to 600.
 
* '''Seconds between songs''' - [AVERAGE_TIME_BETWEEN_SONGS:240] in the files. The default of 240 gives a range of 180 to 300 seconds, which is 3 to 5 minutes.  Can be anywhere from 10 to 600.
  
The classic version of the game available on the website only includes the original songs, so most of these will have no effect without the [[premium version]] or mods.
+
The classic version of the game available on the website only includes the original songs, so most of these will have no effect without mods.
  
 
All sound can be disabled completely with [SOUND:NO] in the files. If so, the rest of these settings will be replaced by text explaining that sound is disabled and how to enable it.
 
All sound can be disabled completely with [SOUND:NO] in the files. If so, the rest of these settings will be replaced by text explaining that sound is disabled and how to enable it.
Line 49: Line 44:
 
== Game ==
 
== Game ==
 
These settings change how the game plays and most are stored in <code>prefs\d_init.txt</code> with defaults in <code>data\init\d_init_default.txt</code>, but some are in <code>prefs\init.txt</code> with defaults in <code>data\init\init_default.txt</code>.
 
These settings change how the game plays and most are stored in <code>prefs\d_init.txt</code> with defaults in <code>data\init\d_init_default.txt</code>, but some are in <code>prefs\init.txt</code> with defaults in <code>data\init\init_default.txt</code>.
 
=== Autosaves ===
 
 
* '''Autosave frequency''' - when to autosave, [AUTOSAVE:SEMIANNUAL] in d_init.txt, NONE, SEASONAL, SEMIANNUALLY, or YEARLY.
 
* '''Autosave frequency''' - when to autosave, [AUTOSAVE:SEMIANNUAL] in d_init.txt, NONE, SEASONAL, SEMIANNUALLY, or YEARLY.
  
 
* '''Autosave at embark''' - [INITIAL_SAVE:NO] in d_init.txt, YES or NO.
 
* '''Autosave at embark''' - [INITIAL_SAVE:NO] in d_init.txt, YES or NO.
  
=== Pausing ===
 
 
* '''Pause after autosave''' - [AUTOSAVE_PAUSE:NO] in d_init.txt, YES or NO.
 
* '''Pause after autosave''' - [AUTOSAVE_PAUSE:NO] in d_init.txt, YES or NO.
  
 
* '''Pause after loading''' - [PAUSE_ON_LOAD:YES] in d_init.txt, YES or NO.
 
* '''Pause after loading''' - [PAUSE_ON_LOAD:YES] in d_init.txt, YES or NO.
  
=== Embark ===
 
 
* '''Always confirm embark''' - asks for confirmation of the embark location even if there are no warnings such as for [[aquifer]]s, dangerous [[surroundings]], etc, [EMBARK_WARNING_ALWAYS:NO] in d_init.txt, YES or NO.
 
* '''Always confirm embark''' - asks for confirmation of the embark location even if there are no warnings such as for [[aquifer]]s, dangerous [[surroundings]], etc, [EMBARK_WARNING_ALWAYS:NO] in d_init.txt, YES or NO.
  
Line 67: Line 58:
 
* '''Show tunnels when embarking''' - for dwarven [[tunnel]]s, shown as a black dashed line or grey double line with classic ASCII, [SHOW_EMBARK_TUNNEL:FINDER] in d_init.txt, FINDER, ALWAYS, or NO.{{verify|is there a difference between ALWAYS and FINDER now?}} More restrictive world generation settings will override these.
 
* '''Show tunnels when embarking''' - for dwarven [[tunnel]]s, shown as a black dashed line or grey double line with classic ASCII, [SHOW_EMBARK_TUNNEL:FINDER] in d_init.txt, FINDER, ALWAYS, or NO.{{verify|is there a difference between ALWAYS and FINDER now?}} More restrictive world generation settings will override these.
  
* '''Default embark width and height''' - also determines what is considered a normal embark size and will only warn when the actual embark is larger than this, [EMBARK_RECTANGLE:4:4] in d_init.txt, 2 to 16. See Maximum embark dimension below. (This option is actually listed after the feature toggles on the tab in game.)
 
 
* '''Maximum embark dimension''' - maximum width or height for an embark, larger sizes need much more memory, [MAXIMUM_EMBARK_DIM:6] in d_init.txt, 6 to 16. (This option is actually the last one listed on the tab in game.)
 
 
=== Feature toggles ===
 
 
* '''Enable temperature''' - 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. May affect FPS in unusual circumstances, [TEMPERATURE:YES] in d_init.txt, YES or NO.
 
* '''Enable temperature''' - 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. May affect FPS in unusual circumstances, [TEMPERATURE:YES] in d_init.txt, YES or NO.
  
Line 88: Line 74:
 
* '''Log world rejects''' - logs the reason worlds were rejected in <code>map_rejection_log.txt</code>, useful in [[advanced world generation]] and [[modding]], [LOG_MAP_REJECTS:NO] in d_init.txt, YES or NO.
 
* '''Log world rejects''' - logs the reason worlds were rejected in <code>map_rejection_log.txt</code>, useful in [[advanced world generation]] and [[modding]], [LOG_MAP_REJECTS:NO] in d_init.txt, YES or NO.
  
* '''Multithreading''' - experimental multithreading, [MULTITHREADING:NO] in d_init.txt.
+
* '''Default embark width and height''' - also determines what is considered a normal embark size and will only warn when the actual embark is larger than this, [EMBARK_RECTANGLE:4:4] in d_init.txt, 2 to 16. See Maximum embark dimension below.
  
=== Pathing costs ===
 
 
* '''Path costs''' - extreme changes to these may cause more lag, [PATH_COST:1:2:5:25] in d_init.txt, 1 to 1000.
 
* '''Path costs''' - extreme changes to these may cause more lag, [PATH_COST:1:2:5:25] in d_init.txt, 1 to 1000.
  
 
* '''Storage path cost decreases''' - controls how aggressively dwarves place objects in a container with like items (rather than an empty container). The default options are very aggressive. [STORE_DIST_ITEM_DECREASE:20], [STORE_DIST_SEED_COMBINE:1000], [STORE_DIST_BUCKET_COMBINE:1000], [STORE_DIST_BARREL_COMBINE:1000], and [STORE_DIST_BIN_COMBINE:1000] in d_init.txt, 2 to 1000.
 
* '''Storage path cost decreases''' - controls how aggressively dwarves place objects in a container with like items (rather than an empty container). The default options are very aggressive. [STORE_DIST_ITEM_DECREASE:20], [STORE_DIST_SEED_COMBINE:1000], [STORE_DIST_BUCKET_COMBINE:1000], [STORE_DIST_BARREL_COMBINE:1000], and [STORE_DIST_BIN_COMBINE:1000] in d_init.txt, 2 to 1000.
  
=== Population and seed capacities ===
 
 
* '''Population caps''' - can be changed at will to limit migration, strict also prevents births, [POPULATION_CAP:200] and [STRICT_POPULATION_CAP:220] in d_init.txt, 0 to 5000. Certain game features are trigger by population number, see difficulty section below. Some of those may also cause the actual population to slightly go over these.
 
* '''Population caps''' - can be changed at will to limit migration, strict also prevents births, [POPULATION_CAP:200] and [STRICT_POPULATION_CAP:220] in d_init.txt, 0 to 5000. Certain game features are trigger by population number, see difficulty section below. Some of those may also cause the actual population to slightly go over these.
  
Line 106: Line 90:
 
* '''Seed caps''' - per type and total, when over the total cap, seeds will be periodically removed, starting with the oldest and most worthless. [SPECIFIC_SEED_CAP:200] 0 to 10000 and [FORTRESS_SEED_CAP:3000] 0 to 30000 in d_init.txt.
 
* '''Seed caps''' - per type and total, when over the total cap, seeds will be periodically removed, starting with the oldest and most worthless. [SPECIFIC_SEED_CAP:200] 0 to 10000 and [FORTRESS_SEED_CAP:3000] 0 to 30000 in d_init.txt.
  
=== Information display ===
 
 
* '''Engraving display''' - [ENGRAVINGS_START_OBSCURED:NO] in d_init.txt, YES or NO.
 
* '''Engraving display''' - [ENGRAVINGS_START_OBSCURED:NO] in d_init.txt, YES or NO.
  
Line 121: Line 104:
 
* '''Nickname display''' - [NICKNAME_DWARF:REPLACE_FIRST], [NICKNAME_ADVENTURE:REPLACE_FIRST], [NICKNAME_LEGENDS:REPLACE_FIRST] in d_init.txt, REPLACE_FIRST, CENTRALIZE (between first and last), or REPLACE_ALL.
 
* '''Nickname display''' - [NICKNAME_DWARF:REPLACE_FIRST], [NICKNAME_ADVENTURE:REPLACE_FIRST], [NICKNAME_LEGENDS:REPLACE_FIRST] in d_init.txt, REPLACE_FIRST, CENTRALIZE (between first and last), or REPLACE_ALL.
  
=== Grazing coefficient ===
 
 
* '''Grazing coefficient''' - how much grazers get from grazing, larger numbers mean less food is needed. [GRAZE_COEFFICIENT:100] in d_init.txt, 1 to 1000000.
 
* '''Grazing coefficient''' - how much grazers get from grazing, larger numbers mean less food is needed. [GRAZE_COEFFICIENT:100] in d_init.txt, 1 to 1000000.
  
=== FPS ===
 
 
* '''Show FPS''' - first number is simulation rate, the number in parentheses is graphical FPS, [FPS:NO] in init.txt, YES or NO.
 
* '''Show FPS''' - first number is simulation rate, the number in parentheses is graphical FPS, [FPS:NO] in init.txt, YES or NO.
  
 
* '''Game FPS cap''' - limits how quickly the game runs the simulation, [FPS_CAP:100] in init.txt, 5 to 1000.
 
* '''Game FPS cap''' - limits how quickly the game runs the simulation, [FPS_CAP:100] in init.txt, 5 to 1000.
  
=== Input timings ===
 
 
* '''Key hold time''' - [KEY_HOLD_MS:250] in init.txt, 100 to 20000.
 
* '''Key hold time''' - [KEY_HOLD_MS:250] in init.txt, 100 to 20000.
  
Line 140: Line 120:
 
* '''Macro timing''' - [MACRO_MS:15] in init.txt, 1 to 2000.
 
* '''Macro timing''' - [MACRO_MS:15] in init.txt, 1 to 2000.
  
=== Compressed saves ===
 
 
* '''Compressed saves''' - saves drive space but some worry it may increase save corruption, [COMPRESSED_SAVES:YES] in init.txt, YES or NO.
 
* '''Compressed saves''' - saves drive space but some worry it may increase save corruption, [COMPRESSED_SAVES:YES] in init.txt, YES or NO.
 +
 +
* '''Maximum embark dimension''' - maximum width or height for an embark, larger sizes need much more memory, [MAXIMUM_EMBARK_DIM:6] in d_init.txt, 6 to 16.
  
 
== Keybindings ==
 
== Keybindings ==
 
{{main|Controls}}{{main|interface.txt}}
 
{{main|Controls}}{{main|interface.txt}}
 
These settings change the controls and are all stored in interface.txt.
 
These settings change the controls and are all stored in interface.txt.
 
== Announcements ==
 
Used to control how different announcements are displayed in Dwarf Fortress. This can be useful to add alerts for critical combat events, stopping the recentering on birth events, or reducing the constant chatter of announcements like 'quota filled' or 'someone is visiting'. See [[Announcement]]s and [[announcements.txt]] for ''some'' formerly compiled explanation of these options.
 
  
 
== Difficulty ==
 
== Difficulty ==
This tab is only available when in a fortress game, and these settings are initially set when starting a fortress game. Since they are specific to each save they are stored as part of the save and are not editable outside the game. They are divided into two groups: enemies and economy; enemies can be disabled, both groups have normal and hard presets, and all of the individual settings can be adjusted in '''Custom settings'''. The values used in each preset can be seen by selecting the preset and then viewing them in '''Custom settings'''.
+
This tab is only available when in a fortress game, and are initially set when starting a fortress game. These settings are stored as part of the save and are not editable outside the game.
 
 
=== Enemies ===
 
==== Individual enemy toggles ====
 
These are all enabled for both normal and hard presets, and off for the Off preset.
 
* '''Civilizations''' - [[Goblin]] [[siege]]s, maybe goaded civilizations such as [[tree-hugging hippie]]s if you cut down too many trees, or others if you [[Mission|attack]] first.{{verify|does this disable any of: non-goblin hostile civs, elves attacking over trees, necros, and attacked civs retaliating, or just goblin sieges triggered by population?}}
 
 
 
* '''Megabeasts''' - [[megabeast]]s, maybe [[semi-megabeast]]s.{{verify|does this include semi-megabeasts and forgotten beasts?}}
 
 
 
* '''Werebeasts''' - [[Werebeast]]s,  might still be able to come as visitor?{{verify|can they still come as visitors?}}
 
 
 
* '''Wild creatures''' - [[Creature#Agitation|Agitated]] wild animals from the [[surroundings|surrounding]] surface or [[caverns]].
 
 
 
==== Enemy civilization triggers ====
 
These determine when enemies civilizations will begin attacking; usually only goblins and only at population trigger 3, though other already hostile civilizations may also start attacking, and [[mod]]s might use other triggers. A setting of 0 disables the trigger, and all are set to 0 with the off preset.
 
* '''Population''' - the fort population needed to trigger each level. Normal: 20, 50, 80, 110, 140, Hard: 15, 30, 40 , 55, 70. See {{token|PROGRESS_TRIGGER_POP_SIEGE|e}}.
 
 
 
* ''' Production''' - the created [[wealth]] needed to trigger each level. Normal: 5000, 25000, 100000, 200000, 300000, Hard: 2500, 12500, 50000, 100000, 150000. See {{token|PROGRESS_TRIGGER_PROD_SIEGE|e}}.
 
 
 
* '''Trade''' - the wealth exported by [[trade]] needed to trigger each level. Normal: 500, 2500, 10000, 20000, 30000, Hard: 250, 1250, 5000, 10000, 15000. See {{token|PROGRESS_TRIGGER_TRADE_SIEGE|e}}
 
 
 
==== Megabeasts ====
 
* '''Attack period''' - how often megabeasts can attack, 4 seasons is 1 year. Normal: 10, Hard:8. {{verify|is this how often they can attack, or just the delay before, or both?}}
 
 
 
==== Forgotten beasts ====
 
* '''Sensitivity''' - the same for all presets, 10000.
 
 
 
* '''Irritation minimum''' - Normal: 5000, Hard: 2000.
 
 
 
* '''Wealth divisor''' - the same for all presets, 40.
 
 
 
==== Wilderness irritation ====
 
* '''Sensitivity''' - the same for all presets, 10000.
 
 
 
* '''Irritation minimum''' - Normal: 2000, Hard: 0.
 
 
 
* '''Irritation decay''' - Normal: 2000, Hard: 0.
 
 
 
==== Werebeasts ====
 
* '''Attack period''' - how often werebeasts can attack, 4 seasons is 1 year. Normal: 10, Hard:8. {{verify|is this how often they can attack, or just the delay before, or both?}}
 
 
 
==== Vampires ====
 
* '''Migrant fraction''' - how unlikely a migrant is to be a vampire. Off: 0, Normal: 100, Hard: 75.
 
 
 
==== Invasion caps ====
 
How many invaders can be in the first, second, and later attacks per source. All 0 with Off preset.
 
* '''Regulars''' - for attacks from civilizations. 1st, Normal: 10, Hard: 20; 2nd, Normal: 40, Hard:60; 3rd+, Normal & Hard: 120.
 
 
 
* '''Monsters''' - for attacks from necromancers?, wilderness?{{verify}} 1st, Normal: 0?, Hard: 1; 2nd, Normal: 5, Hard: 10; 3rd+, Normal & Hard: 40.
 
 
 
==== Raids ====
 
All 0 with Off preset.
 
* '''Minimum before siege''' - Normal & Hard: 2.
 
 
 
* '''Minimum between sieges''' - Normal: 3, Hard: 1.
 
 
 
* '''Siege instead of raid chance''' - only after minimums have been met. Normal: 25, Hard: 50.
 
 
 
==== Cavern dwellers ====
 
* '''Scale''' - Normal: 10, Hard: 20.
 
 
 
* '''Attacker cap''' - Normal: 50, Hard: 75.
 
 
 
==== Tree quota ====
 
* '''Count''' - Off & Normal: 25, Hard: 10.
 
 
 
* '''Count (untamed wilds)''' - Off & Normal: 5, Hard: 1.
 
 
 
=== Economy ===
 
==== Fortress rank ====
 
Needed to upgrade from outpost to hamlet, etc.  See [[Fortress#Nomenclature|fortress nomenclature]].
 
* '''Population triggers''' - Normal & Hard: 20, 50, 80, 110, 140.
 
 
 
* '''Production triggers''' - Normal: 5000, 25000, 100000, 200000, 300000, Hard: 25000, 125000, 500000, 1000000, 1500000.
 
 
 
* '''Trade triggers''' - Normal: 500, 2500, 10000, 20000, 30000, Hard: 2500, 12500, 50000, 100000, 150000.
 
 
 
==== Land holder ====
 
Needed to upgrade nobility.  See [[Noble#Triggers|noble triggers]]. Only the first three triggers of each type are used in vanilla.
 
* '''Population triggers''' - Normal & Hard: 20 for all triggers.
 
 
 
* '''Production triggers''' - Normal: every 100000, Hard: every 500000.
 
 
 
* '''Trade triggers''' - Normal: every 10000, Hard: every 50000.
 
 
 
==== Temples ====
 
* '''Value''' - value required to satisfy a [[temple]] [[petition]]. Normal: 2000, Hard: 6000.
 
 
 
* '''Value of complex''' - value required to satisfy a temple complex petition. Normal: 10000, Hard: 30000.
 
 
 
* '''Priest count''' - how many members a religion needs to petition for a temple. Normal & Hard: 10.
 
 
 
* '''High priest count''' - how many members a religion needs to petition for a temple complex. Normal & Hard: 25.
 
 
 
==== Guilds ====
 
* '''Value''' - value required to satisfy a [[guildhall]] [[petition]]. Normal: 2000, Hard: 6000.
 
 
 
* '''Value of grand''' - value required to satisfy a grand guildhall petition. Normal: 10000, Hard: 30000.
 
 
 
* '''Unit count''' - how many members a guild needs to petition for a guildhall. Normal & Hard: 10.
 
 
 
* '''Grand unit count''' - how many members a guild needs to petition for a grand guildhall. Normal & Hard: 25.
 
 
 
==== Mandates ====
 
* '''Mandate period''' - (minimum? average?){{verify}} time between [[mandate]]s. Normal:1000, Hard: 500.
 
 
 
* '''Demand period''' - (minimum? average?){{verify}} time between [[demand]]s. Normal:500, Hard: 250.
 

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 2 hidden categories: