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

Messages
8
Country
denmark
Hello Dear Community

I'm currently working on HKKI (Kisumu,Kenya). It's my first project. At the Moment i'm a bit stuck. When i try to Compile my Blendmask (BMP) and my photoreal background with alpha channel for water (BMP) it's only compiling one of them. resample.exe gives me following error message on compiling: Source Channel 2 out of bounds. I tried to research the warning but i couldn't find anything. I followed The tutorial linked Please Help!
Thanks in advance
 
Last edited:
Sounds like an INF problem. Copy and paste it here.

[Source]
Type = MultiSource
NumberOfSources = 2

[Source1]
Type = BMP
Layer = Imagery
SourceDir = "."
SourceFile = "HKKI.bmp"
Variation = January, February, March, April, May, June, July, August, September, October, November, December
Channel_BlendMask = 2.0
Channel_LandWaterMask = 3.0
ulyMap = -0.0727844042522775
ulxMap = 34.7085571289063
xDim = 5.36441802978417E-06
yDim = 5.36441123085911E-06

[Source2]
Type = BMP
Layer = None
SourceDir = "."
SourceFile = "HKKI 2.bmp"
SamplingMethod = Gaussian
ulyMap = -0.0727844042522775
ulxMap = 34.7085571289063
xDim = 5.36441802978417E-06
yDim = 5.36441123085911E-06

[Destination]
DestDir = "."
DestBaseFileName = "HKKI"
DestFileType = BGL
LOD = Auto
UseSourceDimensions = 1
CompressionQuality = 85
 
The water-mask is specified as [Source3]. There isn't a [Source3].
 
Back
Top