• 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.

FSX Exclusion confusion.

Messages
2
Country
unitedkingdom
Hello All,

I'm just taking my first steps into messing around with scenery so a big thank you for the resources on here and in the Wiki without which I wouldn't have got anywhere.

Over the last couple of days I've tried to get FPST - Sao Tome down from it's default altitude of 530ft to it's actual altitude of c.25ft, thus removing the mesa I get with FS Global mesh (at least I assume FS Global covers the island). In SBuilder X I've used an exclude terrain polygon and then a mask polygon of grass at 25ft. I've also used ADE to edit the airfield slightly and bring it's altitude down.

This has worked but with a consequence both unintentional and that I can't seem to get rid of.

fpst2.jpg


At first I thought my exclude was too big and was touching other areas of the terrain to produce this, so now my exclude is a small square inside the airfield boundary with the intention of just removing the terrain within the airfield's boundary. It hasn't made any difference so I wonder if I haven't understood the GUIDs properly. Here's the XML from SBuilder for the EXX:

<?xml version="1.0"?>
<metadata xml:lang="en">
<FlightSim>
<Geometry clipLevel="11"></Geometry>
<AttributeSet>
<AttributeBlock name="Exclusions" guid="{AC39CDCB-DB78-4628-9A7C-051DA7AC864A}">
<Field name="Uuid" type="GUID" />
</AttributeBlock>
<AttributeBlock name="Texture" guid="{1B6A15BB-05FB-4401-A8D1-BB520E84904C}">
<Field name="Guid" type="GUID" />
</AttributeBlock>
</AttributeSet>
</FlightSim>
</metadata>

I've tried changing the "Texture" GUID to 46BFB3BD-CE68-418E-8112-FEBA17428ACE, apparently the GUID for the airfield boundary but with no change. I've even tried running the .dbf, .shp, .shx and .xml through shp2vec with -ADDTOCELLS. That didn't work either. My other thought was to try xml2shp as detailed in the Wiki Modifying Airport Elevation but it appears my xml skills are lacking because xml2shp won't run the file.

Before I start redesigning the whole island is there a way to avoid this and if there is, what am I doing wrong?

Many thanks in advance,
Dan.
 
Your first exclusionary polygon should use the TAG;

Exclude_All_Airport_Boundaries

Then draw in your replacement airport boundary and use this TAG;

AB_Flatten_MaskClassMap_ExcludeAutoGen

After TAGging the new polygon you will need to set it's elevation, so right-click for the pop-up menu, choose to set elevation and enter in meters, not in feet.


Generally you will only see what is shown in your picture when you have used the TAG of; Exclude_All_Terrain_Items
 
LC,

You were exactly right. Seems I was being over-zealous with my exclude. Thank you very much.

Regards,
Dan.
 
Back
Top