Map Seeds: Difference between revisions
Mastergalen (talk | contribs) (Created page with "{{image requested}} Banished '''map seeds''' are values made up of numbers, used as the basis for generating every Banished map. == Map generation == Whenever the game ha...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{image requested}} | {{image requested}} | ||
[[Banished]] '''map | A [[Banished]] '''map seed''' is a number that is used as the basis for generating a Banished map. | ||
A map's seed is set when that world is created. By default, Banished uses the current [[wikipedia:System time|system time]] as the seed, but the player can change it. Create a new world with the exact same terrain as a previous world by reusing that world's seed, or use a known seed to play the same world as another player. | |||
== Determining the seed == | |||
The seed of the current world can be found in the main menu by clicking the ''Map'' button. | |||
== | == Technical details == | ||
Whenever the game has to generate a new map, it calls upon an algorithm. This algorithm uses a pseudo-random number generator to get values for the size and positions of the mountains, lakes, forests and rivers on the map. However, the pseudo-random number generator is - as its name implies - not truly random. Given a particular starting number (the ''seed''), it will always generate the same sequence of numbers, resulting in the exact same map. | |||
== See also == | == See also == |
Revision as of 00:20, 2 March 2014
A Banished map seed is a number that is used as the basis for generating a Banished map.
A map's seed is set when that world is created. By default, Banished uses the current system time as the seed, but the player can change it. Create a new world with the exact same terrain as a previous world by reusing that world's seed, or use a known seed to play the same world as another player.
Determining the seed
The seed of the current world can be found in the main menu by clicking the Map button.
Technical details
Whenever the game has to generate a new map, it calls upon an algorithm. This algorithm uses a pseudo-random number generator to get values for the size and positions of the mountains, lakes, forests and rivers on the map. However, the pseudo-random number generator is - as its name implies - not truly random. Given a particular starting number (the seed), it will always generate the same sequence of numbers, resulting in the exact same map.
See also
|