Excessive Speed VOL: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
Line 9: Line 9:
<tt><b>
<tt><b>
<font color="blue"> ''' // for each file ''' </font> <br>  
<font color="blue"> ''' // for each file ''' </font> <br>  
: char {2}&nbsp;&nbsp;&nbsp;&nbsp; - Header <font color="purple">(VF)</font> <br>  
: char {2}&nbsp;&nbsp;&nbsp;&nbsp; - Signature <font color="purple">(VF)</font> <br>  
: byte {1}&nbsp;&nbsp;&nbsp;&nbsp; - null <br>  
: byte {1}&nbsp;&nbsp;&nbsp;&nbsp; - null <br>  
: byte {1}&nbsp;&nbsp;&nbsp;&nbsp; - Compressed <font color="purple">(0=not compressed / 128=compressed)</font> <br>  
: byte {1}&nbsp;&nbsp;&nbsp;&nbsp; - Compressed <font color="purple">(0=not compressed / 128=compressed)</font> <br>  

Revision as of 13:17, 26 May 2021

VOL


Format Specifications

// for each file

char {2}     - Signature (VF)
byte {1}     - null
byte {1}     - Compressed (0=not compressed / 128=compressed)
uint32 {4}   - Compressed File Size (or junk if not compressed)
uint32 {4}   - Decompressed File Size
byte {X}     - File Data


MultiEx BMS Script

Not written yet

Notes and Comments

  • This file format appears in games created by Chaos Works team.
  • Uses ZLIB Compression for some files.

Games

List of games using this file format:

  • Excessive Speed
  • Akimbo kung fu hero
  • Fire Fight (needs confirmation)

Compatible Programs