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

Landable Ice

Messages
58
Country
us-alaska
Hello, I'm working on a scenery project for FSX using SbuilderX. As the title of this tread suggests, I'm wondering if there's a way to make a small lake that is water in summer, and land-able ice in winter.
 
I've looked at that. From what I see, it looks like an .inf source that is to be used with the resample tool. The link to the files that the author posted is broken. I might sound kinda silly in saying this but, how is a Geo-referenced picture that is ported into flight simulator able to make a land-able surface? On top of that, how would I get the imagery? The only thing that comes to mind is to buy a satellite photo that was taken during winter.

Basically, I'm an ignoramus, If I were to do this, I would need a general step by step guide.
 
Hi wilevi93.

It is a photoreal BGL processed by resample. You could take an aerial photo of the lake, color the water white, then color the rest black, then make the BGL using a similar INF file.

Code:
[Source]
Type = BMP
Layer = Imagery
SourceDir = "."
SourceFile = "SouthernLakesIce.bmp"
ULXMAP = -88.828125
ULYMAP = 42.71484375
XDIM = 0.000526685393258427
YDIM = 0.000395903716216216
Variation = January,February,March
NullValue = 0,0,0

[Destination]
DestDir = "."
DestBaseFileName = "SouthernLakesIce"
DestFileType = BGL
LOD = 9,13
UseSourceDimensions = 1

You don't need to buy anything. Bing! or Google image will work. Just paint over it in photoshop or another paint program. Resample will make a photoreal with all but the lake ice nulled out.


Dick
 
Back
Top