Albion XLD: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
 
(No difference)

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