nonta1234 / terraining-heightmap-generator

Terraining - Online heightmap generator for "Cities: Skylines".
MIT License
28 stars 4 forks source link

Add support for Level Correction #25

Open Feuerswut opened 2 months ago

Feuerswut commented 2 months ago

So i have a simple issue: In real life, continental rivers flow downward, as they do. In CS2, water is a wonky mess and there is no support for rivers that start at map edge X with height X and end at map edge Y with height Y < X.

E.g. the river source is broken. So, the terrain tool should apply some level correction to rivers, such that there isn't a 40m height difference from world map edge to another.

Reference: Rhine, Konstanz (Bodensee) and before - Basel - Freiburg and after.

nonta1234 commented 2 months ago

Water issues have been a significant concern since CS1. As for improvements, this idea is still in its early stages, but implementation will take a considerable amount of time due to the need for substantial modifications to the core code.