Silent Hill: Shattered Memories KFT: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (Created page with "== KFT == * ''' Game ''': Silent Hill: Shattered Memories <br> * ''' Format Type ''': Font <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''':...") |
imported>Ikskoks No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 70: | Line 70: | ||
[[Category:Extension_kft | Extension: kft]] | [[Category:Extension_kft | Extension: kft]] | ||
[[Category:BMS_None | BMS: None]] | [[Category:BMS_None | BMS: None]] | ||
[[Category:File Format]] | |||
Latest revision as of 11:57, 21 January 2021
KFT
- Game : Silent Hill: Shattered Memories
- Format Type : Font
- Endian Order : Little Endian
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.