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

FSXA mod terrain cfg

Messages
289
Country
us-vermont
I do a lot of work with FSX_KML.

If I look at the modified terrain.cfg I see a number of items like this...


// Medium road with light poles and telephone poles
[Autogen.3.0.0]
guid={81F596DE-70CF-DC43-BFCC-6F64A456DB23}
LegacyId=3
AutoObject={46F3D6CB-4270-4373-AEE9-89FB38462EA9} (ag_telephonepole)
ObjectSize=219
ExclusionWidth=3
ClipData=Yes
Offset=15
Density=0
MinAutogenDensity=20
PlaceOnWater=No
RandomHeading=No

This requires some software to embed the above into, I suppose for instance the shapefile defining the path along which this road should appear.
It may be a xml file to submit to BglComp???.

Can someone enlighten me? I know I can string out e.g. telephone poles along a road with Fsx_kml, but the above example seems to combine three items at once.. a road, a light pole, and a telephone pole.
 
Messages
7,450
Country
us-illinois
Originally posted in:

http://www.fsdeveloper.com/forum/showthread.php?p=649031#post649031


As to my post about autogen vectors

I can make a road along a KML line in FSX_KML.

What I am looking for is the lines of code I need to "wrap around" one of the upper level 'FANCY" guid's in the modified terrain.cfg.
If someone has a simple example of XML? code that embeds the guid AND the shapefile of the line vector, I can figure out where to go from there.
Drop the file on BglComp and get a BGL file. Hopefully.

Presumably high end apps like SBuilder? do that in the background somewhere, but I prefer not to grope my way around another high end app. My bad.

Someone has done this from basic principles. I know you are out there. Can you show me an example?



As posted in my initial reply in this thread:

http://www.fsdeveloper.com/forum/showthread.php?t=427193


Basically, if you are more familiar with how to work with FSX_KML, rather than learning how to do the vector additions / mods in application vector content config files for ADE or SBuilder, you may wish to implement the methods described for FSX_KML by editing a copy of the "FSX_KML_Tags.xml".



The FSDeveloper wiki on "FSX_KML_Tags.xml" is at:

http://www.fsdeveloper.com/wiki/index.php?title=FSX_KML#What_is_the_FSX_KML_TAGS_file.3F


For further related info, see especially the links regarding "FSX_KML_Tags.xml" in this thread at:

http://173-233-77-148.static.turnkeyinternet.net/forum/showpost.php?p=648330&postcount=7.


IIUC, once "FSX_KML_Tags.xml" is edited, you can use those new attributes to tag your vector lines right inside the FSX_KML GUI. :idea:


Sorry, I don't have a "worked example" available at the moment, but perhaps a Google search might turn up an example by someone else such as Thorsten Reichert (aka "Horst18519"), Scott Smart (aka "Scott967"), or "Robystar" ...who have used and posted about FSX_KML in some detail previously ? ;)


PS: In FSX SDK, newer CVX format vector content BGLs are now compiled (and placed) via "SHP2VEC" rather than via BGLComp.


Hope this helps ! :)

GaryGB
 
Last edited:
Messages
289
Country
us-vermont
..................Eight years later, I did get around to edit my tags for FSX_KML and all went well until....the compiled BGL line itself shows up in TMFViewer but not in FSXA.

Best wishes from Central Florida to Chicagoland.
 
Top