Quite long time ago I have noticed these variables inside of FLT file:
[Weather] ..... CloudmapPosOverride=True CloudmapInitialPosX=179490.1 CloudmapInitialPosY=118298.6 FixedClouds=False
they were not used before as I remember, but now in some missions they have got values (example above taken from asobo-discovery-copenhagen).
Can we use them somehow? My particular reason for asking - we are making SimConnect competitions app ALBATROSS which inserts thermals for gliding competitions. Their positions are visible in the program itself, but clouds do not match thermals locations in the game, which usually happen in RL.
If it's possible to prepare a cloud map with known thermals location and FixedClouds=True so clouds will always be above thermals, it will add extra immersion to the process.
I know native gliders support and thermals simulation in the development already, but we have to do something before official release.