Silent Hill 3 ARC: Difference between revisions
Jump to navigation
Jump to search
imported>WATTO No edit summary |
imported>WATTO No edit summary |
(No difference)
| |
Revision as of 14:58, 12 December 2005
ARC
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
uint32 {4} - Unknown
uint32 {4} - Number Of Files
uint32 {4} - Length of blank padding after directory and before file data
uint32 {4} - null
// for each file
- uint32 {4} - Offset
- uint32 {4} - File ID?
- uint32 {4} - Length
- uint32 {4} - Length
byte {X} - null Padding (size according to the 3rd field)
byte {X} - File Data
MultiEx BMS Script
Not written yet