Madoka Magica Pachislot OBB

From XentaxWiki
Revision as of 21:50, 15 January 2022 by imported>Ikskoks (Created page with "{{GRAFPageHeader}} == OBB == * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> * ''' Signature '''...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Back to index | Edit this page

OBB

  • Format Type : Archive
  • Endian Order : Little Endian
  • Signature : None


Format Specifications

// OBB file format

4 bytes (uint32) - number of files

num_of_files *
{
   4 bytes (uint32) - file offset
   4 bytes (uint32) - file size
   1 byte (uint8) - name length
   x bytes - file name  // e.g. "cri.bin"
}

num_of_files *
{
   x bytes - file data
}

quickBMS Script

Notes and Comments

None.

Games

List of games using this file format:

  • Madoka Magica Pachislot (Android) (*.OBB)

Compatible Programs

None.