Raiders Sphere PAC: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (Created page with "{{GRAFPageHeader}} == PAC == * ''' Game ''': Raiders Sphere <br> * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''':...") |
imported>Ikskoks |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 21: | Line 21: | ||
8 bytes - nulls | 8 bytes - nulls | ||
4 bytes (uint32) - file offset | 4 bytes (uint32) - file offset | ||
4 bytes (uint32) - | 4 bytes (uint32) - compressed file size | ||
4 bytes (uint32) - | 4 bytes (uint32) - uncompressed file size | ||
} | } | ||
| Line 39: | Line 39: | ||
=== Notes and Comments === | === Notes and Comments === | ||
* File paths inside archive may contain japaneese characters. | |||
=== Compatible Programs === | === Compatible Programs === | ||
* [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