Valkyria Chronicles 2 BF1

From XentaxWiki
Revision as of 23:12, 23 November 2020 by imported>Ikskoks (→‎Format Specifications)
Jump to navigation Jump to search

BF1


Format Specifications

// Valkyria Chronicles 2
// BF1 font file format

//header
4 bytes (char) - chunk name // "SFNT"
4 bytes (uint32) - size of the file - 128
4 bytes (uint32) - size of the SFNT chunk
20 bytes - unknown
4 bytes (uint32) - number of chunks
4 bytes (uint32) - offset of the start of the offset array
4 bytes (uint32) - offset of the end of the offset array

num_of_chunks *
{
  4 bytes (uint32) - chunk offset
}
32 bytes - padding

num_of_chunks *
{
   x bytes - chunk data
}

MultiEx BMS Script

Not written yet.

Notes and Comments

None.

Compatible Programs

None.