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 (Created page with "{{GRAFPageHeader}} == PAC == * ''' Game ''': Raiders Sphere <br> * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''':...") |
(No difference)
| |
Revision as of 10:30, 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) - 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.