Crazy Ball BOD

From XentaxWiki
Revision as of 17:16, 25 October 2020 by imported>Ikskoks (Created page with "== BOD == * ''' Game ''': Crazy Ball <br> * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br>...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

BOD


Format Specifications

// Document has been created by Bartlomiej Duda
// Creation date: 25.10.2020
// BOD file format
// Crazy Ball (PC)


64 bytes (char) - magic string // "This is a Atomic Elbow BOD file"
4 bytes (uint32) - number of files


// info array
num_of_files *
{
  256 bytes - file name
  4 bytes (uint32) - file offset
  4 bytes (uint32) - file size
}


//data
num_of_files *
{
  x bytes - data
}

MultiEx BMS Script

Not written yet.

Notes and Comments

None.

Compatible Programs