at
http://www.fsdeveloper.com/forum/showthread.php?t=201563
Hi guys I recently decided to start building scenery for Fsx using SBuilderX. I thought I'd start with my hometown airport. Everything was going well UNTIL I got to the stage where I had to recreate a mountain which FSX left flat. I have tried setting the various altitudes for each vector of the polygon/s. I have gotten some elevation, but the problem is controlling the size and shape, and keeping the sea from climbing the sides of the mountain. After more than two months of trying different things I've had enough.
1. Is there a tutorial somewhere that can point me in the right direction of building hills and mountains for FSX?
or
2. Is there another piece of software, other than SBX to do that same job described (easier and or better)?
Any help on this will be greatly appreciated
Thanks.
Hello:
Based on your other thread quoted above, you might consider using some sort of (
ex: DEM, GeoTIFF) source data to make an FSX compliant terrain mesh using FSX SDK Resample.
[
EDITED]
Although it is theoretically possible to create custom terrain from scratch using raster files and/or contour interval data, considerable post-processing with special software is needed to smooth the data for a satisfactory result in FS at run time; thus it is likely far more cumbersome to do that compared to making a FS terrain mesh from DEM data.
Otherwise, special apps do exist which can be used to create DEMs from various data sources, with an option to edit data prior to output; some are mentioned here:
http://www.fsdeveloper.com/forum/showthread.php?t=19403&highlight=GRISES
http://www.fsdeveloper.com/forum/showthread.php?t=16087&highlight=GRISES
NOTE: IIRC, the
SBuilder utility called BSQToBMP is limited to producing a terrain mesh at max LOD-8 resolution (which is
less than that of FSX default at St. Lucia).
So rather than using a BSQ with SBuilder, consider instead converting one's DEM data to GeoTiff for use with FSX SDK Resample utility for higher LOD mesh output:
http://mapsww.fsdeveloper.com/forum/showthread.php?t=3629
BTW: You might wish to
state an airport name or a set of coordinates for the location of your project, so would-be helpers may offer a more informed opinion as to available data sources, and perhaps to suggest how you might best proceed once the "lay of the land" is known for the region of interest.
Be assured though, that there is a wealth of information which can be found on how to make scenery via the
Search function here at FSDeveloper, and
ex: Google ...if you use the correct query strings.
PS: Based on your original thread here at FSDeveloper, this is at George F. L. Charles Airport (Formerly Vigie Airport)
ICAO: TLPC, St. Lucia... am I correct ?
http://www.fsdeveloper.com/forum/showthread.php?t=202460
If in fact the area of interest is TLPC airport in St. Lucia, perhaps the following info may be helpful:
Google Earth "jump" coordinates: 14°01 13N,060°59 35W (14.0202777777777N,60.9930555555555W)
http://en.wikipedia.org/wiki/George_F._L._Charles_Airport
http://en.wikipedia.org/wiki/Saint_Lucia
FSX already provides a LOD-10 resolution terrain mesh (38.2 Meters between gridded elevation data points) in [FSX install path]\Scenery\0303\Scenery\dem0303.bgl
Most freely available non-USA DEM data is either SRTM (90 Meter) or ASTER-GDEM (30 Meter... but impractical to use at resolutions below 90 Meter due to un-fixed artifacts)
To make a useful custom terrain mesh would no doubt require even more precise DEM source data, so I understand your inclination to make certain terrain features based on other (non-DEM ?) sources to then yield a more detailed terrain rendering for FSX.
FYI: Since higher resolution DEMs have been created from St. Lucia topographic contour interval elevation data, perhaps
Page 10 in this study may offer additional ideas and leads:
http://www.caribank.org/titanweb/cdb/webcms.nsf/AllDoc/60316695013ECF0B04257553006BCFFF/$File/LandslideHazardMappingFinal_Report_2-28-06.pdf
It would also be interesting to see how well a 10 Meter DEM might allow FS to render these landmarks:
http://en.wikipedia.org/wiki/Soufrière,_Saint_Lucia
http://en.wikipedia.org/wiki/File
ay248bdriveq.JPG
[
END_EDIT]
Hope this helps !
GaryGB