Shadow Warriors XBox BIN: Difference between revisions
Jump to navigation
Jump to search
imported>WATTO No edit summary |
imported>WATTO No edit summary |
(No difference)
| |
Revision as of 10:07, 20 December 2005
Choose archive extension:
BIN
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
// ARCHIVE HEADER
- uint32 {4} - null
- uint32 {4} - Padding Size (2048)
- uint32 {4} - Number Of Files
- uint32 {4} - Directory Offset
- byte {X} - null Padding to a multiple of 2048 bytes
// FILE DATA
- // for each file
- byte {X} - File Data
- byte {X} - null Padding to a multiple of 2048 bytes
- byte {X} - File Data
// DIRECTORY
- // for each file
- uint32 {4} - File Offset
- uint32 {4} - File Length
- uint32 {4} - File Offset
- byte {X} - null Padding to a multiple of 2048 bytes
MultiEx BMS
Not written yet