Skip to content

Export a Rust .map file (the main RustEdit export)

Crucible Heightmap can export your map as a Rust .map file: the same file format Rust and RustEdit use for a complete map. This is the main, recommended export (it is the default in the export panel), ahead of the older RAW heightmap route. The advantage over the World Creator splat import is that a .map opens directly in RustEdit in one step, with your terrain height and your painted ground textures (splats) already in place. There is no World Creator importer to run and no separate file set to line up: you open one file and your map is there.

The Crucible Heightmap export panel with the MAP File option checked, which writes a single Rust .map file that opens directly in RustEdit

The World Creator route brings the same height and splats across, but you import a folder of files through RustEdit’s World Creator importer and then take care to protect your terrain during proc gen. The .map export is the shortcut:

World Creator import.map export
Terrain heightYesYes
Painted splatsYesYes
How it opens in RustEditThrough the World Creator importerOpen the file directly
Files to importA folder of filesOne .map file
Biomes and topologyAdded in RustEditAdded in RustEdit

Both routes carry your height and splats. The .map export just gets them into RustEdit faster, in a single open.

  1. Build your map: generate and sculpt the terrain, then paint your splats.
  2. Open the export panel. MAP File is checked by default.
  3. Export. Crucible writes a single .map file into your output folder.

In RustEdit, open the exported .map file directly. Your terrain and painted ground textures load together. From there you finish the map the usual way: add biomes and topology with RustEdit’s tools, then place monuments, roads and prefabs, and test it on a local server.

  • Want the fastest path into RustEdit, with height and splats in one file? Use the .map export (the default MAP File).
  • Following an existing World Creator workflow? The World Creator import brings the same height and splats across a folder of files.
  • Just need bare terrain for a manual RustEdit heightmap import? Export a plain 16-bit RAW and follow how to make a custom Rust map.