Overdrive EPF

From XentaxWiki
Jump to: navigation, search

EPF


Format Specifications

// Archive Header
char {4}      - Header (EPFS)
uint32 {4}    - Directory Offset
uint8 {1}     - Unknown
uint16 {2}    - Number of files

byte {X}     - File Data

Directory

// for each file
char {13}     - Filename (null) (filled up with junk)
uint8 {1}     - Packed flag (0 - unpacked, else - LZW scheme)
uint32 {4}    - File Length
uint32 {4}    - Decompressed Length


MultiEx BMS Script

Not written yet


Links

Decompression routine are available on the associated ModdingWiki page: EPF Format


Compatible Programs


Other Games

These games also use this file format

  • Jungle Book *.epf
  • Overdrive *.epf
  • Project X *.epf
  • The Lion King *.epf
  • Tower Assault *.epf