My Riding Stables 2: A New Adventure DAT
Jump to navigation
Jump to search
Back to index | Edit this page
DAT
- Game : My Riding Stables 2: A New Adventure / Mein Gestüt 2 - Ein Leben für die Pferde
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
// My Riding Stables 2: A New Adventure
// DAT file format
32 bytes (char) - magic + padding // "MeinGestuet2"
4 bytes (uint32) - number of entries
4 bytes (uint32) - unknown // 256
24 bytes - nulls
num_of_entries *
{
104 bytes (char) - file path
4 bytes (uint32) - file offset
4 bytes (uint32) - compressed file size
4 bytes (uint32) - compression flag
4 bytes - nulls
4 bytes (uint32) - uncompressed file size
4 bytes - nulls
}
num_of_entries
{
x bytes - file data // may be compressed with ZLIB
}
MultiEx BMS Script
Not written yet.
Notes and Comments
- Files may be compressed with ZLIB compression.
Compatible Programs