Hi,
This is problem I have noticed during many months, in particular in the East Frisian Islands area, where performance and freezes have been terrible for a long time after that pack was published by Aerosoft.
I have discovered that problem is indeed caused by Aerosoft and Noolaero Visual Docking Guidance Systems (VDGS), which are a set of extra dependencies needed for some third party airports. Removing those packs solves the performance degradation.
The main files are the following and, as far as I know, they are available both at Aerosoft One and ORBX Central as part of the dependencies required by some airports sold there. You will find them at Community folder:
aerosoft-data-exchange
aerosoft-vdgs-driver
aerosoft-vdgs-model-library
noolaero-module-vdgs
Please note that the system also adds an entry to exe.xml, which is supposed to be executed on game launch:
<Launch.Addon>
<Name>Aerosoft VDGS Driver</Name>
<Disabled>False</Disabled>
<Path>< Community folder >\aerosoft-vdgs-driver\aerosoft-vdgs-driver.exe</Path>
</Launch.Addon>
<Launch.Addon>
<Name>noolaero-module-vdgs</Name>
<Disabled>False</Disabled>
<Path> < Community folder >\noolaero-module-vdgs\Binaries\vdgs-util.exe</Path>
</Launch.Addon>
Airports using Noolaero solution will also contain a āModulesā folder inside them. Both packs will create compiled content at gameĀ“s āPackagesā directory as well.
Everything has to be removed to leave no traces of the wasm content. You need to unistall VDGS addon folders, delete āModulesā folders inside the airports themselves and delete folders created at gameĀ“s āPackages directoryā.
To know which airports are affected navigate to:
\AppData\Local\Packages\Microsoft.FlightSimulator_8wekyb3d8bbwe\LocalState\packages
and check which airport created any subfolders there. You will find the main VDGS folders there as well.
A negative side effect I have seen when those systems are installed is the terrible performance degradation also at areas with high amount of animated objects like the dense wind farms of Alta and Sentinel, at California. Maybe this is the real reason of the performance degradation at East Frisian Islands too, due to their proximity to the north sea offshore wind farms and german coast wind farms.
My guess is that those systems check for simobjects to trigger docking system and accidentally find not only aircraft but also a huge amount of wind turbines or other simobjects types.
Cheers