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

Problems with water mask

Messages
28
Country
netherlands
Hello guys,

I am working on my first project at the moment.
However, I am experiencing problems with my water mask.
For some reason, the entire photoscenery is shown as water.

I am trying to use the watermask etc. by the following way;
1st image is for the scenery
2nd image is for the blendmask
3th image is for the watermask

My INF-file:

[Source]
Type = MultiSource
NumberOfSources = 3

[Source1]
Type = BMP
Layer = Imagery
SourceDir = "."
SourceFile = "EGLC_ps_x15.BMP"
Variation = All
Channel_BlendMask = 2.0
Channel_LandWaterMask = 3.0
ulyMap = 51.5100245354004
ulxMap = .0329589843749971
xDim = 2.68220901489353E-06
yDim = 1.66951933283896E-06

[Source2]
Type = BMP
Layer = None
SourceDir = "."
SourceFile = "EGLC_ps_x15_blend.BMP"
SamplingMethod = Gaussian
ulyMap = 51.5100245354004
ulxMap = .0329589843749971
xDim = 2.68220901489353E-06
yDim = 1.66951933283896E-06

[Source3]
Type = BMP
Layer = None
SourceDir = "."
SourceFile = "EGLC_ps_x15_water.BMP"
SamplingMethod = Gaussian
ulyMap = 51.5100245354004
ulxMap = .0329589843749971
xDim = 2.68220901489353E-06
yDim = 1.66951933283896E-06


[Destination]
DestDir = "."
DestBaseFileName = "EGLC_ps_x15"
DestFileType = BGL
LOD = Auto
UseSourceDimensions = 1
CompressionQuality = 85


I think the problem is within the information of source 3. I think something should be added to let resample.exe know that source 3 is the watermask, but I really don't know what, except for the "Channel_LandWaterMask = 3.0" that I've added to source 1.

Is there anyone who can tell me how to fix it?

Thanks.

Regards,

Remco
Xtreme Dev.
 
Messages
28
Country
netherlands
Hi Dave,

See the attachments for a picture from the flight sim.
 

Attachments

  • problem.png
    problem.png
    517.8 KB · Views: 356
Messages
28
Country
netherlands
Oh yeah ofcourse, see the attachment.

The watermask is placed at the Alfa 1 channel of the default Background (Adobe Photoshop)
 

Attachments

  • watermask.png
    watermask.png
    32.9 KB · Views: 351

dave hoeffgen

Resource contributor
Messages
1,439
Country
germany
The black part looks kind of facility shaped to me.
So the black part is meant to be the water?
 

dave hoeffgen

Resource contributor
Messages
1,439
Country
germany
and yousaid it is the alpha channel of the photoreal image or is it a seperate one?
Btw resample would get the image's alpha channel as the water mask if you don't state anything else.
 
Messages
28
Country
netherlands
I have changed it back to the alpha of the photoreal one and I've also changed this in the INF file, but still with no result

New INF:

[Source]
Type = MultiSource
NumberOfSources = 2

[Source1]
Type = BMP
Layer = Imagery
SourceDir = "."
SourceFile = "EGLC_ps_x15.BMP"
Variation = All
Channel_BlendMask = 2.0
ulyMap = 51.5100245354004
ulxMap = .0329589843749971
xDim = 2.68220901489353E-06
yDim = 1.66951933283896E-06

[Source2]
Type = BMP
Layer = None
SourceDir = "."
SourceFile = "EGLC_ps_x15_blend.BMP"
SamplingMethod = Gaussian
ulyMap = 51.5100245354004
ulxMap = .0329589843749971
xDim = 2.68220901489353E-06
yDim = 1.66951933283896E-06


[Destination]
DestDir = "."
DestBaseFileName = "EGLC_ps_x15"
DestFileType = BGL
LOD = Auto
UseSourceDimensions = 1
CompressionQuality = 85
 

rhumbaflappy

Administrator
Staff member
Resource contributor
Messages
5,932
Country
us-wisconsin
The LandWaterMask simply applies water characteristics to the photoreal... meaning bobbing, watery-acting aircraft, waves. If you are replacing the photoreal water with FSX default water, that is done by the blendmask, allowing underlying FSX water to be revealed. Your first INF looked right. Giving a full example with sources and INF attached to a post in a zip file will lead to the problem's solution.
 
Top