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

Help

Messages
2
Country
us-wyoming
I just started using FSPlanner. I have successfully built an airport. The problem that I am having is compiling the BGL. I fill out all of the forms correctly, but when I try to compile the BGL, it gives me a message saying that it cannot find the correct file. The correct file, is a BGL in the name of what I want to compile in the SDK BGL complier folder. Can someone help me, please. :)
 
Can you please make a screenshot of the error message and attach it to a post in reply?
 
Attached is a screenshot with the text that FSPlanner gives me.



Thanks for the help
 

Attachments

  • HELP.jpg
    HELP.jpg
    64.3 KB · Views: 533
FSX Planner is no longer supported by the developer so I am not sure. However it would seem that the program generates the Bgl file in a temporary folder and then copies it to the folder you specify.

If the Bgl file does not get created then that might give rise to the error.

Can you confirm that you installed the FSX SDK? Without it you will not have a compiler to compile with.

If you did install it then can you make sure that you have told FSX Planner where the SDK is and where the sub folder ...\SDK\Environment Kit\BGL Compiler SDK\ is?

If FSX Planner is trying to compile to the SDK folders then you may have a user Access Control (UAC) issue that is stopping the file being created.

Sorry if this is a bit vague but I do not have this program installed so I am flying a bit blind :)
 
I would suggest having your own folder hierarchy for all your airport designs instead of putting them in the SDK. I have a template that I copy for every new airport:

Code:
      My-Scenery-Designs
            {Continent}
                  {Country}
                       {Airport}
                             {SBuilderX}
                             {FSX Planner}
                                  {Generated}
                                      {scenery}
                                      {texture}
                              {Docs}
                                   {Internal}
                                   {Public}
                               {Reference}
I think that you are getting the error because the target directory does not exist, check it. I was inclined to think the BGL was still in use by FSX but you are compiling to your SDK directory.
 
Back
Top