Cybermercs: 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:53, 16 May 2005
Choose archive extension:
RES
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
uint16 {2} - Number Of Files
uint16 {2} - Unknown (0/1)
uint32 {4} - Unknown
uint32 {4} - Unknown
// for each file
- uint32 {4} - File ID?
- uint16 {2} - Filename Length
- uint16 {2} - Encrypted? (0=normal, 101=encrypted)
// for each file
- char {X} - Filename (the length is obtained from the directory above)
- uint32 {4} - File Offset
- uint32 {4} - File Size
byte {X} - File Data
MultiEx BMS Script
Not written yet