Dink Smallwood RTFONT RTTEX: Difference between revisions

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

Revision as of 10:06, 30 May 2021

Back to index | Edit this page

RTFONT, RTTEX


Format Specifications

//header
6 bytes (char) - signature  // "RTPACK"
1 byte (uint8) - version // 0
1 byte (uint8) - reserved
4 bytes (uint32) - compressed size
4 bytes (uint32) - decompressed size
1 byte (uint8) - compression type  // 0 - None
                                   // 1 - ZLIB
15 bytes - reserved

x bytes - font data / texture data

MultiEx BMS Script

Not written yet.

Notes and Comments

  • Data can be compressed with ZLIB compression.

Games

List of games using this file format:

  • Dink smallwood
  • Dink Smallwood HD
  • Growtopia
  • Tanked

Compatible Programs

See Also