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 40d Talk:World generation

Jump to navigation Jump to search

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

You are editing a page for an older version of Dwarf Fortress ("Main" is the current version, not "40d"). Please make sure you intend to do this. If you are here by mistake, see the current page instead.

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 4: Line 4:
  
 
:Simple, I want a description of what the symbols on the map mean. eg, what does "#" stand for?
 
:Simple, I want a description of what the symbols on the map mean. eg, what does "#" stand for?
 
::At the bottom of the article you'll see a set of links to other Overworld related pages. [[Map_legend]] is the one you're looking for. --[[User:Janus|Janus]] 03:17, 21 November 2008 (EST)
 
  
 
Oh yeah, and I can't get the last graphic to show, even though it exists. [[User:Schm0|Schm0]] 20:17, 30 October 2007 (EDT)
 
Oh yeah, and I can't get the last graphic to show, even though it exists. [[User:Schm0|Schm0]] 20:17, 30 October 2007 (EDT)
Line 53: Line 51:
  
 
I wonder...
 
I wonder...
 
 
== Disadvantages? ==
 
Are there disadvantages or even any effects of picking a smaller size world? what does it mean that world history is shorter? --[[User:Confused|Confused]] 02:00, 23 June 2009 (UTC)
 
: Smaller world means less special spots, less spots to choose on embark. Less civilization, etc. If you play in adventure mode, you will have less place to visit too. For the History... I don't know. --[[User:Karl|Karl]] 02:07, 23 June 2009 (UTC)
 
::Quick answer :) So.. less civ - that might influence immigrants and invaders? and you might have less dwarf civs to pick from.. --[[User:Confused|Confused]] 02:13, 23 June 2009 (UTC)
 
 
== Examples ==
 
 
Here's an intresting example of what you can do with by editing files. Not created by me but by Eduren on the Cracked forums.
 
 
<pre>
 
[WORLD_GEN]
 
[TITLE:VULCN]
 
[DIM:129:257]
 
[END_YEAR:1500]
 
[BEAST_END_YEAR:400:70]
 
[REVEAL_ALL_HISTORY:1]
 
[CULL_HISTORICAL_FIGURES:1]
 
[ELEVATION:1:400:401:800]
 
[RAINFALL:0:100:200:400]
 
[TEMPERATURE:25:75:200:400]
 
[DRAINAGE:0:100:200:400]
 
[VOLCANISM:35:100:200:400]
 
[SAVAGERY:0:100:200:400]
 
[ELEVATION_FREQUENCY:1:1:1:1:1:1]
 
[RAIN_FREQUENCY:1:1:1:1:1:1]
 
[DRAINAGE_FREQUENCY:1:1:1:1:1:1]
 
[TEMPERATURE_FREQUENCY:1:1:1:1:1:1]
 
[SAVAGERY_FREQUENCY:1:1:1:1:1:1]
 
[VOLCANISM_FREQUENCY:1:1:1:1:1:1]
 
[GOOD_SQ_COUNTS:50:501:1003]
 
[EVIL_SQ_COUNTS:50:501:1003]
 
[PEAK_NUMBER_MIN:25]
 
[OCEAN_EDGE_MIN:1]
 
[VOLCANO_MIN:12]
 
[REGION_COUNTS:SWAMP:518:3:3]
 
[REGION_COUNTS:DESERT:518:3:3]
 
[REGION_COUNTS:FOREST:2072:6:6]
 
[REGION_COUNTS:MOUNTAINS:4144:4:4]
 
[REGION_COUNTS:OCEAN:4144:3:3]
 
[REGION_COUNTS:GLACIER:0:0:0]
 
[REGION_COUNTS:TUNDRA:0:0:0]
 
[REGION_COUNTS:GRASSLAND:4144:6:6]
 
[REGION_COUNTS:HILLS:4144:6:6]
 
[EROSION_CYCLE_COUNT:250]
 
[RIVER_MINS:200:200]
 
[PERIODICALLY_ERODE_EXTREMES:1]
 
[OROGRAPHIC_PRECIPITATION:1]
 
[SUBREGION_MAX:2750]
 
[CAVE_MIN_SIZE:5]
 
[CAVE_MAX_SIZE:25]
 
[MOUNTAIN_CAVE_MIN:50]
 
[NON_MOUNTAIN_CAVE_MIN:115]
 
[ALL_CAVES_VISIBLE:0]
 
[SHOW_EMBARK_RIVER:2]
 
[SHOW_EMBARK_POOL:2]
 
[SHOW_EMBARK_M_POOL:2]
 
[SHOW_EMBARK_M_PIPE:2]
 
[SHOW_EMBARK_CHASM:2]
 
[SHOW_EMBARK_PIT:2]
 
[SHOW_EMBARK_OTHER:2]
 
[SHOW_EMBARK_TUNNEL:2]
 
[TOTAL_CIV_NUMBER:20]
 
[TOTAL_CIV_POPULATION:20000]
 
[PLAYABLE_CIVILIZATION_REQUIRED:1]
 
[ELEVATION_RANGES:4144:8288:4144]
 
[RAIN_RANGES:4144:8288:4144]
 
[DRAINAGE_RANGES:4144:8288:4144]
 
[SAVAGERY_RANGES:4144:8288:4144]
 
[VOLCANISM_RANGES:0:0:0]
 
</pre>
 
 
Incase you can tell its a world with more volcaninc activity for all you magma overating whores. Anyways add this to the ened of your data\init\world_gen.txt. Then to create new world with parameters, then go to VULCN and it will rejecft a few 100 worlds before showing and error message. Press ignore this problem even if I end up with a legends only world! Thats all have fun with your magmas :D (Note: Changed VOLCANISM_RANGES to 0:0:0 to avoid rejects.)
 
 
 
Feel free to post anymore examples.
 
 
==d40 links==
 
The template usage <nowiki>{{L|#Title|Title}}</nowiki> doesn't seem to work as intended. [[Special:Contributions/213.100.120.132|213.100.120.132]] 14:49, 13 April 2010 (UTC)
 
:For links within the page itself, it is sufficient to simply use <nowiki>[[#Title|Title]]</nowiki> - <nowiki>{{L}}</nowiki> should only be used if it's going to a '''different page''' within the same namespace. --[[User:Quietust|Quietust]] 14:53, 13 April 2010 (UTC)
 
::...and now it shouldn't be used ''at all'', since it's now built into the wiki itself. --[[User:Quietust|Quietust]] 17:43, 8 December 2011 (UTC)
 

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!

Please sign comments with ~~~~

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

Cancel Editing help (opens in new window)