Could CK2 get the feature somewhat recently added to EU4 where you can specify water to be drawn at different heights at different locations?
ie. from eu4 ...\map\lakes\00_lakes.txt
Code:
# Lake Titicaca
lake = {
triangle_strip = { 1711 610 1711 628 1723 603 1723 626 1731 595 1733 615 1740 607 }
height = 38
#height = 8
}
Also I've noticed that if you designate a wasteland as a lake province in default.map, the political/cultural/religious etc. names surrounding the province are written over the province, which I think is preferable. If the wasteland is not designated as a lake province, or if it is simply impassable (0,0,0), the name isn't written over.
I don't think that designating the wasteland as a lake has any in-game ramifications, however the province is tinted blue, not black, which is not ideal. Could we get an option to have it behave like a lake for purposes of names, but able to keep the black colour? Maybe add something like
Code:
impassable_zones = { #### }
to default.map?