Raiders Sphere PAC: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
 
(4 intermediate revisions by the same user not shown)
Line 39: Line 39:
=== Notes and Comments ===  
=== Notes and Comments ===  


None.
* File paths inside archive may contain japaneese characters.


=== Compatible Programs ===  
=== Compatible Programs ===  


None.
* [https://github.com/bartlomiejduda/Tools/blob/master/NEW%20Tools/Raiders%20Sphere/Raiders_Sphere_PAC_Tool.py Raiders_Sphere_PAC_Tool.py]
<br/><br>
<br/><br>



Latest revision as of 16:15, 13 March 2021

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) - compressed file size
   4 bytes (uint32) - uncompressed file size
}


num_of_entries *
{
   x bytes - file data
}

MultiEx BMS Script

Not written yet.

Notes and Comments

  • File paths inside archive may contain japaneese characters.

Compatible Programs