Textures

Data File: TexMaps.mul
Index File: TexIdx.mul

You can compute the width and height of each texture by the Extra value of the index:

Sizes:

Dim width As Integer = IIf(extra = 1, 128, 64)
Dim height As Integer = width

Data:

Dim imageColors(width * height) As Short

The imageColor array contains the image pixels loaded top to bottom, left to right.

See Also:
 - UO Color Format
 - Index Files