LEGO Games FT2: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (Created page with "{{GRAFPageHeader}} == FT2 == * ''' Format Type ''': Font <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> * ''' Signature ''':...") |
imported>Ikskoks |
||
| Line 16: | Line 16: | ||
4 bytes (char) - signature // "TNFN" | 4 bytes (char) - signature // "TNFN" | ||
x bytes - unknown table | |||
x bytes - character table (4 bytes per entry) | |||
x bytes - coordinates table | |||
x bytes - image data (DDS file) | |||
</pre> | </pre> | ||
</div> | </div> | ||
Revision as of 17:59, 23 August 2022
Back to index | Edit this page
FT2
- Format Type : Font
- Endian Order : Little Endian
- Signature : TNFN
Format Specifications
// header 4 bytes (uint32) - unknwon // 59260 4 bytes (uint32) - version? // 1 4 bytes (char) - signature // "TNFN" x bytes - unknown table x bytes - character table (4 bytes per entry) x bytes - coordinates table x bytes - image data (DDS file)
Notes and Comments
None.
Games
List of games using this file format:
- LEGO Star Wars: The Skywalker Saga (*.FT2)
QuickBMS Script
Not written yet.
Compatible Programs
None.