UJAM Beatmaker BLOB: Difference between revisions

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

Revision as of 20:47, 4 March 2021

Back to index | Edit this page

BLOB

  • Game :
  • Format Type : Archive\Audio
  • Endian Order : Little Endian


Format Specifications

// BM-EDEN.blob
// file format

// little endian


4 bytes - magic  // 0x67 0x45 0x62 0xE8  (gE.b)
4 bytes (uint32) - size of the info json
x bytes (char) - info json  // "{"instruments"..."


// entry array
num_of_entries *
{
   54 bytes - unknown
   250 bytes (char) - file path
}


x bytes (char) - instruments json  // "{..  "Module": "Instrument"..."


num_of_offsets_arrays *
{
   4 bytes (uint32) - number of offsets
   num_of_offsets *
   {
      4 bytes (uint32) - file offset?
   }
}


36 bytes (char) - some UUID  // "c380fd65-15dc-4be5-8d64-28e7716776ee"


num_of_files *
{
   x bytes - file data?
}

MultiEx BMS Script

Not written yet.

Info JSON

Notes and Comments

None.

Compatible Programs

None.