Boku wa Tomodachi ga Sukunai Portable DAT: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
(Created page with "{{GRAFPageHeader}} == DAT == * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> === Format Specif...")
imported>Ikskoks
Line 25: Line 25:
   4 bytes (uint32) - file size?
   4 bytes (uint32) - file size?
   4 bytes (uint32) - filename offset
   4 bytes (uint32) - filename offset
}
num_of_files *
{
  4 bytes (uint32) - filename length
  x bytes (char) - filename  // e.g. "image_block.dat"
}
}
   
   

Revision as of 18:15, 12 July 2021

Back to index | Edit this page

DAT


Format Specifications


// little endian

//header
4 bytes (char) - signature // "GPDA"
4 bytes (uint32) - archive size
4 bytes - nulls
4 bytes (uint32) - number of files

num_of_files *
{
   4 bytes (uint32) - file offset?
   4 bytes (uint32) - unknown
   4 bytes (uint32) - file size?
   4 bytes (uint32) - filename offset
}

num_of_files *
{
   4 bytes (uint32) - filename length
   x bytes (char) - filename  // e.g. "image_block.dat"
}
 
// TODO  

MultiEx BMS Script

Not written yet.

QuickBMS Script

Notes and Comments

None.

Games

List of games using this file format:

  • Boku wa Tomodachi ga Sukunai Portable (PSP) (*.DAT)
  • Saenai Heroine no Sodatekata -Blessing Flowers-

Compatible Programs

None.