Help! SDK disappearing ground textures

Hello!
Over the last year I made some sceneries for MSFS with the SDK:

But there is a strange problem with my custom ground textures: If I install more than one of my own sceneries, the ground textures won’t load. As soon as I only use one of them, everything is working as supposed.
Everything else (3d-models, runways, taxiways, etc.) is working perfectly fine.
I checked all the files if there are any duplicated GUIDs, wrong file names or something similar. But I found nothing.
I have really no idea what is causing the textures to disappear.
Does anyone have a solution?

The tutorial I used to add my custom ground textures:

Thanks a lot!


You need to have specific/unique path for each scenery
All have them, for Materials, are

MaterialLibs/CustomMaterials/

Change them to something like

MaterialLibs/icao-materials

Same is for the models

You have

scenery/mycompany

It should be

scenery/nfm-icao

The Services are packed in the wrong way

The source path must be

PackageSources\AirportServices\ICAO\Services.xml

Where ICAO Is the ICAO of your airport

The above will prevent issues with every other Airports

1 Like

Thank you sooo much!
I’ll change all those things in my sceneries!

1 Like