GRAF:Treasure Cove! TLD: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks No edit summary |
imported>Ikskoks No edit summary |
||
| (20 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{GRAFPageHeader}} | |||
== TLD == | == TLD == | ||
* ''' Format Type ''': Archive <br> | * ''' Format Type ''': Archive <br> | ||
* ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> | * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> | ||
* ''' Signature ''': TLCD <br> | |||
=== Format Specifications === | === Format Specifications === | ||
<div class="toccolours mw-collapsible" id="mw-customcollapsible-myDivision" style="width:800px; overflow:auto;"> | |||
<pre> | <pre> | ||
//header | // header | ||
4 bytes - | 4 bytes (char) - signature // "TLCD" | ||
4 bytes - nulls | 4 bytes - nulls | ||
4 bytes (uint32) - number of entries | 4 bytes (uint32) - number of entries | ||
| Line 32: | Line 34: | ||
} | } | ||
</pre> | </pre> | ||
</div> | |||
=== Notes and Comments === | |||
* This file format occurs in Treasure Cove 2.0 <br>Version 1.0 uses [[GRAF:Treasure Cove! DAT|DAT]] file format for archives. | |||
=== | === Games === | ||
List of games using this file format: | |||
* Treasure Cove! | |||
=== QuickBMS Script === | |||
Not written yet. | |||
=== Compatible Programs === | === Compatible Programs === | ||
| Line 55: | Line 60: | ||
[[Category:Extension_tld | Extension: tld]] | [[Category:Extension_tld | Extension: tld]] | ||
[[Category:BMS_None | BMS: None]] | [[Category:BMS_None | BMS: None]] | ||
[[Category:File Format]] | |||
Latest revision as of 15:44, 14 May 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