GRAF:Treasure Cove! DAT: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks No edit summary |
imported>Ikskoks No edit summary |
(No difference)
| |
Revision as of 17:38, 10 October 2020
TLD
- Game : Treasure Cove!
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
// Treasure Cove 1.0
// DAT file format
//little endian
//header
2 bytes - magic // "MR"
2 bytes (uint16) - ID
4 bytes (uint32) - data start offset
num_of_entries *
{
4 bytes (uint32) - file size
}
num_of_entries *
{
x bytes - file data
}
MultiEx BMS Script
Not written yet
QuickBMS Script
Notes and Comments
- This file format occurs in Treasure Cove 1.0
Version 2.0 uses TLD file format for archives. - Numbers of entries value needs to be calculated as follow: (data_start_offset - 4) / 4
Compatible Programs
None