• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

P3D v4 Need a little clarification on the Add-on.xml method

Messages
1,636
Country
unitedstates
I am working on my first attempt at creating an Add-on.xml for my add-on scenery. Through research here and the P3D SDK I was able to create one that works but I guess the only way to know for sure would be to completely uninstall P3Dv4 (or v3), reinstall and see if my scenery remains activated?

Where I am a little fuzzy on is about files that I have placed in the P3D Scenery\Global\scenery folder and the Scenery\Global\texture folder. This I do if I am using the older, Scenery Library activation method. Using the Add-on method should my files no longer be installed there but remain with my install folder and they are referenced as to where they are in the Add-on.xml? Will all my files get "discovered"?

Thx
 
You should not place any files in the core sim folders... I do not know if there are any issues, hopefully someone who makes scenery can chime in.
 
As noted in the SDK, you can add global or world textures using a category 'texture' and a type, Global or World, with Global the default. I use this to add custom autogen building textures.
I've also added the equivalent of Scenery\World\Scenery elevation stubs using category 'Scenery' with a layer of 4, to make sure it loads early in the process. Works a treat.
I was pleased to find that with a complete uninstall and reinstall of 4.4 all my add-on.xml scenery just worked, after the initial activation.
 
As noted in the SDK, you can add global or world textures using a category 'texture' and a type, Global or World, with Global the default. I use this to add custom autogen building textures.
I've also added the equivalent of Scenery\World\Scenery elevation stubs using category 'Scenery' with a layer of 4, to make sure it loads early in the process. Works a treat.
I was pleased to find that with a complete uninstall and reinstall of 4.4 all my add-on.xml scenery just worked, after the initial activation.
I can't override the orbx airport elevations in the Scenery\World\Scenery folder with layer 4. Have you found you can? Or do you turn off the orbx alt stubs?
 
Last edited:
Back
Top