Hellpoint DAT: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| Line 46: | Line 46: | ||
=== Compatible Programs === | === Compatible Programs === | ||
* | * [https://github.com/bartlomiejduda/Tools/blob/master/NEW%20Tools/Hellpoint/Hellpoint_DAT_Tool.py Hellpoint_DAT_Tool.py] | ||
<br/><br> | <br/><br> | ||
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