Jade Empire RIM: Difference between revisions
Jump to navigation
Jump to search
imported>WATTO No edit summary |
imported>WATTO No edit summary |
(No difference)
| |
Revision as of 07:03, 20 May 2005
Choose archive extension:
RIM
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
char {8} - Header (RIM V1.0)
uint32 {4} - null
uint32 {4} - Number Of Files
uint32 {4} - Directory Offset (120)
uint32 {4} - Version (1)
byte {96} - null Padding
// Directory
- // for each file
- char {16} - Filename (null)
- uint32 {4} - File Type ID (2002, 3011, 3016, 3017)
- uint32 {4} - File ID (incremental, starting from 0)
- uint32 {4} - File Offset
- uint32 {4} - File Length
- char {16} - Filename (null)
- byte {0-127} - null Padding to a multiple of 128 bytes
// File Data
- // for each file
- byte {X} - File Data
- byte {0-127} - null Padding to a multiple of 128 bytes
- byte {X} - File Data
MultiEx BMS
Not written yet
Notes and Comments
- Files with size=0 still incur padding, so infact take up 128 null padding bytes in the archive.