• 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 Some basic questions about LCX

Messages
5
Country
china
Hello everyone, I'm Yuchen and a new guy here. I'm learning how to use LCX to put all my mdl files to a bgl file. But I met some problem and need some help.
1. When fsx use this bgl, how can it locate every mdl in the bgl and put them into a right place?
2. What should I do with the bgl if I use two different textures on one mdl?

I'll really appreciate for your help.

PS: Plz forgive my bad English. :-)
 
To use a library object, you must have two things.
a. MDL objects contained in a library BGL (as you have done with Library Creator). See below for location.
b. Another BGL file that specifies where this library object should be placed. There can be many objects placed in one BGL file. This BGL file should be located along with the other BGL files for that airport (if any), or if not in any active scenery folder.

Answers:
1. You must use a program (or write your own XML code) to place the library object into the scenery at a specified location. This creates file b. Programs like ADE, ObPlacer XML (FS9, http://www.fsdeveloper.com/wiki/index.php?title=ObPlacer_XML), Object Placement Tool (FSX, http://www.fsdeveloper.com/wiki/index.php?title=Object_Placement_Tool_(FSX)), Rwy12, EZ-Scenery, and Instant Scenery can do this. I use Instant Scenery which allows you to place the objects while in FS and is very easy to use (payware).

2. You always place library BGL files (file a) into an active scenery folder (in the scenery subfolder). All textures go into the adjoining texture subfolder, no matter how many there are. If the library is for a specific airport, I place the library BGL and texture files into that airport's folder. If they are objects that will be used at many airports (ramp equipment, etc.) I place them into a generic Static Objects Library folder.
 
Last edited:
Back
Top