GRAF:Treasure Cove! TLD: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (→TLD) |
imported>Ikskoks No edit summary |
||
| Line 35: | Line 35: | ||
</pre> | </pre> | ||
</div> | </div> | ||
=== Notes and Comments === | === Notes and Comments === | ||
| Line 47: | Line 43: | ||
List of games using this file format: | List of games using this file format: | ||
* Treasure Cove! | * Treasure Cove! | ||
=== quickBMS Script === | |||
Not written yet. | |||
=== Compatible Programs === | === Compatible Programs === | ||
Revision as of 20:33, 7 February 2022
Back to index | Edit this page
TLD
- Format Type : Archive
- Endian Order : Little Endian
- Signature : TLCD
Format Specifications
//header
4 bytes (char) - signature // "TLCD"
4 bytes - nulls
4 bytes (uint32) - number of entries
//entry table
num_of_entries *
{
4 bytes (uint32) - entry ID
4 bytes - nulls
4 bytes - resource type // for example "SSND", "BNDL", "OTHR" etc.
4 bytes (uint32) - file offset
4 bytes (uint32) - file size
}
//file data
num_of_entries *
{
x bytes - file data
}
Notes and Comments
- This file format occurs in Treasure Cove 2.0
Version 1.0 uses DAT file format for archives.
Games
List of games using this file format:
- Treasure Cove!
quickBMS Script
Not written yet.
Compatible Programs