- Messages
- 266
- Country

Well, I finally got it to work. I went one by one first doing just the seasonal photo scenery and then adding the blend/water masks separately and then finally added the night map. The only thing I can see that is different in this inf file than my original is that the blend and water masks are in sources 4 and 5 like suggested above...so I guess the order does matter somewhat at least in this instance. The new working inf file is below...I've checked all seasons day and night and everything is as it should be! Finally!!!!
Brandon
Brandon
Code:
[Source]
Type=MultiSource
NumberOfSources=7
[Source1]
Type=GeoTIFF
SourceDir="C:\Flight Simulator Programs\Scenery Design\Alliance Airport Scenery\Aerial Photos\Projected"
SourceFile="kafw_winter_photo.tif"
Layer=Imagery
Variation=November, December, January, February
Channel_LandWaterMask=4.0
Channel_BlendMask=5.0
[Source2]
Type=GeoTIFF
SourceDir="C:\Flight Simulator Programs\Scenery Design\Alliance Airport Scenery\Aerial Photos\Projected"
SourceFile="kafw_spring_photo.tif"
Layer=Imagery
Variation=March, April, May
Channel_LandWaterMask=4.0
Channel_BlendMask=5.0
[Source3]
Type=GeoTIFF
SourceDir="C:\Flight Simulator Programs\Scenery Design\Alliance Airport Scenery\Aerial Photos\Projected"
SourceFile="kafw_summer_photo.tif"
Layer=Imagery
Variation=June, July, August
Channel_LandWaterMask=4.0
Channel_BlendMask=5.0
[Source4]
Type=GeoTIFF
SourceDir="C:\Flight Simulator Programs\Scenery Design\Alliance Airport Scenery\Aerial Photos\Projected"
SourceFile="kafw_photo_W.tif"
Layer=None
SamplingMethod=Gaussian
[Source5]
Type=GeoTIFF
SourceDir="C:\Flight Simulator Programs\Scenery Design\Alliance Airport Scenery\Aerial Photos\Projected"
SourceFile="kafw_photo_B.tif"
Layer=None
SamplingMethod=Gaussian
[Source6]
Type=GeoTIFF
SourceDir="C:\Flight Simulator Programs\Scenery Design\Alliance Airport Scenery\Aerial Photos\Projected"
SourceFile="kafw_fall_photo.tif"
Layer=Imagery
Variation=September, October
Channel_LandWaterMask=4.0
Channel_BlendMask=5.0
[Source7]
Type=GeoTIFF
SourceDir="C:\Flight Simulator Programs\Scenery Design\Alliance Airport Scenery\Aerial Photos\Projected"
SourceFile="kafw_photo_LM.tif"
Layer=Imagery
Variation=Night
SamplingMethod=Gaussian
Channel_LandWaterMask=4.0
Channel_BlendMask=5.0
[Destination]
DestDir="C:\Flight Simulator Programs\Scenery Design\Alliance Airport Scenery\Aerial Photos\Output"
DestBaseFileName="kafw_photo"
DestFileType=BGL
LOD=Auto
CompressionQuality=85

