Hellpoint DAT: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (Created page with "{{GRAFPageHeader}} == DAT == * ''' Game ''': Hellpoint <br> * ''' Format Type ''': Text <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little...") |
imported>Ikskoks |
||
| Line 16: | Line 16: | ||
28 bytes - unknown | 28 bytes - unknown | ||
// | // language info | ||
4 bytes (uint32) - | 4 bytes (uint32) - language length | ||
x bytes (char) - | x bytes (char) - language name // e.g. "en" | ||
x bytes - padding | x bytes - padding | ||
Revision as of 10:48, 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