LBA1:Holomap location file

From LBA File Information
Jump to navigation Jump to search
Holomap location file
Extension

HL1

Occurence

LBA1

Programs supporting this format
References

Find entries of this type

These files contain the arrow informations which appear in the LBA1 Holomap. Informations related with its coordinations in Twinsun planet and also about the description text.

 struct Location {
  uint16 x
  uint16 y
  uint16 z
  uint16 textIndex
 };
 numLocations = hqrSize / sizeof(Location)
 for (i = 0; i < numLocations; i++) {
   locations[i].x = readUint16LE();
   locations[i].y = readUint16LE();
   locations[i].z = readUint16LE();
   locations[i].textIndex = readUint16LE();
 }

Specification[edit]


Information provided by: alexfont