Difference between revisions of "BFFNT (File Format)"

From MK8
Jump to navigation Jump to search
(Created page with "===Header=== {| class="wikitable" ! Offset ! Size ! Description |- |0x00 |4 |"FFNT" File Identifier, ASCII string. |- |0x04 |2 |Byte order mark , always Big-Endian (0xFEFF)? |...")
 
Line 21: Line 21:
 
|File size (in bytes).
 
|File size (in bytes).
 
|}
 
|}
 +
 +
= Tools =
 +
 +
The following tool can convert BFFNT files into GTX:
 +
 +
*[https://mega.nz/#!Pt5H0aYZ!Pr6DZQDGiGaT1g7UuhP3lpf6Q0dn6-DlT6q13Ra6YZI BFFNTtoGTX], by [[User:RandomTalkingBush|RandomTalkingBush]]

Revision as of 21:59, 1 December 2016

Header

Offset Size Description
0x00 4 "FFNT" File Identifier, ASCII string.
0x04 2 Byte order mark , always Big-Endian (0xFEFF)?
0x06 ?? "Unknown"
0x0c 4 File size (in bytes).

Tools

The following tool can convert BFFNT files into GTX: