GRAF:Treasure Cove! TLD

From XentaxWiki
Revision as of 11:41, 15 October 2020 by imported>Ikskoks (→‎Format Specifications)
Jump to navigation Jump to search

TLD


Format Specifications

//header
4 bytes - magic // "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
}

MultiEx BMS Script

Not written yet.

Notes and Comments

  • This file format occurs in Treasure Cove 2.0
    Version 1.0 uses DAT file format for archives.

Compatible Programs