<?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=Emold</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=Emold"/>
	<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php/Special:Contributions/Emold"/>
	<updated>2026-04-13T02:15:03Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.11</generator>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d:Advanced_world_generation&amp;diff=43401</id>
		<title>40d:Advanced world generation</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d:Advanced_world_generation&amp;diff=43401"/>
		<updated>2008-11-01T23:24:12Z</updated>

		<summary type="html">&lt;p&gt;Emold: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[World generation]] allows advanced options for customizing worlds. These parameters are not all well understood, so please contribute here as you experiment. [http://www.bay12games.com/forum/index.php?topic=20512.0 This forum post] has additional information on the parameters.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Advanced Parameters =&lt;br /&gt;
&lt;br /&gt;
To access advanced parameters, press 'e' when at the screen for creating new worlds with parameters screen. This will bring you to an editable list of various guidelines the world-gen process will use when creating your new world.&lt;br /&gt;
&lt;br /&gt;
Parameter sets are stored in ''world_gen.txt'' in the ''\data\init'' folder, using [[world tokens]]. You can copy and paste other player's sets of parameters into your ''world_gen.txt'' to use their parameter sets, and some are provided at [[Pregenerated worlds]]. Another place to find parameter sets is the [http://www.bay12games.com/forum/index.php?topic=20638.0 Worldgen cookbook] thread on the official forums.&lt;br /&gt;
&lt;br /&gt;
== Seed Parameters ==&lt;br /&gt;
&lt;br /&gt;
==== Use Seed ====&lt;br /&gt;
This determines the seed number that will be used by the random-number generator in determining the randomness factors that go into creating your world. &lt;br /&gt;
&lt;br /&gt;
==== Use History Seed ====&lt;br /&gt;
Same as above but instead of determining terrian and world structure it handles historical figures and event outcomes. Some experimenting will need to be done to see if the same seed and a different World seed produce different events and figures. &lt;br /&gt;
&lt;br /&gt;
==== Use Name Seed ====&lt;br /&gt;
Same as above but used to determine the randomly selected name used by the program. &lt;br /&gt;
&lt;br /&gt;
== Terrain Parameters ==&lt;br /&gt;
&lt;br /&gt;
==== Minimum Savagery/Maximum Savagery ====&lt;br /&gt;
Defines the minimum and maximum savagery per tile.&lt;br /&gt;
* 0 -  32: Benign&lt;br /&gt;
*33 -  65: Neutral &lt;br /&gt;
*66 - 100: Savage&lt;br /&gt;
&lt;br /&gt;
Humans and Dwarves will not settle in savage areas.&lt;br /&gt;
&lt;br /&gt;
==== Minimum Volcanism/Maximum Volcanism ====&lt;br /&gt;
&lt;br /&gt;
From what I have found out so far I can say [[Igneous extrusive layer]] are only found in areas with a volcanism higher than 90. Volcanoes are only placed on tiles with a volcanism of 100.&lt;br /&gt;
&lt;br /&gt;
==== Minimum Volcano Number ====&lt;br /&gt;
&lt;br /&gt;
Places volcanoes on tiles with a volcanism of 100, if there are not enough tiles the world is rejected.&lt;br /&gt;
&lt;br /&gt;
==== Minimum Mountain Peak Number ====&lt;br /&gt;
&lt;br /&gt;
Places mountain peaks on tiles with an pre-erosion elevation of at least 380, if there are not enough viable tiles the world is rejected.&lt;br /&gt;
&lt;br /&gt;
I'm not exactly sure what effect the peaks have but I suppose they withstand erosion better.&lt;br /&gt;
&lt;br /&gt;
==== Erosion Cycle Count ====&lt;br /&gt;
&lt;br /&gt;
Higher numbers make the mountains less steep and river canyons deeper.&lt;br /&gt;
&lt;br /&gt;
== Historical Parameters ==&lt;br /&gt;
&lt;br /&gt;
==== End Year ====&lt;br /&gt;
&lt;br /&gt;
Used to determine when the program will cease its generation and allow for play. As of right now other factors prevent the generator from getting to this date and is often cut off long before reaching it.&lt;br /&gt;
&lt;br /&gt;
==== Population Cap after Civ Creation ====&lt;br /&gt;
&lt;br /&gt;
How many creatures can exist in the game once civilizations have been added into generation.&lt;br /&gt;
&lt;br /&gt;
==== Percentage Beasts Dead for Stoppage ====&lt;br /&gt;
&lt;br /&gt;
Determines how many megabeasts need to be dead before the world gen stops creating history. Is one likely cause for why the generator rarely reaches the entered End Date.&lt;br /&gt;
&lt;br /&gt;
==== Year to Begin Checking Megabeast Percentage ====&lt;br /&gt;
&lt;br /&gt;
Determines when the game begins checking for the above precentage to see when the game should stop generating the world. &lt;br /&gt;
&lt;br /&gt;
==== Cull Unimportant Historical Figures ====&lt;br /&gt;
&lt;br /&gt;
Instead of listing every event that happens, this option removes those events without related importance to the wider world, effectively reducing the number of events reviewable in the legends screen. &lt;br /&gt;
&lt;br /&gt;
==== Reveal All Historical Events ====&lt;br /&gt;
&lt;br /&gt;
Determines whether all events are open to review in the legends screen when you choose to begin a game. Setting this to no would require the usual exploration, talking, and engraving searching as before. &lt;br /&gt;
&lt;br /&gt;
== Creature Parameters ==&lt;br /&gt;
&lt;br /&gt;
==== Maximum Natural Cave Size ====&lt;br /&gt;
&lt;br /&gt;
Determines the size and depth of caves formed by world-gen. Currently unknown what the number means and effects. May determine the number of caves period.&lt;br /&gt;
&lt;br /&gt;
==== Number of Mountain Caves ====&lt;br /&gt;
&lt;br /&gt;
Determines the number of caves to be placed in mountain regions. &lt;br /&gt;
&lt;br /&gt;
==== Number of Non-Mountain Caves ====&lt;br /&gt;
&lt;br /&gt;
Determines the number of caves to be placed in other regions.&lt;br /&gt;
&lt;br /&gt;
==== Make Caves Visible ====&lt;br /&gt;
&lt;br /&gt;
Makes caves visible on the world location selection screen.&lt;br /&gt;
&lt;br /&gt;
==== Number of Civilizations ====&lt;br /&gt;
&lt;br /&gt;
Determines how many civilizations will be seeded into the generated world. Five is the typical number to produce the usual Dwarves, Humans, Elves, Goblins, and Kobolds. &lt;br /&gt;
&lt;br /&gt;
* Error Code: Not enough entity placement locations: Decrease the Number of Civilizations, edit the settings so proper biomes are generated or generate bigger map.&lt;br /&gt;
&lt;br /&gt;
==== Playable Civilization Required ====&lt;br /&gt;
&lt;br /&gt;
If set, all worlds where the no playable civilization has been placed at the beginning of history are rejected.&lt;br /&gt;
&lt;br /&gt;
* Error Code: No controllable entity definitions available: Add some high (mountain) elevations to the map. Dwarf civ's will only appear on these tiles.&lt;br /&gt;
&lt;br /&gt;
= Experimenting with Parameters =&lt;br /&gt;
&lt;br /&gt;
To experiment with the parameters and to effectively see why rejections are coming back because of changes to the parameters, first you need to edit your init.txt and set&lt;br /&gt;
[LOG_MAP_REJECTS:NO] to YES. This will create a text document that will describe why each copy of the generated world is rejected. &lt;br /&gt;
&lt;br /&gt;
By going back and forth between this document and the parameters, you can begin to get an idea as to why endless cycles of rejected worlds come up. As you experiment please share your findings under each heading.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== World Painter Parameters ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
When using the world painter tool the following parameters produce these regions:&amp;lt;br /&amp;gt;&lt;br /&gt;
- low mountain - elevation &amp;gt; 299 {{Biome|∆|∆|#808080|#808080}}&lt;br /&gt;
- mountain - elevation &amp;gt; 332 {{Biome|▲|▲|#808080|#808080}}&lt;br /&gt;
- high mountain - elevation &amp;gt;365 {{Biome|▲|▲|#C0C0C0|#C0C0C0}}&lt;br /&gt;
- peak - elevation = 400 {{Raw Tile|^|#808080|#000000}} (verify?)&lt;br /&gt;
&lt;br /&gt;
The rest of the regions can be obtained mostly through choice of rain and drainage values.&amp;lt;br /&amp;gt;&lt;br /&gt;
For rain &amp;lt; 10 and:&amp;lt;br /&amp;gt;&lt;br /&gt;
drain &amp;gt; 65 - badlands {{Biome|V|√|#808000|#808000}}&lt;br /&gt;
drain &amp;gt; 49 - badlands {{Biome|n|∩|#808080|#808000}}&lt;br /&gt;
drain &amp;gt; 32 - rock desert {{Biome|,|´|#808000|#808080}}&lt;br /&gt;
drain &amp;lt; 33 - sand desert {{Biome|~|≈|#FFFF00|#FFFF00}}&lt;br /&gt;
&lt;br /&gt;
For rain &amp;lt; 20:&amp;lt;br /&amp;gt;&lt;br /&gt;
drain &amp;gt; 65 - hills {{Biome|n|∩|#00FF00|#00FF00}}&lt;br /&gt;
drain &amp;gt; 49 - hills {{Biome|n|∩|#00FF00|#00FF00}}&lt;br /&gt;
drain &amp;gt; 32 - grassland {{Biome|.|ⁿ|#00FF00|#00FF00}}&lt;br /&gt;
drain &amp;lt; 33 - grassland {{Biome|.|ⁿ|#00FF00|#00FF00}}&lt;br /&gt;
&lt;br /&gt;
For rain &amp;lt; 33:&amp;lt;br /&amp;gt;&lt;br /&gt;
drain &amp;gt; 65 - hills {{Biome|n|∩|#00FF00|#00FF00}}&lt;br /&gt;
drain &amp;gt; 49 - hills {{Biome|n|∩|#00FF00|#00FF00}}&lt;br /&gt;
drain &amp;gt; 32 - savanna {{Biome|&amp;quot;|ⁿ|#00FF00|#00FF00}}&lt;br /&gt;
drain &amp;lt; 33 - marsh/savanna (verify?) {{Biome|&amp;quot;|ⁿ|#00FF00|#00FF00}}&lt;br /&gt;
&lt;br /&gt;
For rain &amp;lt; 66:&amp;lt;br /&amp;gt;&lt;br /&gt;
drain &amp;gt; 65 - hills {{Biome|n|∩|#00FF00|#00FF00}}&lt;br /&gt;
drain &amp;gt; 49 - hills {{Biome|n|∩|#00FF00|#00FF00}}&lt;br /&gt;
drain &amp;gt; 32 - shrubland {{Biome|&amp;quot;|γ|#00FF00|#00FF00}}&lt;br /&gt;
drain &amp;lt; 33 - swamp {{Biome|&amp;quot;|&amp;quot;|#008000|#008000}}&lt;br /&gt;
&lt;br /&gt;
For rain &amp;lt; 66:&amp;lt;br /&amp;gt;&lt;br /&gt;
drain &amp;gt; 65 - forest {{Biome|↑|↨|#00FF00|#00FF00}}&lt;br /&gt;
drain &amp;gt; 49 - forest {{Biome|↑|↨|#00FF00|#00FF00}}&lt;br /&gt;
drain &amp;gt; 32 - forest {{Biome|↑|↨|#00FF00|#00FF00}}&lt;br /&gt;
drain &amp;lt; 33 - swamp {{Biome|⌠|⌠|#008000|#008000}}&lt;br /&gt;
&lt;br /&gt;
The forest regions can be changed between conifer, to broadleaf types by varying the temperature (to around &amp;gt; 65, depending on rain value).&lt;br /&gt;
&lt;br /&gt;
The magma value (at 100%) can produce volcanoes if painted on the same tile as a mountain.&lt;br /&gt;
&lt;br /&gt;
[[Category:World]]&lt;br /&gt;
[[Category:Guides]]&lt;/div&gt;</summary>
		<author><name>Emold</name></author>
	</entry>
</feed>