Mech Warrior 2 PRJ: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>WATTO
No edit summary
imported>Ikskoks
No edit summary
 
(One intermediate revision by the same user not shown)
Line 40: Line 40:


* [[Game Extractor|Game Extractor]]<br>
* [[Game Extractor|Game Extractor]]<br>
[[Category:File Format]]

Latest revision as of 15:47, 12 January 2021

PRJ


Format Specifications

char {4}     - Header (PROJ)
uint32 {4}   - Archive Size [-8]
uint32 {4}   - Unknown
char {4}     - Tag (DDIT)
uint32 {4}   - Directory Size [-20]
uint32 {4}   - Unknown
uint16 {2}   - Number Of Files

// for each file

uint32 {4}   - File Type
uint32 {4}   - File Offset
uint32 {4}   - File Size
uint32 {4}   - Unknown
uint32 {4}   - Unknown
uint16 {2}   - Unknown (62)
uint16 {2}   - Unknown (58)


// File Data

// at each file offset
uint32 {4}   - File Type
uint32 {4}   - File Size
byte {X}     - File Data


MultiEx BMS Script

Not written yet

Compatible Programs