Pacman - Adventures in Time PAC: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks No edit summary |
imported>Ikskoks m (Ikskoks moved page Pacman - Adventures in Time to Pacman - Adventures in Time PAC) |
| (One intermediate revision by the same user not shown) | |
(No difference)
| |
Latest revision as of 22:50, 16 January 2021
Choose archive extension:
PAC
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
char {4} - header (_CA_)
uint32 {4} - Unknown (100) (version? ie 1.00)
uint32 {4} - null
uint32 {4} - headerSize? (16)
uint32 {4} - Number Of Directories
// for each directory
- uint32 {4} - Number Of Files
- char {32} - Directory Name
- uint32 {4} - Offset
// for each file
- uint32 {4} - Unknown
- char {32} - Filename
- uint32 {4} - Unknown
- uint32 {4} - File Offset
- uint32 {4} - File Size
MultiEx BMS Script
Not written yet