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>Dinoguy1000
(In case y'all're wondering, I'm just clicking the 'Random page' link in the toolbar...)
(No difference)

Revision as of 23:14, 17 April 2006

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