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

Sceneproc Multiple Simobject Random Placement

Messages
81
Country
france
Hi Arno;
In sceneproc we can place multiple objects at random by adding more than one guid.

What about the same but for simobjects?
This code below will add one simobject on the type-testpoint the mysimobject will be placed on all points with the attribute type=testpoint.

CreateXMLSimObject|type="testpoint"|mysimobject|0|0|0|1

how about if you have multiple points shapefile and 20 simobjects you like to be added at random:

apparently this modified code for simobjects xml creation do not work and

CreateXMLSimObject|type="testpoint"|mysimobject;mysimobject2;mysimobject3|0|0|0|1

the container name on the xml will show as: mysimobject;mysimobject2;mysimobject3 because sceneproc do not pick at random.

Is it possible to do it in sceneproc; ?
tx
 
Hi,

At the moment that is not supported, but it should be relatively simple to add.
 
Hi,

I have just coded the change, so in the next development release you will be able to do this.
 
Back
Top