Version 2 (modified by FeXoR, 8 years ago) ( diff )

--

Heightmap Import

Part of the Atlas (Scenario Editor) Manual

Heightmap Import feature (accessible via File -> Import Heightmap... menu item) allows to generate terrain based on a heightmap image file. One possible usage of this feature is generating game maps based on real-world data (see Digital elevation model).

The image should be:

  1. square
  2. with power of 2 dimensions (128x128, 256x256 etc.)
  3. greyscale (darker parts of the image produce lower terrain)

The resulting map size is calculated based on the image size (128x128, 256x256 and 512x512 correspond to Tiny, Medium and Giant map sizes respectively, see map_sizes.json).

Currently the heightmap importer doesn’t have any configuration, so if import doesn't produce the desirable result, the source image should be edited in an image editor and re-imported. Fine-tuning of specific areas can be done using Atlas terrain tools (see Atlas Manual: Terrain Tab).

Note: See TracWiki for help on using the wiki.