Raiders Sphere PAC

From XentaxWiki
Revision as of 10:30, 13 March 2021 by imported>Ikskoks (Created page with "{{GRAFPageHeader}} == PAC == * ''' Game ''': Raiders Sphere <br> * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''':...")
Jump to navigation Jump to search

Back to index | Edit this page

PAC

  • Game : Raiders Sphere
  • Format Type : Archive
  • Endian Order : Little Endian


Format Specifications

// Raiders Sphere
// PAC file format

4 bytes (uint32) - number of entries

num_of_entries *
{
   4 bytes (uint32) - length of the path
   x bytes (char) - file path + null  // e.g. "spesystem\effect\aero_light_blue.png"
   8 bytes - nulls
   4 bytes (uint32) - file offset
   4 bytes (uint32) - comp file size?
   4 bytes (uint32) - uncomp file size?
}


num_of_entries *
{
   x bytes - file data
}

MultiEx BMS Script

Not written yet.

Notes and Comments

None.

Compatible Programs

None.