minetest-LOTR / Lord-of-the-Test

LOTR-inspired Subgame for Minetest. Rewrite: https://github.com/minetest-LOTR/Third-Age
Other
67 stars 31 forks source link

Mordor waters should be opaque inside as well #184

Closed xeruf closed 1 year ago

xeruf commented 1 year ago

yeah....

screenshot_20221230_000629 screenshot_20221230_000633

it should look muddy from the inside and the side. And this transition in the middle of the lake is also a little jarring. Maybe you can fix worldgen to never put water across biomes?

neinwhal commented 1 year ago

the see-through is a minetest engine issue, which afaik, hasn't been fixed. i.e. in MTG disable lavacooling and place water & lava next to each other, you get the same issue.

There is no good way to detect how big a body of water and the extend of its limits, so doing that via worldgen is not a feasible approach either. The best and only way I can think of currently is to implement a transitional blend.

That being said, with Third Age, we will have more control of the map generation, and hopefully a method can be done to prevent it there. But in LOTT, both of these issues aren't fixable.

Feel free to reopen if you have additional suggestions or examples of some existing functionable methods.