Valkyria Chronicles 2 BF1: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
(No difference)
| |
Revision as of 23:15, 23 November 2020
BF1
- Game : Valkyria Chronicles 2
- Format Type : Font
- Endian Order : Little Endian
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
//offset array
num_of_chunks *
{
4 bytes (uint32) - chunk offset
}
32 bytes - padding
//data
num_of_chunks *
{
x bytes - chunk data
}
MultiEx BMS Script
Not written yet.
Notes and Comments
- After SFNT chunk, there are other chunks like MFNT, MFGT, HFPR and EOFC.
Compatible Programs
None.