Dink Smallwood RTFONT RTTEX: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| Line 12: | Line 12: | ||
//header | //header | ||
6 bytes (char) - signature // "RTPACK" | 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 | |||
</pre> | </pre> | ||
</div> | </div> | ||
Revision as of 10:05, 30 May 2021
Back to index | Edit this page
RTFONT, RTTEX
- Format Type : Font / Texture
- Endian Order : Little Endian
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
None.
Games
List of games using this file format:
- Dink smallwood
- Dink Smallwood HD
- Growtopia
- Tanked
Compatible Programs
- Modified RTPack
- Proton SDK (especially RTPack.exe)
- RTPackConverter
See Also