BNTX
Jump to navigation
Jump to search
BNTX (Binary Resource Texture) is a texture archive format used for storing textures.
This section needs expansion. You can help by adding to it. |
BNTX File Specification
This section needs expansion. You can help by adding to it. |
Header
Offset | Size | Data Type | Description |
---|---|---|---|
0x00
|
4 | Bytes | BNTX File Signature (magic) 42 4E 54 58 |
0x04
|
4 | UInt32 | 4 bytes of padding |
0x08
|
4 | Bytes | 4 byte version where each byte is a version increment. (00 40 00 FF |
0x0C
|
2 | Bytes | Endianess. FFFE (LE) : FEFF (BE) |
0x0E
|
1 | Byte | Alignment |
0x0F
|
1 | Byte | Target Address Size |
0x10
|
4 | UInt32 | File Name Offset |
0x14
|
2 | UInt16 | Flag |
0x16
|
2 | UInt16 | Block Offset |
0x18
|
4 | UInt32 | Relocation Table Offset |
0x1C
|
4 | UInt32 | File Size |
0x20
|
4 | Bytes | Target platform. (NX ) |
0x24
|
4 | Int32 | Texture Count |
0x28
|
8 | Int64 | Texture Array Offset |