- Messages
- 75
- Country

Hey guys,
I want to add three variations to my photoreal: 1 for January, February, September, October, November and December, one for March, April, May, June, July, August and the last as the night.
But, what happens: My first source is used in the Fsx in all the months, the second source is totally ignored and, when night, the image doesn't show and what i see is the default terrain of Fsx.
Can someone say what is wrong?
Thank you
Here is my code to the .inf file:
I want to add three variations to my photoreal: 1 for January, February, September, October, November and December, one for March, April, May, June, July, August and the last as the night.
But, what happens: My first source is used in the Fsx in all the months, the second source is totally ignored and, when night, the image doesn't show and what i see is the default terrain of Fsx.
Can someone say what is wrong?
Thank you
Here is my code to the .inf file:
Code:
[Source]
Type = MultiSource
NumberOfSources = 5
[Source1]
Type = BMP
Layer = Imagery
SourceDir = "."
SourceFile = "Nanuque.bmp"
Variation = January,February,September,October,November,December
ulxMap = -17.8127635505468
ulyMap = -40.341796875
xDim = 5.36441802978842E-06
yDim = 5.10701117259162E-06
Channel_LandWaterMask = 3.0
Channel_Blendmask = 4.0
[Source2]
Type = BMP
Layer = Imagery
SourceDir = "."
SourceFile = "Nanuque Fall.bmp"
Variation = March,April,May,June,July,August
ulxMap = -17.8127635505468
ulyMap = -40.341796875
xDim = 5.36441802978842E-06
yDim = 5.10701117259162E-06
Channel_LandWaterMask = 3.0
Channel_Blendmask = 4.0
[Source3]
Type = BMP
Layer = None
SourceDir = "."
SourceFile = "Nanuque Watermask.bmp"
ulxMap = -17.8127635505468
ulyMap = -40.341796875
xDim = 5.36441802978842E-06
yDim = 5.10701117259162E-06
SamplingMethod = Gaussian
[Source4]
Type = BMP
Layer = None
SourceDir = "."
SourceFile = "Nanuque Blendmask.bmp"
ulxMap = -17.8127635505468
ulyMap = -40.341796875
xDim = 5.36441802978842E-06
yDim = 5.10701117259162E-06
SamplingMethod = Gaussian
[Source5]
Type = BMP
Layer = Imagery
SourceDir = "."
SourceFile = "Nanuque Night.bmp"
Variation = Night
ulxMap = -17.8127635505468
ulyMap = -40.341796875
xDim = 5.36441802978842E-06
yDim = 5.10701117259162E-06
Channel_LandWaterMask = 3.0
Channel_Blendmask = 4.0
[Destination]
DestDir = "."
DestBaseFileName = "Nanuque_Season"
DestFileType = BGL
LOD = Auto
UseSourceDimensions = 1
CompressionQuality = 85



