SCAN (Metroid Prime): Difference between revisions
Jump to navigation
Jump to search
imported>Antidote (Give entry it's own section) |
imported>Antidote (→Entry: Remove size column, it's redundant) |
||
Line 47: | Line 47: | ||
{|class=wikitable | {|class=wikitable | ||
!Offset | !Offset | ||
!Description | !Description | ||
|- | |- | ||
|0x0 | |0x0 | ||
|'''[[TXTR (Metroid Prime)|TXTR]] ID''' | |'''[[TXTR (Metroid Prime)|TXTR]] ID''' | ||
|- | |- | ||
|0x4 | |0x4 | ||
|{{unknown|float}} | |{{unknown|float}} | ||
|- | |- | ||
|0x8 | |0x8 | ||
|{{unknown|long}} | |{{unknown|long}} | ||
|- | |- | ||
|0xC | |0xC | ||
|{{unknown|long}} | |{{unknown|long}} | ||
|- | |- | ||
|0x10 | |0x10 | ||
|{{unknown|long}} | |{{unknown|long}} | ||
|- | |- | ||
|0x14 | |0x14 | ||
|{{unknown|long}} | |{{unknown|long}} | ||
|- | |- | ||
|0x18 | |0x18 | ||
|{{unknown|float}} | |{{unknown|float}} | ||
|} | |} |
Revision as of 19:08, 26 January 2015
The .SCAN file format describes SCAN POI data, and has references to several resources, it is a relatively simple format and has a static size.
This file format needs a lot of research Too many unknowns. |
Header
The header is rather simple, and consists of the following:
Offset | Size | Description |
---|---|---|
0x0 | 4 | Version |
0x4 | 4 | Magic; 0x0BADBEEF |
0x8 | 4 | FRME ID |
0xC | 4 | STRG ID |
0x10 | 4 | Unknown usually 0 |
0x14 | 4 | Looks like a count, but there are always 4 entries |
0x18 | 1 | Unknown, might just be padding |
Entry
Following the header is an array of 4 structs which follow this format:
Offset | Description |
---|---|
0x0 | TXTR ID |
0x4 | float |
0x8 | long |
0xC | long |
0x10 | long |
0x14 | long |
0x18 | float |