Albion XLD: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (Created page with "== XLD == * ''' Game ''': Albion <br> * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> === F...") |
imported>Ikskoks |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 11: | Line 11: | ||
// XLD file format | // XLD file format | ||
// Albion | // Albion | ||
// little endian | |||
// header | // header | ||
Latest revision as of 21:49, 1 January 2021
XLD
- Game : Albion
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
// XLD file format
// Albion
// little endian
// header
4 bytes (char) - magic // "XLD0"
2 bytes (uint16) - unknown // "73"
2 bytes (uint16) - number of files
num_of_files *
{
4 bytes (uint32) - file size
}
num_of_files *
{
x bytes - file data
}
MultiEx BMS Script
Not written yet.
Notes and Comments
None.
Compatible Programs