Page 1 of 1

We really need to figure out towns

Posted: Mon Oct 21, 2019 11:16 pm
by KipperUK
Had a quick experiement at making a small village; and it's not easy. Given that North UK map also contains some actual cities - some thought really has to go into the quickest and easiest way to generate a realistic looking town that isn't a bunch of oversized randomly placed buildings.

My current suggestion is create a bunch of stock buildings that have their own UV maps and merge them all into a single blender mesh; I'm not sure if that will preserve the textures/UVs correctly however; and even trying to do a small village with repetitions of the exact same model took considerable time.

Any better ideas below please - or are we destined to have pancake-flat towns and villages in our landscapes?

Someone should go and steal the tech used for the new Microsoft Flight Simulator....

Re: We really need to figure out towns

Posted: Thu Oct 24, 2019 4:27 pm
by Andy1248
There is a sort of way by using OSM2World:

http://osm2world.org/

Select your area of interest on 'Open Street Map', save the map.osm, run OSM2World via command line, export as a wavefront .obj, import into your 3D application, then convert to a c3d file.

The pic is an example of all the buildings on the North site of RAF Henlow (not the hangers, they are nicely modelled by me). OSM2World allocates colours to walls and roofs etc. but cannot be used in a condor c3d because of the single texture rule. So in the pic all the buildings are a single colour.

However each object can be UV mapped and all the objects grouped into a single object file. I did this for the Henlow site and I am also experimenting for larger airports i.e. Gatwick and Stansted. Also Xavier has recently posted about how to use UV mapped textures in multiple objects.

There is also another problem. I made an object for all the buildings in Biggleswade, did not UV map them all, but just tried the object in Condor. Unfortunately the Condor landscape editor was unable to correctly rotate the object such that all the buildings were in the correct place. the same problem as aligning a runway. I understand that an updated version of Landscape editor is in the pipeline and may have improved object alignment.

I have not yet worked out how to get the roof shape from OSM2World so all the buildings have flat roofs.

Some YouTube guides:

https://www.youtube.com/watch?v=xo9BS3dpD5o

https://www.youtube.com/watch?v=R1ROxTn ... dG60aeiGFW

https://www.youtube.com/watch?v=9J5Q1RUGZCU

Note - you can buy an OSM plugin for Blender.

Re: We really need to figure out towns

Posted: Mon Oct 28, 2019 2:38 pm
by KipperUK
What is the actual performance impact from using more than one texture in an object?

This looks like promising software and while same coloured building roofs isn’t accurate, it may work well enough just to make towns that jump out, especially if separate objects are used for special buildings like churches or industrial areas to add the variety.

If there’s little impact from using a couple of textures then having two different “roof” colours would work..

Re: We really need to figure out towns

Posted: Thu Oct 31, 2019 2:51 pm
by Cadfael
There is another issue: too many objects destroy FPS, so placing individual objects for cities can make the scenery flightless for people with weaker computers. I am afraid only manual placement of larger objects (with many houses inside as a parts of one object) give flyable result now. You also need flatten terrain under objects manually. Maybe at the future we will have better object possibilies at the Condor but now it is not easy.

At V2 you cannot use more textures for one object. But for example if you have four houses as one objects, you can use four textures for houses inside.

Re: We really need to figure out towns

Posted: Thu Nov 07, 2019 10:17 pm
by KipperUK
Cadfael wrote:
Thu Oct 31, 2019 2:51 pm
At V2 you cannot use more textures for one object. But for example if you have four houses as one objects, you can use four textures for houses inside.
You can, but how does that affect performance? I'm aware it's happening on Slovenia 2 ... I've not run into issues with my PC but I wouldn't expect to as it's much higher spec than needed.

Re: We really need to figure out towns

Posted: Sat Nov 09, 2019 5:15 pm
by Cadfael
One objects with many polygons (objects) inside, has much more better performance, like the same objects seperatelly. I got no any info about troubles with performace at my landscapes, include Slovenia2

Re: We really need to figure out towns

Posted: Sat Nov 09, 2019 8:56 pm
by KipperUK
What about the difference between one file with a single mesh vs containing many meshes?

And potentially a different texture on each mesh?