Madoka Magica Pachislot OBB: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
(Created page with "{{GRAFPageHeader}} == OBB == * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> * ''' Signature '''...")
 
imported>Ikskoks
(Created page with "{{GRAFPageHeader}} == OBB == * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> * ''' Signature '''...")
 
(No difference)

Latest revision as of 21:50, 15 January 2022

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.