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

General Discussion

Messages
39
Country
us-washington
Nice program, If it was a program for the erection of houses, it would be great...by

Well...technically...

Forest can place any object for which you have the GUID. So with a bit of creativity and patience you could in fact place houses. I have successfully done so in limited testing.

What you would need to do is define the orientation of the buildings in tree groups such that the buildings face the correct direction in relation to the adjacent street.

So for instance a tree group for buildings lining 45 degree diagonal streets would look something like this:

# These houses would line the south side of 45 degree streets (NW - SE streets)
TreeGroup|Houses - 45 Degrees
Color|0,0,255
Tolerance|0,0,0
Density|100
#House 1 - 50% of total with no scaling
Object|50,1,1,45,45,{House GUID 1}
#House 2 - 20% of total with no scaling
Object|20,1,1,45,45,{House GUID 2}
#House 3 - 30% of total with no scaling
Object|30,1,1,45,45,{House GUID 3}
#House X...up to 100 different object types per tree group


If you elect to experiment with this, adjust the inter-tree interval (TreeX and TreeY values in the Forest definition file) so the houses are spaced realistically. This might be 40-50 meters or more...whatever the average distance is between the *CENTER* of two adjacent houses.

I recommend making a Forest project for vegetation and a separate project covering the same geographical area for man-made structures. Make sure the project names are different so the BGL scenery file names don't conflict. Finally combine the BGL scenery files produced from each project into one FSX/P3D scenery directory.

Not the intended use of the program, but like I said...with some creative thinking (and considerable effort) you could in fact "paint" houses as well.
 
Top