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 "v0.34:World Sites file"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
m
(This definitely could use some additions, but it's a decent start.)
Line 1: Line 1:
 
{{av}}
 
{{av}}
{{quality|Tattered|02:38, 23 February 2012 (UTC)}}
+
{{Quality|Fine|03:08, 23 February 2012 (UTC)}}
 +
 
 +
In [[Legends]] Mode, pressing the {{k|p}} (Export Map/Gen information) will create three files in the root directory of DF, one of those files is the '''World Sites file''' named (save name)-world_sites_and_pops.txt.
 +
 
 +
== File Breakdown ==
 +
 
 +
Below the history file will be explained in detail, using portions from an example file to show all of the possibilities.
 +
 
 +
=== World Population ===
 +
At the top of the file the text "Civilized World Population" appears with a listing of the total population of "civilized" beings:
 +
 
 +
<pre>
 +
Civilized World Population
 +
 
 +
20499 Dwarves
 +
11742 Humans
 +
14187 Elves
 +
150 Goblins
 +
575 Kobolds
 +
 
 +
Total: 47153
 +
</pre>
 +
 
 +
=== Sites ===
 +
Following is a list of all of the sites in the world, they can appear in a few different varities, some examples:
 +
 
 +
A site controlled by an entity belonging to a civilization:
 +
<pre>
 +
1: R lidsimo Gumsekemus, "Strangleechoes the Wretched Delight", cave
 +
Owner: Jibigiseekis, kobolds
 +
Parent Civ: Japlolbus, kobolds
 +
288 kobolds
 +
</pre>
 +
 
 +
A site controlled by an entity (which is referred to as a parent civ in other cases), and listing a leader located at that site.
 +
 
 +
<!-- Could use verification on how/why a leader is listed and a parent civ is listed as an owner -->
 +
<pre>
 +
37: Karaboshkuc, "Heatedcruxes", fortress
 +
Owner: The Autonomous Confederacy, humans
 +
law-giver: Sabu Yawntusks, human
 +
1 tortoise demon prisoner
 +
</pre>
 +
 
 +
A site not controlled by any entity, simply listing various creates living there.
 +
<pre>
 +
6: Ilasavuz, "The Absolute Mine", cave
 +
1 giant bat
 +
2 trolls
 +
312 bats
 +
395 cave swallows
 +
453 cave spiders
 +
</pre>
 +
 
 +
=== Outdoor Animal Populations ===
 +
Following the site listing, there is a list of Outdoor animal populations:
 +
 
 +
<pre>
 +
Outdoor Animal Populations (Including Undead)
 +
9060 merpeople
 +
28388 sperm whale men
 +
18120 giant orcas
 +
(many more lines)
 +
</pre>
 +
 
 +
 
 +
=== Underground Animal Populations ===
 +
Following the site listing, there is a list of Underground animal populations:
 +
 
 +
<pre>
 +
Underground Animal Populations (Including Undead)
 +
11284 gorlaks
 +
11270 trolls
 +
7123 giant cave spiders
 +
5001 giant rats
 +
(many more lines)
 +
</pre>
 +
 
  
 
== See Also ==
 
== See Also ==
  
 +
* [[Legends|Legends Mode]]
 
* [[World History file]]
 
* [[World History file]]
 
* [[XML dump]]
 
* [[XML dump]]

Revision as of 03:21, 23 February 2012

This article is about an older version of DF.

In Legends Mode, pressing the p (Export Map/Gen information) will create three files in the root directory of DF, one of those files is the World Sites file named (save name)-world_sites_and_pops.txt.

File Breakdown

Below the history file will be explained in detail, using portions from an example file to show all of the possibilities.

World Population

At the top of the file the text "Civilized World Population" appears with a listing of the total population of "civilized" beings:

Civilized World Population

	20499 Dwarves
	11742 Humans
	14187 Elves
	150 Goblins
	575 Kobolds

	Total: 47153

Sites

Following is a list of all of the sites in the world, they can appear in a few different varities, some examples:

A site controlled by an entity belonging to a civilization:

1: R lidsimo Gumsekemus, "Strangleechoes the Wretched Delight", cave
	Owner: Jibigiseekis, kobolds
	Parent Civ: Japlolbus, kobolds
	288 kobolds

A site controlled by an entity (which is referred to as a parent civ in other cases), and listing a leader located at that site.

37: Karaboshkuc, "Heatedcruxes", fortress
	Owner: The Autonomous Confederacy, humans
	law-giver: Sabu Yawntusks, human
	1 tortoise demon prisoner

A site not controlled by any entity, simply listing various creates living there.

6: Ilasavuz, "The Absolute Mine", cave
	1 giant bat
	2 trolls
	312 bats
	395 cave swallows
	453 cave spiders

Outdoor Animal Populations

Following the site listing, there is a list of Outdoor animal populations:

Outdoor Animal Populations (Including Undead)
	9060 merpeople
	28388 sperm whale men
	18120 giant orcas
	(many more lines)


Underground Animal Populations

Following the site listing, there is a list of Underground animal populations:

Underground Animal Populations (Including Undead)
	11284 gorlaks
	11270 trolls
	7123 giant cave spiders
	5001 giant rats
	(many more lines)


See Also