Yulgang 2 THD TDT: Difference between revisions
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 (Created page with "== THD, TDT == * ''' Game ''': Yulgang 2 <br> * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br>...") |
(No difference)
| |
Revision as of 11:22, 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
}
MultiEx BMS Script
Not written yet.
Notes and Comments
None.
Compatible Programs