Myst 4 Revelation M4R: Difference between revisions
Jump to navigation
Jump to search
imported>WATTO No edit summary |
imported>Ikskoks m (Ikskoks moved page Myst 4 Revelation to Myst 4 Revelation M4R) |
||
| (7 intermediate revisions by 3 users not shown) | |||
| Line 47: | Line 47: | ||
=== Compatible Programs === | === Compatible Programs === | ||
* [[Game Extractor|Game Extractor]] | * [[Game Extractor|Game Extractor]] | ||
[[Category:BMS None|Myst 4 Revelation]] | |||
[[Category:File Format]] | |||
Latest revision as of 22:22, 16 January 2021
Choose archive extension:
M4R
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
uint32 {4} - Description Length
char {X} - Description (null)
uint32 {4} - Number Of Directories
uint32 {4} - null
for each directory {
- byte {1} - Number Of SubDirectories (in the current directory)
- if (num > 0){
- uint32 {4} - SubDirectory Name Length
- char {X} - SubDirectory Name (null)
- }
- uint32 {4} - SubDirectory Name Length
- else {
- uint32 {4} - Number Of Files In The Directory
- uint32 {4} - Number Of Files In The Directory
- for each file {
- uint32 {4} - Filename Length
- char {X} - Filename (null)
- uint32 {4} - File Length
- uint32 {4} - File Offset
- }
- uint32 {4} - Filename Length
- for each file {
- }
- }
- }
MultiEx BMS Script
Not written yet