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 "World rejection"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
m
(info about logging the rejection reasons into a file)
Line 6: Line 6:
  
 
[[File:Civilization rejection.PNG|framed|center|A message that appears when one of the rejection types hits its threshold]]
 
[[File:Civilization rejection.PNG|framed|center|A message that appears when one of the rejection types hits its threshold]]
 +
 +
To log all rejections into a file, change the relevant setting in [[d_init.txt]] from <code>[LOG_MAP_REJECTS:NO]</code> to <code>[LOG_MAP_REJECTS:YES]</code>. This will create a file called <tt>map_rejection_log.txt</tt> in the main Dwarf Fortress folder, into which the rejection reasons will be saved. Reading this file will give you a better insight into why the world was being rejected than the notification message shown above.
  
 
== Rejection parameters ==
 
== Rejection parameters ==

Revision as of 13:02, 9 September 2019

This article is about the current version of DF.
Note that some content may still need to be updated.

Dwarf Fortress uses a "belt and braces" method of world generation in that, whilst the map properties are configurable by world tokens, there are also tokens which will cause the rejection and 'reroll' or re-randomisation of the world. By way of example, if you were to leave the world at its default settings, but set a rejection parameter which required there to be a large number of "minimum desert tiles", then a large number of worlds might be rejected until one (by random chance) was finally generated that met that requirement. Because of the high number of possible rejections, this is an inefficient way of generating a world with many deserts; instead, it's recommended to work with broader parameters, such as Weighted Ranges, to generate the world you want. It is possible to set the parameters in such a way as to result in endless rejections because they specify a world which is incredibly unlikely or impossible to be generated.

If a certain number of rejections of the same type happen during world gen, then you will get a notification telling you what is causing the rejections. This can happen after a few hundred rejections or it may take thousands. This is possibly due to the fact that you may have more than one type of rejection occurring, and as such it takes thousands of rejections until any one type hits the threshold for the warning message.

A message that appears when one of the rejection types hits its threshold

To log all rejections into a file, change the relevant setting in d_init.txt from [LOG_MAP_REJECTS:NO] to [LOG_MAP_REJECTS:YES]. This will create a file called map_rejection_log.txt in the main Dwarf Fortress folder, into which the rejection reasons will be saved. Reading this file will give you a better insight into why the world was being rejected than the notification message shown above.

Rejection parameters

The following are the primary rejection parameters, their sole purpose is to cause rejections, they do not affect the generation of the world in any way:

  [REGION_COUNTS:SWAMP:0:0:0]
  [REGION_COUNTS:DESERT:0:0:0]
  [REGION_COUNTS:FOREST:0:0:0]
  [REGION_COUNTS:MOUNTAINS:0:0:0]
  [REGION_COUNTS:OCEAN:0:0:0]
  [REGION_COUNTS:GLACIER:0:0:0]
  [REGION_COUNTS:TUNDRA:0:0:0]
  [REGION_COUNTS:GRASSLAND:0:0:0]
  [REGION_COUNTS:HILLS:0:0:0]

Note: the above values are arbitrary although these settings effectively disable the region counts.

  [SUBREGION_MAX:2750]
  [ELEVATION_RANGES:0:0:0]
  [RAIN_RANGES:0:0:0]
  [DRAINAGE_RANGES:0:0:0]
  [SAVAGERY_RANGES:0:0:0]
  [VOLCANISM_RANGES:0:0:0]

Note: the above values are arbitrary although these settings effectively disable the range counts.

Placement tokens

The following tokens are not rejection parameters, but instead force the placement of certain features. This can cause rejections if the world generated does not support the placement of the features in sufficient quantities, or at all. For example, a volcano requires the square to have a volcanism of 100, if the maximum volcanism for the world is less than 100, then no volcanoes can be placed. See advanced world generation for more details.

  [VOLCANO_MIN:3]
  [PEAK_NUMBER_MIN:12]
  [PARTIAL_OCEAN_EDGE_MIN:1]
  [COMPLETE_OCEAN_EDGE_MIN:0]
  [RIVER_MINS:300:300]
  [MOUNTAIN_CAVE_MIN:25]
  [NON_MOUNTAIN_CAVE_MIN:50]
  [TOTAL_CIV_NUMBER:40]
  [PLAYABLE_CIVILIZATION_REQUIRED:1]

Others

It is unknown if the following tokens can cause rejection:

  [REGIONAL_INTERACTION_NUMBER:28]
  [DISTURBANCE_INTERACTION_NUMBER:28]
  [GOOD_SQ_COUNTS:0:0:0]
  [EVIL_SQ_COUNTS:0:0:0]
Worlds
General
Map
Biomes
Chasm · Desert · Forest · Glacier · Grassland · Lake · Mountain · Murky pool · Ocean · River · Savanna · Shrubland · Tundra · Wetland
Features
Aquifer · Brook · Deep pit · Island · Magma pool · Passage · Road · Tunnel · Volcano · Waterfall
Underground
Civilization
Sites
Camp · Castle · Cave · Dark fortress · Dark pits · Forest retreat · Fort · Fortress · Hamlet · Hillocks · Labyrinth · Lair · Monastery · Mountain halls · Ruins · Shrine · Tomb · Tower · Town · Vault
Structures
Other