v2+ Details
0.3.2 - Working Draft to present the concept ideas (FO)
MapGen v22 didn’t stop at layout. It simulated simple ecosystems—water flow, erosion, vegetation spread—that fed back into the map generator. Rivers cut new valleys; abandoned roads became overgrown corridors. Players encountering a toppled aqueduct might deduce a past flood that shaped the local culture. That’s emergence: small procedural rules producing narrative hints players interpret as history.
| Feature | Vanilla (1.20+) | Mapgen v22 (Tectonic) | | :--- | :--- | :--- | | | Fragmented, infinite sprawl. | Continental, distinct shapes. | | Mountain Height | Y=120~256 (variable). | Y=256 (common), Y=320 (peaks). | | River Logic | Noise-based, often broken. | Channel-based, realistic flow. | | Ocean Depth | Shallow (Y=40~50). | Deep (Y=-40~-60). | | Cave Density | High (Cheese/Spaghetti). | Moderate, terrain-adaptive. | | Visual Style | "Fairytale" / Rolling hills. | "Fantasy Realism" / Grand scale. | mapgen v22
You provide a basic drawing of where land and water exist. MapGen v22 didn’t stop at layout
: The primary feature of any mapgen is to create the terrain. This includes mountains, valleys, oceans, and other geographical features. The algorithm ensures varied and often realistic terrains that are playable or visually appealing. Players encountering a toppled aqueduct might deduce a
Built-in tutorials and a simplified GUI make it accessible for beginners. 🛠️ How it Works
: Calculates elevation and terrain effects (e.g., mountains, plains) from user-specified color biomes. Output Layer