Myst 4 Revelation M4R: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Dinoguy1000
(In case y'all're wondering, I'm just clicking the 'Random page' link in the toolbar...)
imported>Ikskoks
m (Ikskoks moved page Myst 4 Revelation to Myst 4 Revelation M4R)
 
(6 intermediate revisions by 3 users not shown)
Line 47: Line 47:
=== Compatible Programs ===  
=== Compatible Programs ===  


* [[Game Extractor|Game Extractor]]<br>
* [[Game Extractor|Game Extractor]]


[[Category:No BMS]]
[[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