Yulgang 2 THD TDT: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
Line 45: Line 45:
   x bytes - file data
   x bytes - file data
}
}
</pre>
</div>


=== MultiEx BMS Script ===  
=== MultiEx BMS Script ===  

Revision as of 11:23, 28 January 2021

THD, TDT

  • Game : Yulgang 2
  • Format Type : Archive
  • Endian Order : Little Endian


Format Specifications

// THD file format

// little endian

// header
4 bytes (char) - magic  // "YG2!"
4 bytes - nulls
20 bytes (char) - creation date?  // e.g. "2016-01-29 10:31:15."
4 bytes - nulls

// some array
4 bytes (uint32) - number of entries
num_of_entries *
{
   4 bytes (uint32) - some entry  // e.g. "6" or "7"
}

// offset array
4 bytes (uint32) - number of entries 2
num_of_entries2 *
{
   4 bytes (uint32) - entry ID
   4 bytes (uint32) - file offset
}


// TDT file format

num_of_files *
{
   x bytes - file data
}

MultiEx BMS Script

Not written yet.

Notes and Comments

None.

Compatible Programs