LBA1:Holomap location file
| Holomap location file | |
|---|---|
| Extension |
HL1 |
| Occurence |
LBA1 |
| Programs supporting this format | |
| References | |
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]
| This article needs completion. Please provide more information if you can. |
Information provided by: alexfont