Myst 4 Revelation M4R: Difference between revisions

From XentaxWiki
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)
 
(3 intermediate revisions by the same user 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 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)
}


else {
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
}


}


}


MultiEx BMS Script

Not written yet

Compatible Programs