Difference between revisions of "BFFNT (File Format)"

From MK8
Jump to navigation Jump to search
m
m
Line 1: Line 1:
==Parsing information==
+
== Parsing information ==
===Header===
+
=== Header ===
 
{| class="wikitable"
 
{| class="wikitable"
 
! Offset
 
! Offset
Line 24: Line 24:
  
 
= Tools =
 
= Tools =
 
 
The following tool can convert BFFNT files into GTX:
 
The following tool can convert BFFNT files into GTX:
 +
*[https://mega.nz/#!Pt5H0aYZ!Pr6DZQDGiGaT1g7UuhP3lpf6Q0dn6-DlT6q13Ra6YZI BFFNTtoGTX], by [[User:RandomTalkingBush|RandomTalkingBush]]
  
*[https://mega.nz/#!Pt5H0aYZ!Pr6DZQDGiGaT1g7UuhP3lpf6Q0dn6-DlT6q13Ra6YZI BFFNTtoGTX], by [[User:RandomTalkingBush|RandomTalkingBush]]
+
[[Category:File Format]]

Revision as of 11:23, 25 March 2017

Parsing information

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: