MAPA (File Format): Difference between revisions

correct info about the offsets in the primitive headers
(added list of mappable object types for echoes)
(correct info about the offsets in the primitive headers)
 
Line 309: Line 309:
=== Primitive Headers ===
=== Primitive Headers ===


The Primitive headers are extremely simple, they merely have a bounding box followed by the primitive table start and end point, relative to the end of the current primitive header. In other words: read in the header, seek to the start of the table from the '''current''' position, then read the primitives tables.
The Primitive headers are extremely simple, they merely have a bounding box followed by the primitive table start and end point, relative to the end of the file header.


{|class="wikitable"
{|class="wikitable"
Line 322: Line 322:
|-
|-
|u32
|u32
|'''Primitive Table Start'''; relative to the end of the header
|'''Primitive Table Start'''; relative to the end of the file header
|-
|-
|u32
|u32
|'''Border Table Start'''; relative to the end of the header
|'''Border Table Start'''; relative to the end of the file header
|}
|}


14

edits