Skip to content

Crucible vs hand-drawing or procedural tools

There is more than one way to create terrain for a custom Rust map. Each approach has trade-offs in terms of speed, control, and the final look. Here is how the common approaches compare and when to use each one.

Painting a heightmap by hand in Photoshop, GIMP or another image editor gives you absolute control over every pixel, but it is very slow and requires real artistic skill. Natural coastlines, smooth slopes and believable cliff formations are hard to paint without them looking artificial. It is also easy to accidentally use 8-bit mode and introduce visible banding. Hand-painting works well if you have a very specific landmass shape in mind, but it is painful for creating an entire map from scratch. Most map makers only hand-paint to refine terrain after generating it with another tool, and rarely ever at the scale of large maps like Rust has.

World Machine, Gaea, and other game-dev terrain tools

Section titled “World Machine, Gaea, and other game-dev terrain tools”

General terrain generators like World Machine and Gaea are powerful, but they are built for game and film studios, not Rust server admins. They come packed with complex features for terrain sculpting, erosion simulation, and 3D asset placement that Rust map creators simply do not need, and nothing in them is tuned for Rust or RustEdit. That overhead makes them slow to learn and painful to iterate with if you just want to generate a playable Rust island fast, especially if you want to create new custom maps every month, or potentially in the future even biweekly or weekly.

Crucible Heightmap sits in the middle. It generates Rust-tuned procedural island terrain for you in minutes, then you import it into RustEdit and hand-craft the rest of your map (monuments, roads, biomes, water features) exactly how you want. This approach gives you the best of both worlds: natural-looking, detailed terrain generated fast, plus full creative control over the finished map. You get to iterate on terrain using sliders and the brush, and you get to hand-place every monument and road in RustEdit if you don’t want to use the proc gen it offers. Crucible Heightmap strikes a balance between speed and customization.

Rust-tuned island terrain generated in Crucible Heightmap, shown in the 3D preview ready to export for RustEdit