- Messages
- 38
Hi everyone. I'm trying to replicate something I did a long time ago in a different project for FSX, where I made some photoscenery for an island, but during in night time it was partially transparent so that the default terrain lighting could be seen through the photoreal terrain like this:
I'm trying this for my inf file:
L16X63340X63383Y50824Y50851-BLK.BMP is just a pitch black image for testing purposes. I thought that would make the photoscenery completely transparent during the night, but it looks like this instead:
I'm sure I'm missing something obvious here, but I've tried a number of things already to no avail. Any ideas, please?

I'm trying this for my inf file:
Code:
[Source]
Type = MultiSource
NumberOfSources = 4
[Source1]
Type = BMP
Layer = Imagery
SourceDir = "."
SourceFile = "L16X63340X63383Y50824Y50851.BMP"
Variation = Day
Channel_BlendMask = 3.0
SamplingMethod = Gaussian
ulyMap = 37.4225259345632
ulxMap = -6.03149414062501
xDim = 1.07288360595709E-05
yDim = 8.52405589535465E-06
[Source2]
Type = BMP
Layer = Imagery
SourceDir = "."
SourceFile = "L16X63340X63383Y50824Y50851-N.BMP"
Variation = Night
Channel_BlendMask = 4.0
SamplingMethod = Gaussian
ulyMap = 37.4225259345632
ulxMap = -6.03149414062501
xDim = 1.07288360595709E-05
yDim = 8.52405589535465E-06
[Source3]
Type = BMP
Layer = None
SourceDir = "."
SourceFile = "L16X63340X63383Y50824Y50851-WD.BMP"
SamplingMethod = Gaussian
ulyMap = 37.4225259345632
ulxMap = -6.03149414062501
xDim = 1.07288360595709E-05
yDim = 8.52405589535465E-06
[Source4]
Type = BMP
Layer = None
SourceDir = "."
SourceFile = "L16X63340X63383Y50824Y50851-BLK.BMP"
SamplingMethod = Gaussian
ulyMap = 37.4225259345632
ulxMap = -6.03149414062501
xDim = 1.07288360595709E-05
yDim = 8.52405589535465E-06
[Destination]
DestDir = "."
DestBaseFileName = "Sevilla"
DestFileType = BGL
LOD = Auto
UseSourceDimensions = 1
CompressionQuality = 85
L16X63340X63383Y50824Y50851-BLK.BMP is just a pitch black image for testing purposes. I thought that would make the photoscenery completely transparent during the night, but it looks like this instead:
I'm sure I'm missing something obvious here, but I've tried a number of things already to no avail. Any ideas, please?
