Silent Hill: Shattered Memories KFT: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
No edit summary
imported>Ikskoks
No edit summary
 
(No difference)

Latest revision as of 11:57, 21 January 2021

KFT


Format Specifications

// Silent Hill Shattered Memories (PSP)
// Font file format (.kft file)

//Note: Font in "F63BBFF1" file inside DATA.ARC
//archive is not used by game. "Real" font can
//be found in \PSP_GAME\SYSDIR\EBOOT.BIN file.

//header
2 bytes - version   // "\x06\x00"
2 bytes - unk2
2 bytes - unk3
2 bytes - unk4
32 bytes - font family // "DIN Mittelschrift Std..."
32 bytes - unk_blob // "Font_EUR..."

//unknown rect records
2 bytes - index
2 bytes - header type
4 bytes - size_r
2 bytes - count
2 bytes - unk
{size_r} bytes - unknown rect records data

//font colors
2 bytes - index
2 bytes - header type
4 bytes - size_c
2 bytes - count
2 bytes - unk
{size_c} bytes - font colors data

//kerning
2 bytes - index
2 bytes - header type
4 bytes - size_k
2 bytes - count
2 bytes - unk
{size_k} bytes - kerning data

MultiEx BMS Script

Not written yet.

Notes and Comments

None.

Compatible Programs