Albion XLD

From XentaxWiki
Jump to: navigation, search

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