Difference between revisions of "AAMP (File Format)"

From MK8
Jump to navigation Jump to search
Line 32: Line 32:
 
|length string
 
|length string
 
|'''file extension without "b"'''
 
|'''file extension without "b"'''
 +
|}
 +
 +
== Nodes ==
 +
 +
{| class="wikitable"
 +
|-
 +
! Identifier
 +
! Description
 +
|-
 +
| 0x00
 +
| Binary
 +
|-
 +
| 0x01
 +
| Float (IEEE754)
 +
|-
 +
| 0x06
 +
| Vertices? Shader? Coördinates?
 +
|-
 +
| 0x07
 +
| String
 
|}
 
|}

Revision as of 10:30, 26 February 2016

Header

Offset Size Description
0x00 4 "AAMP" File Identifier, ASCII string.
0x04 4 Unknown1, always 0x01000000?
0x08 4 Unknown2, always 0x01000000?
0x0c 4 File size, in little endian
0x10 4 Unknown3, always 0x00000000?
0x14 4 length string, for file extension without "b"
0x18 length string file extension without "b"

Nodes

Identifier Description
0x00 Binary
0x01 Float (IEEE754)
0x06 Vertices? Shader? Coördinates?
0x07 String