Raiders Sphere PAC
From XentaxWiki
Back to index | Edit this page
Contents
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