Chaser: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>WATTO
No edit summary
 
imported>Ikskoks
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 49: Line 49:


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

Latest revision as of 14:11, 3 January 2021

Choose archive extension:

FS


Format Specifications

byte {1}     - null

byte {X}     - File Data

// Directory

uint32 {4}   - Directory Size (not including the 4 dir offset at the end)
uint32 {4}   - Unknown (8192)
uint32 {4}   - Archive Name Length
uint32 {4}   - Version (1)
uint32 {4}   - Filename Directory Size
uint32 {4}   - Number of Files
char {X}     - Archive Name (null)
// for each file
char {X}     - Filename
byte {1}     - null


// for each file
uint32 {4}   - File Offset
uint32 {4}   - Compressed File Size
uint32 {4}   - Decompressed File Size
uint32 {4}   - null


uint32 {4}   - Directory Offset

MultiEx BMS Script

Not written yet

Notes and Comments

No compression is used, so the CompressedFileSize=DecompressedFileSize for each file

Compatible Programs