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

Scene Builder Wizard

arno

Administrator
Staff member
FSDevConf team
Resource contributor
Messages
34,464
Country
netherlands
In the latest development release you will find a new wizard, the Scene Builder Wizard. With this feature you can build one scene (object) from a set of FS library objects and their placement. With this information ModelConverterX will generate a combined scene that contains all these objects at the right positions. This might be useful to improve performance (when applied on a small scale) or when you want to convert an entire airport to another format or so. Once you have made the new object you can export or edit it like normal.

The video tutorial below demonstrates this new feature.

Continue reading...
 
Nice looking feature! I have been laying out airport lights with attached effects using Instant Scenery, can I expect this to work to convert all the placed lights to a single object, and will the effect attachpoints all convert over?
Thanks,
Barry
 
Nice looking feature! I have been laying out airport lights with attached effects using Instant Scenery, can I expect this to work to convert all the placed lights to a single object, and will the effect attachpoints all convert over?
Thanks,
Barry
Good question!
 
Hi,

Nice looking feature! I have been laying out airport lights with attached effects using Instant Scenery, can I expect this to work to convert all the placed lights to a single object, and will the effect attachpoints all convert over?

When you place the effects with Instant Scenery are they MDL objects with an effect attached or does that directly generate the BGLComp effect placement code? The first approach should be supported (although I didn't test it), the last one probably not.
 
When you place the effects with Instant Scenery are they MDL objects with an effect attached or does that directly generate the BGLComp effect placement code? The first approach should be supported (although I didn't test it), the last one probably not.

The lights are MDL object with effect attached (made in Gmax and then effect added using Attach Tool) and put in a library BGL, then I use Instant Scenery to place instances of the library object, which generates a separate placement BGL. I think since it's the placed object that's calling for the attached effect that there's no separate effect placement code.

I didn't have much time to try it but what I did was open the wizard and added the above library and placement BGL files, then checked both Round Earth Input and Output (since the objects are placed on the ground in FSX), then Generate Scene. I enabled the display for effects and I see all the lights appear to have the effects, so that looks really good, and there are no missing objects. I did try to save a new BGL using Export Scenery and then disabled my original placement BGL, but I don't see the lights in FSX when I load with the new BGL. I'll try it again later and if I'm still stuck I'll upload my scenery. Was using Export Scenery the correct thing to do, or should I Export Object as MDL and then place it?

Thanks,
Barry
 
Are there any "solid" objects in this scene? If so, do they show up when using the new BGL file?
 
I realized one mistake was when exporting scenery I had the type set to flatten BGL instead of regular FSX scenery BGL

With that fixed I found that I have too many vertices in the combined scene:
8:16 AM XtoMDL Error error : Vertex list has too many vertices (119530), max allowed: 65535

Log is attached. I guess I need to optimize my light models. :yikes:
 

Attachments

Your process sounds ok. Only the round earth input is not needed, I don't think your mdl files are corrected for the round earth.
 
Hi,

That maximum is on a per material basis in FSX. So you have too many objects using the same material.

Find the material that most objects use. You will need to create a new material (copy and paste the old one), make a tiny change to it, and assign some objects to use that material instead.
 
Thanks Tom and Arno, I'll give your suggestions a try. I'm sure that also my models have more polys than necessary so I'll fix that as well and then try this again.
 
MCX should automatically change the materials a bit to stay under that limit. But it seems not to work in all cases. I'll need to look into that.
 
Yes, you can merge multiple objects into one this way.
 
Back
Top