Yulgang 2 THD TDT: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
(Created page with "== THD, TDT == * ''' Game ''': Yulgang 2 <br> * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br>...")
imported>Ikskoks
Line 35: Line 35:
</pre>
</pre>
</div>
</div>
<div class="toccolours mw-collapsible" id="mw-customcollapsible-myDivision" style="width:800px; overflow:auto;">
<pre>
// TDT file format
num_of_files *
{
  x bytes - file data
}


=== 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

*