- Messages
- 130
- Country

Hey guys,
I am stuck again. This has been a big learning process and its been more frustrating than fun as it usually is.
I am trying to make an airport texture out of multiple textures in one .bgl.
I exported 2 geotiffs and opened them in photoshop to edit them. When i finished, I took the info from the geography location file sbuilder produces and preety much pastes the coordniates I thought where correct. However, the first image does not align correctly, and the second one fails to compile. (There is no error, it just doesn't compile the inf file)
Here is the TMFviewer.
http://img525.imageshack.us/img525/895/help1.jpg
This is the inf code.
Here are the geography codes:
TJIGmiddle.bmp
TJIGend.bmp
please help,
TIA
I am stuck again. This has been a big learning process and its been more frustrating than fun as it usually is.
I am trying to make an airport texture out of multiple textures in one .bgl.
I exported 2 geotiffs and opened them in photoshop to edit them. When i finished, I took the info from the geography location file sbuilder produces and preety much pastes the coordniates I thought where correct. However, the first image does not align correctly, and the second one fails to compile. (There is no error, it just doesn't compile the inf file)
Here is the TMFviewer.
http://img525.imageshack.us/img525/895/help1.jpg
This is the inf code.
Code:
[Source]
Type = MultiSource
NumberOfSources = 4
[Source1]
Type = BMP
Layer = Imagery
SourceDir = "."
SourceFile = "TJIGstart.BMP"
Variation = All
Channel_BlendMask = 2.0
NullValue = 255,0,0
SamplingMethod = Gaussian
ulyMap = 18.4600707526715
ulxMap = -66.1102294921875
xDim = 5.36441802978516E-06
yDim = 5.0884860404804E-06
[Source2]
Type = TIFF
Layer = None
SourceDir = "."
SourceFile = "blendmask.tif"
SamplingMethod = Gaussian
ulyMap = 18.4600707526715
ulxMap = -66.1102294921875
xDim = 5.36441802978516E-06
yDim = 5.0884860404804E-06
[Source3]
Type = BMP
Layer = Imagery
SourceDir = "."
SourceFile = "TJIGmiddle.BMP"
Variation = All
Channel_BlendMask = 2.0
NullValue = 255,0,0
SamplingMethod = Gaussian
ulyMap = 18.4600707526715
ulxMap = -66.1033630371094
xDim = 5.36441802978516E-06
yDim = 5.0884860404804E-06
[Source4]
Type = BMP
Layer = Imagery
SourceDir = "."
SourceFile = "TJIGend.BMP"
Variation = All
Channel_BlendMask = 2.0
NullValue = 255,0,0
SamplingMethod = Gaussian
ulyMap = 18.4600707526715
ulxMap = -66.0978698730469
xDim = 5.36441802978516E-06
yDim = 5.0884860404804E-06
[Destination]
DestDir = "."
DestBaseFileName = "L18X165869X165875Y234785Y234789"
DestFileType = BGL
LOD = Auto
UseSourceDimensions = 1
CompressionQuality = 85
Here are the geography codes:
TJIGmiddle.bmp
Code:
[GEOGRAPHIC]
Name=Photo_L17X82937X82943Y117391Y117395
North=18.4600707526715
South=18.4535574905397
West=-66.1033630371094
East=-66.09375
TJIGend.bmp
Code:
[GEOGRAPHIC]
Name=Photo_L17X82941X82947Y117391Y117395
North=18.4600707526715
South=18.4535574905397
West=-66.0978698730469
East=-66.0882568359375
please help,
TIA