Difference between revisions of "Maps"
m (fix changelog link) |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
Foundation allows players to choose from five official maps when starting a new game | ''Foundation'' allows players to choose from five official '''maps''' or a procedurally generated map when starting a new game. | ||
{| class="wikitable" | {| class="wikitable" | ||
Line 17: | Line 17: | ||
|} | |} | ||
== Map Generator | == Map Generator== | ||
Procedural maps are randomly generated maps that will make each game a unique experience. The map generator is still a work in progress. First introduced publicly in the [[1.9.1. Update|1.9.1 Update]]. | Procedural maps are randomly generated maps that will make each game a unique experience. The map generator is still a work in progress. First introduced publicly in the [[1.9.1. Update|1.9.1 Update]]. Currently there are 3 base map options based on the original maps already present in the game: Coastal, Fluvial and Hills. These maps have several paramaters that can be adjusted: | ||
{| class="wikitable" | {| class="wikitable" | ||
|+Current Map Generator Parameters | |+Current Map Generator Parameters | ||
Line 25: | Line 25: | ||
!Description | !Description | ||
|- | |- | ||
| | |[[File:Icon_Terrain_Ocean.png|32px]] | ||
|Ocean | |Ocean | ||
|Controls the size of the ocean. | |Controls the size of the ocean. | ||
Line 53: | Line 53: | ||
|Controls the overall incline of the terrain. | |Controls the overall incline of the terrain. | ||
|} | |} | ||
Additional parameters including improved vegetation, and elevated rivers are being considered for future application. | |||
=== Map Code === | === Map Code === | ||
Contains all of the current map information. Can be used for easy sharing. Buttons for both copying the Map Code to clipboard, as well as pasting a Map Code from clipboard. ''Please note that Map Codes may become partially or completely obsolete as we improve and update the Map Generator.'' | Contains all of the current map information. Can be used for easy sharing. Buttons for both copying the Map Code to clipboard, as well as pasting a Map Code from clipboard. ''Please note that Map Codes may become partially or completely obsolete as we improve and update the Map Generator.'' | ||
[[Category:Game Mechanics]] |
Latest revision as of 09:33, 9 January 2024
Foundation allows players to choose from five official maps or a procedurally generated map when starting a new game.
Map Generator
Procedural maps are randomly generated maps that will make each game a unique experience. The map generator is still a work in progress. First introduced publicly in the 1.9.1 Update. Currently there are 3 base map options based on the original maps already present in the game: Coastal, Fluvial and Hills. These maps have several paramaters that can be adjusted:
Additional parameters including improved vegetation, and elevated rivers are being considered for future application.
Map Code
Contains all of the current map information. Can be used for easy sharing. Buttons for both copying the Map Code to clipboard, as well as pasting a Map Code from clipboard. Please note that Map Codes may become partially or completely obsolete as we improve and update the Map Generator.