• 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 v2 HELP! Lightpost doesn't appear

Messages
19
Country
germany
Hi!

Recently, I wanted to add lightposts along the roads for my Photorealistic scenery.
Here is what I told scenProc to do:

Code:
# Karlsruhe Baden-Baden Baden Airpark
IMPORTOGR|C:\Users\user\Downloads\karlsruhe-regbez-latest.shp\roads.shp|*|*|NOREPROJ
#
SPLITGRID|AGN|building=*
#
PLACEPOINTSALONGLINE|FTYPE=LINE;FROMFILE=roads.shp|SINGLE|30;30|3;3|030|obj|licht|hdg
#
CREATEAGNLIBOBJ|FTYPE=POINT|{1066b428-d7c8-4080-a478-ce69c524d9e6}|hdg|0|3;3
#
EXPORTAGN|FSX|C:\Users\user\Desktop\EDSB_FILES_RESSOURCES\New AGN mit StreetLights\Street light

The compile succeeded, so I opened up Prepar3d v2.5 to look at the results: But no lightpost was there!
After that, I opened up Autogen Annotator: It sayd "GUID not found: {1066b428-d7c8-4080-a478-ce69c524d9e6} 1066b428, d7c8-408, a478, ce69c524d9e6"


What do I have to do that the lightposts appear in Prepar3d? Went something wrong in my scenProc-Config?
 
Messages
19
Country
germany
Autogen requires it being added to the autogen descriptions file. I can't specifically remember how to do this.

For some reason the Autogen page in the Wiki has been deleted... But search the forum has loads of information...

http://www.fsdeveloper.com/forum/th...ault-xml-whats-the-latest.432998/#post-700441

Thanks for your reply! But I have one more question: I really don't know what to add to the Autogen file because it should already be there. As you can find on this site (http://www.prepar3d.com/SDKv2/LearningCenter/general/lo_global_objects.html), the GUID is a default Library Object included with Orepar3d, isn't it?
 
Messages
1,956
Country
unitedkingdom
Yeh, they're global library objects. Not autogen objects. Autogen works on a completely different system. These are in the default.xml I think. Look at that thread.
 
Top