Hellpoint DAT
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
// lang info
4 bytes (uint32) - lang length
x bytes (char) - lang 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