Yulgang 2 THD TDT: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 45: | Line 45: | ||
x bytes - file data | x bytes - file data | ||
} | } | ||
</pre> | |||
</div> | |||
=== MultiEx BMS Script === | === MultiEx BMS Script === | ||
| Line 56: | Line 58: | ||
=== Compatible Programs === | === Compatible Programs === | ||
* | * [https://github.com/bartlomiejduda/Tools/blob/master/NEW%20Tools/Yulgang%202/Yulgang2_THD_TDT_Tool.py Yulgang2_THD_TDT_Tool.py] | ||
<br/><br> | <br/><br> | ||
Latest revision as of 11:30, 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