Hellpoint DAT: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
(No difference)
| |
Latest revision as of 10:57, 13 February 2021
Back to index | Edit this page
DAT
- Game : Hellpoint
- Format Type : Text
- Endian Order : Little Endian
Format Specifications
// Hellpoint DAT
// file format
// header
28 bytes - unknown
// language info
4 bytes (uint32) - language length
x bytes (char) - language name // e.g. "en"
x bytes - padding
// text blocks
num_of_blocks *
{
4 bytes (uint32) - number of strings in text block
num_of_strings *
{
4 bytes (uint32) - string length
x bytes (char) - string
x bytes - padding
}
}
MultiEx BMS Script
Not written yet.
Notes and Comments
None.
Compatible Programs