Allods 2 - Rage Of Mages: Difference between revisions
Jump to navigation
Jump to search
imported>WATTO No edit summary |
imported>Ikskoks No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 37: | Line 37: | ||
* [[Game Extractor|Game Extractor]]<br> | * [[Game Extractor|Game Extractor]]<br> | ||
[[Category:File Format]] | |||
Latest revision as of 01:20, 3 January 2021
Choose archive extension:
RES
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
char {4} - Header (&YA1)
uint32 {4} - Unknown
uint32 {4} - Unknown
uint32 {4} - Unknown (1)
uint32 {4} - Directory Offset
uint32 {4} - Number Of Files
byte {X} - File Data
// for each file
- uint32 {4} - null
- uint32 {4} - File Offset (if directory, = numFiles in this directory?)
- uint32 {4} - File Length (if directory, = numFiles in this directory?)
- uint32 {4} - Directory/File Indicator (0=file, 1=Directory)
- char {16} - Filename (null)
MultiEx BMS Script
Not written yet