Myst 4 Revelation M4R: Difference between revisions
Jump to navigation
Jump to search
imported>Tgp1994 m (Moving to new category.) |
imported>Ikskoks m (Ikskoks moved page Myst 4 Revelation to Myst 4 Revelation M4R) |
||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 50: | Line 50: | ||
[[Category:BMS None|Myst 4 Revelation]] | [[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