Warning Forever 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 03:33, 16 May 2005
Choose archive extension:
BIN
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
uint32 {4} - Number Of Files
uint32 {4} - Filename Directory Length
// for each file
- uint32 {4} - Filename Offset (relative to the start of the filename directory)
- uint32 {4} - File Offset
- uint32 {4} - File Length
// for each file
- char {X} - Filename
- byte {1} - null Filename Terminator
byte {X} - File Data
MultiEx BMS Script
Not written yet