Historically, procedural maps looked either like pixel-art (charming but low-res) or blurry messes (ugly but high-res). Map Gen 2.2 bridges the gap with Hybrid Rendering.
The original Map Gen was great at noise-based generation. But it often looked random. Version 2.2 introduces the Thermal Erosion Module. map gen 2.2
Now, mountains actually create rain shadows. Deserts don't just appear next to swamps unless a logical barrier (like a ridge) exists. You can watch the simulation run in slow motion: tectonic plates collide, thrusting up peaks, while wind and water erode them over "millennia" in milliseconds. The result is a map that feels lived in. This step runs as a post‑pass on the
The standout feature of Map Gen 2.2 is its new "Cellular Water Shedding" algorithm. Unlike older systems that painted rivers as an afterthought, version 2.2 simulates water flow from high-altitude cells down to sea level in real-time. This creates dendritic (tree-like) drainage patterns that are scientifically plausible. You will no longer see rivers flowing uphill or splitting randomly. Every tributary follows the steepest gradient, carving canyons and depositing alluvial fans at delta points. thrusting up peaks
Author: [Institutional or Independent Researcher]
Date: April 24, 2026
Version: 1.0 – Technical Review
Version 2.1 suffered from discontinuous rivers. Map Gen 2.2 implements a priority‑flow accumulation algorithm:
This step runs as a post‑pass on the tile graph, causing ~18% longer generation but producing plausible dendritic networks.