Commandos: Difference between revisions
Jump to navigation
Jump to search
imported>WATTO No edit summary |
imported>WATTO No edit summary |
(No difference)
| |
Revision as of 00:49, 16 May 2005
Choose archive extension:
DIR
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
// for each file
- char {32} - Filename (null)
- uint32 {4} - Entry Type ID
- uint32 {4} - File Length
- uint32 {4} - Data Offset
- if (entryTypeID == -842150401){
- // End of current directory marker
- }
- // End of current directory marker
- else if (entryTypeID == -842150655){
- // Start of sub-directory marker
- // repeat from "// for each file"
- }
- // Start of sub-directory marker
- else {
- // file
- }
- // file
MultiEx BMS Script
Not written yet