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.

DF2014 Talk:Advanced world generation

From Dwarf Fortress Wiki
Jump to navigation Jump to search

I updated the section on Mesh sizes and weighted ranges according to the research I did. I'm not experienced with wiki editing, so feel free to adjust anything as you feel is necessary or offer constructive criticism. --- JoeJoe

Mineral scarcity[edit]

FYI [MINERAL_SCARCITY] should be added to the list of options that will affect geography generation. I don't know if this is new in DF2014 or was previously overlooked, but it definitely does affect it. unsigned comment by 71.131.181.153

Added here. —Lethosor (talk) 17:22, 19 August 2014 (UTC)

Evil/Good Squares[edit]

Full of meaningless information. What makes a large region large, medium region medium, why would there be three large regions when the default for evil squares in large regions is above 500? Needs to be rewritten from scratch. unsigned comment by 124.178.54.187 [later editor's note: this comment was left in October 2014. --2128 (talk) 19:54, 12 January 2017 (UTC)]

I updated the good/evil squares section a little. It might be clearer now. It might still need improvement. --2128 (talk) 19:54, 12 January 2017 (UTC)

Cannot find "Desired pre-erosion river count"[edit]

"Some prefer to pump up erosion to about 250, and turn the "Desired pre-erosion river count" to 0 for good erosion and no extra canyons." - from the page

I cannot find this setting. Only "Minimum River Start Locations (Pre-Erosion)" and "Desired River Start Locations (Post-Erosion)" - AnnanFay (talk) 01:52, 29 January 2015 (UTC)

Volcanoes[edit]

After some testing with Volcanism Min/Max, Variances, Mesh, and Minimum Volcanoes, I discovered that the only entry that actually was responsible for generating volcanoes was the Minimum Volcano number. Set at 0, I never spawned any volcanoes during worldgen. Set to any number above zero, and it always spawned exactly that many volcanoes.

Caverns[edit]

Having less than 3 cavern layers appears to cause a rejection mere moments after civilization placement finishes. It provides a seemingly unrelated error message "Placed farming entity without non-orchard crops". There is currently no information regarding this error message anywhere that my search engine could find. Better guidelines should given to avoid this error, though more testing is necessary to determine if it always happens or if perhaps it can be avoided by setting the layer params between the caverns to 0. I spent many hours just figuring out it was the cavern param so, I may not do this myself anytime soon.

Update: Through some testing, and help on discord I've determined the cause. The placed farming entity without non-orchard crops message indicates that a dwarf civ was placed somewhere with inadequate water for underground plants, and that location only has underground trees if any plants (I don't know definitively beyond no regular plants).

I still believe this should be worked into the wiki page.

Cppcooper (talk) 02:57, 1 March 2020 (UTC)

Other Map Dimension Values May Not Work[edit]

Confirmed in .06 (and likely forever.) I made one with 85x85 and I still got 65x65 anyways.

Seed entropy[edit]

I wanted to know how many useful bits of entropy a seed value provides. Without the source code the best I can do is make an inference based on the character set used to encode seeds stored in gamelog.txt (e.g. i90kKcEwt1DqUZNL5Bvy). Using dos2unix to use Unix-style line endings and fold, sort, and uniq to produce a character frequency count of a few dozen seeds, the seeds seem to use a [a-zA-Z0-9] character set (62 characters). Each seed is 20 characters long, meaning it encodes l(62^20)/l(2)=119.08 bits of entropy. That means theoretically, the PRNG has access to, at most, 119 bits of entropy; the next question is: how many bits of entropy does the PRNG actually make use of from a typed string I provide? I ask since I'd like to save myself time in typing random seeds; if the PRNG uses only 32 bits of state, then I'd only need to input 5 [a-zA-Z0-9]characters (e.g. i90kK). Baltakatei (talk) 05:37, 23 December 2022 (UTC)

Temperature[edit]

I don't think the info about poles affecting temperature by X degrees Celsius is correct, considering that worldgen doesn't even use Celsius. Does anyone know where that info came from? -teabasins